mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Added resources to the Homebrew Menu
This commit is contained in:
parent
a4a7b8e7ca
commit
2ac7ee0079
13 changed files with 488 additions and 122 deletions
13
lang/en.json
13
lang/en.json
|
|
@ -2266,6 +2266,7 @@
|
|||
"identify": "Identity",
|
||||
"imagePath": "Image Path",
|
||||
"inactiveEffects": "Inactive Effects",
|
||||
"initial": "Initial",
|
||||
"inventory": "Inventory",
|
||||
"itemResource": "Item Resource",
|
||||
"itemQuantity": "Item Quantity",
|
||||
|
|
@ -2643,6 +2644,8 @@
|
|||
"resetMovesText": "Are you sure you want to reset?",
|
||||
"deleteItemTitle": "Delete Homebrew Item",
|
||||
"deleteItemText": "Are you sure you want to delete the item?",
|
||||
"deleteResourceTitle": "Delete Homebrew Resource",
|
||||
"deleteResourceText": "Are you sure you want to delete the resource?",
|
||||
"FIELDS": {
|
||||
"maxFear": { "label": "Max Fear" },
|
||||
"maxHope": { "label": "Max Hope" },
|
||||
|
|
@ -2651,6 +2654,13 @@
|
|||
"label": "Max Cards in Loadout",
|
||||
"hint": "Set to blank or 0 for unlimited maximum"
|
||||
},
|
||||
"resources": {
|
||||
"resources": {
|
||||
"value": { "label": "Icon" },
|
||||
"isPath": { "label": "Is Image" },
|
||||
"noColorFilter": { "label": "Disable Color Filter" }
|
||||
}
|
||||
},
|
||||
"maxDomains": { "label": "Max Class Domains", "hint": "Max domains you can set on a class" }
|
||||
},
|
||||
"currency": {
|
||||
|
|
@ -2679,6 +2689,9 @@
|
|||
"adversaryType": {
|
||||
"title": "Custom Adversary Types",
|
||||
"newType": "Adversary Type"
|
||||
},
|
||||
"resources": {
|
||||
"typeTitle": "{type} Resources"
|
||||
}
|
||||
},
|
||||
"Menu": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue