module Base { model W460SWBhood { mesh = vehicles/Vehicles_84mercSWB_Body|w460_swb_hood, shader = vehicle, static = FALSE, scale = 0.1, } template vehicle W460SWBEngineDoor { part EngineDoor { model hoodswb { file = W460SWBhood, offset = 0 0 0, rotate = 0 0 0, scale = 1.0, } anim Close { anim = hood_closing, rate = 0.70, } anim Open { anim = hood_closing, reverse = TRUE, rate = 1.25, } anim Closed { anim = hood_closing, reverse = TRUE, animate = FALSE, } anim Opened { anim = hood_closing, animate = FALSE, } category = bodywork, area = Engine, door { } anim Open { sound = VehicleHoodOpenStandard, } anim Close { sound = VehicleHoodCloseStandard, } anim ActorOpen { anim = WindowOpenSuccess, rate = 0.15, angle = 0.0 0.0 0.0, } anim ActorClose { anim = Attack_Shove, rate = 0.3, angle = 0.0 180.0 0.0, } itemType = Base.W460EngineDoor, mechanicRequireKey = true, repairMechanic = true, table install { items { 1 { type = Base.Wrench, count = 1, keep = true, equip = primary, } } time = 1000, skills = Mechanics:2, recipes = Intermediate Mechanics, test = Vehicles.InstallTest.Default, complete = Vehicles.InstallComplete.Door, } table uninstall { items { 1 { type = Base.Wrench, count = 1, keep = true, equip = primary, } } time = 1000, skills = Mechanics:2, recipes = Intermediate Mechanics, test = Vehicles.UninstallTest.Default, complete = Vehicles.UninstallComplete.Door, } lua { create = Vehicles.Create.Default, init = Vehicles.Init.Door, update = Vehicles.Update.EngineDoor, use = Vehicles.Use.EngineDoor, } } } }