I am attempting to add a custom tooltip to planets indicating a rocket part multiplier value. I want this multiplier to be next to the robot energy multiplier, but since vanilla tooltips all seem to have an order of 100, setting the order to 100 places the tooltip before every other tooltip, and setting the order to 101 places the tooltip after every other tooltip. Custom tooltips would be a lot more customizable if vanilla tooltips were given a wider range of order values so that custom tooltips could fit in between them.
Vanilla tooltips need a wider range of order values to make custom tooltips easier to put in the right place.
-
MeteorSwarm
- Burner Inserter

- Posts: 8
- Joined: Thu Sep 25, 2025 10:49 pm
- Contact:
Re: Vanilla tooltips need a wider range of order values to make custom tooltips easier to put in the right place.
Could your specific usecase be solved with making a full new SurfacePropertyPrototype instead of only modifying the tooltip?
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
-
MeteorSwarm
- Burner Inserter

- Posts: 8
- Joined: Thu Sep 25, 2025 10:49 pm
- Contact:
Re: Vanilla tooltips need a wider range of order values to make custom tooltips easier to put in the right place.
Yes, that would be a solution to my problem, but because I don't consider this value a surface property, doing that would be a hack that I'd prefer to avoid.Bilka wrote: Mon Jun 15, 2026 6:47 pm Could your specific usecase be solved with making a full new SurfacePropertyPrototype instead of only modifying the tooltip?
