Skip to content

Commit

Permalink
Add effect for Steel Yourself! (foundryvtt#16943)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored Oct 19, 2024
1 parent 5ceb2ab commit 502be34
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions packs/feat-effects/effect-steel-yourself.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"_id": "HoNojV4S2Yb6CoZR",
"img": "icons/equipment/shield/heater-steel-gold.webp",
"name": "Effect: Steel Yourself!",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.feats-srd.Item.Steel Yourself!]</p>\n<p>You gain temporary Hit Points and a +2 circumstance bonus to Fortitude saves.</p>"
},
"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"
}
2 changes: 1 addition & 1 deletion packs/feats/steel-yourself.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"category": "class",
"description": {
"value": "<p>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.</p>"
"value": "<p>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.</p>\n<p>@UUID[Compendium.pf2e.feat-effects.Item.Effect: Steel Yourself!]</p>"
},
"level": {
"value": 4
Expand Down

0 comments on commit 502be34

Please sign in to comment.