Skip to content

Commit

Permalink
Add toggle for Winged Warrior Dedication fly speed bonus (#16606)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Sep 20, 2024
1 parent 3c25f72 commit a442cef
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packs/feats/feathered-flechettes.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"category": "class",
"description": {
"value": "<p>Unfurling your wings in a quick snap, you send feathers scattering in all directions. Creatures in a @Template[emanation|distance:15] take @Damage[6d6[slashing]] damage (basic Reflex save against your class DC). This increases to @Damage[10d6[slashing]] if your unarmed attacks have a greater striking rune, such as by etching it onto handwraps of mighty blows, and @Damage[16d6[slashing]] if they have a major striking rune.</p>"
"value": "<p>Unfurling your wings in a quick snap, you send feathers scattering in all directions. Creatures in a @Template[emanation|distance:15] take @Damage[6d6[slashing]|options:area-damage] damage (@Check[reflex|against:class|basic] save against your class DC). This increases to @Damage[10d6[slashing]|options:area-damage] if your unarmed attacks have a greater striking rune, such as by etching it onto @UUID[Compendium.pf2e.equipment-srd.Item.Handwraps of Mighty Blows], and @Damage[16d6[slashing]|options:area-damage] if they have a major striking rune.</p>"
},
"frequency": {
"max": 1,
Expand Down
2 changes: 1 addition & 1 deletion packs/feats/thunderous-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"category": "class",
"description": {
"value": "<p><strong>Requirements</strong> You currently have a fly Speed and are airborne.</p>\n<hr />\n<p>You hurl away enemies with the force of your landing. You Fly and, if you end your movement on a solid surface, your landing sends out a shock wave of air. Each creature within 10 feet of your landing position must succeed at a Reflex save against your class DC or be pushed 10 feet away. This is forced movement.</p>"
"value": "<p><strong>Requirements</strong> You currently have a fly Speed and are airborne.</p><hr /><p>You hurl away enemies with the force of your landing. You Fly and, if you end your movement on a solid surface, your landing sends out a shock wave of air. Each creature within 10 feet of your landing position must succeed at a @Check[reflex|against:class] save against your class DC or be pushed 10 feet away. This is forced movement.</p>"
},
"level": {
"value": 12
Expand Down
17 changes: 16 additions & 1 deletion packs/feats/winged-warrior-dedication.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,22 @@
"remaster": true,
"title": "Pathfinder Howl of the Wild"
},
"rules": [],
"rules": [
{
"key": "RollOption",
"label": "PF2E.SpecificRule.WingedWarrior.Dedication.RollOptionLabel",
"option": "winged-warrior-dedication-fly-bonus",
"toggleable": true
},
{
"key": "FlatModifier",
"predicate": [
"winged-warrior-dedication-fly-bonus"
],
"selector": "fly-speed",
"value": 5
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down
5 changes: 5 additions & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5177,6 +5177,11 @@
"Label": "Seek to determine if a creature is disguised."
}
},
"WingedWarrior": {
"Dedication": {
"RollOptionLabel": "Flying using permanent wings"
}
},
"Witch": {
"Cauldron": {
"CraftingEntry": "Cauldron"
Expand Down

0 comments on commit a442cef

Please sign in to comment.