aquilo-start/settings.lua

Wed, 27 Aug 2025 10:26:12 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Wed, 27 Aug 2025 10:26:12 +0300
changeset 19
adbc5c74f279
permissions
-rw-r--r--

Lots of stuff

19
adbc5c74f279 Lots of stuff
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
diff changeset
1 data.raw["string-setting"]["aps-planet"].allowed_values = {"aquilo"}
adbc5c74f279 Lots of stuff
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
diff changeset
2 data.raw["string-setting"]["aps-planet"].default_value = "aquilo"
adbc5c74f279 Lots of stuff
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
diff changeset
3 data.raw["string-setting"]["aps-planet"].hidden = true
adbc5c74f279 Lots of stuff
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
diff changeset
4 data.raw["int-setting"]["heat-conduit"].allowed_values = {10}
adbc5c74f279 Lots of stuff
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
diff changeset
5 data.raw["int-setting"]["heat-conduit"].default_value = 10
adbc5c74f279 Lots of stuff
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
diff changeset
6 data.raw["bool-setting"]["stirling-generator-lithium"].forced_value = true
adbc5c74f279 Lots of stuff
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
diff changeset
7 data.raw["string-setting"]["SetDefaultImportPlanet-planet"].default_value = "aquilo"

mercurial