Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Spell Effect: Inspire Heroics (Defense, +2)",
"system": {
"description": {
"value": "<p>Granted by succeeding on @UUID[Compendium.pf2e.spells-srd.Item.Fortissimo Composition] to enhance @UUID[Compendium.pf2e.spells-srd.Item.Rallying Anthem].</p>\n<p>You inspire your allies to protect themselves more effectively. You and all allies in the area gain a +2 status bonus to AC and saving throws, as well as resistance equal to half the spell's rank to physical damage.</p>\n<p><em>Note: resistance is not automatically added.</em></p>"
"value": "<p>Granted by succeeding on @UUID[Compendium.pf2e.spells-srd.Item.Fortissimo Composition] to enhance @UUID[Compendium.pf2e.spells-srd.Item.Rallying Anthem].</p>\n<p>You inspire your allies to protect themselves more effectively. You and all allies in the area gain a +2 status bonus to AC and saving throws, as well as resistance equal to half the spell's rank to physical damage.</p>"
},
"duration": {
"expiry": "turn-start",
Expand All @@ -23,13 +23,17 @@
"rules": [
{
"key": "FlatModifier",
"label": "Inspire Defense",
"selector": [
"ac",
"saving-throw"
],
"type": "status",
"value": 2
},
{
"key": "Resistance",
"type": "physical",
"value": "floor(( @item.level ) / 2 )"
}
],
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Spell Effect: Inspire Heroics (Defense, +3)",
"system": {
"description": {
"value": "<p>Granted by critically succeeding on @UUID[Compendium.pf2e.spells-srd.Item.Fortissimo Composition] to enhance @UUID[Compendium.pf2e.spells-srd.Item.Rallying Anthem].</p>\n<p>You inspire your allies to protect themselves more effectively. You and all allies in the area gain a +3 status bonus to AC and saving throws, as well as resistance equal to half the spell's rank to physical damage.</p>\n<p><em>Note: resistance is not automatically added.</em></p>"
"value": "<p>Granted by critically succeeding on @UUID[Compendium.pf2e.spells-srd.Item.Fortissimo Composition] to enhance @UUID[Compendium.pf2e.spells-srd.Item.Rallying Anthem].</p>\n<p>You inspire your allies to protect themselves more effectively. You and all allies in the area gain a +3 status bonus to AC and saving throws, as well as resistance equal to half the spell's rank to physical damage.</p>"
},
"duration": {
"expiry": "turn-start",
Expand All @@ -23,13 +23,17 @@
"rules": [
{
"key": "FlatModifier",
"label": "Inspire Defense",
"selector": [
"ac",
"saving-throw"
],
"type": "status",
"value": 3
},
{
"key": "Resistance",
"type": "physical",
"value": "floor(( @item.level ) / 2 )"
}
],
"start": {
Expand Down