module Base
{


 

    item 250PropaneTank1
    {
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   1,
        MaxCapacity = 250,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 250PropaneTank2
    {
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   2,
        MaxCapacity = 250,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 250PropaneTank3
    {
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 250,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 250PropaneTank8
    {
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 250,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }
   

    item 500PropaneTank1
    {
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   1,
        MaxCapacity = 500,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 500PropaneTank2
    {
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   2,
        MaxCapacity = 500,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 500PropaneTank3
    {
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 500,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 500PropaneTank8
    {
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 500,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }


    item 1000PropaneTank1
    {
        Weight	=	30.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   1,
        MaxCapacity = 1000,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 1000PropaneTank2
    {
        Weight	=	30.0,
        Type	=	Normal,
        DisplayName	=	Propane Storage Tank,
        Icon	=	CarGastank,
        VehicleType =   2,
        MaxCapacity = 1000,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 1000PropaneTank3
    {
        Weight	=	30.0,
        Type	=	Normal,
        DisplayName	=	PropaneStorage Tank,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 1000,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }

    item 1000PropaneTank8
    {
        Weight	=	30.0,
        Type	=	Normal,
        DisplayName	=	PropaneStorage Tank,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 1000,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
    }


	fixing Fix BigTank Welding
	{
	   Require : 250PropaneTank1;250PropaneTank2;250PropaneTank3;250PropaneTank8;500PropaneTank1;500PropaneTank2;500PropaneTank3;500PropaneTank8;1000PropaneTank1;1000PropaneTank2;1000PropaneTank3;1000PropaneTank8,
	   GlobalItem : BlowTorch=5,
	   ConditionModifier : 1.2,

       Fixer : SmallSheetMetal; MetalWelding=6;Mechanics=7,
	}
/*
	item PropaneTank
	{
		Weight	=	10.0,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.125,
		DisplayName	=	Propane Tank,
		Icon	=	PropaneTank,
		UseWorldItem = TRUE,
		ScaleWorldIcon = 2.0,
		WeightEmpty = 5.0,
/*		KeepOnDeplete = TRUE,*/
	}*/	

}
