Skip to content

Commit

Permalink
Correct Oscillating Wave's Amped Ignition dice number (#17985)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammalagonc authored Jan 13, 2025
1 parent ff1f769 commit 34efaf4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packs/classfeatures/the-oscillating-wave.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 34efaf4

Please sign in to comment.