Skip to content

Commit

Permalink
Fix the damage of Fire Giant's Flame Attack (#15044)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammalagonc committed Jun 12, 2024
1 parent 3bad43b commit f56c5de
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packs/pathfinder-monster-core/fire-giant.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,15 +383,16 @@
]
},
"bonus": {
"value": 23
"value": 21
},
"damageRolls": {
"i4ggn8pkplgq6191icks": {
"damage": "2d8+13",
"damageType": "bludgeoning"
"damage": "4d6",
"damageType": "fire"
},
"g7vi65l83agsomxlgjhc": {
"damage": "1d6",
"category": "persistent",
"damage": "2d6",
"damageType": "fire"
}
},
Expand Down

0 comments on commit f56c5de

Please sign in to comment.