From 3c1f646b6101c0f35fca9d34d8e83e421a38bc3a Mon Sep 17 00:00:00 2001 From: Chris Ryan <73275196+chrisryan10@users.noreply.github.com> Date: Fri, 7 Nov 2025 01:05:41 +1000 Subject: [PATCH] Fix the damage output of the Takedown Beastform feature (#1240) Co-authored-by: Chris Ryan --- .../feature_Takedown_0ey4kM9ssj2otHvb.json | 79 ++++++++++++++++--- 1 file changed, 68 insertions(+), 11 deletions(-) diff --git a/src/packs/beastforms/feature_Takedown_0ey4kM9ssj2otHvb.json b/src/packs/beastforms/feature_Takedown_0ey4kM9ssj2otHvb.json index 5392665b..e5323c63 100644 --- a/src/packs/beastforms/feature_Takedown_0ey4kM9ssj2otHvb.json +++ b/src/packs/beastforms/feature_Takedown_0ey4kM9ssj2otHvb.json @@ -32,16 +32,18 @@ "resultBased": false, "value": { "custom": { - "enabled": true, - "formula": "(@prof+2)@basicAttackDamageDice" + "enabled": false, + "formula": "" }, "multiplier": "prof", - "flatMultiplier": 1, - "dice": "d6", - "bonus": null + "dice": "d8", + "bonus": 6, + "flatMultiplier": 1 }, "applyTo": "hitPoints", - "type": [], + "type": [ + "physical" + ], "base": false, "valueAlt": { "multiplier": "prof", @@ -49,9 +51,64 @@ "dice": "d6", "bonus": null, "custom": { - "enabled": false + "enabled": false, + "formula": "" } } + }, + { + "resultBased": false, + "value": { + "custom": { + "enabled": false, + "formula": "" + }, + "multiplier": "flat", + "flatMultiplier": 2, + "dice": "d8", + "bonus": null + }, + "applyTo": "hitPoints", + "type": [ + "physical" + ], + "base": false, + "valueAlt": { + "multiplier": "prof", + "flatMultiplier": 1, + "dice": "d6", + "bonus": null, + "custom": { + "enabled": false, + "formula": "" + } + } + }, + { + "resultBased": false, + "value": { + "custom": { + "enabled": true, + "formula": "1" + }, + "multiplier": "prof", + "flatMultiplier": 1, + "dice": "d6", + "bonus": null + }, + "applyTo": "stress", + "base": false, + "valueAlt": { + "multiplier": "prof", + "flatMultiplier": 1, + "dice": "d6", + "bonus": null, + "custom": { + "enabled": false, + "formula": "" + } + }, + "type": [] } ], "includeBase": false @@ -150,12 +207,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.347", + "coreVersion": "13.350", "systemId": "daggerheart", - "systemVersion": "1.1.0", + "systemVersion": "1.1.2", "createdTime": 1753621786000, - "modifiedTime": 1756041242273, - "lastModifiedBy": "vUIbuan0U50nfKBE" + "modifiedTime": 1762341337917, + "lastModifiedBy": "9HOfUKAXuCu7hUPY" }, "_id": "0ey4kM9ssj2otHvb", "sort": 600000,