diff --git a/packs/feat-effects/effect-steel-yourself.json b/packs/feat-effects/effect-steel-yourself.json new file mode 100644 index 00000000000..3a5c941e45d --- /dev/null +++ b/packs/feat-effects/effect-steel-yourself.json @@ -0,0 +1,47 @@ +{ + "_id": "HoNojV4S2Yb6CoZR", + "img": "icons/equipment/shield/heater-steel-gold.webp", + "name": "Effect: Steel Yourself!", + "system": { + "description": { + "value": "

Granted by @UUID[Compendium.pf2e.feats-srd.Item.Steel Yourself!]

\n

You gain temporary Hit Points and a +2 circumstance bonus to Fortitude saves.

" + }, + "duration": { + "expiry": "turn-start", + "sustained": false, + "unit": "rounds", + "value": 1 + }, + "level": { + "value": 4 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core 2" + }, + "rules": [ + { + "key": "TempHP", + "value": "@item.origin.abilities.cha.mod" + }, + { + "key": "FlatModifier", + "selector": "fortitude", + "type": "circumstance", + "value": 2 + } + ], + "start": { + "initiative": null, + "value": 0 + }, + "tokenIcon": { + "show": true + }, + "traits": { + "value": [] + } + }, + "type": "effect" +} diff --git a/packs/feats/steel-yourself.json b/packs/feats/steel-yourself.json index 395c4cf3ad7..112bca144c8 100644 --- a/packs/feats/steel-yourself.json +++ b/packs/feats/steel-yourself.json @@ -11,7 +11,7 @@ }, "category": "class", "description": { - "value": "

You encourage an ally to toughen up, giving them a fighting chance. Choose one ally in your marshal's aura. The ally gains temporary Hit Points equal to your Charisma modifier and a +2 circumstance bonus to Fortitude saves. Both benefits last until the start of your next turn.

" + "value": "

You encourage an ally to toughen up, giving them a fighting chance. Choose one ally in your marshal's aura. The ally gains temporary Hit Points equal to your Charisma modifier and a +2 circumstance bonus to Fortitude saves. Both benefits last until the start of your next turn.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Steel Yourself!]

" }, "level": { "value": 4