class CarShops {
	/*
		Format:
		{ Classname, rental price, license required, { varname, >= value } }

		{ varname, >= value} this is a "level" requirement mainly used by cops and rebels, do not fill this in if you are not utilizing it.
	*/
	class civ_car {
		side = "civ";
		vehicles[] = {
			{ "B_Quadbike_01_F", 2500, "" }, 
			{ "C_Hatchback_01_F", 9500, "driver" }, 
			{ "B_G_Offroad_01_F", 12500, "driver" },
			{ "C_SUV_01_F", 30000, "driver" },
			{ "C_Hatchback_01_sport_F", 40000, "driver" },
			{ "C_Van_01_transport_F", 45000, "driver" }
		};
	};
	
	class slum_car {
		side = "civ";
		vehicles[] = {
			{ "B_Quadbike_01_F", 2500, "" }
		};
	};

	class kart_shop {
		side = "civ";
		vehicles[] = {
			{ "C_Kart_01_Blu_F", 15000 , "driver" },
			{ "C_Kart_01_Fuel_F", 15000, "driver" },
			{ "C_Kart_01_Red_F", 15000, "driver" },
			{ "C_Kart_01_Vrana_F", 15000, "driver" }
		};
	};

	class med_shop {
		side = "med";
		vehicles[] = {
			{ "B_G_Offroad_01_F", 10000, "" },
			{ "C_SUV_01_F", 25000, "" },
			{ "B_MRAP_01_F", 45000, "" },
			{ "C_Van_01_box_F", 60000, "" }
		};
	};

	class med_air_hs {
		side = "med";
		vehicles[] = {
			{ "C_Heli_light_01_vrana_F", 50000, "mAir" },
			{ "O_Heli_Light_02_unarmed_F", 75000, "mAir" }
		};
	};

	class civ_truck {
		side = "civ";
		vehicles[] = {
			{ "C_Van_01_box_F", 60000, "trucking" },
			{ "C_Van_01_fuel_F", 76000, "trucking" },
			{ "I_Truck_02_transport_F", 75000, "trucking" },
			{ "I_Truck_02_covered_F", 100000, "trucking" },
			{ "O_Truck_02_fuel_F", 275000, "trucking" },
			{ "O_Truck_03_transport_F", 375000, "trucking" },
			{ "O_Truck_03_covered_F", 200000, "trucking" },
			{ "O_Truck_03_fuel_F", 250000, "trucking" },
			{ "B_Truck_01_transport_F", 450000, "trucking" },
			{ "B_Truck_01_covered_F", 550000, "trucking" },
			{ "B_Truck_01_fuel_F", 450000, "trucking" },
			{ "B_Truck_01_box_F", 450000, "trucking" },
			{ "O_Truck_03_device_F", 450000, "trucking" }
		};
	};

	class reb {
		side = "civ";
		vehicles[] = {
			{ "B_Quadbike_01_F", 2500, "" },
			{ "C_Offroad_01_F", 15000, "rebel" },
			{ "O_MRAP_02_F", 150000, "rebel" },
			{ "B_G_Offroad_01_armed_F", 750000, "rebel" }
		};
	};
	
	class reb_air {
		side = "civ";
		vehicles[] = {
			{ "B_Heli_Light_01_F", 325000, "rebel" },
			{ "O_Heli_Light_02_unarmed_F", 750000, "rebel" },
			{ "I_Heli_Transport_02_F", 750000, "rebel" }
		};
	};
	
	class reb_car {
		side = "civ";
		vehicles[] = {
			{ "B_Quadbike_01_F", 2500, "" },
			{ "C_Offroad_01_F", 15000, "rebel" },
			{ "O_MRAP_02_F", 150000, "rebel" },
			{ "B_G_Offroad_01_armed_F", 750000, "rebel" },
			{ "B_Heli_Light_01_F", 325000, "rebel" },
			{ "O_Heli_Light_02_unarmed_F", 750000, "rebel" },
			{ "I_Heli_Transport_02_F", 750000, "rebel" }
		};
	};
	
	class civ_donator1 {
		side = "civ";
		vehicles[] = {
			{ "C_Offroad_01_F", 5000, "", { "life_donator", 1 } },
			{ "C_SUV_01_F", 11000, "", { "life_donator", 1 } },
			{ "O_MRAP_02_F", 150000, "", { "life_donator", 1 } },
			{ "C_Van_01_box_F", 750000, "", { "life_donator", 1 } },
			{ "C_Van_01_fuel_F", 27000, "", { "life_donator", 1 } },
			{ "I_Truck_02_transport_F", 50000, "", { "life_donator", 1 } },
			{ "I_Truck_02_covered_F", 70000, "", { "life_donator", 1 } },
			{ "I_Truck_02_fuel_F", 70000, "", { "life_donator", 1 } },
			{ "B_Truck_01_transport_F", 100000, "", { "life_donator", 1 } },
			{ "B_Truck_01_covered_F", 140000, "", { "life_donator", 1 } },
			{ "B_Truck_01_box_F", 400000, "", { "life_donator", 1 } },
			{ "B_Truck_01_fuel_F", 400000, "", { "life_donator", 1 } },
			{ "O_Truck_03_transport_F", 600000, "", { "life_donator", 1 } },
			{ "O_Truck_03_covered_F", 800000, "", { "life_donator", 1 } },
			{ "O_Truck_03_fuel_F", 800000, "", { "life_donator", 1 } },
			{ "O_Truck_03_device_F", 1700000, "", { "life_donator", 1 } },
			{ "B_G_Offroad_01_armed_F", 750000, "", { "life_donator", 1 } }
		};
	};
	
	class civ_donator2 {
		side = "civ";
		vehicles[] = {
			{ "C_Offroad_01_F", 5000, "", { "life_donator", 2 } },
			{ "C_SUV_01_F", 11000, "", { "life_donator", 2 } },
			{ "O_MRAP_02_F", 150000, "", { "life_donator", 2 } },
			{ "C_Van_01_box_F", 750000, "", { "life_donator", 2 } },
			{ "C_Van_01_fuel_F", 27000, "", { "life_donator", 2 } },
			{ "I_Truck_02_transport_F", 50000, "", { "life_donator", 2 } },
			{ "I_Truck_02_covered_F", 70000, "", { "life_donator", 2 } },
			{ "I_Truck_02_fuel_F", 70000, "", { "life_donator", 2 } },
			{ "B_Truck_01_transport_F", 100000, "", { "life_donator", 2 } },
			{ "B_Truck_01_covered_F", 140000, "", { "life_donator", 2 } },
			{ "B_Truck_01_box_F", 400000, "", { "life_donator", 2 } },
			{ "B_Truck_01_fuel_F", 400000, "", { "life_donator", 2 } },
			{ "O_Truck_03_transport_F", 600000, "", { "life_donator", 2 } },
			{ "O_Truck_03_covered_F", 800000, "", { "life_donator", 2 } },
			{ "O_Truck_03_fuel_F", 800000, "", { "life_donator", 2 } },
			{ "O_Truck_03_device_F", 1700000, "", { "life_donator", 2 } },
			{ "B_G_Offroad_01_armed_F", 750000, "", { "life_donator", 2 } }
		};
	};
	
	class civ_donator3 {
		side = "civ";
		vehicles[] = {
			{ "C_Offroad_01_F", 5000, "", { "life_donator", 3 } },
			{ "C_SUV_01_F", 11000, "", { "life_donator", 3 } },
			{ "O_MRAP_02_F", 150000, "", { "life_donator", 3 } },
			{ "C_Van_01_box_F", 750000, "", { "life_donator", 3 } },
			{ "C_Van_01_fuel_F", 27000, "", { "life_donator", 3 } },
			{ "I_Truck_02_transport_F", 50000, "", { "life_donator", 3 } },
			{ "I_Truck_02_covered_F", 70000, "", { "life_donator", 3 } },
			{ "I_Truck_02_fuel_F", 70000, "", { "life_donator", 3 } },
			{ "B_Truck_01_transport_F", 100000, "", { "life_donator", 3 } },
			{ "B_Truck_01_covered_F", 140000, "", { "life_donator", 3 } },
			{ "B_Truck_01_box_F", 400000, "", { "life_donator", 3 } },
			{ "B_Truck_01_fuel_F", 400000, "", { "life_donator", 3 } },
			{ "O_Truck_03_transport_F", 600000, "", { "life_donator", 3 } },
			{ "O_Truck_03_covered_F", 800000, "", { "life_donator", 3 } },
			{ "O_Truck_03_fuel_F", 800000, "", { "life_donator", 3 } },
			{ "O_Truck_03_device_F", 1700000, "", { "life_donator", 3 } },
			{ "B_G_Offroad_01_armed_F", 750000, "", { "life_donator", 3 } }
		};
	};
	
	class civ_air_donator1 {
		side = "civ";
		vehicles[] = {
			{ "B_Heli_Light_01_F", 75000, "", { "life_donator", 1 } },
			{ "O_Heli_Light_02_unarmed_F", 11000, "", { "life_donator", 1 } },
			{ "I_Heli_Transport_02_F", 750000, "", { "life_donator", 1 } }
		};
	};
	
	class civ_air_donator2 {
		side = "civ";
		vehicles[] = {
			{ "B_Heli_Light_01_F", 75000, "", { "life_donator", 2 } },
			{ "O_Heli_Light_02_unarmed_F", 11000, "", { "life_donator", 2 } },
			{ "I_Heli_Transport_02_F", 750000, "", { "life_donator", 2 } }
		};
	};
	
	class civ_air_donator3 {
		side = "civ";
		vehicles[] = {
			{ "B_Heli_Light_01_F", 75000, "", { "life_donator", 3 } },
			{ "O_Heli_Light_02_unarmed_F", 11000, "", { "life_donator", 3 } },
			{ "I_Heli_Transport_02_F", 750000, "", { "life_donator", 3 } }
		};
	};

	class cop_car {
		side = "cop";
		vehicles[] = {
			{ "B_Quadbike_01_F", 2500, "", { "life_coplevel", 1 } },
			{ "B_G_Offroad_01_F", 5000, "", { "life_coplevel", 2 } },
			{ "C_Hatchback_01_F", 20000, "", { "life_coplevel", 1 } },
			{ "C_Hatchback_01_sport_F", 20000, "", { "life_coplevel", 2 } },
			{ "C_SUV_01_F", 20000, "", { "life_coplevel", 2 } },
			{ "B_MRAP_01_F", 30000, "", { "life_coplevel", 3 } },
			{ "B_MRAP_01_hmg_F", 20000, "", { "life_coplevel", 6 } },
			{ "I_MRAP_03_F", 20000, "", { "life_coplevel", 4 } }
		};
	};

	class civ_air {
		side = "civ";
		vehicles[] = {
			{ "C_Heli_light_01_vrana_F", 253000, "pilot" },
			{ "O_Heli_Light_02_unarmed_F", 750000, "pilot" },
			{ "Land_Pod_Heli_Transport_04_box_F", 750000, "pilot" },
			{ "Land_Pod_Heli_Transport_04_fuel_F", 750000, "pilot" },
			{ "B_Heli_Transport_03_unarmed_F", 750000, "pilot" },
			{ "O_Heli_Transport_04_covered_F", 750000, "pilot" }
		};
	};

	class cop_air {
		side = "cop";
		vehicles[] = {
			{ "B_Heli_Light_01_F", 75000, "cAir", { "life_coplevel", 2 } },
			{ "B_Heli_Transport_01_F", 200000, "cAir", { "life_coplevel", 3 } },
			{ "B_Heli_Transport_03_unarmed_F", 200000, "cAir", { "life_coplevel", 3 } },
			{ "I_Heli_light_03_unarmed_F", 750000, "", { "life_coplevel", 4 } }
		};
	};

	class cop_airhq {
		side = "cop";
		vehicles[] = {
			{ "B_Heli_Light_01_F", 75000, "cAir", { "life_coplevel", 2 } },
			{ "B_Heli_Transport_01_F", 200000, "cAir", { "life_coplevel", 3 } },
			{ "B_Heli_Transport_03_unarmed_F", 200000, "cAir", { "life_coplevel", 3 } },
			{ "I_Heli_light_03_unarmed_F", 750000, "", { "life_coplevel", 4 } }
		};
	};

	class cop_ship {
		side = "cop";
		vehicles[] = {
			{ "B_Boat_Transport_01_F", 3000, "coastguard" },
			{ "C_Boat_Civil_01_police_F", 20000, "coastguard" },
			{ "B_Boat_Armed_01_minigun_F", 75000, "coastguard" },
			{ "B_SDV_01_F", 100000, "coastguard" }
		};
	};

	class civ_ship {
		side = "civ";
		vehicles[] = {
			{ "C_Rubberboat", 5000, "boat" },
			{ "C_Boat_Civil_01_F", 22000, "boat" },
			{ "B_SDV_01_F", 150000, "boat" }
		};
	};
};

/*
	Vehicle Configs (Contains textures and other stuff)

	storageFee (Getting vehicles out of garage) format:
		INDEX 0: Civilian Price
		INDEX 1: Cop Price
		INDEX 3: EMS Price
		INDEX 4: OPFOR Price (Not implemented in vanilla but still leaving support

	Textures config follows { Texture Name, side, {texture(s)path}}
	Texture(s)path follows this format:
		INDEX 0: Texture Layer 0
		INDEX 1: Texture Layer 1
		INDEX 2: Texture Layer 2
		etc etc etc
*/
class CfgVehicles {
	class Default {
		vItemSpace = -1;
		storageFee[] = { 1000, 1000, 1000, 1000 };
		garageSell[] = { 0, 0, 0, 0 };
		insurance = 2500;
		chopShop = 1200;
		textures[] = {};
	};

	class C_Rubberboat {
        vItemSpace = 45;
        storageFee[] = { 400, 300, 0, 0 };
		garageSell[] = { 950, 350, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class B_Heli_Transport_01_F {
		vItemSpace = 200;
		storageFee[] = { 0, 50000, 0, 0 };
		garageSell[] = { 0, 85000, 0, 0 };
		insurance = 16000;
		chopShop = 45000;
		textures[] = {
			{ "SEK", "cop", {
                "\textures\air\ghosthawk\sek_ghosthawk.paa",
				"\textures\air\ghosthawk\sek_ghosthawk_1.paa"
            } }
		};
	};

	class B_MRAP_01_hmg_F {
		vItemSpace = 100;
		storageFee[] = { 0, 50000, 0, 0 };
		garageSell[] = { 0, 85000, 0, 0 };
		insurance = 16000;
		chopShop = 45000;
		textures[] = {
			{ "SEK", "cop", {
                "textures\car\hunter\hunter_sek_front1.paa",
				"textures\car\hunter\hunter_sek_hinten1.paa"
            } }
		};
	};

	class O_Boat_Armed_01_hmg_F {
        vItemSpace = 175;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 21000, 21000, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class B_Boat_Armed_01_minigun_F {
        vItemSpace = 175;
        storageFee[] = { 0, 16500, 0, 0 };
		garageSell[] = { 0, 21000, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class I_Boat_Armed_01_minigun_F {
        vItemSpace = 175;
        storageFee[] = { 1000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class B_G_Boat_Transport_01_F {
        vItemSpace = 45;
        storageFee[] = { 1000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class B_Boat_Transport_01_F {
        vItemSpace = 45;
        storageFee[] = { 0, 450, 0, 0 };
		garageSell[] = { 0, 850, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class O_Truck_03_transport_F {
        vItemSpace = 285;
        storageFee[] = { 1000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class O_Truck_03_device_F {
        vItemSpace = 350;
        storageFee[] = { 95000, 0, 0, 0 };
		garageSell[] = { 185000, 0, 0, 0 };
        insurance = 25000;
        chopShop = 125000;
        textures[] = { };
    };

	class Land_CargoBox_V1_F : Default {
        vItemSpace = 5000;
    };

	class Box_IND_Grenades_F : Default {
        vItemSpace = 350;
    };

	class B_supplyCrate_F {
        vItemSpace = 700;
    };

	class B_G_Offroad_01_F {
        vItemSpace = 65;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 3500, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "DRK", "med", {
	                "textures\car\offroader\medic_offroad.paa"
            } },
			{ "Polizei", "cop", {
	                "textures\car\offroader\polizei_offroad.paa"
            } },
            { "Bärchen", "civ", {
	                "textures\car\offroader\bear_offroad.paa"
            } },
			{ "Ratte", "civ", {
	                "textures\car\offroader\ratte_offroad.paa"
            } },
			{ "Dodge", "civ", {
	                "textures\car\offroader\civ_offroad_dodge.paa"
            } },
			{ "Rockstar gelb", "civ", {
	                "textures\car\offroader\civ_offroad_rockstargelb.paa"
            } },
			{ "Rockstar lila", "civ", {
	                "textures\car\offroader\civ_offroad_rockstarlila.paa"
            } },
			{ "Monster", "civ", {
	                "textures\car\offroader\monsterenergy_off.paa"
            } },
			{ "Pokemon", "civ", {
	                "textures\car\offroader\pokemon.paa"
            } }
	    };
    };

	class B_G_Offroad_01_armed_F {
	vItemSpace = 65;
        storageFee[] = { 1000, 500, 650, 1000 };
		garageSell[] = { 6500, 2500, 0, 0 };
        insurance = 2500;
        chopShop = 2500;
        textures[] = {
        	{ "Bärchen", "reb", {
	              "textures\car\offroader\bear_offroad.paa"
            } },
			{ "Ratte", "reb", {
	                "textures\car\offroader\ratte_offroad.paa"
            } },
			{ "Dodge", "reb", {
	                "textures\car\offroader\civ_offroad_dodge.paa"
            } },
			{ "Rockstar gelb", "reb", {
	                "textures\car\offroader\civ_offroad_rockstargelb.paa"
            } },
			{ "Rockstar lila", "reb", {
	                "textures\car\offroader\civ_offroad_rockstarlila.paa"
            } },
			{ "Monster", "reb", {
	                "textures\car\offroader\monsterenergy_off.paa"
            } },
			{ "Pokemon", "reb", {
	                "textures\car\offroader\pokemon.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\offroad_flecktarn.paa"
            } }
	    };
	};
	
	class I_G_Van_01_transport_F {
        vItemSpace = 100;
        storageFee[] = { 1000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { 
			{ "Blau", "civ", {
	                "textures\car\van\blauhaus.paa"
            } },
			{ "Gelb", "civ", {
	               "textures\car\van\gelbhaus.paa"
			} },
			{ "Grün", "civ", {
	                "textures\car\van\gruenhaus.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\van_flecktarn_front.paa"
            } }
		};
    };

	class C_Boat_Civil_01_F {
        vItemSpace = 85;
        storageFee[] = { 4500, 2500, 0, 0 };
		garageSell[] = { 6800, 3500, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class C_Boat_Civil_01_police_F {
        vItemSpace = 85;
        storageFee[] = { 0, 3500, 0, 0 };
		garageSell[] = { 0, 4950, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class C_Boat_Civil_01_rescue_F {
        vItemSpace = 85;
        storageFee[] = { 1000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { };
    };

	class B_Truck_01_box_F {
        vItemSpace = 450;
        storageFee[] = { 35000, 0, 0, 0 };
		garageSell[] = { 150000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { 
			{ "Teufel", "civ", {
	                "textures\car\hemtt\civ_hemtt_devil_0.paa",
					"textures\car\hemtt\civ_hemtt_devil_1.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\hemtt_flecktarn_front.paa",
					"textures\SoA\hemtt_Flecktarn_back.paa"
            } },
			{ "Noah", "don3", {
	                "textures\Noah\hemtt_noah_0.paa",
					"textures\Noah\weiss2.paa"
            } }
		};
    };

	class B_Truck_01_transport_F {
        vItemSpace = 325;
        storageFee[] = { 25650, 0, 0, 0 };
		garageSell[] = { 135000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { 
			{ "Teufel", "civ", {
	                "textures\car\hemtt\civ_hemtt_devil_0.paa",
					"textures\car\hemtt\civ_hemtt_devil_1.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\hemtt_flecktarn_front.paa",
					"textures\SoA\hemtt_Flecktarn_back.paa"
            } },
			{ "Noah", "don3", {
	                "textures\Noah\hemtt_noah_0.paa",
					"textures\Noah\weiss2.paa"
            } }
		};
    };
	
	class B_Truck_01_covered_F {
        vItemSpace = 325;
        storageFee[] = { 25650, 0, 0, 0 };
		garageSell[] = { 135000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { 
			{ "Teufel", "civ", {
	                "textures\car\hemtt\civ_hemtt_devil_0.paa",
					"textures\car\hemtt\civ_hemtt_devil_1.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\hemtt_flecktarn_front.paa",
					"textures\SoA\hemtt_Flecktarn_back.paa"
            } },
			{ "Noah", "don3", {
	                "textures\Noah\hemtt_noah_0.paa",
					"textures\Noah\weiss2.paa"
            } }
		};
    };
	
	class B_Truck_01_fuel_F {
        vItemSpace = 325;
        storageFee[] = { 25650, 0, 0, 0 };
		garageSell[] = { 135000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { 
			{ "Teufel", "civ", {
	                "textures\car\hemtt\civ_hemtt_devil_0.paa",
					"textures\car\hemtt\civ_hemtt_devil_1.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\hemtt_flecktarn_front.paa",
					"textures\SoA\hemtt_Flecktarn_back.paa"
            } },
			{ "Noah", "don3", {
	                "textures\Noah\hemtt_noah_0.paa",
					"textures\Noah\weiss2.paa"
            } }
		};
    };

	class O_MRAP_02_F {
        vItemSpace = 60;
        storageFee[] = { 45000, 0, 0, 0 };
		garageSell[] = { 65000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { 
			{ "Blau", "reb", {
	            "textures\car\ifrit\Ifrit_front.paa",
				"textures\car\ifrit\Ifrit_back.paa"
			} },
			{ "Rot", "reb", {
	            "textures\car\ifrit\ifrit_r1.paa",
				"textures\car\ifrit\ifrit_r2.paa"
			} },
			{ "Tarn", "reb", {
				"textures\car\ifrit\ifritg1.paa",
				"textures\car\ifrit\ifritg2.paa"
			} },
			{ "Schädel", "reb", {
				"textures\car\ifrit\ifrit_c1.paa",
				"textures\car\ifrit\Ifrit_c2.paa"
            } },
			{ "Flecktarn", "don3", {
	            "textures\SoA\ifrit_flecktarn_front.paa",
				"textures\SoA\ifrit_flecktarn_back.paa"
            } }
		};
    };

	class I_MRAP_03_F {
        vItemSpace = 58;
        storageFee[] = { 1000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = { 
			{ "SEK", "cop", {
	            "textures\car\strider\strider_sek.paa"
			} }
		};
    };

	class C_Offroad_01_F {
        vItemSpace = 65;
        storageFee[] = { 1000, 500, 650, 1000 };
		garageSell[] = { 6500, 2500, 0, 0 };
        insurance = 2500;
        chopShop = 2500;
        textures[] = {
        	{ "Red", "reb", {
                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa",
                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa"
            } },
			{ "Yellow", "reb", {
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa",
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa"
            } },
			{ "White", "reb", {
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa",
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa"
            } },
			{ "Blue", "reb", {
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa",
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa"
            } },
			{ "Dark Red", "reb", {
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa",
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa"
            } },
			{ "Blue / White", "reb", {
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa",
	                "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa"
            } },
            { "Bärchen", "reb", {
	                "textures\car\offroader\bear_offroad.paa"
            } },
			{ "Ratte", "reb", {
	                "textures\car\offroader\ratte_offroad.paa"
            } },
			{ "Dodge", "reb", {
	                "textures\car\offroader\civ_offroad_dodge.paa"
            } },
			{ "Rockstar gelb", "reb", {
	                "textures\car\offroader\civ_offroad_rockstargelb.paa"
            } },
			{ "Rockstar lila", "reb", {
	                "textures\car\offroader\civ_offroad_rockstarlila.paa"
            } },
			{ "Monster", "reb", {
	                "textures\car\offroader\monsterenergy_off.paa"
            } },
			{ "Pokemon", "reb", {
	                "textures\car\offroader\pokemon.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\offroad_flecktarn.paa"
            } }
	    };
    };

	class C_Kart_01_Blu_F {
		vItemSpace = 20;
		storageFee[] = { 1500, 0, 0, 0 };
		garageSell[] = { 3500, 0, 0, 0 };
		inusrance = 1650;
		chopShop = 3500;
		textures[] = {};
	};

	class C_Kart_01_Fuel_F : C_Kart_01_Blu_F {}; //Inherits everything from the above class
	class C_Kart_01_Red_F : C_Kart_01_Blu_F {}; //Inherits everything from the above class
	class C_Kart_01_Vrana_F : C_Kart_01_Blu_F {}; //Inherits everything from the above class

	class C_Hatchback_01_sport_F {
        vItemSpace = 45;
        storageFee[] = { 2500, 1000, 0, 0 };
		garageSell[] = { 15000, 7500, 0, 0 };
        insurance = 5500;
        chopShop = 4500;
        textures[] = {
        	{ "Red", "civ", {
                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"
            } },
			{ "Dark Blue", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"
            } },
			{ "Orange", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"
            } },
			{ "Black / White", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"
            } },
			{ "Beige", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"
            } },
			{ "Green", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"
            } },
            { "Ghostbusters", "civ", {
                "textures\car\hatchback\ghost_hatchback_sport.paa"
            } },
			{ "Mario", "civ", {
	                "textures\car\hatchback\hatchbackv1.paa"
            } },
			{ "MetalGear", "civ", {
	                "textures\car\hatchback\mgs.paa"
            } },
			{ "Polizei", "cop", {
	                "textures\car\hatchback\polizei.paa"
            } },
			{ "Red Gull", "civ", {
	                "textures\car\hatchback\redgull_hatchback_sport.paa"
            } },
			{ "Rockstar", "civ", {
	                "textures\car\hatchback\Rockstar_Hatchback.paa"
            } },
			{ "SEK", "cop", {
	                "textures\car\hatchback\sek_hatchback.paa"
            } }
        };
    };

	class B_Quadbike_01_F {
        vItemSpace = 25;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 950, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "Polizei", "cop", {
                "textures\car\Quad\quadbike_01_co.paa"
            } },
			{ "Digi Desert", "reb", {
	                "\A3\Soft_F\Quadbike_01\Data\quadbike_01_opfor_co.paa"
	        } },
			{ "Black", "civ", {
	                "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_black_co.paa"
	        } },
			{ "Blue", "civ", {
	                "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_blue_co.paa"
	        } },
			{ "Red", "civ", {
	                "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_red_co.paa"
	        } },
			{ "White", "civ", {
	                "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_white_co.paa"
	        } },
			{ "Digi Green", "civ", {
	                "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_indp_co.paa"
	        } },
			{ "Hunter Camo", "civ", {
	                "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
	        } },
	        { "Rebel Camo", "reb", {
                "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
            } }
        };
    };

	class I_Truck_02_covered_F {
        vItemSpace = 250;
        storageFee[] = { 14500, 0, 0, 0 };
		garageSell[] = { 62000, 0, 0, 0 };
        insurance = 6500;
        chopShop = 20000;
        textures[] = {
        	{ "Orange", "civ", {
                "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
                "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
            } },
            { "Rot", "civ", {
                "textures\car\zamak\rot.paa",
				"textures\car\zamak\prot.paa"
            } },
			{ "Bier", "civ", {
                "textures\car\zamak\kindl1.paa",
				"textures\car\zamak\kindl2.paa"
            } },
			{ "China", "civ", {
                "textures\car\zamak\Zamak_Mela.paa",
				"textures\car\zamak\Zamak_MelaBak.paa"
            } },
			{ "Space", "civ", {
                "textures\car\zamak\zamak_silber_front.paa",
				"textures\car\zamak\zamak_silber_back.paa"
            } },
			{ "Flecktarn", "don3", {
                "textures\SoA\zamak_flecktarn_front.paa",
				"textures\SoA\zamak_flecktarn_back.paa"
            } }
        };
    };

	class I_Truck_02_transport_F {
        vItemSpace = 200;
        storageFee[] = { 12000, 0, 0, 0 };
		garageSell[] = { 49800, 3500, 0, 0 };
		insurance = 6500;
        chopShop = 20000;
        textures[] = {
        	{ "Orange", "civ", {
                "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa"
            } },
            { "Rot", "civ", {
                "textures\car\zamak\rot.paa"
            } },
			{ "Bier", "civ", {
                "textures\car\zamak\kindl1.paa"
            } },
			{ "China", "civ", {
                "textures\car\zamak\Zamak_Mela.paa"
            } },
			{ "Space", "civ", {
                "textures\car\zamak\zamak_silber_front.paa"
            } },
			{ "Flecktarn", "don3", {
                "textures\SoA\zamak_flecktarn_front.paa"
            } }
        };
    };
	
	class I_Truck_02_fuel_F {
        vItemSpace = 200;
        storageFee[] = { 12000, 0, 0, 0 };
		garageSell[] = { 49800, 3500, 0, 0 };
		insurance = 6500;
        chopShop = 20000;
        textures[] = {
        	{ "Orange", "civ", {
                "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa"
            } },
            { "Rot", "civ", {
                "textures\car\zamak\rot.paa"
            } },
			{ "Bier", "civ", {
                "textures\car\zamak\kindl1.paa"
            } },
			{ "China", "civ", {
                "textures\car\zamak\Zamak_Mela.paa"
            } },
			{ "Space", "civ", {
                "textures\car\zamak\zamak_silber_front.paa"
            } },
			{ "Flecktarn", "don3", {
                "textures\SoA\zamak_flecktarn_front.paa"
            } }
        };
    };

	class O_Truck_03_covered_F {
		vItemSpace = 300;
		storageFee[] = { 25000, 0, 0, 0 };
		garageSell[] = { 65000, 0, 0, 0 };
		insurance = 2500;
		chopShop = 5000;
		textures[] = {};
	};

	class C_Hatchback_01_F {
        vItemSpace = 40;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 4500, 3500, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "Beige", "civ", {
                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base01_co.paa"
            } },
			{ "Green", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base02_co.paa"
            } },
			{ "Blue", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base03_co.paa"
            } },
			{ "Dark Blue", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base04_co.paa"
            } },
			{ "Yellow", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base06_co.paa"
            } },
			{ "White", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base07_co.paa"
            } },
			{ "Grey", "civ", {
	                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base08_co.paa"
            } },
            { "Black", "civ", {
                "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base09_co.paa"
            } },
			{ "Ghostbusters", "civ", {
                "textures\car\hatchback\ghost_hatchback_sport.paa"
            } },
			{ "Mario", "civ", {
	                "textures\car\hatchback\hatchbackv1.paa"
            } },
			{ "MetalGear", "civ", {
	                "textures\car\hatchback\mgs.paa"
            } },
			{ "Polizei", "cop", {
	                "textures\car\hatchback\polizei.paa"
            } },
			{ "Red Gull", "civ", {
	                "textures\car\hatchback\redgull_hatchback_sport.paa"
            } },
			{ "Rockstar", "civ", {
	                "textures\car\hatchback\Rockstar_Hatchback.paa"
            } },
			{ "SEK", "cop", {
	                "textures\car\hatchback\sek_hatchback.paa"
            } }
        };
    };

	class C_SUV_01_F {
        vItemSpace = 50;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 15000, 7500, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "Dark Red", "civ", {
                "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
            } },
			{ "Black", "civ", {
	                "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_02_co.paa"
            } },
			{ "Silver", "civ", {
	                "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa"
            } },
			{ "Orange", "civ", {
	                "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa"
            } },
            { "Polizei", "cop", {
                "textures\car\suv\pol_SUV.paa"
            } },
			{ "SEK", "cop", {
                "textures\car\suv\suv_sek.paa"
            } },
			{ "Alpina", "civ", {
                "textures\car\suv\bmwtuning.paa"
            } },
			{ "Carbon", "civ", {
                "textures\car\suv\carbon_suv.paa"
            } },
			{ "Blue Skull", "civ", {
                "textures\car\suv\civ_suv_skull.paa"
            } },
			{ "Hyperbeast", "civ", {
                "textures\car\suv\HyperbeastSuv.paa"
            } },
			{ "Asimov", "civ", {
                "textures\car\suv\suvasimov.paa"
            } },
			{ "Polygon", "civ", {
                "textures\car\suv\poly_suv.paa"
            } },
			{ "Space", "civ", {
                "textures\car\suv\space_suv.paa"
            } },
			{ "Ghostrider", "civ", {
                "textures\car\suv\suv_Ghostrider.paa"
            } },
			{ "Grüne Tribal", "civ", {
                "textures\car\suv\suv_green_triable.paa"
            } },
			{ "Pokemon", "civ", {
                "textures\car\suv\suv_pokecenter.paa"
            } },
			{ "Monster", "civ", {
                "textures\car\suv\suv_Monster_energy_block.paa"
            } },
			{ "Pro / Noop", "civ", {
                "textures\car\suv\suv_pro.paa"
            } },
			{ "Skelett", "civ", {
                "textures\car\suv\suv_skull.paa"
            } },
			{ "DRK", "med", {
                "textures\car\suv\medic_suv.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\suv_flecktarn.paa"
            } }
	        };
    };

	class C_Van_01_transport_F {
        vItemSpace = 100;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 25000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "White", "civ", {
                "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
            } },
            { "Red", "civ", {
                "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
            } },
			{ "Blau", "civ", {
	                "textures\car\van\blauhaus.paa"
            } },
			{ "Gelb", "civ", {
	               "textures\car\van\gelbhaus.paa"
			} },
			{ "Grün", "civ", {
	                "textures\car\van\gruenhaus.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\van_flecktarn_front.paa"
            } }
        };
    };
	
	class C_Van_01_fuel_F {
        vItemSpace = 100;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 25000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "White", "civ", {
                "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
            } },
            { "Red", "civ", {
                "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
            } },
			{ "Blau", "civ", {
	                "textures\car\van\blauhaus.paa"
            } },
			{ "Gelb", "civ", {
	               "textures\car\van\gelbhaus.paa"
			} },
			{ "Grün", "civ", {
	                "textures\car\van\gruenhaus.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\van_flecktarn_front.paa"
            } }
        };
    };

	class C_Van_01_box_F {
        vItemSpace = 150;
        storageFee[] = { 1000, 0, 0, 0 };
		garageSell[] = { 35000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "White", "civ", {
                "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
            } },
            { "Red", "civ", {
                "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
            } },
			{ "Blau", "civ", {
	                "textures\car\van\blauhaus.paa",
					"textures\car\van\blaubox.paa"
            } },
			{ "Gelb", "civ", {
	               "textures\car\van\gelbhaus.paa"
			} },
			{ "Grün", "civ", {
	                "textures\car\van\gruenhaus.paa",
					"textures\car\van\gruenbox.paa"
            } },
			{ "Pils", "civ", {
	                "textures\car\van\van_bpils1.paa",
					"textures\car\van\van_bpils2.paa"
            } },
			{ "Gurken", "civ", {
	                "textures\car\van\van_spreewald2.paa",
					"textures\car\van\van_Spreewaldgurke.paa"
            } },
			{ "DRK", "med", {
	                "textures\car\van\rtwfront.paa",
					"textures\car\van\rtwback.paa"
            } },
			{ "Post", "civ", {
	                "textures\car\van\dhl_front.paa",
					"textures\car\van\dhl_back.paa"
            } },
			{ "Flecktarn", "don3", {
	                "textures\SoA\van_flecktarn_front.paa",
					"textures\SoA\van_flecktarn_heck.paa"
            } }
        };
    };
	class B_MRAP_01_F {
        vItemSpace = 65;
        storageFee[] = { 0, 7500, 0, 0 };
		garageSell[] = { 0, 10000, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "Polizei", "cop", {
                "textures\car\hunter\pol_hunter.paa",
				"textures\car\hunter\pol_hunter2.paa"
            } },
            { "SEK", "cop", {
                "textures\car\hunter\hunter_sek_front1.paa",
				"textures\car\hunter\hunter_sek_hinten1.paa"
            } },
			{ "DRK", "med", {
                "textures\car\hunter\hunter_notarzt_front1.paa",
				"textures\car\hunter\hunter_notarzt_hinten1.paa"
            } }
        };
    };

	class B_Heli_Light_01_F {
        vItemSpace = 90;
        storageFee[] = { 45000, 19500, 0, 0 };
		garageSell[] = { 57000, 35000, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "Sheriff", "cop", {
                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa"
            } },
			{ "Black", "fed", {
	                "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_ion_co.paa"
            } },
			{ "Civ Blue", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa"
            } },
			{ "Civ Red", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa"
            } },
			{ "Digi Green", "donate", {
	                "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_indp_co.paa"
            } },
			{ "Blueline", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueline_co.paa"
            } },
			{ "Elliptical", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa"
            } },
			{ "Furious", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa"
            } },
			{ "Jeans Blue", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa"
            } },
			{ "Speedy Redline", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa"
            } },
			{ "Sunset", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa"
            } },
			{ "Vrana", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa"
            } },
			{ "Waves Blue", "civ", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa"
            } },
			{ "Rebel Digital", "reb", {
	                "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
            } },
            { "EMS White", "med", {
                "#(argb,8,8,3)color(1,1,1,0.8)"
            } }
        };
    };

	class O_Heli_Light_02_unarmed_F {
        vItemSpace = 210;
        storageFee[] = { 55000, 0, 22000, 0 };
		garageSell[] = { 72500, 0, 35000, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "Black", "fed", {
                "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_co.paa"
            } },
			{ "White / Blue", "civ", {
	                "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"   
            } },
			{ "Digi Green", "donate", {
	                "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"
            } },
			{ "Desert Digi", "reb", {
	                "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa" 
            } },
            { "EMS White", "med", {
                "#(argb,8,8,3)color(1,1,1,0.8)"
            } }
        };
    };

	class I_Heli_Transport_02_F {
        vItemSpace = 375;
        storageFee[] = { 75000, 0, 0, 0 };
		garageSell[] = { 125000, 0, 0, 0 };
        insurance = 2500;
        chopShop = 5000;
        textures[] = {
        	{ "Ion", "civ", {
                "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_1_ion_co.paa",
                "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_2_ion_co.paa",
                "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_3_ion_co.paa"
            } },
            { "Dahoman", "civ", {
                "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_1_dahoman_co.paa",
                "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_2_dahoman_co.paa",
                "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_3_dahoman_co.paa"
            } }
        };
    };
};
