module Base
{
	 item FR_VehicleArmory
    {
        DisplayCategory = VehicleMaintenance,
        Weight    =    10,
        Type    =    Normal,
        MaxCapacity    =    40,
        DisplayName    =    Armory Cabinet,
        Icon    =	FR_VehicleArmoryMil,
        ConditionMax = 100,
    }

	 item FR_KitchenCabinet
    {
        DisplayCategory = VehicleMaintenance,
        Weight    =    10,
        Type    =    Normal,
        MaxCapacity    =    20,
        DisplayName    =    Kitchen Cabinet,
        Icon    =	FR_RV_KitchenCabinet,
        ConditionMax = 100,
    }

	 item FR_Wardrobe
    {
        DisplayCategory = VehicleMaintenance,
        Weight    =    10,
        Type    =    Normal,
        MaxCapacity    =    20,
        DisplayName    =    RV Wardrobe,
        Icon    =	FR_RV_Wardrobe,
        ConditionMax = 100,
    }

	 item FR_Fridge
    {
        DisplayName    =    RV Fridge,
        Weight    =    10,
        Type    =    Normal,
        MaxCapacity    =    20,
        Icon    =	FR_RV_Fridge,
        ConditionMax = 100,
        DisplayCategory = VehicleMaintenance,
    }

	 item FR_Oven
    {
        DisplayName    =    RV Oven,
        Weight    =    10,
        Type    =    Normal,
        MaxCapacity    =    20,
        Icon    =	FR_RV_Oven,
        ConditionMax = 100,
        DisplayCategory = VehicleMaintenance,
    }
}