mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Add setting to hide party stats (#1861)
This commit is contained in:
parent
e95ea3c281
commit
2ffe678503
9 changed files with 212 additions and 142 deletions
|
|
@ -2822,6 +2822,15 @@
|
|||
"hideObserverPermissionInChat": {
|
||||
"label": "Hide Chat Info From Players",
|
||||
"hint": "Information such as hit/miss on attack rolls against adversaries will be hidden"
|
||||
},
|
||||
"hidePartyStats": {
|
||||
"label": "Hide Party Stats",
|
||||
"hint": "Resources and stats in the party sheet's member list will be hidden to the following users, even if the user is part of the same party",
|
||||
"choices": {
|
||||
"never": "Never, always show",
|
||||
"players": "Hide From Players",
|
||||
"always": "Hide from Everyone"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue