Moshine

by snouz

Hot planet to develop AI, 26 technologies, 2 new minerals, 5 buildings, many items, custom terrain, music, unique challenges...

Content
12 days ago
2.0
30.6K
Factorio: Space Age Icon Space Age Mod
Planets Logistics Trains Environment Mining Fluids Manufacturing Power

b robot efficiency mulitplier is not = 1

15 days ago
(updated 15 days 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

15 days 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