From 4af72b8273118f5098dbd403a537e6ea263a449d Mon Sep 17 00:00:00 2001 From: Ambrose Date: Mon, 10 Jun 2024 19:15:17 -0400 Subject: [PATCH] Update fire-giant.json Per issue #15040 - fix the Flame attack to reflect the Monster Core attack parameters --- packs/pathfinder-monster-core/fire-giant.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packs/pathfinder-monster-core/fire-giant.json b/packs/pathfinder-monster-core/fire-giant.json index ebb1437886d..a0a56286fd5 100644 --- a/packs/pathfinder-monster-core/fire-giant.json +++ b/packs/pathfinder-monster-core/fire-giant.json @@ -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" } },