Page 1 of 1

Add custom tooltips for ingredients and products, similar to quality-related tooltips

Posted: Tue Jul 28, 2026 5:14 pm
by MeteorSwarm
Factorio 2.1 introduced more specific quality effects for individual products in recipes, including tooltips for individual products.
07-28-2026, 10-08-59.png
07-28-2026, 10-08-59.png (99.96 KiB) Viewed 315 times
Now that on_crafted events are capable of performing effects on crafting recipes in a relatively performant way, it's possible to do effects that would benefit from ingredient and product tooltips, similar to the tooltips added for quality changes. The example that comes to mind is the following: An input ingredient acts as a catalyst for a crafting recipe, and it only has a 10% chance of being consumed on craft. To achieve this effect, the recipe would be given an on_craft effect that has a 90% chance of adding a copy of the ingredient to the machine's input inventory. This catalyst ingredient would have a tooltip saying the ingredient has a "90% return chance."

Re: Add custom tooltips for ingredients and products, similar to quality-related tooltips

Posted: Tue Jul 28, 2026 5:58 pm
by Thremtopod
+1

Rigor Module would definitely benefit from this this. The recipe-level tooltip that Rigor Module uses visible in the screenshot MeteorSwarm attached; it works, but it'd be more straightforward to have the tooltip on the product itself.

This could also benefit PlanetsLib, which adds some recipe-level tooltips for product freshness (e.g. always_fresh). And it'd be beneficial to have the ability to add tooltips for other non-obvious properties like spoil_weight too.

In Planet Crucible, there's a recipe that uses reset_freshness_on_craft, spoil_weight, and ignored_by_productivity (and it has a rigor module tooltip). None of these properties necessarily needs a tooltip on its own, but the way they interact can be pretty complex.

Re: Add custom tooltips for ingredients and products, similar to quality-related tooltips

Posted: Tue Jul 28, 2026 9:06 pm
by MeteorSwarm
Here's a working prototype of my custom recipe property.
07-28-2026, 14-06-46.png
07-28-2026, 14-06-46.png (95.9 KiB) Viewed 260 times

Re: Add custom tooltips for ingredients and products, similar to quality-related tooltips

Posted: Wed Jul 29, 2026 1:06 am
by protocol_1903
+1

Re: Add custom tooltips for ingredients and products, similar to quality-related tooltips

Posted: Wed Jul 29, 2026 6:31 am
by Stringweasel
+1

SE would benefit from this. There's some of our recipes that should have complex product probabilities. And the only reason we didn't do it is because the tooltip don't provide good player feedback. A tooltip on the tooltip could help clear things up for the player.