Assembly Machine Crafting Speed
Posted: Thu Jan 03, 2019 1:12 am
Hello fellow modders,
I have already made a QualityOfLife research mod
https://mods.factorio.com/mod/CJs_QoL_Research_Ver1
and was hoping to add a section to it. I wondered if it would be possible to increase the speed of crafting in assembly machines through script. I already have scripting for increasing player crafting speed, but I was wondering what the line of code would be for assembly machine speed? Or is it different for every kind of assembly machine? Thanks!
As an example, here is player crafting speed:
{
type = "character-crafting-speed",
modifier = 0.055,
}
Thanks again,
CJ
I have already made a QualityOfLife research mod
https://mods.factorio.com/mod/CJs_QoL_Research_Ver1
and was hoping to add a section to it. I wondered if it would be possible to increase the speed of crafting in assembly machines through script. I already have scripting for increasing player crafting speed, but I was wondering what the line of code would be for assembly machine speed? Or is it different for every kind of assembly machine? Thanks!
As an example, here is player crafting speed:
{
type = "character-crafting-speed",
modifier = 0.055,
}
Thanks again,
CJ