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

	item 67commandoMagazine
    {
	    DisplayName = 67 M706 Commando Auto Manual,
		DisplayCategory = SkillBook,
		ItemType = base:literature,
		Weight = 0.5,
		Icon = V100_mag,
		BoredomChange = -20,
        StressChange = -15,
		LearnedRecipes = 67commandoMakeFrontDoor;67commandoMakeRearDoor;67commandoMakeHood;67commandoMakeToolboxLid;67commandoMakeLightGuards,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = 67commandoMagazineWI,
		Tags = base:magazine,
    }

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

	item 67commandoFrontDoor2
    {
        Weight	=	13.9,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	67 M706 Commando Front Door,
        Icon	=	door_flV100,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 67commandoFrontDoorWI,
        Tags = base:hasmetal;damnlib:damnDoorModern,
    }

	item 67commandoRearDoor2
    {
        Weight	=	13.9,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	67 M706 Commando Rear Door,
        Icon	=	door_rV100,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 67commandoRearDoorWI,
        Tags = base:hasmetal;damnlib:damnDoorModern,
    }

    /************************ Hatches ************************/

    item 67commandoEngineDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   9.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   67 M706 Commando Hood,
        Icon    =   hoodV100,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 67commandoEngineDoorWI,
        Tags = base:hasmetal;damnlib:damnHood,
    }

    item 67commandoToolboxLid2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   5.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   67 M706 Commando Toolbox Lid,
        Icon    =   toolboxV100,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 67commandoToolboxLidWI,
        Tags = base:hasmetal;damnlib:damnHood,
    }

    /************************ Guards ************************/

    item 67commandoLightGuards2
    {
       DisplayCategory = VehicleMaintenance,
        Weight  =   2.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   67 M706 Commando Light Guards,
        Icon    =   guardsv100,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 67commandoLightGuardsWI,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }
}