Skip to content

Commit 49855dc

Browse files
Merge pull request #108 from TheGiddyLimit/bugfix/namespace-items
Use namespace'd `@items` property
2 parents 5ed99ac + 86323a2 commit 49855dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/data/subclassFeature/__core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{
7070
"key": "system.bonuses.mwak.damage",
7171
"mode": "ADD",
72-
"value": "+ (1d6 + floor(@classes.barbarian.levels / 2))[@items.divine-fury.flags.plutonium-addon-automation.chosenDamageType]",
72+
"value": "+ (1d6 + floor(@classes.barbarian.levels / 2))[@srd5e.items.divine-fury.flags.plutonium-addon-automation.chosenDamageType]",
7373
"priority": 20
7474
}
7575
],

0 commit comments

Comments
 (0)