Is there a way to change the science pack quality to remaining percent formula? Right now is 100% extra per quality level and 200% for the legendary quality for a total of 600%. Is there a way to change that?
Solution example:
data.raw.quality["rare"].tool_durability_multiplier = 4
This changes durability of all rare tools to 400% instead of the default 300%.
Can Science Packs "Remaining" values be changed? (Solved)
Can Science Packs "Remaining" values be changed? (Solved)
Last edited by MrDayne on Sat Aug 16, 2025 6:46 pm, edited 2 times in total.
Re: Custom Item Icons
I thought this should be it, but this affects how the labs consume the science depending on the lab's quality. I could not use it as a science pack property.
Re: Custom Item Icons
Almost, science packs are tools, so https://lua-api.factorio.com/latest/pro ... multiplier should be it
Re: Custom Item Icons
Yes, thank you. This was it.HunD34TH wrote: Sat Aug 16, 2025 4:57 amAlmost, science packs are tools, so https://lua-api.factorio.com/latest/pro ... multiplier should be it