mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge branch 'development' into feature/313-preset-measured-templates
This commit is contained in:
commit
d5964a8d1e
94 changed files with 1472 additions and 550 deletions
32
lang/en.json
32
lang/en.json
|
|
@ -502,18 +502,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.",
|
||||
|
|
@ -1027,6 +1030,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,10 @@
|
|||
"roll": "Roll",
|
||||
"rules": "Rules",
|
||||
"types": "Types",
|
||||
"questions": "Questions"
|
||||
"itemFeatures": "Item Features",
|
||||
"questions": "Questions",
|
||||
"configuration": "Configuration",
|
||||
"base": "Base"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
@ -1935,6 +1947,7 @@
|
|||
"amount": "Amount",
|
||||
"any": "Any",
|
||||
"armor": "Armor",
|
||||
"armorFeatures": "Armor Features",
|
||||
"armors": "Armors",
|
||||
"armorScore": "Armor Score",
|
||||
"activeEffects": "Active Effects",
|
||||
|
|
@ -2027,6 +2040,8 @@
|
|||
"save": "Save",
|
||||
"scalable": "Scalable",
|
||||
"situationalBonus": "Situational Bonus",
|
||||
"spent": "Spent",
|
||||
"step": "Step",
|
||||
"stress": "Stress",
|
||||
"subclasses": "Subclasses",
|
||||
"success": "Success",
|
||||
|
|
@ -2047,6 +2062,7 @@
|
|||
"used": "Used",
|
||||
"uses": "Uses",
|
||||
"value": "Value",
|
||||
"weaponFeatures": "Weapon Features",
|
||||
"weapons": "Weapons",
|
||||
"withThing": "With {thing}"
|
||||
},
|
||||
|
|
@ -2277,7 +2293,9 @@
|
|||
},
|
||||
"Homebrew": {
|
||||
"newDowntimeMove": "Downtime Move",
|
||||
"newFeature": "New ItemFeature",
|
||||
"downtimeMoves": "Downtime Moves",
|
||||
"itemFeatures": "Item Features",
|
||||
"nrChoices": "# Moves Per Rest",
|
||||
"resetMovesTitle": "Reset {type} Downtime Moves",
|
||||
"resetMovesText": "Are you sure you want to reset?",
|
||||
|
|
@ -2421,6 +2439,10 @@
|
|||
"heal": "Heal",
|
||||
"applyHealing": "Apply Healing"
|
||||
},
|
||||
"refreshMessage": {
|
||||
"title": "Feature Refresh",
|
||||
"header": "Refreshed"
|
||||
},
|
||||
"reroll": {
|
||||
"confirmTitle": "Reroll Dice",
|
||||
"confirmText": "Are you sure you want to reroll?"
|
||||
|
|
@ -2535,8 +2557,16 @@
|
|||
"multiclassAlreadyPresent": "You already have a class and multiclass",
|
||||
"subclassesAlreadyPresent": "You already have a class and multiclass subclass",
|
||||
"noDiceSystem": "Your selected dice {system} does not have a {faces} dice",
|
||||
"gmMenuRefresh": "You refreshed all actions and resources {types}",
|
||||
"subclassAlreadyLinked": "{name} is already a subclass in the class {class}. Remove it from there if you want it to be a subclass to this class."
|
||||
},
|
||||
"Sidebar": {
|
||||
"daggerheartMenu": {
|
||||
"title": "Daggerheart Menu",
|
||||
"startSession": "Start Session",
|
||||
"startScene": "Start Scene"
|
||||
}
|
||||
},
|
||||
"Tooltip": {
|
||||
"disableEffect": "Disable Effect",
|
||||
"enableEffect": "Enable Effect",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue