#Machines Configuration [machines] #Rotational Compressor [machines.rotational_compressor] #Max stress Impact of the machine (at 256 rpm) #Default value: 2048 #Range: > 0 stress = 2048 #Air Volume of the machine #Default value: 5000 #Range: > 0 volume = 5000 #How much air this machine produces per tick if it is running at 128 rpm? #Default value: 10.0 #Range: 0.0 ~ 999999.0 base_production = 10.0 #Pressure Tier of the machine #Allowed Values: TIER_ONE, TIER_ONE_HALF, TIER_TWO, CUSTOM pressure_tier = "TIER_ONE" #Values from Custom Air Pressure for this machine [machines.rotational_compressor.custom_pressure] #Danger Pressure of the machine #Default value: 5.0 #Range: 0.0 ~ 20.0 danger_pressure = 5.0 #Additional Critical Pressure of the machine. #Actual Critical Pressure is the sum of this value and Danger Pressure #Default value: 2.0 #Range: 0.0 ~ 20.0 critical_pressure = 2.0 #Air Blower [machines.air_blower] #Air Volume of the machine #Default value: 500 #Range: > 0 volume = 500 #Pressure required by machine to operate #Default value: 0.5 #Range: 0.0 ~ 20.0 work_pressure = 0.5 #Pressure required for double processing speed #Default value: 4.8 #Range: 0.0 ~ 20.0 overwork_pressure = 4.8 #Air Usage per Bar (total air usage = this value * current pressure) #Range: 0.0 ~ 999999.0 air_usage_per_bar = 4.0 #Pressure Tier of the machine #All but CUSTOM one match Pressure Tiers from PNC:R #Allowed Values: TIER_ONE, TIER_ONE_HALF, TIER_TWO, CUSTOM pressure_tier = "TIER_ONE" #Values from Custom Air Pressure for this machine [machines.air_blower.custom_pressure] #Danger Pressure of the machine #Default value: 5.0 #Range: 0.0 ~ 20.0 danger_pressure = 5.0 #Additional Critical Pressure of the machine. #Actual Critical Pressure is the sum of this value and Danger Pressure #Default value: 2.0 #Range: 0.0 ~ 20.0 critical_pressure = 2.0