30 lines
542 B
JSON
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
|
|
}
|
|
]
|
|
}
|