Skip to content

Commit

Permalink
Predicate Albatross Curse's bonus on target distance and alliance (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Sep 24, 2024
1 parent 728777c commit 434b5b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_id": "QFeJq767fymcw6LA",
"img": "icons/creatures/birds/dove-pigeon-flying-white.webp",
"name": "Effect: Albatross Curse Circumstance Bonus",
"name": "Spell Effect: Albatross Curse (Circumstance Bonus)",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Albatross Curse]</p>\n<p>You gain a +1 circumstance bonus to attacks against the target of the Albatross Curse.</p>"
Expand All @@ -23,6 +23,15 @@
"rules": [
{
"key": "FlatModifier",
"predicate": [
"target:enemy",
{
"lte": [
"target:distance",
30
]
}
],
"selector": "attack-roll",
"type": "circumstance",
"value": 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_id": "b8BZHeuz5jH8E2SG",
"img": "icons/creatures/birds/dove-pigeon-flying-white.webp",
"name": "Effect: Albatross Curse",
"name": "Spell Effect: Albatross Curse",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Albatross Curse].</p>\n<p>You and allies within 30 feet of the target gain a +1 circumstance bonus to attacks against the target.</p>"
Expand All @@ -27,7 +27,7 @@
"selectors": [
"strike-attack-roll"
],
"uuid": "Compendium.pf2e.spell-effects.Item.Effect: Albatross Curse Circumstance Bonus"
"uuid": "Compendium.pf2e.spell-effects.Item.Spell Effect: Albatross Curse (Circumstance Bonus)"
}
],
"start": {
Expand Down
2 changes: 1 addition & 1 deletion packs/spells/albatross-curse.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"description": {
"value": "<p>You create a spectral albatross, a guiding bird for sailors, to hover around the target. You and allies within 30 feet of the target gain a +1 circumstance bonus to attacks against the target. The target creature can spend an action to Strike the albatross, which automatically succeeds and kills it. The target must then attempt a Will save against your spell DC.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Effect: Albatross Curse]</p><hr /><p><strong>Critical Success</strong> The target is unaffected.</p>\n<p><strong>Success</strong> The guilt of slaughtering a bird of good fortune weighs on the target's mind. The target is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 round.</p>\n<p><strong>Failure</strong> The albatross hangs around a cord from the target's neck (or closest equivalent) for 1 minute, cursing them for their transgression. During this time, the target must roll twice and take the worse result on their next Will save, after which the albatross disappears.</p>\n<p><strong>Critical Failure</strong> As failure, but the duration is 1 hour.</p>"
"value": "<p>You create a spectral albatross, a guiding bird for sailors, to hover around the target. You and allies within 30 feet of the target gain a +1 circumstance bonus to attacks against the target. The target creature can spend an action to Strike the albatross, which automatically succeeds and kills it. The target must then attempt a Will save against your spell DC.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Albatross Curse]</p><hr /><p><strong>Critical Success</strong> The target is unaffected.</p>\n<p><strong>Success</strong> The guilt of slaughtering a bird of good fortune weighs on the target's mind. The target is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 round.</p>\n<p><strong>Failure</strong> The albatross hangs around a cord from the target's neck (or closest equivalent) for 1 minute, cursing them for their transgression. During this time, the target must roll twice and take the worse result on their next Will save, after which the albatross disappears.</p>\n<p><strong>Critical Failure</strong> As failure, but the duration is 1 hour.</p>"
},
"duration": {
"sustained": false,
Expand Down

0 comments on commit 434b5b5

Please sign in to comment.