Progression - Niilo007/Stationeers-Research GitHub Wiki
graph TB
subgraph S1["Immediate Survival"]
Food((Food))
Water((Water))
Oxygen((Oxygen))
Power((Power))
end
subgraph S2["Long Term Survival"]
Sleepers((Sleepers))
end
subgraph S3["Comfort"]
SuPo["Sustainable Power Generation"]
end
WiTu["Wind Turbines"] --> SuPo
SoPa["Solar Panels"] --> SuPo --> PG
Oxygen --> Sleepers
Shelter --> Sleepers
Plants --> Oxygen
Plants --> Food
Shelter --> Plants
Shelter -.-> Water
Shelter -.-> Food
Power --> Water -->Plants
PG["Power Generation"]--> Power --> Sleepers
graph LR
Autolathe-->Electronics_Printer
Arc_Furnace-->Ingots
Furnace-->Alloys
Ingots((Ingots))
Alloys((Alloys))-->Super_Alloys((Super Alloys))
Tool_Printer_Mod-.->Tool_Manufactory_MkII
Pipe_Bender_Mod-.->Hydraulic_Pipe_Bender_MkII
Hydraulic_Pipe_Bender-.->Hydraulic_Pipe_Bender_MkII
Electronics_Printer_Mod-.->Electronics_Printer_MkII
Tool_Manufactory-.->Tool_Manufactory_MkII
Autolathe_Printer_Mod-.->Autolathe_MkII
Autolathe-.->Autolathe_MkII
Autolathe-->Hydraulic_Pipe_Bender
Autolathe((Autolathe))-->Tool_Manufactory
Advanced_Furnace-->Super_Alloys
Electronics_Printer-.->Electronics_Printer_MkII
Electronics_Printer-->Security_Printer
subgraph Autolathe
subgraph AL1I[Ingots]
Arc_Furnace
Furnace
end
end
subgraph Autolathe_MkII
subgraph AL2I[Ingots]
subgraph AL2A[Alloys]
Deep_Miner
end
end
end
subgraph Tool_Manufactory
subgraph TM1I[Ingots]
subgraph TM1A[Alloys]
ToolManufactoryAlloyItems[Arc Welder]
end
end
end
subgraph Security_Printer
subgraph SP1I[Ingots]
Access_Cards
end
end
subgraph Tool_Manufactory_MkII
subgraph TM2I[Ingots]
subgraph TM2A[Alloys]
Mining_Drill_Heavy\nMk_II_Arc_Welder
subgraph TM2SA[Super Alloys]
Hardsuit
end
end
end
end
subgraph Hydraulic_Pipe_Bender_MkII
subgraph HPB2I[Ingots]
subgraph HPB2A[Alloys]
AlloysPipeBenderT2Items[Gas Canister Smart\nPowered Vents\nCryo Tubes]
end
end
end
subgraph Hydraulic_Pipe_Bender
subgraph HPBI[Ingots]
IngotPipeBenderT1Items["Active Vent\nPassive Vent\nBottle Filler\nPipe Utility\nCanisters\nFilters\nRegulators\nKit (Atmospherics)"]
subgraph HPBA[Alloys]
AlloysPipeBenderT1Items[Insulated Pipes\nTanks\nInsulated Tanks\nSleepers]
end
end
end
subgraph Electronics_Printer_MkII
subgraph EP2I[Ingots]
subgraph EP2A[Alloys]
AlloyElectronicsPrinterT2Items["Advanced Tablet\nLaptop\nKit (Wind Turbine)"]
subgraph EP2SA[Super Alloys]
SuperAlloyElectronicsPrinterT2Items[Battery Cell Nuclear]
end
Advanced_Furnace
Autolathe_Printer_Mod
Pipe_Bender_Mod
Tool_Printer_Mod
end
end
end
subgraph Electronics_Printer
subgraph EPI[Ingots]
IngotElectronicsPrinterT1Items["IC Editor Motherboard\nComputer \nKit (Upright Wind Turbine) \n Battery Cell (Small)"]
subgraph EPA[Alloys]
AlloyElectronicsPrinterT1Items["Grow Light\nBattery Cell Large\nIntegrated Circuit IC10\nIC Housing\n Battery Cell (Large)"]
Electronics_Printer_Mod
end
end
end