Skip to content

Commit

Permalink
Merge pull request #79 from MrVauxs/patch-1
Browse files Browse the repository at this point in the history
Fix Quantity Issues in #78
  • Loading branch information
Haxxer authored Mar 12, 2022
2 parents d2122c1 + 93c8703 commit 6794e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/systems/pf2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
"ACTOR_CLASS_TYPE": "loot",

// The item quantity attribute is the path to the attribute on items that denote how many of that item that exists
"ITEM_QUANTITY_ATTRIBUTE": "data.quantity.value",
"ITEM_QUANTITY_ATTRIBUTE": "data.quantity",

// Item types and the filters actively remove items from the item pile inventory UI that users cannot loot, such as spells, feats, and classes
"ITEM_FILTERS": [
Expand All @@ -18,4 +18,4 @@ export default {

// Currencies in item piles are a list of names, attribute paths, and images - the attribute path is relative to the actor.data
"CURRENCIES": []
}
}

0 comments on commit 6794e2c

Please sign in to comment.