module Base
{
    /************************ Magazine ************************/  

	item M911Magazine
    {
	    DisplayName = 82 Oshkosh M911 Auto Manual,
		DisplayCategory = SkillBook,
		ItemType = base:literature,
		Weight = 0.5,
		Icon = M911_mag,
		BoredomChange = -20,
        StressChange = -15,
		LearnedRecipes = 82oshkoshM911MakeHood;82oshkoshM911MakeFrontDoor;82oshkoshM911MakeTrunkLid;82oshkoshM127MakeTrunkLid;82oshkoshM128MakeTrunkLid;82oshkoshM129MakeTrunkLid;82oshkoshM967MakeTrunkLid;82oshkoshM911MakeFrontWindshield;82oshkoshM911MakeFrontSideWindow;82oshkoshM911MakeRearWindshield;82oshkoshM911MakeMuffler;82oshkoshM911MakeMudflaps;ISOMakeContainerDoor,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = M911MagazineWI,
		Tags = base:magazine,
    }

    /************************ Hood ************************/

    item M911EngineDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   12.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Hood,
        Icon    =   M911hood,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911EngineDoorWI,
        Tags = base:hasmetal;damnlib:damnHood,
    }

    /************************ Trunk door ************************/

    item M911TrunkDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   3.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Trunk Lid,
        Icon    =   M911trunkDoor,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911TrunkDoorWI,
        Tags = base:hasmetal;damnlib:damnTrunkLid,
    }

    item M127TrunkDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   18.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   M127 Semi Trailer Trunk Lid,
        Icon    =   M127trunkDoor,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M127TrunkDoorWI,
        Tags = base:hasmetal;damnlib:damnTrunkLid,
    }

    item M128TrunkDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   25.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   M128 Semi Trailer Trunk Doors,
        Icon    =   M128trunkDoor,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M128TrunkDoorWI,
        Tags = base:hasmetal;damnlib:damnTrunkLid,
    }

    item M129TrunkDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   14.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   M129 Semi Trailer Trunk Door,
        Icon    =   M129trunkDoor,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M129TrunkDoorWI,
        Tags = base:hasmetal;damnlib:damnTrunkLid,
    }

    item M967TrunkDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   4.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   M967 Semi Trailer Trunk Lid,
        Icon    =   M967trunkDoor,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M967TrunkDoorWI,
        Tags = base:hasmetal;damnlib:damnTrunkLid,
    }

    item IsoContainerTrunkDoor2
    {
        Weight  =   15.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   ISO Container Door,
        Icon    =   ISOdoor,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ContainerDoorWI,
        Tags = base:hasmetal;damnlib:damnTrunkLid,
    }

    /************************ Doors ************************/

    item M911CarFrontDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Door,
        Icon    =   M911door,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911FrontDoorWI,
        Tags = base:hasmetal;damnlib:damnDoorModern,
    }

    /************************ Windows ************************/

    item M911Windshield2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Windshield,
        Icon    =   M911wind,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911WindshieldWI,
        Tags = base:glass;damnlib:damnWindshield,
    }

    item M911SideWindow2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   3.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Side Window,
        Icon    =   M911win,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911WindowWI,
        Tags = base:glass;damnlib:damnWindow,
    }

    item M911WindshieldRear2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   6.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Rear Windshield,
        Icon    =   M911rwind,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911WindshieldRearWI,
        Tags = base:glass;damnlib:damnWindshield,
    }

    /************************ Armor ************************/

    item M911CarFrontDoorArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Window Armor,
        Icon    =   M911doora,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911FrontDoorArmorWI,
        Tooltip = Tooltip_item_damnSideArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

    item M911WindshieldArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Windshield Armor,
        Icon    =   M911winda,
        ChanceToSpawnDamaged = 30,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911WindshieldArmorWI,
        Tooltip = Tooltip_item_damnWindshieldFrontArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

    item M911WindshieldRearArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Rear Windshield Armor,
        Icon    =   M911rwinda,
        ChanceToSpawnDamaged = 30,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911WindshieldRearArmorWI,
        Tooltip = Tooltip_item_damnWindshieldRearArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

    /************************ Bullbars ************************/

    item M911Bullbar0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   18.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Bullbar,
        Icon    =   M911bull0,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911Bullbar0WI,
        Tooltip = Tooltip_item_damnBullbarFront,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

    item M911Bullbar1
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   16.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Makeshift Bullbar,
        Icon    =   M911bull1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M911Bullbar1WI,
        Tooltip = Tooltip_item_damnBullbarFront,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

    /************************ Muffler ************************/

      item M911Muffler
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   5.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Muffler,
        Icon    =   M911muff,
        EngineLoudness = 100,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.04,
        MechanicsItem = TRUE,
        WorldStaticModel = M911MufflerWI,
        Tags = damnlib:damnMetalPart,
      }

      /************************ Mudflaps ************************/

    item M911Mudflaps
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   4.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   82 Oshkosh M911 Mudflaps,
        Icon    =   M911mudf,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = M911MudflapsWI,
        Tags = damnlib:damnMudflaps,
    }

}