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 effects for Horned Lion Amulet #16650

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
47 changes: 47 additions & 0 deletions packs/equipment-effects/effect-horned-lion-amulet-recovery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"_id": "Cg6UOjRe7epZHyqp",
"img": "icons/equipment/neck/torc-ball-captive.webp",
"name": "Effect: Horned Lion Amulet Recovery",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Horned Lion Amulet]</p>\n<p>The DC to recover from the persistent fire damage remains at 10 until it ends.</p>"
},
"duration": {
"expiry": null,
"sustained": false,
"unit": "unlimited",
"value": -1
},
"level": {
"value": 9
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Lost Omens: Firebrands"
},
"rules": [
{
"itemType": "condition",
"key": "ItemAlteration",
"mode": "downgrade",
"predicate": [
"item:damage:type:fire"
],
"property": "pd-recovery-dc",
"value": 10
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
51 changes: 51 additions & 0 deletions packs/equipment-effects/effect-horned-lion-amulet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"_id": "O8JjATMWOoRzMTId",
"img": "icons/equipment/neck/torc-ball-captive.webp",
"name": "Effect: Horned Lion Amulet",
"system": {
"badge": {
"labels": [
"Subsequent",
"Triggering"
],
"loop": false,
"type": "counter",
"value": 2
},
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Horned Lion Amulet]</p>\n<p>You gain fire resistance 10 against the triggering damage and a subsequent fire resistance 5.</p>"
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "minutes",
"value": 1
},
"level": {
"value": 9
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Lost Omens: Firebrands"
},
"rules": [
{
"key": "Resistance",
"type": "fire",
"value": "@item.system.badge.value*5"
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
4 changes: 2 additions & 2 deletions packs/equipment/horned-lion-amulet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CfM2q0UgtG6gkPku",
"img": "systems/pf2e/icons/default-icons/consumable.svg",
"img": "icons/equipment/neck/torc-ball-captive.webp",
"name": "Horned Lion Amulet",
"system": {
"baseItem": null,
Expand All @@ -11,7 +11,7 @@
"containerId": null,
"damage": null,
"description": {
"value": "<p><strong>Activate</strong> <span class=\"action-glyph\">f</span> envision</p>\n<p><strong>Trigger</strong> You take fire damage.</p>\n<hr />\n<p>This small figurine of a horned lion sitting at attention is the size of a coin and carved from simple stone. The figurine can be fastened to a suit of armor as a charm or adornment. When you activate the amulet, the lion's eyes glow with flames, granting you fire resistance 10 against the triggering damage and a subsequent fire resistance 5 for 1 minute. If the triggering damage was due to persistent fire damage, you immediately attempt a @Check[flat|dc:10] to recover from the persistent damage. The DC remains at 10 until the persistent fire damage ends.</p>"
"value": "<p><strong>Activate</strong> <span class=\"action-glyph\">f</span> envision</p>\n<p><strong>Trigger</strong> You take fire damage</p><hr /><p>This small figurine of a horned lion sitting at attention is the size of a coin and carved from simple stone. The figurine can be fastened to a suit of armor as a charm or adornment.</p>\n<p>When you activate the amulet, the lion's eyes glow with flames, granting you fire resistance 10 against the triggering damage and a subsequent fire resistance 5 for 1 minute.</p>\n<p>@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Horned Lion Amulet]</p>\n<p>If the triggering damage was due to persistent fire damage, you immediately attempt a @Check[flat|showDC:all|dc:10] to recover from the persistent damage. The DC remains at 10 until the persistent fire damage ends.</p>\n<p>@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Horned Lion Amulet Recovery]</p>"
},
"hardness": 0,
"hp": {
Expand Down
Loading