Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct Fire Giant's (Monster Core) Flame Attack #15044

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update fire-giant.json
Per issue #15040 - fix the Flame attack to reflect the Monster Core attack parameters
  • Loading branch information
ammalagonc committed Jun 10, 2024
commit 4af72b8273118f5098dbd403a537e6ea263a449d
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
Loading