forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add specific Divine Ally choice sets and grants (foundryvtt#5921)
- Loading branch information
Showing
11 changed files
with
250 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"_id": "EtltLdiy9kNfHU0c", | ||
"img": "systems/pf2e/icons/features/classes/blade-ally.webp", | ||
"name": "Blade Ally", | ||
"system": { | ||
"actionType": { | ||
"value": "passive" | ||
}, | ||
"actions": { | ||
"value": null | ||
}, | ||
"description": { | ||
"value": "<p>A spirit of battle dwells within your armaments. Select one weapon or @UUID[Compendium.pf2e.equipment-srd.Handwraps of Mighty Blows]{Handwraps of Mighty Blows} when you make your daily preparations. In your hands, the item gains the effect of a property rune. For a champion following the tenets of good, choose @UUID[Compendium.pf2e.feat-effects.Effect: Blade Ally Disrupting Rune]{Disrupting}, @UUID[Compendium.pf2e.feat-effects.Effect: Blade Ally Ghost Touch Rune]{Ghost Touch}, returning, or shifting. If you are a champion following the tenets of evil, you can choose the following property runes: @UUID[Compendium.pf2e.feat-effects.Effect: Blade Ally Fearsome Rune]{Fearsome}, returning, or shifting. You also gain the weapon's critical specialization effect.</p>" | ||
}, | ||
"featType": { | ||
"value": "classfeature" | ||
}, | ||
"level": { | ||
"value": 0 | ||
}, | ||
"prerequisites": { | ||
"value": [] | ||
}, | ||
"rules": [ | ||
{ | ||
"domain": "all", | ||
"key": "RollOption", | ||
"option": "divine-ally:blade" | ||
} | ||
], | ||
"source": { | ||
"value": "Pathfinder Core Rulebook" | ||
}, | ||
"traits": { | ||
"custom": "", | ||
"rarity": "common", | ||
"value": [ | ||
"champion" | ||
] | ||
} | ||
}, | ||
"type": "feat" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"_id": "QQP0mu0cyWIwNUh9", | ||
"img": "systems/pf2e/icons/features/classes/shield-ally.webp", | ||
"name": "Shield Ally", | ||
"system": { | ||
"actionType": { | ||
"value": "passive" | ||
}, | ||
"actions": { | ||
"value": null | ||
}, | ||
"description": { | ||
"value": "<p>A spirit of protection dwells within your shield. In your hands, the shield's Hardness increases by 2 and its HP and BT increase by half.</p>" | ||
}, | ||
"featType": { | ||
"value": "classfeature" | ||
}, | ||
"level": { | ||
"value": 0 | ||
}, | ||
"prerequisites": { | ||
"value": [] | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "ActiveEffectLike", | ||
"mode": "add", | ||
"path": "system.attributes.shield.hardness", | ||
"predicate": [ | ||
"self:shield:equipped" | ||
], | ||
"value": 2 | ||
}, | ||
{ | ||
"domain": "all", | ||
"key": "RollOption", | ||
"option": "divine-ally:shield" | ||
} | ||
], | ||
"source": { | ||
"value": "Pathfinder Core Rulebook" | ||
}, | ||
"traits": { | ||
"custom": "", | ||
"rarity": "common", | ||
"value": [ | ||
"champion" | ||
] | ||
} | ||
}, | ||
"type": "feat" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"_id": "Z6E1O8X7CFcyczB1", | ||
"img": "systems/pf2e/icons/features/classes/steed-ally.webp", | ||
"name": "Steed Ally", | ||
"system": { | ||
"actionType": { | ||
"value": "passive" | ||
}, | ||
"actions": { | ||
"value": null | ||
}, | ||
"description": { | ||
"value": "<p>You gain a young animal companion as a mount. Ordinarily, your animal companion is one that has the mount special ability, such as a horse. You can select a different animal companion (GM's discretion), but this ability doesn't grant it the mount special ability.</p>" | ||
}, | ||
"featType": { | ||
"value": "classfeature" | ||
}, | ||
"level": { | ||
"value": 0 | ||
}, | ||
"prerequisites": { | ||
"value": [] | ||
}, | ||
"rules": [ | ||
{ | ||
"domain": "all", | ||
"key": "RollOption", | ||
"option": "divine-ally:steed" | ||
} | ||
], | ||
"source": { | ||
"value": "Pathfinder Core Rulebook" | ||
}, | ||
"traits": { | ||
"custom": "", | ||
"rarity": "common", | ||
"value": [ | ||
"champion" | ||
] | ||
} | ||
}, | ||
"type": "feat" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters