Page 1 of 1
How to define planet robot energy cost multiplier like Aquilo?
Posted: Wed Nov 12, 2025 10:30 pm
by nbcss
As title says, I feel like there is a surface property of robot energy cost multiplier somewhere but I cannot find it in document nor factorio-data GitHub. Is it a value hardcoded in Aquilo implementation?
Re: How to define planet robot energy cost multiplier like Aquilo?
Posted: Wed Nov 12, 2025 10:47 pm
by eugenekay
Previously
Osmo wrote: Mon Sep 15, 2025 6:19 am
There is no stat for robot energy usage, it's
(gravity/pressure) * 100
Re: How to define planet robot energy cost multiplier like Aquilo?
Posted: Thu Nov 13, 2025 1:28 am
by nbcss
eugenekay wrote: Wed Nov 12, 2025 10:47 pm
Previously
Osmo wrote: Mon Sep 15, 2025 6:19 am
There is no stat for robot energy usage, it's
(gravity/pressure) * 100
Thanks!