module Base { /************************ Tires 80s ************************/ item 80sOffroadTireA { DisplayCategory = VehicleMaintenance, Weight = 16.0, Type = Normal, DisplayName = 80s Offroad Tire Type A, Icon = 80Stire_a, MaxCapacity = 35, ChanceToSpawnDamaged = 20, WheelFriction = 1.9, ConditionMax = 100, ConditionLowerStandard = 0.01, ConditionLowerOffroad = 0.01, MechanicsItem = TRUE, WorldStaticModel = 80sOffroadTireAWI, } /************************ Storage 80s ************************/ item 80sPickupRoofrackA { DisplayCategory = VehicleMaintenance, Weight = 15.0, Type = Normal, DisplayName = 80s Pickup Roofrack, Icon = 80Sroofrack_1, MaxCapacity = 65, ConditionAffectsCapacity = false, ConditionMax = 100, ChanceToSpawnDamaged = 20, MechanicsItem = TRUE, WorldStaticModel = 80sPickupRoofrackAWI, } /************************ Armor 80s ************************/ item 80sPickupWindowFrontArmor { DisplayCategory = VehicleMaintenance, Weight = 10.0, Type = Normal, DisplayName = 80s Pickup Front Window Armor, Icon = 80Sarm_f, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupWindowFrontArmorWI, } item 80sPickupWindshieldArmor { DisplayCategory = VehicleMaintenance, Weight = 18.0, Type = Normal, DisplayName = 80s Pickup Windshield Armor, Icon = 80Sarm_w, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupWindshieldArmorWI, } item 80sPickupWindowRearArmor { DisplayCategory = VehicleMaintenance, Weight = 14.0, Type = Normal, DisplayName = 80s Pickup Rear Window Armor, Icon = 80Sarm_r, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupWindowRearArmorWI, } item 80sPickupBullbarFront { DisplayCategory = VehicleMaintenance, Weight = 20.0, Type = Normal, DisplayName = 80s Pickup Front Bullbar, Icon = 80Sbull_f, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupBullbarFrontWI, } item 80sPickupBullbarRear { DisplayCategory = VehicleMaintenance, Weight = 16.0, Type = Normal, DisplayName = 80s Pickup Rear Bullbar, Icon = 80Sbull_r, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupBullbarRearWI, } /************************ Seats 80s ************************/ item 80sPickupSeatFront2 { DisplayCategory = VehicleMaintenance, Weight = 15.0, Type = Normal, DisplayName = 80s Pickup Front Seat, Icon = 80Sseat_f, MaxCapacity = 25, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupSeatFrontWI, } item 80sPickupSeatRear2 { DisplayCategory = VehicleMaintenance, Weight = 11.0, Type = Normal, DisplayName = 80s Pickup Rear Seat, Icon = 80Sseat_r, MaxCapacity = 25, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupSeatRearWI, } /************************ 80s Butt stuff ************************/ item 80sPickupRollbarA { DisplayCategory = VehicleMaintenance, Weight = 22.0, Type = Normal, DisplayName = 80s Pickup Rollbar Type A, Icon = 80Srollbar_A, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupRollbarAWI, } item 80sPickupRollbarB { DisplayCategory = VehicleMaintenance, Weight = 28.0, Type = Normal, DisplayName = 80s Pickup Rollbar Type B, Icon = 80Srollbar_B, ChanceToSpawnDamaged = 20, ConditionMax = 100, MechanicsItem = TRUE, WorldStaticModel = 80sPickupRollbarBWI, } }