mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Temp
This commit is contained in:
parent
ad9e0aa558
commit
29ce21d606
11 changed files with 198 additions and 65 deletions
17
lang/en.json
17
lang/en.json
|
|
@ -559,6 +559,11 @@
|
|||
"description": "You reduce incoming magic damage by your Armor Score before applying it to your damage thresholds."
|
||||
}
|
||||
},
|
||||
"BeastformType": {
|
||||
"normal": "Normal",
|
||||
"evolved": "Evolved",
|
||||
"hybrid": "Hybrid"
|
||||
},
|
||||
"Burden": {
|
||||
"oneHanded": "One-Handed",
|
||||
"twoHanded": "Two-Handed"
|
||||
|
|
@ -1194,7 +1199,8 @@
|
|||
"recovery": "Recovery",
|
||||
"setup": "Setup",
|
||||
"equipment": "Equipment",
|
||||
"attachments": "Attachments"
|
||||
"attachments": "Attachments",
|
||||
"advanced": "Advanced"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
@ -1290,6 +1296,7 @@
|
|||
},
|
||||
"Beastform": {
|
||||
"FIELDS": {
|
||||
"beastformType": { "label": "Beastform Type" },
|
||||
"tier": { "label": "Tier" },
|
||||
"examples": { "label": "Examples" },
|
||||
"advantageOn": { "label": "Gain Advantage On" },
|
||||
|
|
@ -1299,6 +1306,14 @@
|
|||
"placeholder": "Using character dimensions",
|
||||
"height": { "label": "Height" },
|
||||
"width": { "label": "Width" }
|
||||
},
|
||||
"evolved": {
|
||||
"maximumTier": { "label": "Maximum Tier" }
|
||||
},
|
||||
"hybrid": {
|
||||
"beastformOptions": { "label": "Nr Beastforms" },
|
||||
"advantages": { "label": "Nr Advantages" },
|
||||
"features": { "label": "Nr Features" }
|
||||
}
|
||||
},
|
||||
"dialogTitle": "Beastform Selection",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue