We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PF1
Untested I just inspected an actor through the console to make sure and this should be everything you need.
export default { "ACTOR_CLASS_TYPE": "npc", "ITEM_QUANTITY_ATTRIBUTE": "data.quantity", "ITEM_TYPE_ATTRIBUTE": "type", "ITEM_TYPE_FILTERS": "attack,buff,class,feat,race,spell", "DYNAMIC_ATTRIBUTES": [ { name: "Platinum Coins", path: "data.currency.pp", img: "systems/pf1/icons/items/inventory/coins-silver.jpg" }, { name: "Gold Coins", path: "data.currency.gp", img: "systems/pf1/icons/items/inventory/coin-gold.jpg" }, { name: "Silver Coins", path: "data.currency.sp", img: "systems/pf1/icons/items/inventory/coin-silver.jpg" }, { name: "Copper Coins", path: "data.currency.cp", img: "systems/pf1/icons/items/inventory/coin-copper.jpg" } ] }
The text was updated successfully, but these errors were encountered:
Approved, will add in 1.0.1
Sorry, something went wrong.
Haxxer
No branches or pull requests
PF1
Untested I just inspected an actor through the console to make sure and this should be everything you need.
The text was updated successfully, but these errors were encountered: