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 missing spell effect for Touch of Corruption (foundryvtt#5924)
- Loading branch information
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
packs/data/spell-effects.db/spell-effect-touch-of-corruption-healing.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,46 @@ | ||
{ | ||
"_id": "PkofF4bxkDUgeIoE", | ||
"img": "systems/pf2e/icons/spells/touch-of-corruption.webp", | ||
"name": "Spell Effect: Touch of Corruption (Healing)", | ||
"system": { | ||
"badge": null, | ||
"description": { | ||
"value": "<p>Granted from willingly receiving @UUID[Compendium.pf2e.spells-srd.Touch of Corruption (Healing)]{Touch of Corruption (Healing)}.</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-end", | ||
"sustained": false, | ||
"unit": "rounds", | ||
"value": 1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "FlatModifier", | ||
"selector": "damage", | ||
"type": "status", | ||
"value": 2 | ||
} | ||
], | ||
"source": { | ||
"value": "Pathfinder Secrets of Magic" | ||
}, | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"target": null, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"custom": "", | ||
"rarity": "common", | ||
"value": [] | ||
}, | ||
"unidentified": false | ||
}, | ||
"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