module T15K_VehicleParts { imports { Base } item GlassMold { DisplayCategory = Tool, Weight = 0.1, Type = Normal, DisplayName = Mold for Glass, Icon = GlassMold, WorldStaticModel = BakingTray, /* WorldStaticModel = Money,*/ } /*Бустер для подзарядки авто*/ item BusterT15K { DisplayCategory = Electronics, LightDistance = 10, /*Длина луча фонаря*/ Weight = 0.8, DisappearOnUse = FALSE, Type = Drainable, TorchCone = TRUE, UseDelta = 0.00005, LightStrength = 0.3, /*Сила свечения*/ TorchDot = 0.66, DisplayName = Booster for Car, ActivatedItem = TRUE, Icon = BusterT15K, MetalValue = 10, cantBeConsolided = TRUE, Tooltip = Tooltip_BusterT15K, StaticModel = StaticBusterT15K, primaryAnimMask = HoldingTorchRight, secondaryAnimMask = HoldingTorchLeft, WorldStaticModel = BusterT15K, AttachmentType = MeatCleaver, } model BusterT15K { mesh = WorldItems/Buster15k, texture = WorldItems/Buster15k, scale = 0.38, } model StaticBusterT15K { mesh = Buster15k, texture = WorldItems/Buster15k, scale = 0.38, } /*Одноразовый бустер*/ item DisposableBusterT15K { DisplayCategory = Electronics, Weight = 0.8, Type = Normal, DisplayName = Disposable Booster for Car, Icon = DisposableBusterT15K, Tooltip = Tooltip_DisposableBusterT15K, StaticModel = StaticDisposableBusterT15K, /* primaryAnimMask = HoldingTorchRight, */ /* secondaryAnimMask = HoldingTorchLeft, */ WorldStaticModel = DisposableBusterT15K, } model DisposableBusterT15K { mesh = WorldItems/Buster15k, texture = WorldItems/DisposableBusterT15K, scale = 0.38, } model StaticDisposableBusterT15K { mesh = Buster15k, texture = WorldItems/DisposableBusterT15K, scale = 0.38, } /*Самодельный бустер*/ item HomemadeBusterT15K { DisplayCategory = Electronics, Weight = 0.8, Type = Normal, DisplayName = Homemade Booster for Car, Icon = HomemadeBusterT15K, Tooltip = Tooltip_HomemadeBusterT15K, /*StaticModel = StaticBusterT15K,*/ /* primaryAnimMask = HoldingTorchRight, */ /* secondaryAnimMask = HoldingTorchLeft, */ /* WorldStaticModel = BusterT15K,*/ } }