worldbox-observer-mod/IdleSpectator/default_config.json
2026-07-14 15:55:22 -05:00

30 lines
542 B
JSON

{
"Spectator": [
{
"Id": "enabled",
"Type": "SWITCH",
"BoolVal": true,
"Callback": "IdleSpectator.ModSettings:OnEnabledChanged"
},
{
"Id": "show_watch_reasons",
"Type": "SWITCH",
"BoolVal": true
},
{
"Id": "show_dossier_caption",
"Type": "SWITCH",
"BoolVal": true
},
{
"Id": "chronicle_enabled",
"Type": "SWITCH",
"BoolVal": true
},
{
"Id": "debug_state_probe",
"Type": "SWITCH",
"BoolVal": true
}
]
}