mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Feature] New Environment Sheet (#243)
* rework new environment template sheet, add environment-settings sheet, improve adversary-settings sheet and delete legacy actor sheet templates * Potential Adversaries can be dragged out of the sheet onto canvas * Added ToChat and UseItem --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
d58f303907
commit
3a6a973ea2
40 changed files with 1160 additions and 1143 deletions
19
lang/en.json
19
lang/en.json
|
|
@ -229,7 +229,9 @@
|
|||
"attack": "Attack",
|
||||
"experiences": "Experiences",
|
||||
"features": "Features",
|
||||
"actions": "Actions"
|
||||
"actions": "Actions",
|
||||
"potentialAdversaries": "Potential Adversaries",
|
||||
"adversaries": "Adversaries"
|
||||
},
|
||||
"basics": "Basics"
|
||||
},
|
||||
|
|
@ -381,19 +383,19 @@
|
|||
},
|
||||
"Environment": {
|
||||
"Type": {
|
||||
"Exploration": {
|
||||
"exploration": {
|
||||
"label": "Exploration",
|
||||
"description": ""
|
||||
},
|
||||
"Social": {
|
||||
"social": {
|
||||
"label": "Social",
|
||||
"description": ""
|
||||
},
|
||||
"Traversal": {
|
||||
"traversal": {
|
||||
"label": "Traversal",
|
||||
"description": ""
|
||||
},
|
||||
"Event": {
|
||||
"event": {
|
||||
"label": "Event",
|
||||
"description": ""
|
||||
}
|
||||
|
|
@ -1364,6 +1366,12 @@
|
|||
},
|
||||
"difficulty": {
|
||||
"label": "Difficulty"
|
||||
},
|
||||
"impulses": {
|
||||
"label": "Impulses"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
},
|
||||
"Tabs": {
|
||||
|
|
@ -1577,6 +1585,7 @@
|
|||
},
|
||||
"Tooltip": {
|
||||
"openItemWorld": "Open Item World",
|
||||
"openActorWorld": "Open Actor World",
|
||||
"sendToChat": "Send to Chat",
|
||||
"moreOptions": "More Options",
|
||||
"equip": "Equip",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue