Skip to content

Commit

Permalink
Append aura shut off reminder note to overflow impulses (#13477)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada committed Feb 2, 2024
1 parent 320b65b commit 658768d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packs/classfeatures/kinetic-aura.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@
"allowDuplicate": false,
"key": "GrantItem",
"uuid": "Compendium.pf2e.actionspf2e.Item.Channel Elements"
},
{
"itemType": "feat",
"key": "ItemAlteration",
"mode": "add",
"predicate": [
"item:trait:overflow"
],
"property": "description",
"value": [
{
"text": "PF2E.SpecificRule.Kineticist.Overflow.Description",
"title": "PF2E.SpecificRule.Kineticist.Overflow.Title"
}
]
}
],
"traits": {
Expand Down
4 changes: 4 additions & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2534,6 +2534,10 @@
"Threshold": "Select a gate's threshold."
},
"SingleGate": "Single Gate"
},
"Overflow": {
"Title": "Overflow",
"Description": "When you use an impulse that has the overflow trait, your kinetic aura deactivates until you revitalize it (typically with @UUID[Compendium.pf2e.actionspf2e.Item.g8QrV39TmZfkbXgE]{Channel Elements}). You can use only one overflow impulse per round, even if you reactivate your kinetic gate."
}
},
"Kobold": {
Expand Down

0 comments on commit 658768d

Please sign in to comment.