mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 03:27:08 +01:00
[Fix] Hit/Miss Display (#1711)
* Added an AppearanceSetting that decided if players should get to see information about hit/miss in chat messages * . * Improved setting name * Introduced metagaming settings * Raised verison
This commit is contained in:
parent
f920fa7ba2
commit
af04fb33d0
16 changed files with 142 additions and 6 deletions
13
lang/en.json
13
lang/en.json
|
|
@ -2644,6 +2644,14 @@
|
|||
"title": "Triggers"
|
||||
}
|
||||
},
|
||||
"Metagaming": {
|
||||
"FIELDS": {
|
||||
"hideObserverPermissionInChat": {
|
||||
"label": "Hide Chat Info From Players",
|
||||
"hint": "Information such as hit/miss on attack rolls against adversaries will be hidden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Homebrew": {
|
||||
"newDowntimeMove": "Downtime Move",
|
||||
"downtimeMove": "Downtime Move",
|
||||
|
|
@ -2703,6 +2711,11 @@
|
|||
"label": "Configure Automation",
|
||||
"hint": "Various settings automating resource management and more"
|
||||
},
|
||||
"metagaming": {
|
||||
"name": "Metagaming Settings",
|
||||
"label": "Configure Metagaming",
|
||||
"hint": "Various settings controlling the flow of information to players"
|
||||
},
|
||||
"homebrew": {
|
||||
"name": "Homebrew Settings",
|
||||
"label": "Configure Homebrew",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue