Skip to content

Commit

Permalink
Update Khurfel's applied effect and some additional predicate instanc…
Browse files Browse the repository at this point in the history
…es to use `item:trait` or equivalent (#18129)
  • Loading branch information
ammalagonc authored Jan 28, 2025
1 parent 1152033 commit 5f79492
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 35 deletions.
2 changes: 1 addition & 1 deletion packs/abomination-vaults-bestiary/chafkhem.json
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@
{
"key": "FlatModifier",
"predicate": [
"vitality"
"item:trait:vitality"
],
"selector": "saving-throw",
"type": "status",
Expand Down
41 changes: 19 additions & 22 deletions packs/abomination-vaults-bestiary/khurfel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,51 +1082,49 @@
"type": "consumable"
},
{
"_id": "MhayCkEUA2ErJ0HR",
"_id": "NtdB1CnsdRa3pmve",
"_stats": {
"compendiumSource": "Compendium.pf2e.equipment-effects.Item.rH6RHxy6sNTLusKX"
"compendiumSource": "Compendium.pf2e.equipment-effects.Item.vlTiBE0h2kyw5J9o"
},
"img": "systems/pf2e/icons/equipment/other/emerald-fulcrum-lenses.webp",
"name": "Effect: Emerald Fulcrum Lens (Saving Throw)",
"name": "Effect: Emerald Fulcrum Lens",
"sort": 1500000,
"system": {
"description": {
"value": "<p>For 1 round you gain a +1 item bonus to attack rolls, saving throws, and DCs.</p>"
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Emerald Fulcrum Lens]</p>\n<p>You gain void healing and <em>harm</em> spells gain a +4 status bonus to the Hit Points they restore to you.</p>"
},
"duration": {
"expiry": "turn-start",
"expiry": null,
"sustained": false,
"unit": "rounds",
"value": 1
"unit": "unlimited",
"value": -1
},
"level": {
"value": 1
"value": 10
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder #165: Eyes of Empty Death"
},
"rules": [
{
"key": "ActiveEffectLike",
"mode": "override",
"path": "system.attributes.hp.negativeHealing",
"value": true
},
{
"key": "FlatModifier",
"predicate": [
{
"or": [
"magical",
"arcane",
"primal",
"occult",
"divine"
]
}
"item:slug:harm"
],
"selector": "saving-throw",
"type": "item",
"value": 2
"selector": "healing-received",
"type": "status",
"value": 4
}
],
"slug": "effect-emerald-fulcrum-lens-saving-throw",
"slug": "effect-emerald-fulcrum-lens",
"start": {
"initiative": null,
"value": 0
Expand All @@ -1135,7 +1133,6 @@
"show": true
},
"traits": {
"rarity": "common",
"value": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@
{
"key": "FlatModifier",
"predicate": [
{
"or": [
"magical",
"arcane",
"primal",
"occult",
"divine"
]
}
"item:magical"
],
"selector": "saving-throw",
"type": "item",
Expand Down
2 changes: 1 addition & 1 deletion packs/feats/undaunted.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"success"
],
"predicate": [
"emotion"
"item:trait:emotion"
],
"selector": "saving-throw",
"text": "When you roll a success on a save against an emotion effect, you get a critical success instead.",
Expand Down
2 changes: 1 addition & 1 deletion packs/paizo-pregens/reaching-rings-level-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
{
"key": "FlatModifier",
"predicate": [
"emotion"
"item:trait:emotion"
],
"selector": "saving-throw",
"type": "circumstance",
Expand Down
2 changes: 1 addition & 1 deletion packs/paizo-pregens/reaching-rings.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
{
"key": "FlatModifier",
"predicate": [
"emotion"
"item:trait:emotion"
],
"selector": "saving-throw",
"type": "circumstance",
Expand Down

0 comments on commit 5f79492

Please sign in to comment.