Skip to content

Commit

Permalink
Add Dice to Corrosive Body Effect (#9626)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanCPA authored Aug 28, 2023
1 parent d9613cc commit a7b1040
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
{
"key": "Immunity",
"type": "acid"
},
{
"damageType": "acid",
"diceNumber": 1,
"key": "DamageDice",
"predicate": [
"acid"
],
"selector": "spell-damage"
}
],
"source": {
Expand Down
9 changes: 9 additions & 0 deletions packs/spell-effects/spell-effect-corrosive-body.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
{
"key": "Immunity",
"type": "acid"
},
{
"damageType": "acid",
"diceNumber": 1,
"key": "DamageDice",
"predicate": [
"acid"
],
"selector": "spell-damage"
}
],
"source": {
Expand Down

0 comments on commit a7b1040

Please sign in to comment.