Skip to content

Commit

Permalink
Merge pull request #108 from TheGiddyLimit/bugfix/namespace-items
Browse files Browse the repository at this point in the history
Use namespace'd `@items` property
  • Loading branch information
TheGiddyLimit authored Apr 3, 2024
2 parents 5ed99ac + 86323a2 commit 49855dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/data/subclassFeature/__core.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
"key": "system.bonuses.mwak.damage",
"mode": "ADD",
"value": "+ (1d6 + floor(@classes.barbarian.levels / 2))[@items.divine-fury.flags.plutonium-addon-automation.chosenDamageType]",
"value": "+ (1d6 + floor(@classes.barbarian.levels / 2))[@srd5e.items.divine-fury.flags.plutonium-addon-automation.chosenDamageType]",
"priority": 20
}
],
Expand Down

0 comments on commit 49855dc

Please sign in to comment.