/*
	Author: Aaron Clark - EpochMod.com

    Contributors:

	Description:
	Epoch gamemode config for Takistan

    Licence:
    Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike

    Github:
    https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/Takistan.hpp
*/
class Takistan {
	blockedArea[] = {};
	Rocks[] = {
		"r_tk_stone_01_ep1.p3d",
		"r_tk_stone_02_ep1.p3d",
		"r_tk_rock_03_ep1.p3d",
		"r_tk_boulder_03_ep1.p3d",
		"r_tk_rock_02_ep1.p3d",
		"r_tk_boulder_01_ep1.p3d",
		"r_tk_boulder_02_ep1.p3d",
		"r_tk_rock_01_ep1.p3d"
	};
	ATM[] = {
	};
	Water[] = {
		"misc_well_c_ep1.p3d",
		"misc_well_l_ep1.p3d",
		"stand_water_ep1.p3d",
		"misc_concbox_ep1.p3d"
	};
	// main config
	TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" };

	TrashSmall[] = {
	};
	TrashVehicle[] = {
	};
	PumpkinPatch[] = {
		"p_pumpkin_summer.p3d",
		"pumpkin.p3d",
	};
	TrashFood[] = {
	};
	Trash[] = {
		"misc_rubble_ep1.p3d",
		"bags_stack_ep1.p3d",
		"kiosk_ep1.p3d",
		"tires_ep1.p3d",
		"garbage_misc.p3d",
		"garbage_paleta.p3d",
		"paletyc.p3d",
		"crates_ep1.p3d",
		"cages_ep1.p3d",
		"junkpile.p3d",
		"crates_stack_ep1.p3d",
		"transport_cart_ep1.p3d",
		"stand_small_ep1.p3d",
		"stand_meat_ep1.p3d",
		"bags_ep1.p3d",
		"misc_garb_heap_ep1.p3d",
		"house_k_1_ruins_ep1.p3d"
	};
	Trees[] = {
		"t_populusf2s_ep1.p3d",
		"t_pistacial2s_ep1.p3d",
		"misc_trunk_torzo_ep1.p3d",
		"t_populusb2s_ep1.p3d",
		"t_amygdalusc2s_ep1.p3d",
		"t_pinuse2s_ep1.p3d",
		"t_ficusb2s_ep1.p3d",
		"t_juniperusc2s_ep1.p3d",
		"t_pinuss3s_ep1.p3d",
		"misc_trunk_water_ep1.p3d",
		"t_prunuss2s_ep1.p3d"
	};
	Bushes[] = {
		"b_amygdalusn1s_ep1.p3d",
		"b_pistacial1s_ep1.p3d",
		"b_pinusm1s_ep1.p3d"
	};
	Cinder[] = {
		"cinderblocks_f.p3d"
	};
	Wrecks[] = {
		"wall_indfnc_9.p3d",
		"wall_indfnc_pole.p3d",
		"wall_tincom_9.p3d",
		"wall_tincom_pole.p3d",
		"ural_wrecked.p3d",
		"uaz_wrecked.p3d",
		"datsun02t.p3d",
		"hiluxt.p3d",
		"datsun01t.p3d",
		"wall_tin_4.p3d",
		"wall_indfnc_3_d.p3d",
		"wall_indfnc_3.p3d",
		"wall_indfnc_3_hole.p3d",
		"skodovka_wrecked.p3d",
		"lada_wrecked.p3d",
		"misc_concrete_high.p3d",
		"t72_wrecked.p3d",
		"t72_wrecked_turret.p3d"
	};
};