mirror of
https://github.com/osmarks/random-stuff
synced 2025-12-07 15:08:05 +00:00
add more things???
This commit is contained in:
19
it-was-inevitable/df-ai.json.go
Executable file
19
it-was-inevitable/df-ai.json.go
Executable file
@@ -0,0 +1,19 @@
|
||||
package main
|
||||
|
||||
var dfaijson = []byte(`
|
||||
{
|
||||
"camera": false,
|
||||
"cancel_announce": 0,
|
||||
"fps_meter": false,
|
||||
"lockstep": true,
|
||||
"manage_labors": "autolabor",
|
||||
"manage_nobles": true,
|
||||
"no_quit": true,
|
||||
"plan_allow_legacy": false,
|
||||
"plan_verbosity": -1,
|
||||
"random_embark": true,
|
||||
"record_movie": false,
|
||||
"write_console": false,
|
||||
"write_log": false
|
||||
}
|
||||
`[1:])
|
||||
Reference in New Issue
Block a user