22 lines
712 B
TOML
22 lines
712 B
TOML
# Unlock groups for the test config (REQ-LOCK-EXPLICIT). Mirrors the previous
|
|
# per-item gating: repair_ship, quick_circuit, advanced_circuit start locked and
|
|
# are awarded via defence station drops. exotic_alloy is intentionally NOT here:
|
|
# it stays implicitly gated (its output/inputs are unreachable), so it is never
|
|
# unlocked. premium_circuit uses unlocked_at_start in recipes.toml. Everything
|
|
# else (interceptor, destroyer, salvage_ship, all modules) starts unlocked.
|
|
|
|
[[unlock]]
|
|
id = "repair_ship"
|
|
station_level = 0
|
|
ships = ["repair_ship"]
|
|
|
|
[[unlock]]
|
|
id = "quick_circuit"
|
|
station_level = 0
|
|
recipes = ["quick_circuit"]
|
|
|
|
[[unlock]]
|
|
id = "advanced_circuit"
|
|
station_level = 1
|
|
recipes = ["advanced_circuit"]
|