Skip to content

Commit

Permalink
Fix scaling of Stoke the Heart spell effect (#18111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greyhome-hub authored Jan 27, 2025
1 parent 097c896 commit 8e841ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packs/spell-effects/spell-effect-stoke-the-heart.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"key": "FlatModifier",
"selector": "damage",
"type": "status",
"value": "ceil(@item.level / 2)"
"value": "ceil(1+(@item.level / 2))"
}
],
"start": {
Expand Down

0 comments on commit 8e841ce

Please sign in to comment.