Page 1 of 1
[Help] Like mining bonus
Posted: Tue May 09, 2017 3:45 am
by WickedClickIt
I was just wondering if it was possible to apply a bonus to other items like assemblers similar to how infinite mining research bonus works?
Re: [Help] Like mining bonus
Posted: Wed May 10, 2017 2:59 pm
by kikker450
If you know how the mining bonus works you should be able to copy it to assemblers. If you can't for some reason you would need to explain more clearly.
Re: [Help] Like mining bonus
Posted: Thu May 11, 2017 12:55 am
by WickedClickIt
I can't seem to find how the actual bonus is applied to it.
Re: [Help] Like mining bonus
Posted: Thu May 11, 2017 7:10 pm
by kikker450
In the actual lua documentation (file:///C:/Program%20Files%20(x86)/Steam/SteamApps/common/Factorio/doc-html/Concepts.html#Modifier) it becomes clear assemblers don't have such an easily accessible modifier. So you do the old trick of replacing every entity upon a research with a newly created entity (same name, same recipe, same storage etc.) but with a speed of 2% higher or with the results 2% higher. You can make that research upgradable.
Re: [Help] Like mining bonus
Posted: Fri May 12, 2017 10:38 am
by darkfrei
Then you are need open new recipe and hide the old one.