mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-04 00:52:33 +00:00
fixed KM 013 and 334 work logic; added retainer load choice to spawner for custom 717
This commit is contained in:
@@ -226,6 +226,16 @@ end
|
||||
function ENT:TrainSpawnerUpdate()
|
||||
local typ = self:GetNW2Int("Type")
|
||||
local num = self.WagonNumber
|
||||
|
||||
local offs = math.random(1,3)
|
||||
if self:GetNW2Int("RetainerLoad",1) == 5 then self:SetNW2Int("RetainerLoad",math.random(1,4)) end
|
||||
self.Pneumatic:TriggerInput("KM013offset",5.0 + 0.1*(offs-1))
|
||||
self.Pneumatic:TriggerInput("VZ1Offset",0.8)
|
||||
self.Pneumatic:TriggerInput("VZ2Offset",2.4)
|
||||
self.CompressorEfficiency = math.random()*0.05 + 0.02
|
||||
self.AirConsumeRatio = math.random()*0.04 + 0.06
|
||||
self.AirLeakRatio = math.random()*0.002 + 0.001
|
||||
|
||||
math.randomseed(num+817171)
|
||||
local kvr=false
|
||||
local passtex = "Def_717SPBWhite"
|
||||
|
||||
Reference in New Issue
Block a user