Skip to content

Commit

Permalink
Merge pull request #508 from kristianserrano/swade-tweaks
Browse files Browse the repository at this point in the history
Changes defaults for SWADE
  • Loading branch information
Haxxer authored Jan 22, 2024
2 parents c53692d + f6a0d40 commit 4f4f62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/systems/swade.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
"VERSION": "1.0.4",

// The actor class type is the type of actor that will be used for the default item pile actor that is created on first item drop.
"ACTOR_CLASS_TYPE": "character",
"ACTOR_CLASS_TYPE": "npc",

// The item quantity attribute is the path to the attribute on items that denote how many of that item that exists
"ITEM_QUANTITY_ATTRIBUTE": "system.quantity",
Expand All @@ -15,7 +15,7 @@ export default {
"ITEM_FILTERS": [
{
"path": "type",
"filters": "edge,hindrance,skill,power,ability"
"filters": "edge,hindrance,skill,power,ability,action"
}
],

Expand Down

0 comments on commit 4f4f62d

Please sign in to comment.