mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
[Fix] 1582 - Automation Additions (#1592)
* Added an automation setting for chat command resources * Added automation settings for wether to have deathmove automation * . * Flattened automation structure
This commit is contained in:
parent
0baed9234b
commit
bb43cb57dc
8 changed files with 57 additions and 19 deletions
|
|
@ -2111,7 +2111,6 @@
|
|||
"tier4": "tier 4",
|
||||
"domains": "Domains",
|
||||
"downtime": "Downtime",
|
||||
"itemFeatures": "Item Features",
|
||||
"roll": "Roll",
|
||||
"rules": "Rules",
|
||||
"partyMembers": "Party Members",
|
||||
|
|
@ -2120,7 +2119,8 @@
|
|||
"questions": "Questions",
|
||||
"configuration": "Configuration",
|
||||
"base": "Base",
|
||||
"triggers": "Triggers"
|
||||
"triggers": "Triggers",
|
||||
"deathMoves": "Deathmoves"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
@ -2144,6 +2144,7 @@
|
|||
"armorSlots": "Armor Slots",
|
||||
"artistAttribution": "Artwork By: {artist}",
|
||||
"attack": "Attack",
|
||||
"automation": "Automation",
|
||||
"basics": "Basics",
|
||||
"bonus": "Bonus",
|
||||
"burden": "Burden",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue