Skip to content

Commit

Permalink
Add missing spell effect for Touch of Corruption (foundryvtt#5924)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxim5 authored Jan 26, 2023
1 parent 569595b commit edb997e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
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"
}
2 changes: 1 addition & 1 deletion packs/data/spells.db/touch-of-corruption-healing.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"description": {
"value": "<p>You infuse the target with negative energy. If the target is living, this deals 1d6 negative negative damage (basic Fortitude save); on a failed save, the target also takes a -2 status penalty to AC for 1 round.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Spell Effect: Touch of Corruption]{Spell Effect: Touch of Corruption}</p>\n<p>If the target is a willing undead creature, the target instead regains 6 Hit Points, and if you are the undead target, you also gain a +2 status bonus to damage rolls for 1 round.</p>\n<hr />\n<p><strong>Heightened (+1)</strong> Increase the damage dealt to a living creature by 1d6 or increase the Hit Points regained by undead by 6.</p>"
"value": "<p>You infuse the target with negative energy. If the target is living, this deals 1d6 negative negative damage (basic Fortitude save); on a failed save, the target also takes a -2 status penalty to AC for 1 round.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Spell Effect: Touch of Corruption]{Spell Effect: Touch of Corruption}</p>\n<p>If the target is a willing undead creature, the target instead regains 6 Hit Points, and if you are the undead target, you also gain a +2 status bonus to damage rolls for 1 round.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Spell Effect: Touch of Corruption (Healing)]{Spell Effect: Touch of Corruption (Healing)}</p>\n<hr />\n<p><strong>Heightened (+1)</strong> Increase the damage dealt to a living creature by 1d6 or increase the Hit Points regained by undead by 6.</p>"
},
"duration": {
"value": ""
Expand Down

0 comments on commit edb997e

Please sign in to comment.