mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Add and fix Tier names in level up (#1142)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
2d92576121
commit
ec54da4e23
3 changed files with 7 additions and 4 deletions
|
|
@ -475,18 +475,21 @@
|
|||
},
|
||||
"takeLevelUp": "Finish Level Up",
|
||||
"tier2": {
|
||||
"name": "Tier 2",
|
||||
"label": "Levels 2-4",
|
||||
"infoLabel": "At Level 2, gain an additional Experience at +2 and gain a +1 bonus to your Proficiency.",
|
||||
"pretext": "Choose two options from the list below",
|
||||
"posttext": "Take an additional domain card of your level or lower from a domain you have access to."
|
||||
},
|
||||
"tier3": {
|
||||
"name": "Tier 3",
|
||||
"label": "Levels 5-7",
|
||||
"infoLabel": "At Level 5, take an additional Experience and clear all marks on Character Traits.",
|
||||
"pretext": "When you level up, record it on your character sheet, then choose two from the list below or any unmarked from the previous tier.",
|
||||
"posttext": "Take an additional domain card of your level or lower from a domain you have access to."
|
||||
},
|
||||
"tier4": {
|
||||
"name": "Tier 4",
|
||||
"label": "Levels 8-10",
|
||||
"infoLabel": "At Level 8, take an additional Experience and clear all marks on Character Traits.",
|
||||
"pretext": "When you level up, record it on your character sheet, then choose two from the list below or any unmarked from the previous tier.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue