Skip to content

Commit

Permalink
Add spell effect for Frenzied Revelry (#16653)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Sep 23, 2024
1 parent febabf7 commit 5eaaf8a
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 4 deletions.
46 changes: 46 additions & 0 deletions packs/spell-effects/spell-effect-frenzied-revelry-critical.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"_id": "ldl1aU5ovTQMUHJ2",
"img": "icons/sundries/flags/banner-skull-red.webp",
"name": "Spell Effect: Frenzied Revelry (Critical)",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Frenzied Revelry]</p>\n<p>You gain a +1 status bonus to attack rolls and damage rolls.</p>"
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "rounds",
"value": 1
},
"level": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Dark Archive"
},
"rules": [
{
"key": "FlatModifier",
"selector": [
"attack-roll",
"damage"
],
"type": "status",
"value": 1
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
59 changes: 59 additions & 0 deletions packs/spell-effects/spell-effect-frenzied-revelry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"_id": "Jbj3aIUeDc7LOXH6",
"img": "icons/sundries/flags/banner-skull-red.webp",
"name": "Spell Effect: Frenzied Revelry",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Frenzied Revelry]</p>\n<p>You gain a +1 status bonus to saving throws against mental effects while in the area. Whenever someone benefiting from this bonus critically succeeds at a saving throw against an enemy's mental effect, its revelry increases, granting it a +1 status bonus to attack rolls and damage rolls.</p>"
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "minutes",
"value": 1
},
"level": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Dark Archive"
},
"rules": [
{
"key": "FlatModifier",
"predicate": [
"item:trait:mental"
],
"selector": "will",
"type": "status",
"value": "ternary(gte(@item.level,7),3,ternary(gte(@item.level,4),2,1))"
},
{
"key": "Note",
"outcome": [
"criticalSuccess"
],
"predicate": [
"item:trait:mental",
"origin:enemy"
],
"selector": "saving-throw",
"text": "PF2E.SpecificRule.FrenziedRevelry.Note",
"title": "{item|name}"
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
10 changes: 6 additions & 4 deletions packs/spells/frenzied-revelry.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "fxRaWoeOGyi6THYH",
"img": "systems/pf2e/icons/spells/frenzied-revelry.webp",
"img": "icons/sundries/flags/banner-skull-red.webp",
"name": "Frenzied Revelry",
"system": {
"area": {
Expand All @@ -14,7 +14,7 @@
"damage": {},
"defense": null,
"description": {
"value": "<p>You recall memories of hedonistic rites to send yourself into an infectious frenzy, dancing and howling wildly to encourage your companions to join in. You and your allies gain a +1 status bonus to saving throws against mental effects while in the area. Whenever someone benefiting from this bonus critically succeeds at a saving throw against an enemy's mental effect, its revelry increases, granting it a +1 status bonus to attack rolls and damage rolls for 1 round.</p>\n<hr />\n<p><strong>Heightened (4th)</strong> The emanation's radius is 10 feet, and the status bonus to saves is +2.</p>\n<p><strong>Heightened (7th)</strong> The emanation's radius is 15 feet, and the status bonus to saves is +3.</p>"
"value": "<p>You recall memories of hedonistic rites to send yourself into an infectious frenzy, dancing and howling wildly to encourage your companions to join in. You and your allies gain a +1 status bonus to saving throws against mental effects while in the area. Whenever someone benefiting from this bonus critically succeeds at a saving throw against an enemy's mental effect, its revelry increases, granting it a +1 status bonus to attack rolls and damage rolls for 1 round.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Frenzied Revelry]</p><hr /><p><strong>Heightened (4th)</strong> The emanation's radius is 10 feet, and the status bonus to saves is +2.</p>\n<p><strong>Heightened (7th)</strong> The emanation's radius is 15 feet, and the status bonus to saves is +3.</p>"
},
"duration": {
"sustained": false,
Expand All @@ -25,13 +25,15 @@
"4": {
"area": {
"areaType": "emanation",
"value": "10"
"type": "burst",
"value": 10
}
},
"7": {
"area": {
"areaType": "emanation",
"value": "15"
"type": "burst",
"value": 15
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3222,6 +3222,9 @@
"FollowTheExpert": {
"Prompt": "Select expert's proficiency in skill."
},
"FrenziedRevelry": {
"Note": "Whenever someone benefitting from this bonus critically succeeds at a saving throw against an enemy's mental effect, its revelry increases, granting it a +1 status bonus to attack rolls and damage rolls for 1 round. @UUID[Compendium.pf2e.spell-effects.Item.ldl1aU5ovTQMUHJ2]{Spell Effect: Frenzied Revelry (Critical)}"
},
"GameHunterDedication": {
"TargetHuntedPrey": "Target is your Hunted Prey (Animal, Beast, or Dragon Only)"
},
Expand Down

0 comments on commit 5eaaf8a

Please sign in to comment.