Skip to content

Commit

Permalink
Update spell effect for Distracting Decoy to include off-guard grant (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored Jun 4, 2024
1 parent 2af0387 commit 426371c
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 58 deletions.

This file was deleted.

66 changes: 66 additions & 0 deletions packs/spell-effects/spell-effect-distracting-decoy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"_id": "iwzKtzNV5t1op2xs",
"img": "icons/creatures/birds/duck-green.webp",
"name": "Spell Effect: Distracting Decoy",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Distracting Decoy]</p>\n<p><strong>Failure</strong> The creature is off-guard until the start of your next turn.</p>\n<p><strong>Critical Failure</strong> As failure, but the creature also takes a –2 circumstance penalty to attacks while it's off-guard.</p>"
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "rounds",
"value": 1
},
"level": {
"value": 1
},
"publication": {
"license": "ORC",
"remaster": true,
"title": "Pathfinder Howl of the Wild"
},
"rules": [
{
"choices": [
{
"label": "PF2E.Check.Result.Degree.Check.failure",
"value": "failure"
},
{
"label": "PF2E.Check.Result.Degree.Check.criticalFailure",
"value": "critical-failure"
}
],
"key": "ChoiceSet",
"prompt": "PF2E.SpecificRule.Prompt.DegreeOfSuccess",
"rollOption": "distracting-decoy"
},
{
"inMemoryOnly": true,
"key": "GrantItem",
"uuid": "Compendium.pf2e.conditionitems.Item.Off-Guard"
},
{
"key": "FlatModifier",
"predicate": [
"distracting-decoy:critical-failure"
],
"selector": "attack",
"type": "circumstance",
"value": -2
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
12 changes: 6 additions & 6 deletions packs/spells/distracting-decoy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "z8bHh8KVttslQIU9",
"img": "systems/pf2e/icons/default-icons/spell.svg",
"img": "icons/creatures/birds/duck-green.webp",
"name": "Distracting Decoy",
"system": {
"area": null,
Expand All @@ -10,13 +10,13 @@
"counteraction": false,
"damage": {},
"defense": {
"passive": {
"statistic": "will-dc"
},
"save": null
"save": {
"basic": false,
"statistic": "will"
}
},
"description": {
"value": "<p>You conjure a colorful, fast-moving shape, such as a small bird or other animal that draws your target's eye. They must attempt a Will save.</p>\n<hr />\n<p><strong>Success</strong> The creature is unaffected.</p>\n<p><strong>Failure</strong> The creature is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] until the start of your next turn.</p>\n<p><strong>Critical Failure</strong> As failure, but the creature also takes a –2 circumstance penalty to attacks while it's off-guard.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Distracting Decoy (Critical Failure)]</p>"
"value": "<p>You conjure a colorful, fast-moving shape, such as a small bird or other animal that draws your target's eye. They must attempt a Will save.</p><hr /><p><strong>Success</strong> The creature is unaffected.</p>\n<p><strong>Failure</strong> The creature is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] until the start of your next turn.</p>\n<p><strong>Critical Failure</strong> As failure, but the creature also takes a –2 circumstance penalty to attacks while it's off-guard.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Distracting Decoy]</p>"
},
"duration": {
"sustained": false,
Expand Down
12 changes: 6 additions & 6 deletions packs/spells/slime-spit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "hWtB81P2KGzGHKAJ",
"img": "systems/pf2e/icons/default-icons/spell.svg",
"img": "icons/magic/acid/projectile-glowing-bubbles.webp",
"name": "Slime Spit",
"system": {
"area": null,
Expand All @@ -21,13 +21,13 @@
}
},
"defense": {
"passive": {
"statistic": "reflex-dc"
},
"save": null
"save": {
"basic": false,
"statistic": "reflex"
}
},
"description": {
"value": "<p>You spit toxic goo that coats your target's face and eyes, dealing @Damage[2d6[poison]] damage. It must attempt a Reflex save.</p>\n<hr />\n<p><strong>Critical Success</strong> The target takes no damage.</p>\n<p><strong>Success</strong> The target takes half damage and is @UUID[Compendium.pf2e.conditionitems.Item.Dazzled] for 1 round, though it can Interact to wipe its eyes and remove the condition.</p>\n<p><strong>Failure</strong> The target takes full damage and is dazzled until the end of your next turn.</p>\n<p><strong>Critical Failure</strong> The target takes double damage, is @UUID[Compendium.pf2e.conditionitems.Item.Blinded] for 1 round, and is dazzled until it uses an Interact action to wipe its eyes.</p>\n<hr />\n<p><strong>Heightened (+1)</strong> The damage increases by 2d6</p>"
"value": "<p>You spit toxic goo that coats your target's face and eyes, dealing 2d6 poison damage. It must attempt a Reflex save.</p><hr /><p><strong>Critical Success</strong> The target takes no damage.</p>\n<p><strong>Success</strong> The target takes half damage and is @UUID[Compendium.pf2e.conditionitems.Item.Dazzled] for 1 round, though it can Interact to wipe its eyes and remove the condition.</p>\n<p><strong>Failure</strong> The target takes full damage and is dazzled until the end of your next turn.</p>\n<p><strong>Critical Failure</strong> The target takes double damage, is @UUID[Compendium.pf2e.conditionitems.Item.Blinded] for 1 round, and is dazzled until it uses an Interact action to wipe its eyes.</p><hr /><p><strong>Heightened (+1)</strong> The damage increases by 2d6.</p>"
},
"duration": {
"sustained": false,
Expand Down

0 comments on commit 426371c

Please sign in to comment.