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.
Fix NPC Destructive Vengeance effect (foundryvtt#17565)
- Loading branch information
Showing
55 changed files
with
24,125 additions
and
2 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
45 changes: 45 additions & 0 deletions
45
packs/bestiary-effects/effect-field-of-slaughter-bleed.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,45 @@ | ||
{ | ||
"_id": "EhEXb0arrl2tc1HB", | ||
"img": "icons/creatures/abilities/fang-tooth-blood-red.webp", | ||
"name": "Effect: Field of Slaughter (Bleed)", | ||
"system": { | ||
"description": { | ||
"value": "<p>Critical hits within the aura deal 3d6 persistent bleed damage.</p>" | ||
}, | ||
"duration": { | ||
"expiry": null, | ||
"sustained": false, | ||
"unit": "unlimited", | ||
"value": -1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "ORC", | ||
"remaster": true, | ||
"title": "Pathfinder Adventure Path #209: Destroyer's Doom" | ||
}, | ||
"rules": [ | ||
{ | ||
"critical": true, | ||
"damageType": "bleed", | ||
"diceNumber": 3, | ||
"dieSize": "d6", | ||
"key": "DamageDice", | ||
"selector": "strike-damage" | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
43 changes: 43 additions & 0 deletions
43
packs/bestiary-effects/effect-field-of-slaughter-keen.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,43 @@ | ||
{ | ||
"_id": "LFJppLCe4JAWrzPs", | ||
"img": "icons/weapons/sickles/sickle-hooked-silver.webp", | ||
"name": "Effect: Field of Slaughter (Keen)", | ||
"system": { | ||
"description": { | ||
"value": "<p>Your weapons and unarmed strikes gain the <em>keen</em> rune.</p>" | ||
}, | ||
"duration": { | ||
"expiry": null, | ||
"sustained": false, | ||
"unit": "unlimited", | ||
"value": -1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "ORC", | ||
"remaster": true, | ||
"title": "Pathfinder Adventure Path #209: Destroyer's Doom" | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "AdjustStrike", | ||
"mode": "add", | ||
"property": "property-runes", | ||
"value": "keen" | ||
} | ||
], | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"_id": "nAHRwy8agswzdgFh", | ||
"img": "systems/pf2e/icons/features/feats/ironblood-stance.webp", | ||
"name": "Effect: Ironblood Stance", | ||
"system": { | ||
"description": { | ||
"value": "<p>Nakasha enters a stance of impenetrable iron. As long as she's in this stance, Nakasha can make iron sweep Strikes with her fists and gains resistance 2 to all damage.</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "encounter", | ||
"value": -1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "ORC", | ||
"remaster": true, | ||
"title": "Pathfinder Adventure Path #209: Destroyer's Doom" | ||
}, | ||
"rules": [ | ||
{ | ||
"attackModifier": 19, | ||
"category": "unarmed", | ||
"damage": { | ||
"base": { | ||
"damageType": "bludgeoning", | ||
"dice": 3, | ||
"die": "d8", | ||
"modifier": 6 | ||
} | ||
}, | ||
"group": "brawling", | ||
"img": "systems/pf2e/icons/features/feats/ironblood-stance.webp", | ||
"key": "Strike", | ||
"label": "PF2E.SpecificRule.Stance.Attack.IronSweep", | ||
"range": null, | ||
"traits": [ | ||
"sweep", | ||
"unarmed", | ||
"nonlethal" | ||
] | ||
}, | ||
{ | ||
"key": "Resistance", | ||
"type": "all-damage", | ||
"value": 2 | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"rarity": "common", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"_id": "bbZkyKT6MzaX4FHI", | ||
"img": "icons/equipment/chest/vest-leather-tattered-white.webp", | ||
"name": "Effect: Stubborn Skin", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Aurochs Hide Armor]</p>\n<p>You have a –1 penalty to Reflex saves and a +2 item bonus to Fortitude saves.</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-end", | ||
"sustained": false, | ||
"unit": "minutes", | ||
"value": 1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "ORC", | ||
"remaster": true, | ||
"title": "Pathfinder Adventure Path #209: Destroyer's Doom" | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "FlatModifier", | ||
"selector": "reflex", | ||
"value": -1 | ||
}, | ||
{ | ||
"key": "FlatModifier", | ||
"selector": "fortitude", | ||
"type": "item", | ||
"value": 2 | ||
} | ||
], | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"_id": "P9v4lpVpLlL7AGnw", | ||
"img": "icons/equipment/neck/amulet-round-engraved-gold.webp", | ||
"name": "Amulet of Kinship's Strength", | ||
"system": { | ||
"baseItem": null, | ||
"bulk": { | ||
"value": 0.1 | ||
}, | ||
"containerId": null, | ||
"description": { | ||
"value": "<p>This weighty brass disk is inscribed with the ancestral names of its previous owners and now includes your own. When worn, it rests against your chest with a heavy warmth, a reminder of the strength of those who came before you. While worn and invested, you gain a +2 item bonus to Will saves. This bonus increases to +3 if the effect has the fear trait.</p>\n<p><strong>Activate—Strengthen Resolve</strong> <span class=\"action-glyph\">1</span></p>\n<p><strong>Frequency</strong> once per day</p><hr /><p><strong>Effect</strong> You extend your resolve to your allies, casting @UUID[Compendium.pf2e.spells-srd.Item.Strength of Mind] on up to three willing targets.</p>" | ||
}, | ||
"hardness": 0, | ||
"hp": { | ||
"max": 0, | ||
"value": 0 | ||
}, | ||
"level": { | ||
"value": 12 | ||
}, | ||
"material": { | ||
"grade": null, | ||
"type": null | ||
}, | ||
"price": { | ||
"value": { | ||
"gp": 2000 | ||
} | ||
}, | ||
"publication": { | ||
"license": "ORC", | ||
"remaster": true, | ||
"title": "Pathfinder Adventure Path #209: Destroyer's Doom" | ||
}, | ||
"quantity": 1, | ||
"rules": [ | ||
{ | ||
"key": "FlatModifier", | ||
"selector": "will", | ||
"type": "item", | ||
"value": 2 | ||
}, | ||
{ | ||
"key": "AdjustModifier", | ||
"mode": "add", | ||
"predicate": [ | ||
"item:trait:fear" | ||
], | ||
"selector": "will", | ||
"slug": "amulet-of-kinships-strength", | ||
"value": 1 | ||
} | ||
], | ||
"size": "med", | ||
"traits": { | ||
"rarity": "uncommon", | ||
"value": [ | ||
"invested", | ||
"magical" | ||
] | ||
}, | ||
"usage": { | ||
"value": "worn" | ||
} | ||
}, | ||
"type": "equipment" | ||
} |
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,77 @@ | ||
{ | ||
"_id": "hCutQISjPJaKGYtj", | ||
"img": "icons/equipment/chest/vest-leather-tattered-white.webp", | ||
"name": "Aurochs Hide Armor", | ||
"system": { | ||
"acBonus": 3, | ||
"baseItem": "hide-armor", | ||
"bulk": { | ||
"value": 2 | ||
}, | ||
"category": "medium", | ||
"checkPenalty": -2, | ||
"containerId": null, | ||
"description": { | ||
"value": "<p>Made of the sturdy, thick hide of the aurochs and tempered to be both flexible and durable, this <em>+1 resilient hide armor</em> is imbued with the aurochs' natural defenses against venomous predators. You gain resistance 5 to poison damage.</p>\n<p><strong>Activate—Stubborn Skin</strong> <span class=\"action-glyph\">1</span></p>\n<p>You pull the layers of the armor taut, stiffening your body against incoming forces for 1 minute. While the armor is taut, you have a –1 penalty to Reflex saves and a +2 item bonus to Fortitude saves.</p>\n<p>@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Stubborn Skin]</p>" | ||
}, | ||
"dexCap": 2, | ||
"group": "leather", | ||
"hardness": 0, | ||
"hp": { | ||
"max": 0, | ||
"value": 0 | ||
}, | ||
"level": { | ||
"value": 10 | ||
}, | ||
"material": { | ||
"grade": null, | ||
"type": null | ||
}, | ||
"price": { | ||
"value": { | ||
"gp": 1000 | ||
} | ||
}, | ||
"publication": { | ||
"license": "ORC", | ||
"remaster": true, | ||
"title": "Pathfinder Adventure Path #209: Destroyer's Doom" | ||
}, | ||
"quantity": 1, | ||
"rules": [ | ||
{ | ||
"key": "Resistance", | ||
"type": "poison", | ||
"value": 5 | ||
} | ||
], | ||
"runes": { | ||
"potency": 1, | ||
"property": [], | ||
"resilient": 1 | ||
}, | ||
"size": "med", | ||
"specific": { | ||
"material": { | ||
"grade": null, | ||
"type": null | ||
}, | ||
"runes": { | ||
"potency": 1, | ||
"property": [], | ||
"resilient": 1 | ||
} | ||
}, | ||
"speedPenalty": -5, | ||
"strength": 2, | ||
"traits": { | ||
"rarity": "uncommon", | ||
"value": [ | ||
"invested", | ||
"magical" | ||
] | ||
} | ||
}, | ||
"type": "armor" | ||
} |
Oops, something went wrong.