Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Deathdrinking effects #17930

Merged
merged 6 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions packs/equipment-effects/effect-deathdrinking.json
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>You gain a +1 item bonus to attack and damage rolls for 10 minutes.</p>\n<p>You gain a number of temporary HP equal to twice your level for 10 minutes.</p>"
reyzor1991 marked this conversation as resolved.
Show resolved Hide resolved
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "minutes",
"value": 10
},
"level": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Kingmaker"
},
"rules": [
{
"choices": [
{
"label": "Undead",
reyzor1991 marked this conversation as resolved.
Show resolved Hide resolved
"value": "undead"
},
{
"label": "Living",
reyzor1991 marked this conversation as resolved.
Show resolved Hide resolved
"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"
}
2 changes: 1 addition & 1 deletion packs/equipment/deathdrinking.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"containerId": null,
"description": {
"value": "<p>A weapon etched with a <em>deathdrinking</em> rune shimmers with dark purple energy. When held by a living creature, the weapon causes twinges of hunger to manifest.</p>\n<p>While holding a <em>deathdrinking weapon</em>, you gain a +1 item bonus to saving throws against void damage and death effects. When you critically hit a creature with a <em>deathdrinking weapon</em>, you inflict an additional 1d6 points of vitality or void damage to the creature-whichever type of damage would harm the creature. You also gain the following reaction when wielding a <em>deathdrinking weapon</em>.</p>\n<p><strong>Activate</strong> <span class=\"action-glyph\">r</span> envision</p>\n<p><strong>Frequency</strong> once per day</p>\n<p><strong>Trigger</strong> you kill or destroy a creature with the deathdrinking weapon</p>\n<hr />\n<p><strong>Effect</strong> If the creature you killed was living, you gain a +1 item bonus to attack and damage rolls for 10 minutes. If the creature you destroyed was undead, you gain a number of temporary HP equal to twice your level for 10 minutes.</p>"
"value": "<p>A weapon etched with a <em>deathdrinking</em> rune shimmers with dark purple energy. When held by a living creature, the weapon causes twinges of hunger to manifest.</p>\n<p>While holding a <em>deathdrinking weapon</em>, you gain a +1 item bonus to saving throws against void damage and death effects. When you critically hit a creature with a <em>deathdrinking weapon</em>, you inflict an additional 1d6 points of vitality or void damage to the creature-whichever type of damage would harm the creature. You also gain the following reaction when wielding a <em>deathdrinking weapon</em>.</p>\n<p><strong>Activate</strong> <span class=\"action-glyph\">r</span> envision</p>\n<p><strong>Frequency</strong> once per day</p>\n<p><strong>Trigger</strong> you kill or destroy a creature with the deathdrinking weapon</p>\n<hr />\n<p><strong>Effect</strong> If the creature you killed was living, you gain a +1 item bonus to attack and damage rolls for 10 minutes. If the creature you destroyed was undead, you gain a number of temporary HP equal to twice your level for 10 minutes.</p>\n<p>@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Deathdrinking]</p></p>"
},
"hardness": 0,
"hp": {
Expand Down
Loading