1
0
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:
2020-08-12 20:31:12 +01:00
parent 34bffb4f85
commit 19e50a1186
42 changed files with 4697 additions and 0 deletions

19
it-was-inevitable/df-ai.json.go Executable file
View 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:])