-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a201c9b
commit d21e119
Showing
3 changed files
with
74 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"_id": "VIYfrecOd54NUPur", | ||
"img": "systems/pf2e/icons/equipment/runes/weapon-property-runes/weapon-property-runes.webp", | ||
"name": "Effect: Deathdrinking", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Deathdrinking]</p>\n<p>If the creature you killed was living you gain a +1 item bonus to attack and damage rolls. If the creature you destroyed was undead you gain a number of temporary HP equal to twice your level.</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "minutes", | ||
"value": 10 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Kingmaker" | ||
}, | ||
"rules": [ | ||
{ | ||
"choices": [ | ||
{ | ||
"label": "PF2E.TraitUndead", | ||
"value": "undead" | ||
}, | ||
{ | ||
"label": "PF2E.ModeOfBeing.Living", | ||
"value": "living" | ||
} | ||
], | ||
"rollOption": "deathdrinking", | ||
"key": "ChoiceSet" | ||
}, | ||
{ | ||
"key": "FlatModifier", | ||
"selector": [ | ||
"attack-roll", | ||
"damage" | ||
], | ||
"type": "item", | ||
"predicate": [ | ||
"deathdrinking:living" | ||
], | ||
"value": 1 | ||
}, | ||
{ | ||
"key": "TempHP", | ||
"predicate": [ | ||
"deathdrinking:undead" | ||
], | ||
"value": "@item.origin.level*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
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