mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Temp
This commit is contained in:
parent
0d60cd90b6
commit
c952580f6b
10 changed files with 418 additions and 56 deletions
16
lang/en.json
16
lang/en.json
|
|
@ -207,6 +207,12 @@
|
|||
"Session": "Session",
|
||||
"Shortrest": "Short Rest",
|
||||
"Longrest": "Long Rest"
|
||||
},
|
||||
"Damage": {
|
||||
"Severe": "Severe",
|
||||
"Major": "Major",
|
||||
"Minor": "Minor",
|
||||
"None": "None"
|
||||
}
|
||||
},
|
||||
"ActionType": {
|
||||
|
|
@ -1084,6 +1090,16 @@
|
|||
"Title": "Ownership Selection - {name}",
|
||||
"Default": "Default Ownership"
|
||||
},
|
||||
"DamageReduction": {
|
||||
"Title": "Damage Reduction",
|
||||
"ArmorMarks": "Armor Marks",
|
||||
"UsedMarks": "Used Marks",
|
||||
"Stress": "Stress",
|
||||
"Notifications": {
|
||||
"DamageAlreadyNone": "The damage has already been reduced to none",
|
||||
"NotEnoughArmor": "You don't have enough unspent armor marks"
|
||||
}
|
||||
},
|
||||
"Sheets": {
|
||||
"PC": {
|
||||
"Name": "Name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue