Skip to content

Commit

Permalink
Add missing gravity trait localization (#8371)
Browse files Browse the repository at this point in the history
  • Loading branch information
TikaelSol committed Jun 20, 2023
1 parent 288c290 commit 9447af5
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packs/backgrounds/harrow-chosen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"_id": "X1YhwDic2ugT9RuQ",
"img": "systems/pf2e/icons/default-icons/background.svg",
"name": "Harrow-Chosen",
"system": {
"boosts": {
"0": {
"value": [
"cha",
"con",
"dex",
"int",
"str",
"wis"
]
},
"1": {
"value": [
"cha",
"con",
"dex",
"int",
"str",
"wis"
]
}
},
"description": {
"value": "<p>Unbeknownst to you, a powerful divination has confirmed that you're destined for greatness. This divination hints at a great potential you're only just beginning to understand.</p>\n<p>Select one card from the harrow deck and note its suit and alignment. The suit is connected to a specific ability score (hammers [Strength], keys [Dexterity], shields [Constitution], books [Intelligence], stars [Wisdom], crowns [Charisma]).</p>\n<p>Choose two ability boosts. One must be to the ability score tied to your card's suit and one is a free ability boost.</p>\n<p>You gain the ability to cast a common occult innate cantrip of your choice and can cast the cantrip at will. A cantrip is heightened to a spell level equal to half your level rounded up. When casting the cantrip, you can empower it as a free action, tapping into the power of the harrow to grant you additional benefits while drawing a card from a harrow deck as part of the actions taken to Cast the Spell. This benefit is determined by alignment of the card you draw from the deck. The card can match both alignment components with yours (true match), match a single alignment component with yours (partial match), have no matching alignment components (unmatched), or have a diametrically opposed alignment to yours (misaligned). If you empower your cantrip in this way, you can't cast that cantrip again until your next daily preparations.</p>\n<p><strong>True match</strong>: You gain a +1 circumstance bonus to a saving throw of your choice (Fortitude, Reflex, or Will) for 1 minute.</p>\n<p><strong>Partial match</strong>: You gain resistance to one energy type (acid, cold, electricity, fire, or sonic) equal to your level for 1 minute.</p>\n<p><strong>Unmatched</strong>: You gain temporary Hit Points equal to twice your level. The temporary Hit Points remain for 1 minute.</p>\n<p><strong>Misaligned</strong>: You gain a +5-foot circumstance bonus to your Speeds for 1 minute.</p>"
},
"items": {},
"rules": [],
"source": {
"value": "Pathfinder #192: Worst of All Possible Worlds"
},
"trainedLore": "",
"trainedSkills": {
"value": []
},
"traits": {
"rarity": "rare",
"value": []
}
},
"type": "background"
}
143 changes: 143 additions & 0 deletions packs/feat-effects/effect-harrow-chosen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
{
"_id": "1Azz9TSWXrX4aNX4",
"img": "systems/pf2e/icons/equipment/held-items/spellbook-of-redundant-enchantment.webp",
"name": "Effect: Harrow-Chosen",
"system": {
"description": {
"value": "<p>This benefit is determined by alignment of the card you draw from the deck. The card can match both alignment components with yours (true match), match a single alignment component with yours (partial match), have no matching alignment components (unmatched), or have a diametrically opposed alignment to yours (misaligned).</p>\n<p><strong>True match</strong>: You gain a +1 circumstance bonus to a saving throw of your choice (Fortitude, Reflex, or Will) for 1 minute.</p>\n<p><strong>Partial match</strong>: You gain resistance to one energy type (acid, cold, electricity, fire, or sonic) equal to your level for 1 minute.</p>\n<p><strong>Unmatched</strong>: You gain temporary Hit Points equal to twice your level. The temporary Hit Points remain for 1 minute.</p>\n<p><strong>Misaligned</strong>: You gain a +5-foot circumstance bonus to your Speeds for 1 minute.</p>"
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "minutes",
"value": 1
},
"level": {
"value": 1
},
"rules": [
{
"choices": [
{
"label": "PF2E.SpecificRule.HarrowChosen.TrueMatch",
"value": "true-match"
},
{
"label": "PF2E.SpecificRule.HarrowChosen.PartialMatch",
"value": "partial-match"
},
{
"label": "PF2E.SpecificRule.HarrowChosen.Unmatched",
"value": "unmatched"
},
{
"label": "PF2E.SpecificRule.HarrowChosen.Misaligned",
"value": "misaligned"
}
],
"key": "ChoiceSet",
"prompt": "PF2E.SpecificRule.HarrowChosen.Prompt",
"rollOption": "harrow-chosen"
},
{
"choices": [
{
"label": "PF2E.SavesFortitude",
"value": "fortitude"
},
{
"label": "PF2E.SavesReflex",
"value": "reflex"
},
{
"label": "PF2E.SavesWill",
"value": "will"
}
],
"flag": "save",
"key": "ChoiceSet",
"predicate": [
"harrow-chosen:true-match"
]
},
{
"key": "FlatModifier",
"predicate": [
"harrow-chosen:true-match"
],
"selector": "{item|flags.pf2e.rulesSelections.save}",
"type": "circumstance",
"value": 1
},
{
"choices": [
{
"label": "PF2E.TraitAcid",
"value": "acid"
},
{
"label": "PF2E.TraitCold",
"value": "cold"
},
{
"label": "PF2E.TraitElectricity",
"value": "electricity"
},
{
"label": "PF2E.TraitFire",
"value": "fire"
},
{
"label": "PF2E.TraitSonic",
"value": "sonic"
}
],
"flag": "resistance",
"key": "ChoiceSet",
"predicate": [
"harrow-chosen:partial-match"
],
"prompt": "PF2E.SpecificRule.Prompt.EnergyType"
},
{
"key": "Resistance",
"predicate": [
"harrow-chosen:partial-match"
],
"type": "{item|flags.pf2e.rulesSelections.resistance}",
"value": "@actor.level"
},
{
"key": "TempHP",
"predicate": [
"harrow-chosen:unmatched"
],
"value": "2*@actor.level"
},
{
"key": "FlatModifier",
"predicate": [
"harrow-chosen:misaligned"
],
"selector": "all-speeds",
"type": "circumstance",
"value": 5
}
],
"source": {
"value": "Pathfinder #192: Worst of All Possible Worlds"
},
"start": {
"initiative": null,
"value": 0
},
"target": null,
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
1 change: 1 addition & 0 deletions static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4253,6 +4253,7 @@
"TraitStheno": "Stheno",
"TraitStrix": "Strix",
"TraitStructure": "Structure",
"TraitSubjectiveGravity": "Subjective Gravity",
"TraitSuli": "Suli",
"TraitSummon": "Summon",
"TraitSummoned": "Summoned",
Expand Down
7 changes: 7 additions & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,13 @@
"ClimbNote": "If you roll a success on an Athletics check to Climb, you get a critical success instead. You're not flat-footed when you attempt to Climb."
}
},
"HarrowChosen": {
"Misaligned": "Misaligned",
"PartialMatch": "Partial Match",
"Prompt": "Does your card match your alignment?",
"TrueMatch": "True Match",
"Unmatched": "Unmatched"
},
"HarrowCourt": {
"Fiend": {
"ToggleLabel": "Repeating a non-strike action"
Expand Down

0 comments on commit 9447af5

Please sign in to comment.