Add optional Basic circuit board

This commit is contained in:
Simon Brodtmann 2025-02-28 00:56:40 +01:00
parent d0818722ae
commit b30eb0b019
19 changed files with 269 additions and 129 deletions

View file

@ -26,6 +26,20 @@ data:extend({
setting_type = "startup",
default_value = true,
order = "d"
},
{
type = "bool-setting",
name = "lignumis-basic-circuit-board",
setting_type = "startup",
default_value = false,
order = "e"
},
{
type = "bool-setting",
name = "lignumis-circuit-progression",
setting_type = "startup",
default_value = false,
order = "f"
}
})