Cap Production Time
This mod cap production time by putting upper production time limit depending on production time of an item.
If you are producing more than X number of item per production, production time will be same as if you are producing X amount of item.
i.e if you are producing 40 bandage, and each bandage takes 2 hour to produce.
If you set "Production Speed Cap" to 10, then instead of (40*2) = 80 hours it will take (10*2) = 20 hours.
On any item lower than this cap it should not be effected.
Changelog:
v1.1, As per NBK_Redspy’s suggestion. Instead of chopping off entire ItemProductionSystem.StartMagnumItemProduction with prefix, now only production DurationInHours is modified with postfix. This may make the mod more compatible with other mods.
Given that the special ammos and infinite resources of recycler could not be abused due to the slow production speed, this mod should be gamebreaking enough.
Mod is now on Github:
https://github.com/LordofNotCommitting/CapProductionTime