mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Merge branch 'main' into feature/death-moves
This commit is contained in:
commit
562c404534
53 changed files with 581 additions and 162 deletions
13
lang/en.json
13
lang/en.json
|
|
@ -1801,6 +1801,7 @@
|
|||
"plural": "Costs"
|
||||
},
|
||||
"Damage": {
|
||||
"massive": "Massive",
|
||||
"severe": "Severe",
|
||||
"major": "Major",
|
||||
"minor": "Minor",
|
||||
|
|
@ -2442,9 +2443,12 @@
|
|||
},
|
||||
"currency": {
|
||||
"title": "Currency Overrides",
|
||||
"changeIcon": "Change Currency Icon",
|
||||
"currencyName": "Currency Name",
|
||||
"coinName": "Coin Name",
|
||||
"handfulName": "Handful Name",
|
||||
"iconName": "Icon Name",
|
||||
"iconNameHint": "Icons are from fontawesome",
|
||||
"bagName": "Bag Name",
|
||||
"chestName": "Chest Name"
|
||||
},
|
||||
|
|
@ -2506,6 +2510,11 @@
|
|||
"hint": "Apply variant rules from the Daggerheart system",
|
||||
"name": "Variant Rules",
|
||||
"actionTokens": "Action Tokens"
|
||||
},
|
||||
"SpotlightRequestQueue": {
|
||||
"name": "Spotlight Request Queue",
|
||||
"label": "Spotlight Request Queue",
|
||||
"hint": "Adds more structure to spotlight requests by ordering them from oldest to newest"
|
||||
}
|
||||
},
|
||||
"Resources": {
|
||||
|
|
@ -2519,6 +2528,10 @@
|
|||
"actionTokens": {
|
||||
"enabled": { "label": "Enabled" },
|
||||
"tokens": { "label": "Tokens" }
|
||||
},
|
||||
"massiveDamage":{
|
||||
"title":"Massive Damage",
|
||||
"enabled": { "label": "Enabled" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue