Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

Combined display of all available logs of Stationeers Community Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:36, 17 March 2026 RA2lover talk contribs created page Module:Plant/data (Created page with "--Game XMLs were converted into lua tables with https://www.freeformatter.com/xml-to-json-converter.html --which was then followed with the following massaging replacements: -- "[" -> "{" -- "]" -> "}" -- ' "@' -> ' "' -- ' "" -> ' ' -- ": -> " =" --Load this with mw.loadData. local p={} p.Plants = { { Id = "LifeRequirementsDefault", LiquidPerTick = { Type = "Water", Moles = "0.00006" }, Inhaled = { Type = "CarbonDioxide", Moles = "0.0012",...")