From 86323a263ce30729134d1d2d6450f5eead4c6a20 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Thu, 28 Mar 2024 12:33:43 +0000 Subject: [PATCH] chore(effects): use namespace'd `@items` property The base property confuses MidiQOL, and so will be removed in next Plutonium release. An alternative has been added under our namespace. --- module/data/subclassFeature/__core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/data/subclassFeature/__core.json b/module/data/subclassFeature/__core.json index aa81885..d473c12 100644 --- a/module/data/subclassFeature/__core.json +++ b/module/data/subclassFeature/__core.json @@ -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 } ],