Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix few area-effect checks #18167

Merged
merged 4 commits into from
Feb 1, 2025
Merged
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
2 changes: 1 addition & 1 deletion packs/kingmaker-bestiary/armies/troll-marauders.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"details": {
"alignment": "NE",
"blurb": "",
"description": "<p>There are only a few dozen trolls in this army, but their ferocity and regenerative capability make them a dangerous force nonetheless.</p>",
"description": "<p>There are only a few dozen trolls in this army, but their ferocity and regenerative capability make them a dangerous force nonetheless.</p>",
"level": {
"value": 8
}
Expand Down
2 changes: 1 addition & 1 deletion packs/kingmaker-bestiary/lintwerth.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
},
"category": "offensive",
"description": {
"value": "<p>Lintwerth breathes a cloud of dust in a @Template[cone|distance:15] that deals @Damage[6d6[slashing]|options:area-damage] damage to each creature within the area (@Check[reflex|dc:30|basic]|options:area-effect). The air in this area remains thick with dust for the next 4 rounds; while Lintwerth is in this area his fast healing functions normally, but other breathing creatures who end their turn in the area must make a @Check[fortitude|dc:30] save or become @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1} (@UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2} on a critical failure) from coughing on the dusty air. Lintwerth can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
"value": "<p>Lintwerth breathes a cloud of dust in a @Template[cone|distance:15] that deals @Damage[6d6[slashing]|options:area-damage] damage to each creature within the area (@Check[reflex|dc:30|basic|options:area-effect]). The air in this area remains thick with dust for the next 4 rounds; while Lintwerth is in this area his fast healing functions normally, but other breathing creatures who end their turn in the area must make a @Check[fortitude|dc:30] save or become @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1} (@UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2} on a critical failure) from coughing on the dusty air. Lintwerth can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
},
"publication": {
"license": "OGL",
Expand Down
2 changes: 1 addition & 1 deletion packs/kingmaker-bestiary/minognos-ushad.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
},
"category": "offensive",
"description": {
"value": "<p>Minognos-Ushad breathes a @Template[cone|distance:60] of poison. Creatures in the cone take @Damage[20d6[poison]|options:area-damage] damage (@Check[reflex|dc:41|basic]|options:area-effect). Minognos-Ushad can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
"value": "<p>Minognos-Ushad breathes a @Template[cone|distance:60] of poison. Creatures in the cone take @Damage[20d6[poison]|options:area-damage] damage (@Check[reflex|dc:41|basic|options:area-effect]). Minognos-Ushad can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
},
"publication": {
"license": "OGL",
Expand Down
2 changes: 1 addition & 1 deletion packs/kingmaker-bestiary/rezatha.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
},
"category": "offensive",
"description": {
"value": "<p>Rezatha unleashes a gout of flame that deals @Damage[18d6[fire]|options:area-damage] damage in a @Template[cone|distance:30] (@Check[reflex|dc:38|basic]|options:area-effect). It can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
"value": "<p>Rezatha unleashes a gout of flame that deals @Damage[18d6[fire]|options:area-damage] damage in a @Template[cone|distance:30] (@Check[reflex|dc:38|basic|options:area-effect]). It can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
},
"publication": {
"license": "OGL",
Expand Down
2 changes: 1 addition & 1 deletion packs/pathfinder-bestiary-2/ice-mephit.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
},
"category": "offensive",
"description": {
"value": "<p>The ice mephit breathes shards of ice in a @Template[cone|distance:15] that deals @Damage[1d6[cold]|options:area-damage] damage and @Damage[1d6[piercing]|options:area-effect] damage to each creature within the area (@Check[reflex|dc:17|basic] save).</p>\n<p>The ice mephit can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
"value": "<p>The ice mephit breathes shards of ice in a @Template[cone|distance:15] that deals @Damage[1d6[cold],1d6[piercing]|options:area-damage]{1d6 cold damage and 1d6 piercing damage} to each creature within the area (@Check[reflex|dc:17|basic|options:area-effect] save).</p>\n<p>The ice mephit can't use Breath Weapon again for [[/gmr 1d4 #Recharge Breath Weapon]]{1d4 rounds}.</p>"
},
"publication": {
"license": "OGL",
Expand Down