forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update select Secrets of Magic Battle Form spells per Paizo Fall 2024…
… errata (foundryvtt#17733)
- Loading branch information
1 parent
8ee8128
commit 8488c98
Showing
23 changed files
with
1,004 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136 changes: 136 additions & 0 deletions
136
packs/spell-effects/spell-effect-demon-form-abrikandilu.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
{ | ||
"_id": "BIIYUbCsJxb0P8gm", | ||
"img": "icons/creatures/magical/spirit-poison-smoke-green.webp", | ||
"name": "Spell Effect: Demon Form (Abrikandilu)", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Demon Form]</p>\n<p>You transform into a Medium demon battle form. While in this form, you gain the demon and fiend traits. You have hands in this battle form and can use manipulate actions. You gain the following statistics and abilities regardless of the form that you choose:</p><ul><li>AC = 20 + your level. Ignore your armor check's penalty and Speed reduction.</li><li>30 temporary Hit Points, weakness 5 to cold iron, and weakness 5 to holy.</li><li>Darkvision.</li><li>One or more attacks specific to the battle form you use. You're trained with them. Your attack modifier is +22, and you use the listed damage. These attacks are Strength based (for the purpose of the enfeebled condition, for example). If your attack modifier is higher for the given unarmed attack or weapon, you can use it instead.</li><li>Athletics modifier of +23, unless your own modifier is higher.</li></ul><p>You also gain specific abilities based on the type of demon you choose:</p><ul><li><p><strong>Abrikandilu</strong> Speed 25 feet;</p><ul><li><strong>Melee</strong> <span class=\"action-glyph\">1</span> jaws (magical, unholy), <strong>Damage</strong> 2d6+12 piercing, and clumsy 1 for 1 minute on a critical hit;</li><li><strong>Melee</strong> <span class=\"action-glyph\">1</span> claw (agile, magic, unholy), <strong>Damage</strong> 2d6+12 slashing;</li><li><strong>Ranged</strong><span class=\"action-glyph\">1</span> hurled debris (range increment 20 feet, unholy), Damage 2d6+6 bludgeoning.</li></ul></li></ul>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "minutes", | ||
"value": 1 | ||
}, | ||
"level": { | ||
"value": 6 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Secrets of Magic" | ||
}, | ||
"rules": [ | ||
{ | ||
"hasHands": true, | ||
"key": "BattleForm", | ||
"overrides": { | ||
"armorClass": { | ||
"modifier": "20 + @actor.level" | ||
}, | ||
"senses": { | ||
"darkvision": {} | ||
}, | ||
"size": "med", | ||
"skills": { | ||
"athletics": { | ||
"modifier": 23 | ||
} | ||
}, | ||
"speeds": { | ||
"land": 25 | ||
}, | ||
"strikes": { | ||
"claw": { | ||
"ability": "str", | ||
"baseType": "claw", | ||
"category": "unarmed", | ||
"damage": { | ||
"damageType": "slashing", | ||
"dice": 2, | ||
"die": "d6", | ||
"modifier": 12 | ||
}, | ||
"modifier": 22, | ||
"traits": [ | ||
"unarmed", | ||
"agile", | ||
"magical", | ||
"unholy" | ||
] | ||
}, | ||
"hurled debris": { | ||
"ability": "str", | ||
"category": "unarmed", | ||
"damage": { | ||
"damageType": "slashing", | ||
"dice": 2, | ||
"die": "d6", | ||
"modifier": 6 | ||
}, | ||
"modifier": 22, | ||
"traits": [ | ||
"unarmed", | ||
"reach-20", | ||
"unholy" | ||
] | ||
}, | ||
"jaws": { | ||
"ability": "str", | ||
"baseType": "jaws", | ||
"category": "unarmed", | ||
"damage": { | ||
"damageType": "piercing", | ||
"dice": 2, | ||
"die": "d6", | ||
"modifier": 12 | ||
}, | ||
"img": "icons/creatures/abilities/mouth-teeth-long-red.webp", | ||
"modifier": 22, | ||
"traits": [ | ||
"unarmed", | ||
"magical", | ||
"unholy" | ||
] | ||
} | ||
}, | ||
"tempHP": 30, | ||
"traits": [ | ||
"demon", | ||
"fiend" | ||
], | ||
"weaknesses": [ | ||
{ | ||
"type": "cold-iron", | ||
"value": 5 | ||
}, | ||
{ | ||
"type": "holy", | ||
"value": 5 | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"key": "Note", | ||
"outcome": [ | ||
"criticalSuccess" | ||
], | ||
"selector": "jaws-attack-roll", | ||
"text": "PF2E.BattleForm.DemonForm.Notes.AbrikandiluCritical", | ||
"title": "{item|name}" | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
119 changes: 119 additions & 0 deletions
119
packs/spell-effects/spell-effect-demon-form-brimorak.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
{ | ||
"_id": "LzsCQ1mRnPYDzNpo", | ||
"img": "icons/creatures/magical/spirit-poison-smoke-green.webp", | ||
"name": "Spell Effect: Demon Form (Brimorak)", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Demon Form]</p>\n<p>You transform into a Medium demon battle form. While in this form, you gain the demon and fiend traits. You have hands in this battle form and can use manipulate actions. You gain the following statistics and abilities regardless of the form that you choose:</p><ul><li>AC = 20 + your level. Ignore your armor check's penalty and Speed reduction.</li><li>30 temporary Hit Points, weakness 5 to cold iron, and weakness 5 to holy.</li><li>Darkvision.</li><li>One or more attacks specific to the battle form you use. You're trained with them. Your attack modifier is +22, and you use the listed damage. These attacks are Strength based (for the purpose of the enfeebled condition, for example). If your attack modifier is higher for the given unarmed attack or weapon, you can use it instead.</li><li>Athletics modifier of +23, unless your own modifier is higher.</li></ul><p>You also gain specific abilities based on the type of demon you choose:</p><ul><li><p><strong>Brimorak</strong> Speed 30 feet;</p><ul><li><strong>Melee</strong> <span class=\"action-glyph\">1</span> flaming sword (magical, unholy), <strong>Damage</strong> 2d8+10 slashing plus 1d6 fire;</li><li><strong>Melee</strong> <span class=\"action-glyph\">1</span> hoof (agile, unholy), <strong>Damage</strong> 2d4+10 bludgeoning plus 1d6 fire.</li></ul></li></ul>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "minutes", | ||
"value": 1 | ||
}, | ||
"level": { | ||
"value": 6 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Secrets of Magic" | ||
}, | ||
"rules": [ | ||
{ | ||
"hasHands": true, | ||
"key": "BattleForm", | ||
"overrides": { | ||
"armorClass": { | ||
"modifier": "20 + @actor.level" | ||
}, | ||
"senses": { | ||
"darkvision": {} | ||
}, | ||
"size": "med", | ||
"skills": { | ||
"athletics": { | ||
"modifier": 23 | ||
} | ||
}, | ||
"speeds": { | ||
"land": 30 | ||
}, | ||
"strikes": { | ||
"hoof": { | ||
"ability": "str", | ||
"baseType": "hoof", | ||
"category": "unarmed", | ||
"damage": { | ||
"damageType": "bludgeoning", | ||
"dice": 2, | ||
"die": "d4", | ||
"modifier": 10 | ||
}, | ||
"modifier": 22, | ||
"traits": [ | ||
"unarmed", | ||
"agile", | ||
"magical", | ||
"unholy" | ||
] | ||
}, | ||
"longsword": { | ||
"ability": "str", | ||
"baseType": "longsword", | ||
"category": "martial", | ||
"damage": { | ||
"damageType": "slashing", | ||
"dice": 2, | ||
"die": "d8", | ||
"modifier": 10 | ||
}, | ||
"group": "sword", | ||
"img": "icons/magic/fire/dagger-rune-enchant-flame-red.webp", | ||
"label": "PF2E.BattleForm.Attack.FlamingSword", | ||
"modifier": 22, | ||
"traits": [ | ||
"magical", | ||
"unholy" | ||
] | ||
} | ||
}, | ||
"tempHP": 30, | ||
"traits": [ | ||
"demon", | ||
"fiend" | ||
], | ||
"weaknesses": [ | ||
{ | ||
"type": "cold-iron", | ||
"value": 5 | ||
}, | ||
{ | ||
"type": "holy", | ||
"value": 5 | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"damageType": "fire", | ||
"diceNumber": 1, | ||
"dieSize": "d6", | ||
"key": "DamageDice", | ||
"selector": "hoof-damage" | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
Oops, something went wrong.