From 9176e0ee158fa05fbba3f4cf4bcaf9470812cdc6 Mon Sep 17 00:00:00 2001 From: Ambrose Date: Sun, 12 Jan 2025 23:52:03 -0500 Subject: [PATCH 1/2] Correct Oscillating Wave's Amped dice number Closes #17935 --- packs/classfeatures/the-oscillating-wave.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packs/classfeatures/the-oscillating-wave.json b/packs/classfeatures/the-oscillating-wave.json index 03e22ffd157..0270a2a9fe2 100644 --- a/packs/classfeatures/the-oscillating-wave.json +++ b/packs/classfeatures/the-oscillating-wave.json @@ -436,6 +436,22 @@ ], "priority": 70, "value": "fire" + }, + { + "key": "DamageAlteration", + "mode": "override", + "predicate": [ + "item:slug:ignition", + "item:tag:amped", + { + "not": "alternate-amp" + } + ], + "property": "dice-number", + "selectors": [ + "spell-damage" + ], + "value": "ceil(@actor.level/2)" } ], "traits": { From cb34151ba936fcec07fd269815488358ec02e992 Mon Sep 17 00:00:00 2001 From: Ambrose Date: Sun, 12 Jan 2025 23:58:07 -0500 Subject: [PATCH 2/2] Update the-oscillating-wave.json --- packs/classfeatures/the-oscillating-wave.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/packs/classfeatures/the-oscillating-wave.json b/packs/classfeatures/the-oscillating-wave.json index 0270a2a9fe2..0fdf1680102 100644 --- a/packs/classfeatures/the-oscillating-wave.json +++ b/packs/classfeatures/the-oscillating-wave.json @@ -188,6 +188,22 @@ "property": "area-size", "value": 10 }, + { + "key": "DamageAlteration", + "mode": "override", + "predicate": [ + "item:slug:ignition", + "item:tag:amped", + { + "not": "alternate-amp" + } + ], + "property": "dice-number", + "selectors": [ + "spell-damage" + ], + "value": "ceil(@actor.level/2)" + }, { "key": "DamageAlteration", "mode": "upgrade", @@ -436,22 +452,6 @@ ], "priority": 70, "value": "fire" - }, - { - "key": "DamageAlteration", - "mode": "override", - "predicate": [ - "item:slug:ignition", - "item:tag:amped", - { - "not": "alternate-amp" - } - ], - "property": "dice-number", - "selectors": [ - "spell-damage" - ], - "value": "ceil(@actor.level/2)" } ], "traits": {