mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merged with main
This commit is contained in:
commit
2c6aabb97a
31 changed files with 175 additions and 122 deletions
15
lang/en.json
15
lang/en.json
|
|
@ -501,18 +501,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.",
|
||||
|
|
@ -1026,6 +1029,12 @@
|
|||
"selectType": "Select Action Type",
|
||||
"selectAction": "Action Selection"
|
||||
},
|
||||
"TargetTypes": {
|
||||
"any": "Any",
|
||||
"friendly": "Friendly",
|
||||
"hostile": "Hostile",
|
||||
"self": "Self"
|
||||
},
|
||||
"TemplateTypes": {
|
||||
"circle": "Circle",
|
||||
"cone": "Cone",
|
||||
|
|
@ -1918,7 +1927,9 @@
|
|||
"rules": "Rules",
|
||||
"types": "Types",
|
||||
"itemFeatures": "Item Features",
|
||||
"questions": "Questions"
|
||||
"questions": "Questions",
|
||||
"configuration": "Configuration",
|
||||
"base": "Base"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
@ -2028,6 +2039,8 @@
|
|||
"save": "Save",
|
||||
"scalable": "Scalable",
|
||||
"situationalBonus": "Situational Bonus",
|
||||
"spent": "Spent",
|
||||
"step": "Step",
|
||||
"stress": "Stress",
|
||||
"subclasses": "Subclasses",
|
||||
"success": "Success",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue