Skip to content

Commit

Permalink
fix: Add higher slot level damage to Hellish Rebuke (5e-bits#540)
Browse files Browse the repository at this point in the history
Add higher slot level damage to Hellish Rebuke

Co-authored-by: ASTRELION <5625400-ASTRELION@users.noreply.gitlab.com>
  • Loading branch information
2 people authored and markpol committed Oct 5, 2023
1 parent b3775cf commit 61ab62e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/5e-SRD-Spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -7772,6 +7772,9 @@
"desc": [
"You point your finger, and the creature that damaged you is momentarily surrounded by hellish flames. The creature must make a dexterity saving throw. It takes 2d10 fire damage on a failed save, or half as much damage on a successful one."
],
"higher_level": [
"When you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d10 for each slot level above 1st."
],
"range": "60 feet",
"components": ["V", "S"],
"ritual": false,
Expand All @@ -7786,7 +7789,15 @@
"url": "/api/damage-types/fire"
},
"damage_at_slot_level": {
"1": "2d10"
"1": "2d10",
"2": "3d10",
"3": "4d10",
"4": "5d10",
"5": "6d10",
"6": "7d10",
"7": "8d10",
"8": "9d10",
"9": "10d10"
}
},
"dc": {
Expand Down

0 comments on commit 61ab62e

Please sign in to comment.