Skip to content

Commit

Permalink
Merge pull request #467 from cpadilla/master
Browse files Browse the repository at this point in the history
Updated Star Wars: Saga Edition config
  • Loading branch information
Haxxer authored Oct 19, 2023
2 parents 3745d32 + 2740c95 commit 81386f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/systems/swse.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {

"VERSION": "1.0.2",
"VERSION": "1.0.3",

// 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",
Expand All @@ -16,6 +16,8 @@ export default {
}
],

"ITEM_PRICE_ATTRIBUTE": "system.cost",

// Item similarities determines how item piles detect similarities and differences in the system
"ITEM_SIMILARITIES": ["type", "name", "strippable", "hasPrerequisites", "modifiable", "hasLevels"],

Expand All @@ -26,7 +28,7 @@ export default {
img: "icons/svg/coins.svg",
abbreviation: "{#}C",
data: {
path: "system.common.credits",
path: "system.credits",
},
primary: true,
exchangeRate: 1
Expand Down

0 comments on commit 81386f8

Please sign in to comment.