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

Automate the Battleblooded feat #17883

Merged
merged 1 commit into from
Jan 2, 2025
Merged
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
15 changes: 13 additions & 2 deletions packs/feats/battleblooded.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"category": "ancestry",
"description": {
"value": "<p>You descend from those whose lives were touched by legendary einherjars, who were crafted from the souls of mighty warriors slain in battle and chosen by valkyries to serve as foot soldiers to many gods. You may even be the distant mortal descendant of an actual valkyrie.</p>\n<p>You are trained in Intimidation. If you were already trained in Intimidation (from your background or class, for example), you instead become trained in a skill of your choice. You also gain the Intimidating Glare skill feat.</p>"
"value": "<p>You descend from those whose lives were touched by legendary einherjars, who were crafted from the souls of mighty warriors slain in battle and chosen by valkyries to serve as foot soldiers to many gods. You may even be the distant mortal descendant of an actual valkyrie.</p>\n<p>You are trained in Intimidation. If you were already trained in Intimidation (from your background or class, for example), you instead become trained in a skill of your choice. You also gain the @UUID[Compendium.pf2e.feats-srd.Item.Intimidating Glare] skill feat.</p>"
},
"level": {
"value": 1
Expand All @@ -24,7 +24,18 @@
"remaster": true,
"title": "Pathfinder War of Immortals"
},
"rules": [],
"rules": [
{
"key": "ActiveEffectLike",
"mode": "upgrade",
"path": "system.skills.intimidation.rank",
"value": 1
},
{
"key": "GrantItem",
"uuid": "Compendium.pf2e.feats-srd.Item.Intimidating Glare"
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down
Loading