Moshine

by snouz

Hot planet where you develop AI, 33 technologies, 2 new minerals, 7 buildings, many items, custom terrain, music, unique challenges... Doesn't break Space Age balance, integrates well with it

Content
3 days ago
2.0 - 2.1
61.5K
Factorio: Space Age Icon Space Age Mod
Planets Logistics Trains Environment Mining Fluids Manufacturing Power

b robot efficiency mulitplier is not = 1

11 months ago
(updated 11 months ago)

-- robot energy multiplier gets calculated by
-- (gravity/pressure) * 100
-- and because for some reason Moshine has 701 pressure this resulted in 0.9985... efficiency which is dumb.
-- because fixing pressure might need edits to recipes fixing gravity was easier. with this mult is now = 1
data.raw["planet"]["moshine"].surface_properties.gravity = 7.01

btw Panglia has the same issue

11 months ago

Oh thanks, I didn't know of this property. I put 701 pressure for a specific reason: I wanted to make surface_conditions that make some stuff exclusive to moshine, and the most elegant/simple way to do that is not to add a new planet property, but use an existing property (pressure) and make that very specific (no other planet will have 701 pressure)
I'll fix it on both

New response