mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Feature] Homebrew Domains (#639)
* Split into tabs * Finished homebrew settings * . * Improved domainremoval cleanup
This commit is contained in:
parent
d186c62ee5
commit
02958f9574
24 changed files with 560 additions and 49 deletions
18
lang/en.json
18
lang/en.json
|
|
@ -1854,7 +1854,9 @@
|
|||
"tier1": "Tier 1",
|
||||
"tier2": "Tier 2",
|
||||
"tier3": "Tier 3",
|
||||
"tier4": "tier 4"
|
||||
"tier4": "tier 4",
|
||||
"domains": "Domains",
|
||||
"downtime": "Downtime"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
@ -1887,6 +1889,7 @@
|
|||
"damageType": "Damage Type",
|
||||
"description": "Description",
|
||||
"difficulty": "Difficulty",
|
||||
"downtime": "Downtime",
|
||||
"dropActorsHere": "Drop Actors here",
|
||||
"duality": "Duality",
|
||||
"dualityRoll": "Duality Roll",
|
||||
|
|
@ -1919,6 +1922,7 @@
|
|||
"inactiveEffects": "Inactive Effects",
|
||||
"inventory": "Inventory",
|
||||
"itemResource": "Item Resource",
|
||||
"label": "Label",
|
||||
"level": "Level",
|
||||
"levelUp": "Level Up",
|
||||
"loadout": "Loadout",
|
||||
|
|
@ -2137,6 +2141,18 @@
|
|||
"handfullName": "Handfull Name",
|
||||
"bagName": "Bag Name",
|
||||
"chestName": "Chest Name"
|
||||
},
|
||||
"domains": {
|
||||
"domainsTitle": "Base Domains",
|
||||
"homebrewDomains": "Homebrew Domains",
|
||||
"newDomain": "New Domain",
|
||||
"newDomainInputTitle": "Create Homebrew Domain",
|
||||
"newDomainInputLabel": "New Domain Name",
|
||||
"newDomainInputHint": "This cannot be altered later",
|
||||
"editDomain": "Active Domain",
|
||||
"deleteDomain": "Delete Domain",
|
||||
"deleteDomainText": "Are you sure you want to delete the {name} domain? It will be immediately removed from all Actors in this world where it's currently used. Compendiums are not cleared.",
|
||||
"duplicateDomain": "There is already a domain with this identification."
|
||||
}
|
||||
},
|
||||
"Menu": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue