Skip to content

Commit

Permalink
Fix formatting of the kingmaker army outflank condition (#18300)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez authored Feb 18, 2025
1 parent bbcd1e0 commit 14bc740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packs/kingmaker-features/army-conditions/engaged.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"value": "<p>An army that is in close combat with one or more enemy armies becomes engaged. An army must be engaged in order to attempt melee Strikes. If an army is engaged and attempts a maneuver war action that would cause it to disengage, it provokes reactions from any enemy armies they were engaged with.</p>"
},
"duration": {
"expiry": "turn-start",
"expiry": null,
"sustained": false,
"unit": "unlimited",
"value": -1
Expand Down
2 changes: 1 addition & 1 deletion packs/kingmaker-features/army-conditions/outflanked.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"value": "<p>The army has enemies coming at it from many directions and must split its forces to deal with threats on every side. The army takes a –2 circumstance penalty to its AC.</p>"
},
"duration": {
"expiry": "turn-start",
"expiry": null,
"sustained": false,
"unit": "unlimited",
"value": -1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"campaign": "kingmaker",
"category": "army-war-action",
"description": {
"value": "<p>Requirement Reckless Flankers, you aren't engaged You send your army around an enemy's flank to get a better attacking position and to push your enemy into disorder. Attempt a Maneuver check against the target army. Critical Success The target army becomes outflanked until the start of your next turn. You can choose to become engaged with that army or not. Success The target army is outflanked until the start of your next turn. You are now engaged with that army. Critical Failure You underestimate the target army's position, and the blunder causes your army to become outflanked until the start of your next turn.</p>"
"value": "<p><strong>Requirement</strong> @UUID[Compendium.pf2e.kingmaker-features.Item.Reckless Flankers], you aren't engaged</p><hr /><p>You send your army around an enemy's flank to get a better attacking position and to push your enemy into disorder. Attempt a @Check[maneuver|defense:maneuver] check against the target army.</p>\n<p><strong>Critical Success</strong> The target army becomes @UUID[Compendium.pf2e.kingmaker-features.Item.Outflanked] until the start of your next turn. You can choose to become @UUID[Compendium.pf2e.kingmaker-features.Item.Engaged] with that army or not.</p>\n<p><strong>Success</strong> The target army is outflanked until the start of your next turn. You are now engaged with that army.</p>\n<p><strong>Critical Failure</strong> You underestimate the target army's position, and the blunder causes your army to become outflanked until the start of your next turn.</p>"
},
"location": null,
"prerequisites": {
Expand Down

0 comments on commit 14bc740

Please sign in to comment.