Information for Quantity Produced
#2

Quote:
14 hours ago, WetLettuce said:




If case 2.




Where is it specified?




The quantity produced is specified in the produced resources file.  In this case, the RawMaterialBedding.rsc file.



Code:
    int _lowCreateCount = 1;
    int _highCreateCount = 1;



Uneducated workers produce 1. Educated workers produce 1.  (Low means Uneducated. High means Educated.)




 



Quote:
14 hours ago, WetLettuce said:




What does [workRequired] and [workTime] actually relate to? Does [workTime] convert to seconds? Something?




The WorkTime and WorkRequired is a little interesting.  If you multiply them together you get the actual number of hammer swings (or whatever tool is being used) that is required.




WorkTime is how many hammer swings they will do before they reevaluate whether to keep working or if they need food or whatever.  They need to go through the the WorkTime sequence however many WorkRequireds there are.




So in the case of the Bedding Maker, it takes a total of 80  (8x10) units of work.  They have to do 8 sets of 10, and every 8 units they look around to decide whether to keep working or go do something else.


  Reply


Messages In This Thread
Information for Quantity Produced - by WetLettuce - 07-11-2019, 01:10 AM
Information for Quantity Produced - by Kralyerg - 07-11-2019, 03:55 PM
Information for Quantity Produced - by WetLettuce - 07-11-2019, 04:30 PM
Information for Quantity Produced - by WetLettuce - 07-17-2019, 10:58 AM
Information for Quantity Produced - by Kralyerg - 07-17-2019, 08:28 PM