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.
Add variant effect to PFS earplugs and correct links between effects …
…and items (foundryvtt#4457)
- Loading branch information
Showing
4 changed files
with
62 additions
and
4 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
packs/data/equipment-effects.db/effect-earplugs-pfs-guide.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,57 @@ | ||
{ | ||
"_id": "NE7Fm5YnUhD4ySX3", | ||
"img": "systems/pf2e/icons/equipment/adventuring-gear/earplugs.webp", | ||
"name": "Effect: Earplugs (PFS Guide)", | ||
"system": { | ||
"badge": null, | ||
"description": { | ||
"value": "<p>Grants a +1 item bonus to saves vs. auditory effects and a -2 penalty to perception checks that rely on hearing.</p><p>Granted by @UUID[Compendium.pf2e.equipment-srd.iYiA6CMR1N2E2Ny2]{Earplugs (PFS Guide)}</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "unlimited", | ||
"value": -1 | ||
}, | ||
"level": { | ||
"value": 0 | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "FlatModifier", | ||
"predicate": [ | ||
"auditory" | ||
], | ||
"selector": "saving-throw", | ||
"type": "item", | ||
"value": 1 | ||
}, | ||
{ | ||
"key": "FlatModifier", | ||
"predicate": [ | ||
"auditory" | ||
], | ||
"selector": "perception", | ||
"type": "item", | ||
"value": -2 | ||
} | ||
], | ||
"source": { | ||
"value": "Pathfinder Lost Omens: Pathfinder Society Guide" | ||
}, | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"target": null, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"custom": "", | ||
"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
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
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