diff --git a/SQF/dayz_code/Configs/CfgArma.hpp b/SQF/dayz_code/Configs/CfgArma.hpp new file mode 100644 index 000000000..321dd251a --- /dev/null +++ b/SQF/dayz_code/Configs/CfgArma.hpp @@ -0,0 +1,438 @@ +class CfgActions { + class None; // External class reference + + class Rearm : None { + show = 0; + }; + class Heal : None { + show = 0; + }; + class HealSoldier : None { + show = 0; + }; + class FirstAid : None { + show = 0; + }; + /* + class TakeBag : None { + show = 0; + }; + */ +}; + +class CfgLoadingTexts { + titlesDefault[] = {""}; +}; + +class CfgAISkill { + aimingaccuracy[] = {0, 0, 1, 1}; + aimingshake[] = {0, 0, 1, 1}; + aimingspeed[] = {0, 0, 1, 1}; + commanding[] = {0, 0, 1, 1}; + courage[] = {0, 1, 1, 1}; + endurance[] = {0, 0, 1, 1}; + general[] = {0, 0, 1, 1}; + reloadspeed[] = {0, 0, 1, 1}; + spotdistance[] = {0, 0, 1, 0.6}; + spottime[] = {0, 0, 1, 1}; +}; + +class CfgInGameUI +{ + class PeripheralVision + { + cueColor[] = {0,0,0,0}; + cueFriendlyColor[] = {0,0,0,0}; + cueEnemyColor[] = {0,0,0,0}; + }; + + class IslandMap + { + colorFriendly[] = {0,0.5,0,0}; //{0,0.5,0,1}; + colorEnemy[] = {0.5,0,0,0}; //{0.5,0,0,1}; + colorNeutral[] = {1.0,0.5,0,0};//{1.0,0.5,0,1}; + colorCivilian[] = {0,0,1,0}; //{0,0,1,0}; + colorUnknown[] = {1.0,0.5,0,0};//{1.0,0.5,0,0.8}; + shadow = 2; + iconPlayer = "\ca\ui\data\map_player_ca.paa"; + iconPlayerDirection = "\ca\ui\data\map_dir_ca.paa"; + iconCheckpoint = "\ca\ui\data\map_target_ca.paa"; + iconCamera = "\ca\ui\data\map_camera_ca.paa"; + iconSelect = "\ca\ui\data\map_select_ca.paa"; + iconSensor = "\ca\ui\data\map_trigger_ca.paa"; + sizeLeader = 24; + size = 26; + sizePlayer = 26; + colorTracks[] = {0.2,0.13,0,1}; + colorRoads[] = {0.2,0.13,0,1}; + colorMainRoads[] = {0,0,0,1}; + colorTracksFill[] = {0,0,0,0}; + colorRoadsFill[] = {1,0.88,0.65,1}; + colorMainRoadsFill[] = {0.94,0.69,0.2,1}; + cursorLineWidth = 1; + colorGrid[] = {0.05,0.1,0,0.6}; + colorGridMap[] = {0.05,0.1,0,0.4}; + }; + + class MPTable + { + color[] = {0,0,0,0}; //{0.7,0.7,0.7,1}; + colorTitleBg[] = {0,0,0,0}; //{0.1,0.15,0.15,1}; + colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.9}; + colorSelected[] = {0,0,0,0}; //{0.7,0.7,0.7,0.4}; + colorWest[] = {0,0,0,0}; //{0.7,0.95,0.7,1}; + colorEast[] = {0,0,0,0}; //{0.95,0.7,0.7,1}; + colorCiv[] = {0,0,0,0}; //{0.8,0.8,0.8,1}; + colorRes[] = {0,0,0,0}; //{0.7,0.7,0.95,1}; + font = "EtelkaNarrowMediumPro"; + size = "0"; //"( 21 / 408 )"; + class Columns + { + class Order + { + width = 0; //0.046; + colorBg[] = {0,0,0,0}; //{0.1,0.27,0.1,0.8}; + doubleLine = 0; + }; + class Player + { + width = 0; //0.25; + colorBg[] = {0,0,0,0}; //{0.1,0.23,0.1,0.8}; + doubleLine = 0; + }; + class KillsInfantry + { + width = 0; //0.11; + doubleLine = 0; + colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; + picture = ""; //"\ca\ui\data\stats_infantry_ca.paa"; + }; + class KillsSoft + { + width = 0; //0.1; + doubleLine = 0; + colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; + picture = ""; //"\ca\ui\data\stats_soft_ca.paa"; + }; + class KillsArmor + { + width = 0; //0.11; + doubleLine = 0; + colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; + picture = ""; //"\ca\ui\data\stats_armored_ca.paa"; + }; + class KillsAir + { + width = 0; //0.1; + doubleLine = 0; + colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; + picture = ""; //"\ca\ui\data\stats_air_ca.paa"; + }; + class Killed + { + width = 0; //0.1; + doubleLine = 0; + colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; + picture = ""; //"\ca\ui\data\stats_killed_ca.paa"; + }; + class KillsTotal + { + width = 0; //0.1; + doubleLine = 0; + colorBg[] = {0,0,0,0}; //{0.1,0.35,0.1,0.9}; + picture = ""; //"\ca\ui\data\stats_total_ca.paa"; + }; + }; + }; +}; + + +class CfgSurvival { + class Inventory { + class Default { + //weapons[] = {"Makarov"}; + magazines[] = {"ItemBandage","ItemPainkiller"}; + weapons[] = {"ItemFlashlight"}; + backpackWeapon = ""; + backpack = "DZ_Patrol_Pack_EP1"; + }; + }; + class Meat { + class Default { + yield = 2; + rawfoodtype = "FoodmeatRaw"; + }; + class Cow: Default { + yield = 6; + rawfoodtype = "FoodbeefRaw"; + }; + class Cow01: Cow{}; + class Cow02: Cow{}; + class Cow03: Cow{}; + class Cow04: Cow{}; + class Cow01_EP1: Cow{}; + class Goat: Default { + yield = 4; + rawfoodtype = "FoodmuttonRaw"; + }; + class Goat01_EP1: Goat{}; + class Goat02_EP1: Goat{}; + class Sheep: Default { + yield = 4; + rawfoodtype = "FoodmuttonRaw"; + }; + class Sheep01_EP1: Sheep{}; + class Sheep02_EP1: Sheep{}; + class WildBoar: Default { + yield = 4; + rawfoodtype = "FoodbaconRaw"; + }; + class Hen: Default { + yield = 2; + rawfoodtype = "FoodchickenRaw"; + }; + class Cock: Hen{}; + class DZ_Fin: Default { + yield = 0; + rawfoodtype = "FoodSteakRaw"; + }; + class DZ_Pastor: DZ_Fin{}; + class Rabbit: Default { + yield = 1; + rawfoodtype = "FoodrabbitRaw"; + }; + + }; + class Skins { + class Default { + sex = "male"; + playerModel = "Survivor2_DZ"; + }; + class Skin_Survivor2_DZ: Default { + sex = "male"; + playerModel = "Survivor2_DZ"; + }; + class Skin_Sniper1_DZ: Default { + sex = "male"; + playerModel = "Sniper1_DZ"; + }; + class Skin_Camo1_DZ: Default { + sex = "male"; + playerModel = "Camo1_DZ"; + }; + class Skin_Rocket_DZ: Default { + sex = "male"; + playerModel = "Rocket_DZ"; + }; + class Skin_Soldier1_DZ: Default { + sex = "male"; + playerModel = "Soldier1_DZ"; + }; + class Skin_RU_Policeman_DZ: Default { + sex = "male"; + playerModel = "RU_Policeman_DZ"; + }; + class Skin_Pilot_EP1_DZ: Default { + sex = "male"; + playerModel = "Pilot_EP1_DZ"; + }; + class Skin_Haris_Press_EP1_DZ: Default { + sex = "male"; + playerModel = "Haris_Press_EP1_DZ"; + }; + class Skin_Ins_Soldier_GL_DZ: Default { + sex = "male"; + playerModel = "Ins_Soldier_GL_DZ"; + }; + class Skin_GUE_Commander_DZ: Default { + sex = "male"; + playerModel = "GUE_Commander_DZ"; + }; + class Skin_Functionary1_EP1_DZ: Default { + sex = "male"; + playerModel = "Functionary1_EP1_DZ"; + }; + class Skin_Priest_DZ: Default { + sex = "male"; + playerModel = "Priest_DZ"; + }; + class Skin_Rocker1_DZ: Default { + sex = "male"; + playerModel = "Rocker1_DZ"; + }; + class Skin_Rocker2_DZ: Default { + sex = "male"; + playerModel = "Rocker2_DZ"; + }; + class Skin_Rocker3_DZ: Default { + sex = "male"; + playerModel = "Rocker3_DZ"; + }; + class Skin_Rocker4_DZ: Default { + sex = "male"; + playerModel = "Rocker4_DZ"; + }; + class Skin_Bandit1_DZ: Default { + sex = "male"; + playerModel = "Bandit1_DZ"; + }; + class Skin_Bandit2_DZ: Default { + sex = "male"; + playerModel = "Bandit2_DZ"; + }; + class Skin_GUE_Soldier_MG_DZ: Default { + sex = "male"; + playerModel = "GUE_Soldier_MG_DZ"; + }; + class Skin_GUE_Soldier_Sniper_DZ: Default { + sex = "male"; + playerModel = "GUE_Soldier_Sniper_DZ"; + }; + class Skin_GUE_Soldier_Crew_DZ: Default { + sex = "male"; + playerModel = "GUE_Soldier_Crew_DZ"; + }; + class Skin_GUE_Soldier_CO_DZ: Default { + sex = "male"; + playerModel = "GUE_Soldier_CO_DZ"; + }; + class Skin_GUE_Soldier_2_DZ: Default { + sex = "male"; + playerModel = "GUE_Soldier_2_DZ"; + }; + class Skin_BanditW1_DZ: Default { + sex = "female"; + playerModel = "BanditW1_DZ"; + }; + class Skin_BanditW2_DZ: Default { + sex = "female"; + playerModel = "BanditW2_DZ"; + }; + class Skin_SurvivorW2_DZ: Default { + sex = "female"; + playerModel = "SurvivorW2_DZ"; + }; + class Skin_SurvivorWpink_DZ: Default { + sex = "female"; + playerModel = "SurvivorWpink_DZ"; + }; + class Skin_SurvivorWsequisha_DZ: Default { + sex = "female"; + playerModel = "SurvivorWsequisha_DZ"; + }; + class Skin_SurvivorWsequishaD_DZ: Default { + sex = "female"; + playerModel = "SurvivorWsequishaD_DZ"; + }; + class Skin_SurvivorWcombat_DZ: Default { + sex = "female"; + playerModel = "SurvivorWcombat_DZ"; + }; + class Skin_SurvivorWdesert_DZ: Default { + sex = "female"; + playerModel = "SurvivorWdesert_DZ"; + }; + class Skin_SurvivorWurban_DZ: Default { + sex = "female"; + playerModel = "SurvivorWurban_DZ"; + }; + class Skin_SurvivorW3_DZ: Default { + sex = "female"; + playerModel = "SurvivorW3_DZ"; + }; + class Skin_Soldier_TL_PMC_DZ: Default { + sex = "male"; + playerModel = "Soldier_TL_PMC_DZ"; + }; + + class Skin_Soldier_Sniper_PMC_DZ: Default { + sex = "male"; + playerModel = "Soldier_Sniper_PMC_DZ"; + }; + + class Skin_Soldier_Bodyguard_AA12_PMC_DZ: Default { + sex = "male"; + playerModel = "Soldier_Bodyguard_AA12_PMC_DZ"; + }; + + class Skin_FR_OHara_DZ: Default + { + sex = "male"; + playerModel = "FR_OHara_DZ"; + }; + class Skin_FR_Rodriguez_DZ: Default + { + sex = "male"; + playerModel = "FR_Rodriguez_DZ"; + }; + class Skin_CZ_Soldier_Sniper_EP1_DZ: Default + { + sex = "male"; + playerModel = "CZ_Soldier_Sniper_EP1_DZ"; + }; + class Skin_Graves_Light_DZ: Default + { + sex = "male"; + playerModel = "Graves_Light_DZ"; + }; + + class Skin_Drake_Light_DZ: Default { + sex = "male"; + playerModel = "Drake_Light_DZ"; + }; + + class Skin_CZ_Special_Forces_GL_DES_EP1_DZ: Default { + sex = "male"; + playerModel = "CZ_Special_Forces_GL_DES_EP1_DZ"; + }; + + class Skin_TK_INS_Soldier_EP1_DZ: Default { + sex = "male"; + playerModel = "TK_INS_Soldier_EP1_DZ"; + }; + + class Skin_TK_INS_Warlord_EP1_DZ: Default { + sex = "male"; + playerModel = "TK_INS_Warlord_EP1_DZ"; + }; + + + + class Skin_TK_Special_Forces_MG_EP1_DZ: Default { + sex = "male"; + playerModel = "TK_Special_Forces_MG_EP1_DZ"; + }; + class Skin_TK_Soldier_Sniper_EP1_DZ: Default { + sex = "male"; + playerModel = "TK_Soldier_Sniper_EP1_DZ"; + }; + class Skin_TK_Commander_EP1_DZ: Default { + sex = "male"; + playerModel = "TK_Commander_EP1_DZ"; + }; + class Skin_RU_Soldier_Crew_DZ: Default { + sex = "male"; + playerModel = "RU_Soldier_Crew_DZ"; + }; + class Skin_INS_Lopotev_DZ: Default { + sex = "male"; + playerModel = "INS_Lopotev_DZ"; + }; + class Skin_INS_Soldier_AR_DZ: Default { + sex = "male"; + playerModel = "INS_Soldier_AR_DZ"; + }; + class Skin_INS_Soldier_CO_DZ: Default { + sex = "male"; + playerModel = "INS_Soldier_CO_DZ"; + }; + class Skin_INS_Bardak_DZ: Default { + sex = "male"; + playerModel = "INS_Bardak_DZ"; + }; + class Skin_INS_Worker2_DZ: Default { + sex = "male"; + playerModel = "INS_Worker2_DZ"; + }; + }; +}; diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp new file mode 100644 index 000000000..f3f5f4600 --- /dev/null +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp @@ -0,0 +1,3251 @@ +#include "cfgLoot.hpp" + +class CfgBuildingLoot { + class Default { + zombieChance = 0.2; + minRoaming = 0; + maxRoaming = 2; + zombieClass[] = {"zZombie_Base","z_hunter","z_teacher","z_suit1","z_suit2","z_worker1","z_worker2","z_worker3","z_villager1","z_villager2","z_villager3"}; + lootChance = 0; + lootPos[] = {}; + lootPosSmall[] = {}; + lootPosZombie[] = {}; + itemType[] = {}; + itemChance[] = {}; + itemTypeSmall[] = {}; + itemChanceSmall[] = {}; + hangPos[] = {}; + vehPos[] = {}; + }; + class Master { + weapons[] = { + "SMAW", + "Javelin", + "G36C", + "Stinger" + }; + }; + class Residential: Default { + zombieChance = 0.3; + maxRoaming = 2; + zombieClass[] = {"zZombie_Base","z_hunter","z_teacher","z_villager1","z_villager2","z_villager3"}; + lootChance = 0.4; + lootPos[] = {}; + itemType[] = { + { "ItemWatch","generic" }, + { "ItemCompass","generic" }, + { "ItemMap","weapon" }, + { "Makarov","weapon" }, + { "MakarovSD","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","generic" }, + { "ItemKnife","generic" }, + { "ItemMatchbox_DZE","generic" }, + { "","generic" }, + { "LeeEnfield","weapon" }, + { "revolver_EP1","weapon" }, + { "backpacks","backpack" }, + { "Winchester1866","weapon" }, + { "tents","single" }, + { "","military" }, + { "","trash" }, + { "Crossbow_DZ","weapon" }, + { "Binocular","weapon" }, + { "PartPlywoodPack","magazine" }, + { "clothes","single" }, + { "specialclothes","single" }, + { "WeaponHolder_MeleeCrowbar","object" }, + {"MR43","weapon"} + }; + itemChance[] = { + 0.04, + 0.03, + 0.02, + 0.05, + 0.01, + 0.02, + 0.01, + 0.04, + 0.01, + 0.36, + 0.03, + 0.02, + 0.04, + 0.01, + 0.01, + 0.02, + 0.17, + 0.01, + 0.02, + 0.02, + 0.01, + 0.01, + 0.03, + 0.01 + }; + itemTypeSmall[] = { + { "ItemSodaMdew","magazine" }, + { "ItemSodaRbull","magazine" }, + { "ItemSodaOrangeSherbet","magazine" }, + { "ItemWatch","weapon" }, + { "ItemCompass","weapon" }, + { "ItemMap","weapon" }, + { "Makarov","weapon" }, + { "MakarovSD","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","weapon" }, + { "ItemKnife","weapon" }, + { "ItemMatchbox_DZE","weapon" }, + { "","generic" }, + { "revolver_EP1","weapon" }, + { "","military" }, + { "","trash" }, + { "Binocular","weapon" }, + { "clothes","single" }, + { "specialclothes","single" } + }; + itemChanceSmall[] = { + 0.01, + 0.01, + 0.02, + 0.05, + 0.04, + 0.03, + 0.05, + 0.02, + 0.03, + 0.02, + 0.04, + 0.03, + 0.38, + 0.02, + 0.04, + 0.17, + 0.02, + 0.01, + 0.01 + }; + }; + class Office: Default { + maxRoaming = 3; + zombieClass[] = {"z_suit1","z_suit2"}; + zombieChance = 0.3; + lootChance = 0.4; + lootPos[] = {}; + itemType[] = { + { "ItemWatch","generic" }, + { "ItemCompass","generic" }, + { "ItemMap","weapon" }, + { "Makarov","weapon" }, + { "MakarovSD","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","generic" }, + { "ItemKnife","generic" }, + { "ItemMatchbox_DZE","generic" }, + { "","generic" }, + { "LeeEnfield","weapon" }, + { "revolver_EP1","weapon" }, + { "backpacks","backpack" }, + { "Winchester1866","weapon" }, + { "tents","single" }, + { "","military" }, + { "","trash" }, + {"Crossbow_DZ","weapon"}, + { "Binocular","weapon" }, + { "PartPlywoodPack","magazine" }, + { "clothes","single" }, + { "specialclothes","single" }, + { "WeaponHolder_MeleeCrowbar","object" }, + { "ItemBriefcaseEmpty","magazine" } + }; + itemChance[] = { + 0.04, + 0.03, + 0.02, + 0.06, + 0.01, + 0.02, + 0.01, + 0.04, + 0.01, + 0.31, + 0.03, + 0.02, + 0.04, + 0.01, + 0.01, + 0.02, + 0.21, + 0.01, + 0.02, + 0.02, + 0.01, + 0.01, + 0.03, + 0.01 + }; + itemTypeSmall[] = { + { "ItemSodaMdew","magazine" }, + { "ItemSodaRbull","magazine" }, + { "ItemSodaOrangeSherbet","magazine" }, + { "ItemWatch","weapon" }, + { "ItemCompass","weapon" }, + { "ItemMap","weapon" }, + { "Makarov","weapon" }, + { "MakarovSD","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","weapon" }, + { "ItemKnife","weapon" }, + { "ItemMatchbox_DZE","weapon" }, + { "","generic" }, + { "revolver_EP1","weapon" }, + { "","military" }, + { "","trash" }, + { "Binocular","weapon" }, + { "clothes","single" }, + { "specialclothes","single" }, + { "ItemDocument","magazine" } + }; + itemChanceSmall[] = { + 0.01, + 0.01, + 0.02, + 0.05, + 0.04, + 0.03, + 0.07, + 0.02, + 0.03, + 0.02, + 0.05, + 0.03, + 0.31, + 0.03, + 0.04, + 0.03, + 0.02, + 0.16, + 0.02, + 0.01 + }; + }; + class Industrial: Default { + zombieChance = 0.4; + zombieClass[] = {"z_worker1","z_worker2","z_worker3"}; + maxRoaming = 2; + lootChance = 0.4; + lootPos[] = {}; + itemType[] = { + { "ItemGenerator","magazine" }, + {"ItemFuelBarrel","magazine"}, + { "","generic" }, + { "","trash" }, + { "","military" }, + { "PartGeneric","magazine" }, + { "PartWheel","magazine" }, + { "PartFueltank","magazine" }, + { "PartEngine","magazine" }, + { "PartGlass","magazine" }, + { "PartVRotor","magazine" }, + { "ItemJerrycan","magazine" }, + { "WeaponHolder_ItemHatchet_DZE","object" }, + { "ItemKnife","military" }, + { "ItemToolbox","weapon" }, + { "ItemWire","magazine" }, + {"ItemTankTrap","magazine"}, + {"ItemKeyKit","weapon"}, + {"CinderBlocks","magazine"}, + {"MortarBucket","magazine"} + }; + itemChance[] = { + 0.01, + 0.01, + 0.17, + 0.25, + 0.04, + 0.04, + 0.05, + 0.02, + 0.02, + 0.04, + 0.01, + 0.04, + 0.07, + 0.07, + 0.06, + 0.01, + 0.04, + 0.01, + 0.03, + 0.01 + }; + itemTypeSmall[] = { + { "","generic" }, + { "","trash" }, + { "","military" }, + { "ItemKnife","weapon" }, + {"ItemKeyKit","weapon"} + }; + itemChanceSmall[] = { + 0.5, + 0.28, + 0.14, + 0.07, + 0.01 + }; + }; + class IndustrialFuel: Default { + zombieChance = 0.4; + zombieClass[] = {"z_worker1","z_worker2","z_worker3"}; + maxRoaming = 2; + lootChance = 0.4; + lootPos[] = {}; + itemType[] = { + { "ItemGenerator","magazine" }, + {"ItemFuelPump","magazine"}, + { "","generic" }, + { "","trash" }, + { "","military" }, + { "PartGeneric","magazine" }, + { "PartWheel","magazine" }, + { "PartFueltank","magazine" }, + { "PartEngine","magazine" }, + { "PartGlass","magazine" }, + { "PartVRotor","magazine" }, + { "ItemJerrycan","magazine" }, + { "WeaponHolder_ItemHatchet_DZE","object" }, + { "ItemKnife","military" }, + { "ItemToolbox","weapon" }, + { "ItemWire","magazine" }, + {"ItemTankTrap","magazine"}, + {"ItemKeyKit","weapon"} + }; + itemChance[] = { + 0.01, + 0.01, + 0.18, + 0.28, + 0.04, + 0.04, + 0.05, + 0.02, + 0.02, + 0.04, + 0.01, + 0.04, + 0.07, + 0.07, + 0.06, + 0.01, + 0.04, + 0.01 + }; + itemTypeSmall[] = { + { "","generic" }, + { "","trash" }, + { "","military" }, + { "ItemKnife","weapon" }, + {"ItemKeyKit","weapon"} + }; + itemChanceSmall[] = { + 0.5, + 0.28, + 0.14, + 0.07, + 0.01 + }; + }; + class Farm: Default { + zombieChance = 0.3; + maxRoaming = 3; + zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3"}; + lootChance = 0.5; + lootPos[] = {}; + itemType[] = { + { "ItemJerrycan","magazine" }, + { "","generic" }, + { "huntingrifle","weapon" }, + { "LeeEnfield","weapon" }, + { "Winchester1866","weapon" }, + { "","trash" }, + { "Crossbow_DZ","weapon"}, + { "PartPlankPack","magazine" }, + { "WeaponHolder_ItemHatchet_DZE","object" }, + { "MR43","weapon" }, + { "ItemFuelBarrel","magazine"}, + { "WeaponHolder_ItemMachete", "object"}, + { "ItemFishingPole","weapon" }, + { "ItemLightBulb","magazine"}, + { "ItemSledgeHandle","magazine"} + }; + itemChance[] = { + 0.05, + 0.3, + 0.02, + 0.04, + 0.03, + 0.26, + 0.03, + 0.08, + 0.05, + 0.06, + 0.01, + 0.03, + 0.01, + 0.02, + 0.01 + }; + itemTypeSmall[] = { + { "","generic" }, + { "","trash" }, + { "","military"}, + { "ItemLightBulb","magazine"}, + { "ItemSledgeHead","magazine"} + }; + itemChanceSmall[] = { + 0.79, + 0.14, + 0.05, + 0.01, + 0.01 + }; + }; + class Supermarket: Default { + lootChance = 0.6; + minRoaming = 2; + maxRoaming = 6; + zombieChance = 0.3; + zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; + itemType[] = { + { "ItemWatch","generic" }, + { "ItemCompass","generic" }, + { "ItemMap","weapon" }, + { "Makarov","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","generic" }, + { "ItemKnife","generic" }, + { "ItemMatchbox_DZE","generic" }, + { "","generic" }, + { "LeeEnfield","weapon" }, + { "revolver_EP1","weapon" }, + { "backpacks","backpack" }, + { "Winchester1866","weapon" }, + { "tents","single" }, + { "","food" }, + { "","trash" }, + {"Crossbow_DZ","weapon"}, + { "Binocular","weapon" }, + { "PartPlywoodPack","magazine" }, + {"MR43","weapon"} + }; + itemChance[] = { + 0.07, + 0.02, + 0.04, + 0.02, + 0.01, + 0.01, + 0.02, + 0.04, + 0.04, + 0.01, + 0.01, + 0.07, + 0.01, + 0.01, + 0.30, + 0.23, + 0.01, + 0.05, + 0.02, + 0.01 + }; + itemTypeSmall[] = { + { "ItemSodaMdew","magazine" }, + { "ItemSodaRbull","magazine" }, + { "ItemSodaOrangeSherbet","magazine" }, + { "ItemWatch","weapon" }, + { "ItemCompass","weapon" }, + { "ItemMap","weapon" }, + { "Makarov","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","weapon" }, + { "ItemKnife","weapon" }, + { "ItemMatchbox_DZE","weapon" }, + { "","generic" }, + { "revolver_EP1","weapon" }, + { "","food" }, + { "","trash" }, + { "Binocular","weapon" } + }; + itemChanceSmall[] = { + 0.01, + 0.01, + 0.03, + 0.07, + 0.03, + 0.05, + 0.04, + 0.02, + 0.01, + 0.02, + 0.04, + 0.21, + 0.02, + 0.24, + 0.18, + 0.02 + }; + }; + class HeliCrash: Default { + zombieChance = 0.4; + maxRoaming = 2; + zombieClass[] = {"z_soldier_pilot"}; + lootChance = 0.5; + lootPos[] = {}; + itemType[] = { + { "FN_FAL","weapon" }, + { "bizon_silenced","weapon" }, + { "M14_EP1","weapon" }, + { "FN_FAL_ANPVS4","weapon" }, + { "BAF_LRR_scoped","weapon" }, + { "AK_107_PSO","weapon" }, + { "Mk_48_DZ","weapon" }, + { "M249_DZ","weapon" }, + {"BAF_L85A2_RIS_SUSAT","weapon"}, + { "M4SPR","weapon" }, + { "","military" }, + { "","medical" }, + { "MedBox0","object" }, + { "NVGoggles","weapon" }, + { "AmmoBoxSmall_556","object" }, + { "AmmoBoxSmall_762","object" }, + { "militaryclothes","single" }, + {"G36C","weapon"}, + {"G36_C_SD_camo","weapon"}, + {"G36A_camo","weapon"}, + { "Pecheneg_DZ","weapon"}, + {"100Rnd_762x54_PK","magazine"}, + {"2000Rnd_762x51_M134","magazine"}, + {"29Rnd_30mm_AGS30","magazine"}, + {"50Rnd_127x107_DSHKM","magazine"}, + {"48Rnd_40mm_MK19","magazine"}, + {"100Rnd_127x99_M2","magazine"} + }; + itemChance[] = { + 0.02, + 0.03, + 0.02, + 0.01, + 0.01, + 0.02, + 0.02, + 0.02, + 0.01, + 0.02, + 0.35, + 0.19, + 0.05, + 0.01, + 0.03, + 0.03, + 0.05, + 0.02, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01 + }; + }; + class HeliCrash_No50s: Default { + zombieChance = 0.4; + maxRoaming = 2; + zombieClass[] = {"z_soldier_pilot"}; + lootChance = 0.5; + lootPos[] = {}; + itemType[] = { + {"FN_FAL","weapon"}, + {"bizon_silenced","weapon"}, + {"M14_EP1","weapon"}, + {"FN_FAL_ANPVS4","weapon"}, + {"Mk_48_DZ","weapon"}, + {"M249_DZ","weapon"}, + {"BAF_L85A2_RIS_SUSAT","weapon"}, + {"M4SPR","weapon"}, + {"","military"}, + {"","medical"}, + {"MedBox0","object"}, + {"NVGoggles","weapon"}, + {"AmmoBoxSmall_556","object"}, + {"AmmoBoxSmall_762","object"}, + { "militaryclothes","single" }, + {"G36C","weapon"}, + {"G36C_camo","weapon"}, + //{"G36_C_SD_camo","weapon"}, + {"G36A_camo","weapon"}, + {"G36K_camo","weapon"}, + {"100Rnd_762x54_PK","magazine"}, + {"2000Rnd_762x51_M134","magazine"}, + {"29Rnd_30mm_AGS30","magazine"}, + {"50Rnd_127x107_DSHKM","magazine"}, + {"48Rnd_40mm_MK19","magazine"}, + {"100Rnd_127x99_M2","magazine"} + }; + itemChance[] = { + 0.01, + 0.02, + 0.02, + 0.01, + 0.01, + 0.02, + 0.01, + 0.02, + 0.43, + 0.23, + 0.04, + 0.01, + 0.04, + 0.04, + 0.03, + 0.01, + 0.01, + //0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01 + }; + }; + class Hospital: Default { + zombieChance = 0.4; + minRoaming = 2; + maxRoaming = 6; + zombieClass[] = {"z_doctor","z_doctor","z_doctor"}; + lootChance = 1; + lootPos[] = {}; + itemType[] = { + { "","trash" }, + { "","hospital" }, + {"MedBox0","object"} + }; + itemChance[] = { + 0.1, + 0.7, + 0.2 + }; + itemTypeSmall[] = { + { "","trash" }, + { "","hospital" } + }; + itemChanceSmall[] = { + 0.1, + 0.9 + }; + }; + class Military: Default { + zombieChance = 0.3; + maxRoaming = 6; + zombieClass[] = {"z_soldier","z_soldier_heavy","z_policeman"}; + lootChance = 0.4; + lootPos[] = {}; + itemType[] = { + { "M9","weapon" }, + { "M16A2","weapon" }, + { "M16A2GL","weapon" }, + { "M9SD","weapon" }, + { "AK_74","weapon" }, + { "M4A1_Aim","weapon" }, + { "AKS_74_kobra","weapon" }, + { "AKS_74_U","weapon" }, + { "AK_47_M","weapon" }, + { "M24","weapon" }, + { "M1014","weapon" }, + { "M4SPR","weapon" }, + { "M4A1","weapon" }, + { "M14_EP1","weapon" }, + { "UZI_EP1","weapon" }, + { "Remington870_lamp","weapon" }, + { "glock17_EP1","weapon" }, + { "MP5A5","weapon" }, + { "MP5SD","weapon" }, + { "M4A3_CCO_EP1","weapon" }, + { "Binocular","weapon" }, + { "ItemFlashlightRed","military" }, + { "ItemKnife","military" }, + { "ItemGPS","weapon" }, + { "ItemMap","military" }, + { "militarybackpacks","backpack" }, + { "","medical" }, + { "","generic" }, + { "","military" }, + { "Sa61_EP1","weapon"}, + { "UZI_SD_EP1","weapon"}, + { "ItemEtool","weapon" }, + {"ItemSandbag","magazine"}, + {"Sa58P_EP1","weapon"}, + {"Sa58V_EP1","weapon"}, + {"BAF_L85A2_RIS_Holo","weapon"} + }; + itemChance[] = { + 0.01, + 0.01, + 0.01, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.02, + 0.02, + 0.02, + 0.02, + 0.01, + 0.01, + 0.03, + 0.04, + 0.01, + 0.01, + 0.02, + 0.05, + 0.03, + 0.1, + 0.35, + 0.01, + 0.01, + 0.02, + 0.02, + 0.01, + 0.02, + 0.01 + }; + itemTypeSmall[] = { + { "M9","weapon" }, + { "M9SD","weapon" }, + { "glock17_EP1","weapon" }, + { "Binocular","weapon" }, + { "ItemFlashlightRed","weapon" }, + { "ItemKnife","weapon" }, + { "ItemGPS","weapon" }, + { "ItemMap","weapon" }, + { "","medical" }, + { "","generic" }, + { "","military" }, + { "UZI_SD_EP1","weapon"}, + { "ItemEtool","weapon" } + }; + itemChanceSmall[] = { + 0.05, + 0.05, + 0.05, + 0.02, + 0.03, + 0.04, + 0.02, + 0.02, + 0.09, + 0.34, + 0.26, + 0.02, + 0.01 + }; + }; + class MilitaryIndustrial: Default { + zombieChance = 0.3; + maxRoaming = 6; + zombieClass[] = {"z_soldier","z_soldier_heavy","z_policeman","z_soldier","z_soldier_heavy","z_policeman","z_worker1","z_worker2","z_worker3"}; + lootChance = 0.4; + lootPos[] = {}; + itemType[] = { + { "M9","weapon" }, + { "M16A2","weapon" }, + { "M16A2GL","weapon" }, + { "M9SD","weapon" }, + { "PartGeneric","magazine" }, + { "M4A1_Aim","weapon" }, + { "AKS_74_kobra","weapon" }, + { "AKS_74_U","weapon" }, + { "AK_47_M","weapon" }, + { "M24","weapon" }, + { "M1014","weapon" }, + { "ItemGenerator","magazine" }, + { "M4A1","weapon" }, + { "M14_EP1","weapon" }, + { "UZI_EP1","weapon" }, + { "Remington870_lamp","weapon" }, + { "glock17_EP1","weapon" }, + { "PartWheel","magazine" }, + { "MP5SD","weapon" }, + { "M4A3_CCO_EP1","weapon" }, + { "Binocular","weapon" }, + { "ItemFlashlightRed","military" }, + { "ItemKnife","military" }, + { "ItemGPS","weapon" }, + { "PartVRotor","magazine" }, + { "militarybackpacks","backpack" }, + { "","medical" }, + { "","generic" }, + { "","military" }, + { "Sa61_EP1","weapon"}, + { "UZI_SD_EP1","weapon"}, + { "ItemEtool","weapon" }, + {"ItemSandbag","magazine"}, + {"Sa58P_EP1","weapon"}, + {"Sa58V_EP1","weapon"}, + {"BAF_L85A2_RIS_Holo","weapon"}, + {"ItemFuelBarrel","magazine"}, + {"ItemFuelPump","magazine"} + }; + itemChance[] = { + 0.01, + 0.01, + 0.01, + 0.01, + 0.03, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.02, + 0.02, + 0.02, + 0.02, + 0.01, + 0.01, + 0.03, + 0.04, + 0.01, + 0.01, + 0.03, + 0.05, + 0.03, + 0.06, + 0.35, + 0.01, + 0.01, + 0.02, + 0.03, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01 + }; + itemTypeSmall[] = { + { "M9","weapon" }, + { "M9SD","weapon" }, + { "UZI_EP1","weapon" }, + { "glock17_EP1","weapon" }, + { "Binocular","weapon" }, + { "ItemFlashlightRed","weapon" }, + { "ItemKnife","weapon" }, + { "ItemGPS","weapon" }, + { "","medical" }, + { "","generic" }, + { "","military" }, + { "UZI_SD_EP1","weapon"}, + { "ItemEtool","weapon" } + }; + itemChanceSmall[] = { + 0.05, + 0.05, + 0.05, + 0.02, + 0.03, + 0.04, + 0.02, + 0.02, + 0.09, + 0.34, + 0.26, + 0.02, + 0.01 + }; + }; + class MilitarySpecial: Default { + zombieChance = 0.4; + minRoaming = 2; + maxRoaming = 6; + zombieClass[] = {"z_soldier_heavy"}; + lootChance = 0.4; + lootPos[] = {}; + itemType[] = { + { "M16A2","weapon" }, + { "M16A2GL","weapon" }, + { "M249_DZ","weapon" }, + { "M9SD","weapon" }, + { "Pecheneg_DZ","weapon"}, + { "AK_74","weapon" }, + { "M4A1_Aim","weapon" }, + { "AKS_74_kobra","weapon" }, + { "AKS_74_U","weapon" }, + { "AK_47_M","weapon" }, + { "M24","weapon" }, + { "SVD_CAMO","weapon" }, + { "M1014","weapon" }, + { "BAF_LRR_scoped","weapon" }, + { "M4SPR","weapon" }, + { "M4A1","weapon" }, + { "M14_EP1","weapon" }, + { "UZI_EP1","weapon" }, + { "Remington870_lamp","weapon" }, + { "glock17_EP1","weapon" }, + { "M240_DZ","weapon" }, + { "M4A1_AIM_SD_camo","weapon" }, + { "M16A4_ACG","weapon" }, + { "M4A1_HWS_GL_camo","weapon" }, + { "Mk_48_DZ","weapon" }, + { "M4A3_CCO_EP1","weapon" }, + { "AmmoBoxSmall_556","object" }, + { "AmmoBoxSmall_762","object" }, + { "Binocular","weapon" }, + { "ItemFlashlightRed","military" }, + { "ItemKnife","military" }, + { "ItemGPS","weapon" }, + { "ItemMap","military" }, + { "Binocular_Vector","military" }, + { "militarybackpacks","backpack" }, + { "","medical" }, + { "","generic" }, + { "","military" }, + {"Sa58V_RCO_EP1","weapon"}, + {"Sa58V_CCO_EP1","weapon"}, + {"G36_C_SD_camo","weapon"}, + {"M40A3","weapon"}, + {"100Rnd_762x54_PK","magazine"}, + { "militaryclothes","single" }, + {"NVGoggles","weapon"}, + { "militaryammo","single" } + }; + itemChance[] = { + 0.01, + 0.01, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.01, + 0.02, + 0.02, + 0.03, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.02, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.05, + 0.04, + 0.08, + 0.3, + 0.01, + 0.01, + 0.01, + 0.01, + 0.02, + 0.01, + 0.01, + 0.03 + }; + itemTypeSmall[] = { + { "M9SD","weapon" }, + { "glock17_EP1","weapon" }, + { "AmmoBoxSmall_556","object" }, + { "AmmoBoxSmall_762","object" }, + { "Binocular","weapon" }, + { "ItemFlashlightRed","military" }, + { "ItemKnife","military" }, + { "ItemGPS","weapon" }, + { "ItemMap","weapon" }, + { "Binocular_Vector","weapon" }, + { "","medical" }, + { "","generic" }, + { "","military" }, + {"100Rnd_762x54_PK","magazine"}, + { "militaryclothes","single" }, + {"NVGoggles","weapon"}, + {"29Rnd_30mm_AGS30","magazine"}, + {"50Rnd_127x107_DSHKM","magazine"}, + {"48Rnd_40mm_MK19","magazine"}, + {"100Rnd_127x99_M2","magazine"} + }; + itemChanceSmall[] = { + 0.04, + 0.04, + 0.02, + 0.02, + 0.02, + 0.01, + 0.03, + 0.04, + 0.03, + 0.03, + 0.06, + 0.13, + 0.32, + 0.05, + 0.03, + 0.03, + 0.02, + 0.03, + 0.03, + 0.02 + }; + }; + class Hunting: Default { + zombieChance = 0.4; + minRoaming = 1; + maxRoaming = 3; + zombieClass[] = {"z_hunter","z_hunter","z_hunter"}; + lootChance = 1; + lootPos[] = {}; + itemType[] = { + {"ItemMap","weapon"}, + {"ItemFlashlight","generic"}, + {"ItemKnife","generic"}, + {"ItemMatchbox_DZE","generic"}, + {"Crossbow_DZ","weapon"}, + {"","military"}, + {"WeaponHolder_ItemMachete", "object"}, + {"huntingrifle","weapon"}, + {"","hunter"} + }; + itemChance[] = { + 0.02, + 0.01, + 0.01, + 0.03, + 0.01, + 0.38, + 0.02, + 0.02, + 0.5 + }; + itemTypeSmall[] = { + {"ItemMap","weapon"}, + {"ItemFlashlight","weapon"}, + {"ItemKnife","weapon"}, + {"ItemMatchbox_DZE","weapon"}, + {"","military"}, + {"","hunter"} + }; + itemChanceSmall[] = { + 0.02, + 0.02, + 0.02, + 0.04, + 0.4, + 0.5 + }; + }; + class Church: Residential { + minRoaming = 1; + maxRoaming = 3; + zombieClass[] = {"z_priest","z_priest","z_priest"}; + }; + class Land_HouseV_1I4: Residential { + lootPos[] = {{0.222168,3.90839,-2.73031},{-1.82983,-1.81403,-2.76768}}; + lootPosZombie[] = {{-0.329834,-5.01025,-1.89261},{-1.30762,1.8324,-1.85249}}; + lootPosSmall[] = {{-1.91772,-5.13812,-2.14811},{-4.34497,-1.12036,-1.88536},{-2.12329,-2.59363,-2.05582},{-1.34595,-2.80969,-2.04825}}; + }; + class Land_kulna: Residential { + lootPos[] = {{0.213379,1.49707,-1.14344}}; + lootPosZombie[] = {{0.0175781,-2.0542,-0.268438}}; + }; + class Land_Ind_Workshop01_01: Industrial { + lootPos[] = {{1.31201,-2.71387,-1.29234},{-0.819336,0.449219,-1.29946}}; + lootPosZombie[] = {{-1.14746,-0.979004,-0.424032},{1.69849,-0.175781,-0.418507}}; + lootPosSmall[] = {{1.81372,-3.33643,-0.714019},{1.92627,-1.69531,-1.29493},{-1.19482,2.00977,-0.22825},{-0.82251,1.2583,-0.836819}}; + }; + class Land_Ind_Garage01: Industrial { + lootPos[] = {{1.73755,2.71973,-1.24332},{-0.880371,-1.9082,-1.23318},{0.607178,3.2373,-1.23157}}; + lootPosZombie[] = {{-0.977051,3.12012,-0.349579},{2.8562,0.264648,-0.360748}}; + lootPosSmall[] = {{2.9375,2.47754,-1.12036},{2.8606,3.33398,-1.12131},{1.35205,3.58398,-0.0119934},{1.76196,3.62207,-0.772003}}; + }; + class Land_Ind_Workshop01_02: Industrial { + lootPos[] = {{1.47144,-0.825195,-1.42987},{-1.29663,-0.373047,-1.42896}}; + lootPosZombie[] = {{-0.029541,1.72314,-0.551222},{-0.258545,-0.877441,-0.554681}}; + lootPosSmall[] = {{1.65283,1.66846,-1.42742},{-1.75757,-1.08887,-1.43804}}; + }; + class Land_Ind_Workshop01_04: Industrial { + lootPos[] = {{-1.62207,-6.37305,-1.52724},{-0.118408,-3.88281,-1.52788},{-1.01611,2.13428,-1.53099}}; + lootPosZombie[] = {{-0.403076,-6.74121,-0.649656},{1.03564,-3.41113,-0.656917},{-0.902344,4.50293,-0.655569}}; + lootPosSmall[] = {{-1.3833,-3.02734,-0.298156},{-1.9519,-3.37891,-1.52803},{1.60425,4.75244,-1.52979},{-0.324219,1.91504,-0.680825},{-0.302734,2.08545,0.0790772},{-1.61523,-3.03809,0.0718207}}; + hangPos[] = {{-0.541748,4.01221,-2.03068}}; + }; + class Land_Ind_Workshop01_L: Industrial { + lootPos[] = {{3.89063,-4.09888,-1.31299},{1.80273,-1.88599,-1.31412},{-0.928223,4.50635,-1.31364}}; + lootPosZombie[] = {{0.876465,-3.66699,-0.438329},{-2.28223,4.8623,-0.429002},{-2.24268,2.19189,-0.429238}}; + lootPosSmall[] = {{0.62793,-1.49097,-1.23395},{0.805664,-1.45605,-0.0939465},{4.56055,-5.29443,-1.31279},{0.0273438,5.04443,-0.47565},{0.25,5.00342,0.284006}}; + }; + class Land_Hangar_2: Industrial { + lootPos[] = {{-13.1816,10.4204,-2.56318},{-0.127441,-2.88794,-2.56318},{0.291992,3.94775,-2.56318},{8.94482,6.87793,-2.56318},{-13.688,-4.67871,-2.56318},{3.4248,-8.1499,-2.56318}}; + lootPosZombie[] = {{-2.16357,-9.1582,-1.68818},{14.1777,-9.11182,-1.68818},{-14.1748,-9.45459,-1.68818},{-2.35498,10.2441,-1.68818},{2.53516,10.6001,-1.68818}}; + lootPosSmall[] = {{-14.3721,11.1743,-2.56319},{-0.0571289,5.94385,-2.56319},{11.751,11.3525,-2.56319},{-0.458008,-9.68652,-2.56319},{-14.3472,-6.29736,-2.56319},{14.4277,-4.83154,-2.56319}}; + }; + class Land_hut06: Residential { + lootPos[] = {{0.328125,2.26953,-1.57786},{-0.552368,-0.0620117,-1.53837}}; + }; + class Land_stodola_old_open: Farm { + lootPos[] = {{2.5437,-10.6599,2.96444},{-0.4021,-10.6228,2.96444},{-2.56641,-10.8538,-0.995487},{4.6665,3.45386,-5.08055},{-2.24414,10.396,-5.08055},{3.08691,9.24976,-5.08055},{-1.12744,10.5359,-0.993513},{-1.27563,10.6184,2.96444},{2.99268,10.7668,2.96444},{4.35425,-10.5923,-5.08055},{-2.47363,-5.49194,-5.08055}}; + lootPosZombie[] = {{4.7146,3.5752,-0.118511},{-2.76367,-3.53003,-0.138124},{1.01733,-0.312012,-4.20555}}; + lootPosSmall[] = {{2.7832,-9.15698,-4.13055},{-1.83765,7.05908,-4.13055},{3.73218,-5.77075,-0.0403633},{0.913818,-11.1099,2.96444},{5.14795,-10.01,-0.997503},{-2.89819,7.21069,-5.08055},{1.79053,8.75171,-5.08055},{5.07788,9.51514,-0.993513},{3.65845,10.1985,2.96444},{0.85498,-3.37793,-4.13055}}; + hangPos[] = {{-1.50537,5.34473,-5.08813},{0.494141,9.42725,-5.09016},{2.59473,-6.21191,-5.08055},{-1.74854,-2.39844,-1.14301}}; + }; + class Land_A_FuelStation_Build: IndustrialFuel { + lootChance = 0.5; + zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; + lootPos[] = {{1.88281,-0.879639,-1.57458}}; + lootPosZombie[] = {{-1.75146,-0.942993,-0.699436},{2.14331,0.848145,-0.699585}}; + lootPosSmall[] = {{-1.92578,0.237061,-0.604466},{-1.38672,0.592651,-1.09459}}; + }; + class Land_A_GeneralStore_01a: Supermarket { + lootPos[] = {{13.2969,4.94678,-1.20155},{2.97559,7.32373,-1.20155},{-8.35352,-0.0244141,-1.20155},{7.78223,4.45801,-1.20155},{6.59863,-0.292969,-1.20155},{-6.92285,-1.6709,-1.20155},{11.9189,-2.81885,-1.20155},{-1.85547,-2.16162,-1.20155}}; + lootPosZombie[] = {{-8.22168,1.93213,-0.32655},{14.3604,1.98828,-0.32655},{8.03613,-0.300781,-0.32655},{-7.64258,-2.21973,-0.32655},{9.83398,-1.41846,-0.32655}}; + lootPosSmall[] = {{12.4678,4.51172,-1.20155},{12.2119,6.25098,-0.301548},{12.1895,3.68262,0.0484505},{11.8174,6.31689,-0.65155},{-8.67676,-2.41064,-1.13155},{-4.2002,-3.14355,-0.351551},{-0.165039,-1.3457,-0.351551},{14.6006,-1.38281,-0.351551},{3.03809,-5.03418,-0.351551},{0.512695,3.40527,-0.31155},{4.77637,6.76172,-0.301548},{7.27539,0.938477,-0.621552},{3.96777,1.00488,-0.621552},{0.389648,0.95459,-0.621552},{5.04004,3.44287,-0.65155},{1.85254,6.4248,-0.65155},{-3.65723,6.61133,-0.20155},{-4.39746,4.46191,-0.691551},{6.9248,6.38574,-1.01155},{2.77637,3.38477,-1.01155},{-0.217773,6.68066,-1.01155},{4.49707,-4.98828,0.408451},{-2.33203,-1.35205,0.408451},{2.0127,-1.36572,0.408451},{6.39746,-3.04395,0.408451},{14.6045,-0.722168,0.408451},{-2.43164,-3.73682,0.02845},{-4.77539,-1.35986,0.02845},{-0.436523,-3.04297,0.02845},{14.6104,-2.17139,0.02845},{12.6592,0.830078,0.34845},{4.00684,-3.15039,-0.351551},{2.7334,-3.0415,-0.731548},{-2.67676,-1.36133,-0.731548},{-1.00488,-5.00537,-0.731548},{8.34863,-1.43018,-0.731548},{1.8291,3.77197,-0.661549}}; + }; + class Land_A_GeneralStore_01: Supermarket { + lootPos[] = {{11.8149,1.27979,-1.20155},{5.10449,1.61377,-1.20155},{1.70215,3.4292,-1.20155},{-0.771973,2.04102,-1.20155},{-3.59473,-6.04688,-1.20155},{-2.38428,-5.82202,-1.20155},{10.5171,-6.46729,-1.20155},{12.8472,-4.97754,-1.20155},{8.63623,-3.65381,-1.20155},{-3.22852,-10.0454,-1.21081}}; + lootPosZombie[] = {{12.4048,-1.49463,-0.326549},{3.18848,1.23926,-0.326549},{13.1211,4.95093,-0.326549},{-9.59521,-3.69678,-0.326549},{6.66309,-3.92041,-0.326549},{-8.38525,-5.50586,-0.326549},{8.26074,-5.41235,-0.326549},{4.03369,-5.50342,-0.326549}}; + lootPosSmall[] = {{11.0537,-0.321289,-0.661549},{11.0303,2.8833,0.0484514},{10.6646,1.86377,-0.651548},{6.66162,-2.69971,-0.611548},{6.02979,-2.6416,-0.611548},{2.16553,-2.68262,-0.611548},{-1.36963,-2.75684,-0.611548},{-0.919434,-0.283936,-0.301549},{0.583008,-0.308594,-1.01155},{0.804199,3.0752,-0.311549},{4.90234,3.04053,0.0484514},{-5.73779,0.694824,-0.20155},{0.796875,0.0898438,-0.301549},{2.73145,2.66406,-0.301549},{0.523926,2.81567,-1.01155},{-4.8208,2.87158,-0.701549},{-3.87061,-5.0415,-0.731549},{-4.73096,-5.00537,0.408451},{-2.1792,-5.02222,-0.351549},{-3.39795,-6.95508,-0.731549},{-3.58203,-7.24365,-0.731549},{-3.49756,-7.12695,0.408451},{-9.95215,-6.05859,0.348451},{13.4136,-5.93457,0.408451},{13.4463,-4.45898,0.028451},{13.4424,-6.20215,-0.351549},{2.93018,-8.67773,-0.351549},{1.53516,-6.79199,-0.351549},{7.16211,-5.12427,-0.351549},{6.79346,-5.11816,-0.73155},{2.87158,-6.91943,-0.73155},{0.0541992,-5.03271,-0.73155},{-1.979,-8.6875,-0.73155},{-5.84424,-5.04883,-0.73155},{-6.99268,-5.06836,-1.11155},{5.23535,-6.8335,-1.11155},{0.290039,-8.68701,-1.11155},{-0.649414,-8.68115,0.40845},{-0.983398,-9.56299,-1.21082}}; + }; + class Land_Farm_Cowshed_a: Farm { + lootPos[] = {{-1.06836,-5.92163,-3.08763},{1.69043,-4.91089,-3.08763},{5.8833,-6.15381,-3.08763},{8.83984,-5.60278,-3.08763},{9.74023,-2.48657,-3.08763},{2.88428,-2.34546,-3.08763},{7.88037,2.94214,-3.08763}}; + }; + class Land_stodola_open: Farm { + lootPos[] = {{-3.77881,6.2478,-4.11348},{1.59106,6.31494,-4.10928},{-3.94727,-1.95605,-4.15359},{-0.440918,-3.91187,-4.1938}}; + lootPosZombie[] = {{1.66333,4.70776,-3.24809},{1.57202,-6.3313,-3.23413}}; + lootPosSmall[] = {{-4.22217,-6.12866,-3.32453}}; + hangPos[] = {{-0.932617,-3.35962,-4.16446},{-2.01563,-0.115112,-4.19492}}; + }; + class Land_Barn_W_01: Farm { + lootPos[] = {{-4.45776,14.2153,-2.71607},{4.34277,-6.15088,-2.57279}}; + lootPosZombie[] = {{5.30298,18.0864,-1.76175},{-5.42627,17.7798,-1.7617},{-5.7019,-19.1206,-1.75527},{5.93481,-18.0952,-1.75545},{0.378662,0.887695,-1.75876}}; + lootPosSmall[] = {{4.09351,10.3872,-2.69559},{0.10791,3.48096,-2.64446},{-4.51636,-12.2603,-2.67148},{3.54419,-15.8311,-2.63077}}; + }; + class land_shed_m01: Farm { + lootPosZombie[] = {{0.218262,-1.78369,-0.347349}}; + }; + class land_r_housev2_04: Residential { + lootPos[] = {{0.364502,3.06128,-4.08876},{-4.49097,3.29565,-4.0887},{7.0625,-1.54053,-4.09079}}; + lootPosZombie[] = {{-1.72021,2.7146,-3.20429},{2.7522,2.9668,-3.20421},{4.73706,-0.942627,-3.20546}}; + lootPosSmall[] = {{-5.88696,2.77051,-4.08894},{-4.32666,6.00415,-4.0887},{7.37158,4.41968,-4.08918},{6.17065,2.39063,-4.09028}}; + }; + class Land_Hlidac_budka: Residential { + lootPos[] = {{2.4209,2.16064,-0.783617}}; + lootPosZombie[] = {{2.18311,0.502441,0.0913835}}; + lootPosSmall[] = {{0.987305,2.43359,-0.113617},{1.67773,2.24927,-0.113617},{-0.138184,0.0844727,-0.713617}}; + }; + class Land_HouseV2_02_Interier: Residential { + lootPos[] = {{6.97412,1.26904,-5.53068},{4.21631,6.56396,-5.53068},{-5.94922,-1.28955,-5.53068},{-3.31494,6.44287,-5.53068}}; + lootPosZombie[] = {{2.69043,5.47363,-4.65568},{-8.24561,-1.33496,-4.65568},{-2.74878,0.891602,-4.65568},{2.67603,1.12891,-4.65568}}; + lootPosSmall[] = {{6.44629,1.7251,-4.61068},{6.63672,1.2583,-4.61068},{8.7749,-2.23779,-4.74068},{2.81006,6.30908,-5.57068},{-4.97754,-2.1543,-5.57068},{-2.42676,5.58887,-5.57068}}; + }; + class Land_a_stationhouse: Military { + lootChance = 0.3; + lootPos[] = {{15.436,2.85498,-9.47058},{17.9861,-6.52832,-9.47058},{1.22583,2.24463,-9.47058},{-3.9126,-7.29834,-9.47058},{-2.28271,-6.21094,-4.6489},{-1.604,-8.68018,-0.043786},{-1.104,-5.60938,4.41139},{-3.55811,-8.56787,4.41139},{-2.99219,-8.27148,8.49209}}; + lootPosZombie[] = {{0.977295,-0.614746,-8.59558},{3.88477,2.83057,-8.59558},{-2.97949,-5.49365,-8.59558},{-1.08789,-8.40674,-3.7739},{-4.22363,-8.68604,0.831215},{-0.745117,-8.68896,5.28639},{21.0693,-9.00537,-8.63291},{-11.4531,-9.27734,-8.63291},{-3.64014,10.3086,-8.63291}}; + lootPosSmall[] = {{14.6826,3.55029,-8.25058},{9.97266,3.48584,-9.40058},{19.1477,-6.69629,-9.36058},{19.1719,-7.47998,-9.36058},{0.513672,1.19336,-9.39058},{0.51416,3.3418,-8.63058},{0.52124,1.92334,-7.87058},{-1.63623,-8.99756,-9.39058},{-3.5647,-9.01855,-8.63058},{-0.76709,-8.99072,-7.87058},{-2.40137,-9.03027,-8.25058},{-4.50391,-5.27588,-4.6489},{-1.02393,-9.02051,0.0562134},{-0.771484,-8.3335,0.0762138},{-0.7229,-9.03076,1.19621},{-4.40308,-8.7666,4.41139},{-2.27783,-5.35303,4.41139},{-4.4541,-8.81055,8.49209},{9.12549,3.64697,-8.25058}}; + }; + class Land_Mil_ControlTower: Military { + lootChance = 0.4; + lootPos[] = {{7.33203,-1.104,-1.0787},{2.00684,-0.88623,-1.0787},{6.10938,3.34473,-1.0787},{1.90332,3.67188,-5.51367},{8.71387,3.8042,-9.6387}}; + lootPosZombie[] = {{2.66016,3.62891,-8.75369},{10.0898,5.72559,-6.56369},{5.05957,3.61328,-4.58868},{4.86914,1.06152,-0.193695}}; + lootPosSmall[] = {{7.32324,-1.55957,2.98267},{5.49023,-1.72949,-0.378693},{4.7334,-1.66064,-0.378693},{7.44922,2.03809,-0.378693},{5.86035,3.98438,-0.248688},{6.21289,4.02539,-1.0087},{4.96875,-1.39941,-0.638702},{1.08008,3.98389,-5.51367},{10.0879,3.5459,-9.64868}}; + }; + + class Land_SS_hangar: MilitaryIndustrial { + maxRoaming = 3; + lootPos[] = {{-13.0562,-17.6318,-5.87253},{-12.9907,20.873,-5.87253},{12.7217,22.6377,-5.87253},{1.80469,3.94238,-5.87253},{13.1997,-18.3457,-5.87253}}; + lootPosZombie[] = {{-12.0562,-20.0518,-4.99753},{-7.35693,-1.4502,-4.99753},{-6.18555,16.3369,-4.99753},{8.46338,6.03613,-4.99753}}; + lootPosSmall[] = {{-14.1362,12.6729,-5.87253},{14.4819,-7.80371,-5.87253}}; + }; + class Land_A_Pub_01: Residential { + zombieChance = 0.2; + lootPos[] = {{1.17188,5.7522,-5.75623},{6.46191,-1.73706,-5.01623},{6.46777,1.47949,-5.75623},{0.975098,-5.80859,-5.75621},{-5.79736,-2.57813,-1.79123},{-7.35303,-3.7627,-1.79123},{4.56885,0.998291,-1.79123},{3.45947,0.236328,-1.79123},{1.91504,6.302,-1.79123},{0.114258,2.17432,-1.79123},{6.52832,6.10889,-1.79123},{0.555176,0.169189,-1.79123},{-4.37793,-2.64038,-5.75623},{-7.1709,-1.76855,-5.75623}}; + lootPosZombie[] = {{-5.01953,-5.39209,-0.886223},{3.14746,-3.76758,-0.886223},{6.39746,4.26367,-0.886223},{3.10889,2.92896,-0.886223},{-5.54248,-4.60083,-4.87122},{2.7334,-5.77441,-4.87122},{6.41846,-0.166992,-4.87122},{3.30518,4.54102,-4.87122}}; + lootPosSmall[] = {{-0.602051,2.69214,-5.48623},{2.0708,1.98486,-5.19622},{1.37744,7.89722,-5.01622},{3.28076,-1.51782,-4.75623},{2.79395,-1.90845,-4.75622},{1.19043,-1.97632,-4.7562},{4.03418,-5.81592,-5.30621},{1.46143,-6.27979,-5.01621},{-4.8252,-2.66309,-1.78122},{1.16504,1.125,-1.19122},{2.73486,0.744873,-0.701225},{5.04053,-2.60938,-1.78122},{5.00293,2.03491,-1.78122},{2.89844,5.78613,-1.37122},{1.44482,6.51831,-1.31123},{1.77734,7.88013,-1.79123},{5.81934,5.90967,-1.41122},{-3.41016,1.26123,-1.78123},{-7.37891,-1.24756,-5.28622}}; + }; + class Land_HouseB_Tenement: Office { + lootPos[] = {{2.39063,4.80322,-19.8245},{-10.2041,-0.48877,-20.3445},{4.65625,-2.125,-20.3445},{7.27734,11.5957,-20.8045},{-4.50854,5.10645,-19.8245},{5.11865,12.0298,-20.8045},{13.5625,12.1631,-20.8045}}; + lootPosZombie[] = {{-10.75,5.90088,-19.9095},{-9.99756,5.92529,-19.9095},{-8.12207,5.97852,-19.9095},{-7.31445,6.00879,-19.9095},{5.53882,10.6328,-19.9095},{4.28247,8.729,-19.9095}}; + lootPosSmall[] = {{-1.7771,4.57861,-19.8245},{-0.338623,4.80322,-19.8245},{-11.0986,-0.365234,-20.3445},{2.38574,5.15869,-20.2245},{14.2202,4.91895,-20.3945},{6.7251,11.6895,-20.3445},{3.2915,-1.90088,-20.3445},{12.9602,10.0479,-20.8045},{13.3726,0.939453,-20.8045}}; + }; + class Land_A_Hospital: hospital { + lootChance = 0.8; + lootPos[] = {{6.34253,-2.0498,-7.34966},{1.20044,-3.17676,-7.34966},{-6.09375,-1.32227,-7.34966},{-12.1106,-1.1416,-7.34966}}; + lootPosZombie[] = {{-1.05542,-7.77393,-6.57103},{1.37695,-7.51074,-6.57103},{-18.5427,-3.37891,-6.57896},{-1.56226,3.03711,-6.57103},{13.3225,3.51172,-6.57103},{20.2839,-3.38281,-6.58154}}; + lootPosSmall[] = {{-13.2749,-1.99512,-7.34966},{-11.0256,-2.84473,-6.89966},{-14.729,-1.21484,-7.34966},{-4.55444,-3.34229,-6.35966},{-1.68921,-4.03125,-6.35966},{2.29761,-3.49756,-6.75966},{2.92163,-0.976074,-6.89966},{4.47095,-0.858887,-7.34966},{7.62231,-0.94873,-7.34966},{9.41187,-0.902832,-6.89966},{16.623,-3.96729,-6.89966},{-15.7454,-0.918945,-6.89966}}; + }; + class Land_Panelak: Office { + lootPos[] = {{-3.76709,-5.5791,0.0714226},{-6,-5.1709,0.0714226},{-4.86719,-3.30518,0.0714226},{-5.75098,1.51172,0.0714226},{3.95483,-4.83008,2.77144},{4.8728,1.51855,2.77144},{6.07324,-5.4668,2.77144}}; + lootPosZombie[] = {{0.657227,-3.12109,0.946423},{-2.28564,-6.88281,0.946423},{-6.31055,-5.41943,0.946423},{-4.51709,3.01758,0.946423},{-0.828613,-3.01465,3.64644},{2.23975,-6.20801,3.64644},{6.84961,-4.8125,3.64644},{4.64917,2.84668,3.64644},{4.59229,-2.55957,3.64644}}; + lootPosSmall[] = {{-4.05713,-4.55469,1.21142},{-4.03857,-4.71094,0.0714211},{-5.52002,-6.45508,0.0714211},{-3.9873,-3.06934,0.761421},{-3.99072,-3.84375,1.29142},{-4.09497,-2.15625,0.0714211},{-5.01172,1.91406,0.0714211},{-4.146,1.42871,0.391421},{1.37354,-5.00684,2.77144},{4.1167,-7.4834,2.77144},{4.2417,-3.69287,3.00144},{5.16602,-3.7334,3.40144},{4.15137,1.27051,2.77144},{4.66846,1.74414,3.43144},{5.69775,-6.44727,2.77144}}; + }; + class Land_Panelak2: Office { + lootPos[] = {{0.53833,2.0498,-1.29137},{4.87939,1.90234,5.46665},{4.71045,-3.02197,5.46665},{6.01514,-5.86133,5.46665},{3.8833,-4.72314,5.46665}}; + lootPosZombie[] = {{0.611328,-3.38965,-1.75359},{0.584473,-3.44873,0.946428},{0.67334,-3.11133,3.58597},{-0.513428,-3.33057,6.31165},{6.30933,-4.92236,6.31165},{5.0686,3.12158,6.31165},{3.86108,-7.18848,6.31165}}; + lootPosSmall[] = {{4.85205,-3.7041,6.69665},{4.38281,-3.68848,6.09665},{5.229,1.64063,6.24665},{4.62354,1.4082,6.24665},{5.41382,-5.54199,5.79665},{1.20215,-4.93652,5.47665}}; + }; + class Land_Shed_Ind02: Industrial { + lootPos[] = {{3.39893,9.21875,-4.67596},{1.29541,0.227539,-4.67596},{-0.458984,11.6934,-1.28638},{-4.00879,-8.42773,-1.29721}}; + lootPosZombie[] = {{-3.95166,9.92188,-0.406006},{4.71387,-9.10059,-0.399109},{-3.69971,-7.85254,-3.75098},{2.20898,10.04,-3.75098}}; + lootPosSmall[] = {{-3.66064,-0.253906,-4.66599},{4.44873,9.92578,-4.66599},{-0.209961,-0.124023,-4.66599},{4.89307,-0.166992,-1.29736},{-3.74805,12.123,-1.28674}}; + }; + class Land_Shed_wooden: Residential { + lootPos[] = {{1.26807,-0.361328,-1.29153},{-0.342773,1.0293,-1.29153}}; + }; + class Land_HouseBlock_A1_1: Residential { + lootPos[] = {{-3.52881,0.158936,-4.74365},{-3.56152,-2.33484,-4.73106}}; + }; + class Land_Shed_W01: Industrial { + lootPos[] = {{-1.46289,-0.12207,-1.41129}}; + lootPosZombie[] = {{0.387207,-2.17822,-0.538036}}; + }; + class Land_HouseV_1I1: Residential { + lootPosZombie[] = {{-0.789551,-2.14307,-1.94944}}; + lootPosSmall[] = {{0.728516,-2.01514,-2.86235}}; + }; + class Land_Tovarna2: Industrial { + lootPos[] = {{-2.02222,7.87256,-5.62933},{-12.2107,-8.15527,-5.62469},{-12.2112,7.7998,-5.62933},{-8.99805,7.72168,-2.31135},{-6.54077,8.80469,-2.31156},{-12.6907,8.04932,1.58661},{-9.06421,8.10645,1.58661},{-5.39453,9.02783,1.56174},{-8.26465,-0.520508,0.37684},{-3.83984,4.99121,-2.31156},{-6.6416,8.03174,-5.62933},{-3.31763,-1.80762,-5.59492},{-6.66382,7.57861,1.56174},{-12.8,4.30664,1.58661},{-12.8074,-0.535156,0.374299},{-12.4324,5.15918,-2.31135},{-12.8635,1.78174,-5.61933},{-3.19507,-8.49707,-5.63091},{6.43872,-3.48145,-4.62884},{9.97998,-2.35059,-4.62604}}; + lootPosZombie[] = {{2.07422,8.08594,-4.68601},{-8.604,8.22559,-4.68433},{-8.79053,6.47461,-4.68433},{-12.7864,2.26172,-1.35635},{-4.00415,8.89844,-1.35656},{-12.7346,2,2.54161},{-3.98218,5.14697,2.49674}}; + lootPosSmall[] = {{-3.22974,9.69678,1.56174},{-10.2683,8.87354,1.58661},{-13.2981,7.09912,-2.31135},{-7.51001,9.64307,-2.31156},{-8.13623,5.60693,-5.62933},{-13.2112,0.257813,-5.62933},{2.41431,-2.05469,-5.62689},{1.64185,8.75879,0.374298},{-13.2427,-8.98438,3.3743},{-4.927,0.368164,0.372077},{-3.88208,-3.81641,6.62795},{-7.47241,4.50391,1.56174},{-8.28833,4.20068,1.58661},{-13.2944,-9.01514,0.374299},{-7.38672,4.53418,-2.31156},{-5.28125,2.875,-5.62933},{2.42627,-8.75684,-5.62154}}; + }; + class Land_rail_station_big: Office { + lootPos[] = {{2.11914,-0.13208,-4.98439},{0.712402,0.718994,-4.98439},{2.45654,3.80566,-4.98439},{7.45947,1.49683,-5.04438}}; + lootPosZombie[] = {{-5.02148,5.46338,-4.16938},{8.16309,-0.947998,-4.16938},{4.43018,-4.29761,-4.16938},{-9.5708,-4.60913,-4.16938}}; + lootPosSmall[] = {{1.81641,0.77417,-4.05439},{2.74609,0.869385,-4.05438},{-5.16943,-3.43555,-4.98439},{9.25,0.421631,-5.04438},{-6.54004,-4.09692,-5.04439}}; + }; + class Land_Ind_Vysypka: Industrial { + lootPos[] = {{1.50195,-15.9287,-4.9663},{1.88208,6.03809,-4.97856},{-8.42188,10.0103,-4.97909},{1.21948,13.2168,-4.97966},{-7.09595,26.0376,-4.99675}}; + lootPosZombie[] = {{1.58472,2.12793,-4.09329},{1.99658,-12.5371,-4.09167},{-7.51147,-5.00488,-4.09327}}; + lootPosSmall[] = {{2.5459,-16.5952,-4.97639},{-8.72485,-22.1318,-4.97806}}; + }; + class Land_A_MunicipalOffice: Residential { + zombieChance = 0.4; + minRoaming = 3; + maxRoaming = 9; + zombieClass[] = {"z_soldier","z_soldier_heavy","z_policeman"}; + lootChance = 0.4; + lootPos[] = {{-4.66113,-6.27173,-18.429},{3.31641,-5.77417,-18.429},{-0.20752,-6.48682,-18.429},{-9.72412,-4.88745,-3.78903},{-9.57813,3.55615,-3.78903},{-7.16797,11.0737,-3.78903},{5.07422,11.1838,-3.78903},{9.3208,5.38623,-3.78903},{9.65332,-4.82056,-3.78903},{3.23535,-0.105957,-0.169027},{4.85205,-3.69019,-0.169027},{-0.80127,-7.89087,-0.169027},{-4.4082,-4.91772,-0.169027},{-4.90771,-2.23169,-0.169027}}; + lootPosZombie[] = {{-3.04883,-6.00903,-17.554},{2.26807,-6.87524,-17.554},{0.310059,10.1396,-17.5491},{-0.589355,10.1394,-17.5491}}; + lootPosSmall[] = {{4.34521,-8.81567,-18.439},{-1.06787,-5.11499,-18.439},{1.3291,9.86938,-18.4413},{-1.54395,9.90649,-18.4353}}; + }; + class Land_A_Office01: Office { + lootPos[] = {{-7.84912,6.3855,-4.528},{3.84424,3.27051,-4.528},{-0.0383301,3.51733,-4.528},{5.37695,5.63379,-4.528},{15.5393,-1.90015,-4.528},{13.8057,-2.3811,-4.528},{10.114,3.44849,-4.528},{10.3008,6.32495,-4.528},{1.71021,1.66675,-4.528},{1.58032,5.87671,-2.028},{-0.599854,7.08984,-2.028},{3.87769,6.84229,-2.028},{-7.6709,6.72485,-2.038},{-4.729,4.19556,-2.028},{-7.93091,3.2041,-2.038},{10.2354,-1.9187,-2.018},{6.9812,-4.30933,-2.038},{15.4075,6.03198,-2.038},{13.9285,3.40649,-2.038},{0.163086,3.43286,0.472002},{7.13892,3.64844,0.471998},{1.71973,-1.40967,6.72491},{-0.443359,0.61499,-2.028},{-5.22144,-3.69971,-2.028}}; + lootPosZombie[] = {{-0.440674,7.06885,-3.653},{14.8137,4.05688,-1.153},{8.78906,-1.70557,-1.153},{2.57178,3.36401,-1.153},{-7.41211,4.16235,-1.153},{-12.9187,1.20825,-1.153},{-2.67383,3.98071,1.347},{2.06128,1.36035,1.347},{2.14526,7.03027,-3.653},{12.0562,-3.65308,-3.653},{8.42749,3.86108,-3.653}}; + lootPosSmall[] = {{3.50342,5.28027,-3.668},{5.68286,4.95898,-4.048},{0.895508,4.98511,-3.288},{2.42017,4.98291,-2.908},{15.8838,-2.62256,-2.908},{4.74072,6.75391,-0.938002},{7.69507,-0.465332,-1.618},{10.7341,-1.90918,-1.158},{6.34229,-2.73242,-0.398003},{-4.86572,7.16187,-0.988003},{-4.27173,4.2207,-0.778002},{-4.56543,5.48193,-1.348},{-8.21387,2.04932,-2.028},{12.6631,2.83398,-1.918},{12.8892,2.82178,-0.778002},{11.5281,7.08887,-1.338},{11.3428,5.02344,-1.158},{11.636,6.34937,-1.338},{-3.802,4.13525,1.71201},{0.720947,3.55957,0.952003},{-3.78076,4.44727,0.952003},{10.7363,3.28833,-3.668},{6.46191,5.13013,-2.908},{7.03906,6.25537,-4.098},{6.68823,5.81177,-3.818},{10.7056,4.13135,-3.288},{2.86792,-0.489014,6.72491}}; + }; + class Land_A_Office02: Office { + lootPos[] = {{19.8076,3.26123,5.38394},{0.27002,0.0458984,5.38394},{5.0415,-4.854,-8.17109},{-0.263184,-5.15259,-8.17105}}; + lootPosZombie[] = {{-14.7651,3.86694,6.25894},{-23.5288,2.58789,-7.26266},{2.23096,-8.4292,-7.27757},{23.479,2.6084,-7.26267}}; + lootPosSmall[] = {{-0.112305,-4.35254,-8.17073},{-0.813965,-4.14355,-7.79043},{4.104,-7.27051,-8.1711},{10.7427,2.16992,5.38394},{21.5991,2.56104,5.42394},{-4.02783,2.4668,5.38394},{-17.3232,1.29028,8.71684},{-18.0732,3.38623,8.71684}}; + }; + class land_barn_metal: Industrial { + lootChance = 0.4; + lootPos[] = {{-8.18506,19.9023,-5.44214},{4.70117,17.2849,-5.44214},{1.31738,-7.94946,-5.44214},{-7.74316,-20.5955,-5.44214}}; + lootPosZombie[] = {{-3.31738,-3.63574,-4.56714},{0.723633,3.1355,-4.56714},{3.99902,-2.87744,-4.56714},{10.6294,-2.91797,6.46288}}; + lootPosSmall[] = {{10.5313,22.6777,5.58788},{-9.65137,1.55225,5.58788},{-9.48535,-25.0022,5.58788},{2.83203,-25.1704,5.58788}}; + }; + class Land_A_BuildingWIP: Industrial { + lootChance = 0.5; + lootPos[] = {{-15.4871,-9.755,-6.53698},{-10.4043,-9.76697,-6.53213},{-12.0098,-5.50208,-6.53936},{-21.5681,-9.69409,-6.54067},{-23.7563,8.18347,-6.45811},{2.82544,11.3822,-6.47826},{-7.49634,-9.24609,-6.52115},{6.21216,7.7356,-6.41615},{-9.29541,0.683716,-6.53778},{16.8376,2.03186,-2.54291},{4.77661,-9.35681,-1.50389},{-20.3762,-2.86389,-2.53182},{-14.3564,-9.68604,-2.5341},{-24.1724,7.65405,-2.53182},{1.15796,8.03552,-2.53182},{-24.0901,11.4227,1.47364},{-22.1218,11.8442,1.47786},{-22.7849,10.4189,1.47402},{-8.66797,5.81238,1.47396},{-11.4856,-2.29419,2.50674},{-15.6948,-13.5236,5.46682},{-8.00171,-1.07678,5.31147},{8.66626,-8.14514,5.344},{11.5269,2.50977,-6.52237},{-15.926,-17.5713,-6.53193},{-23.8391,0.109863,-6.47638},{-24.2957,2.29199,-2.53182},{-7.6853,11.9902,-2.53182},{-17.7314,1.81299,-2.53182},{2.94116,6.97754,1.47579},{-9.39014,-9.62451,1.47428},{-24.1311,9.47656,5.46242}}; + lootPosZombie[] = {{2.2063,0.501709,-5.53659},{-4.65991,0.766846,-5.53039},{-17.9524,-3.8678,-5.63485},{-14.4016,-16.0522,-3.64149},{-14.2686,-16.675,0.360519},{-14.6934,-16.019,4.36047},{-10.7161,3.77234,2.37796},{-16.876,-2.25098,2.3687},{-16.8928,10.2216,-1.65682},{1.67065,10.3689,-1.65682},{-14.3699,-7.90063,-1.65894}}; + lootPosSmall[] = {{-10.4377,-8.03418,-6.54007},{-15.9675,-6.70959,-6.54014},{-15.8289,7.37451,-6.46946},{-6.89136,-5.30615,-6.52994},{-7.37231,0.36084,-5.627},{-20.3455,-4.8197,-2.24182},{-13.9419,-5.02502,-2.53268},{-6.2439,11.7518,-1.50182},{-23.1213,12.5128,1.47477},{-24.5806,9.80115,1.47403},{4.63794,-0.358765,2.17724},{-5.92505,11.8485,2.50079},{-11.2415,4.78796,6.37765},{-24.7756,-10.0265,5.46264},{5.75464,-9.76001,1.47425},{-23.0313,2.87158,-5.43137},{-0.398193,7.37256,-6.52535},{13.678,1.89307,-6.54251},{-7.79321,-9.53564,-2.53376},{15.3154,11.478,-2.54182},{-19.8633,12.3149,-2.54182},{-21.0286,-11.563,5.46691}}; + }; + class Land_Church_01: Church { + lootPos[] = {{-6.92822,0.516602,-4.2191}}; + lootPosZombie[] = {{4.18628,-4.37549,-5.50933},{7.23792,4.85742,-5.70495}}; + lootPosSmall[] = {{-7.27332,-1.16895,-4.22726}}; + }; + class Land_Church_03: Church { + lootPos[] = {{-0.665527,-3.02832,-14.3021},{2.90771,3.07422,-14.3021},{9.75342,0.0117188,-13.7588},{4.74609,8.1582,-14.3021},{-2.41943,1.72168,-14.3049}}; + lootPosZombie[] = {{-8.01465,-4.29297,-13.4271},{-8.01074,4.1123,-13.4271},{6.23047,-0.046875,-13.4199},{-4.29785,0.00488281,-13.4199}}; + lootPosSmall[] = {{-0.791992,2.21191,-13.7321},{2.93945,-1.59766,-13.7349},{6.21191,3.48535,-13.7321},{6.56787,-3.55176,-14.3021},{-0.741211,-8.75684,-14.3021},{-0.126465,5.94434,-14.3021},{-1.14893,-3.6416,-14.3021},{-2.71484,-1.56055,-13.7349}}; + hangPos[] = {{1.72168,-8.39771,-0.172569},{2.08838,-14.4236,-0.27536},{-13.7158,-10.4808,-0.795174},{-12.9072,-16.4105,-0.895065}}; + }; + class Land_Church_02: Church { + lootPos[] = {}; + maxRoaming = 2; + }; + class Land_Church_02a: Church { + lootPos[] = {}; + maxRoaming = 2; + }; + class Land_Church_05R: Church { + lootPos[] = {}; + maxRoaming = 2; + }; + class Land_Mil_Barracks_i: MilitarySpecial { + lootPos[] = {{4.56494,-2.67383,-1.14822},{0.312988,1.54492,-1.09824},{-2.95361,1.49414,-1.11823},{-3.39111,-1.99023,-0.708221},{-6.68604,-1,0.0917664},{-8.94238,-2.52441,-1.09824},{-0.59668,-1.49609,-1.10825},{3.03467,-1.00586,0.0917664},{-0.214355,-2.19531,0.0917664},{-8.93018,1.53906,-1.09824}}; + lootPosZombie[] = {{-7.97119,0.0888672,-0.223236},{-5.29053,-0.952148,-0.223236},{-1.9707,-1.5957,-0.223236},{1.48193,-2.20313,-0.223236},{5.24463,-2.05664,-0.223236}}; + lootPosSmall[] = {{3.88037,-0.905273,-0.358246},{6.48242,-2.51367,-0.978241},{3.03662,-1.78418,-0.698242},{-0.179199,0.488281,-1.10825},{-3.20703,-0.101563,-1.11823},{-3.37061,-1.08887,0.0917664},{-6.79297,-2.63086,-1.09824},{-9.29541,-0.212891,-1.09824}}; + }; //Qty: 2 + class Land_A_TVTower_Base: Industrial { + lootPos[] = {{-0.982422,-1.92627,-2.21573},{-2.01782,-4.2417,-2.21918},{-0.759277,1.42139,-2.21573}}; + }; + class Land_Mil_House: Military { + vehPos[] = {{13.439,3.25244,-5.71244,84}}; + lootPos[] = {{12.457,1.4248,-5.81439},{11.0391,4.85278,-5.81439},{13.667,4.42139,-5.81439}}; + }; + class Land_Misc_Cargo1Ao: Industrial { + lootPos[] = {{0.48877,-1.61377,-1.09224},{0.012207,2.19263,-1.09224},{0.00976563,0.19043,-1.09224}}; + }; + class Land_Misc_Cargo1Bo: Industrial { + lootPos[] = {{-0.322021,1.68555,-1.09222},{0.548584,-1.96289,-1.09222},{0.223389,-0.580078,-1.09222}}; + }; + /* + class Land_Nav_Boathouse: Industrial { + lootPos[] = {{-5.24414,-2.32715,3.67999},{-5.43994,7.17676,3.67548},{6.13232,0.615234,3.6694},{-1.00439,6.89355,3.68311}}; + lootPosZombie[] = {{4.46143,7.24414,4.60098},{5.44775,3.14551,4.60623},{-5.35254,3.41211,4.60873}}; + lootPosSmall[] = {{5.2002,7.64746,6.30902},{-1.88623,7.55762,6.30902},{4.75781,-2.49121,3.67984},{-0.398438,4.61914,3.61755},{2.91797,8.50293,3.67038}}; + }; + */ + class Land_ruin_01: Residential { + lootPos[] = {{-4.31934,-0.115234,-1.45578},{3.41309,0.270508,-1.71365},{3.00293,3.42773,-1.55765},{0.62207,-1.73779,-1.49048}}; + }; + class Land_wagon_box: Industrial { + lootPos[] = {{0.542969,-3.89453,-0.776679},{0.47998,-0.608398,-0.776638},{0.515381,3.03857,-0.776592}}; + }; + class Land_HouseV2_04_interier: Residential { + lootPos[] = {{-5.08826,3.13818,-5.73971},{7.37061,6.52881,-5.73873},{1.75281,3.70752,-5.73953},{-3.75183,7.1626,-5.73842},{0.292725,1.27441,-2.93809}}; + lootPosZombie[] = {{-1.18665,2.89355,-4.86479},{3.33203,6.44092,-4.86366},{4.81616,1.38086,-4.86529}}; + lootPosSmall[] = {{4.7594,2.8042,-5.07979},{4.93396,2.56348,-5.07979},{1.95215,2.67529,-5.05956},{0.668823,2.56299,-5.74944},{-3.7146,7.07813,-4.98862},{-3.31897,6.68457,-4.98895},{-2.87244,6.92676,-5.29893},{-3.95215,2.85449,-5.19935}}; + }; + class Land_HouseV2_01A: Residential { + lootPosZombie[] = {{-2.21313,-3.28174,-4.79521}}; + lootPosSmall[] = {{-3.53906,-3.29736,-5.55779},{-0.759766,-3.95068,-5.56563}}; + }; + class Land_KBud: Residential { + zombieChance = 0.3; + maxRoaming = 0; + lootPos[] = {{-0.0170898,0.0114746,-0.66367}}; + }; // Qty: 90 + class Land_A_Castle_Bergfrit: Residential { + lootPos[] = {{0.0185547,1.91602,-2.8364},{1.19141,-1.43848,-2.8364},{-2.36816,3.32275,-0.628571},{2.36133,3.86768,1.83972},{2.48438,-3.20557,3.85541},{-2.09473,-3.44873,6.31903},{-1.15918,3.13867,8.76691},{1.74707,1.26807,8.76691},{-0.540039,-2.35254,8.76691},{-1.62207,-4.27979,13.4801},{-2.23047,4.82471,16.856},{1.67578,-0.825195,16.8505}}; + }; // Qty: 3 + class Land_A_Castle_Stairs_A: Residential { + lootPos[] = {{0.697998,-1.79395,0.726929},{8.3938,0.890625,0.875122},{8.17261,1.48926,7.02588}}; + }; // Qty: 3 + class Land_A_Castle_Gate: Residential { + lootChance = 0.7; + lootPos[] = {{0.244141,-4.48486,-3.14362},{-1.25293,2.98779,-3.07028},{4.50684,-3.31152,-2.94885},{4.55176,3.29834,-2.94858},{7.94824,1.4082,-2.91003}}; + }; // Qty: 3 + class Land_Mil_Barracks: Military { + lootPos[] = {}; + lootPosZombie[] = {{9.02515,-0.694336,-1.16602},{9.01538,0.856445,-1.16602}}; + }; // Qty: 8 + class Land_Mil_Barracks_L: Military { + lootPos[] = {}; + }; // Qty: 5 + + class Land_Barn_W_02: Farm { + lootPos[] = {{3.16504,5.56543,-2.31409},{3.35938,-0.152344,-2.31305},{2.53613,-5.89453,-2.30957},{-2.94629,-5.01367,-2.31006},{-2.84375,0.212891,-2.31183},{-5.63281,4.8291,-2.31363}}; + }; // Qty: 3 + class Land_sara_domek_zluty: Residential { + maxRoaming = 1; + lootPos[] = {{6.91724,3.09277,-2.43372},{6.52881,-0.521973,-2.43379},{0.613037,3.74463,-2.4337},{-7.00024,-0.744141,-2.43373},{-3.13672,3.45459,-2.43364},{-6.81055,-2.67676,-2.43385}}; + lootPosZombie[] = {{-5.43433,-2.46777,-1.55883},{-2.5957,2.12891,-1.55869},{0.22583,2.46631,-1.5587},{6.02344,1.64941,-1.55872}}; + lootPosSmall[] = {{7.26685,-0.882324,-2.43378},{4.00684,3.84766,-2.43372},{-1.11255,1.29395,-2.43382},{-7.22192,-4.23584,-2.43386}}; + }; // Qty: 3 + class Land_HouseV_3I4: Residential { + maxRoaming = 3; + lootPosZombie[] = {{6.1272,2.78906,-2.07073},{-4.63208,5.15771,-2.20779}}; + }; // Qty: 103 + class Land_Shed_W4: Residential { + maxRoaming = 3; + lootPosZombie[] = {{-1.36035,-5.73657,-0.56669},{0.554688,-5.27881,-0.569374}}; + }; // Qty: 172 + + class Land_HouseV_3I1: Residential { + maxRoaming = 3; + lootPosZombie[] = {{5.18896,-2.26819,-1.60805},{-5.49658,-3.26038,-1.8894}}; + }; // Qty: 103 + + class Land_HouseV_1T: Residential { + maxRoaming = 3; + lootPosZombie[] = {{-4.91797,6.75098,-2.32535},{3.49487,-1.74414,-2.40549}}; + }; // Qty: 90 + class Land_telek1: Industrial { + maxRoaming = 3; + lootPos[] = {}; + }; // Qty: 4 + class Land_Rail_House_01: Industrial { + lootPos[] = {{-2.35864,3.04199,-1.28266}}; + lootPosZombie[] = {{0.141846,2.74268,-0.40766}}; + lootPosSmall[] = {{3.13745,3.62549,-1.28266}}; + }; // Qty: 9 + class Land_HouseV_2I: Default { + maxRoaming = 3; + lootPos[] = {}; + lootPosZombie[] = {{-6.33838,-0.644531,-2.07941},{-4.12793,-9.34375,-2.07941}}; + }; // Qty: 83 + class Land_Misc_deerstand: Hunting { + zombieChance = 0.3; + lootChance = 0.5; + maxRoaming = 3; + lootPos[] = {{-0.923828,-0.808594,1.08539},{0.419922,-0.237305,1.08539}}; + }; // Qty: 56 + + class Camp: Military { + maxRoaming = 1; + lootPos[] = {{0.833252,-1.52246,-1.15955},{0.38501,0.963867,-1.15955}}; + }; // Qty: 1 + + class CampEast: Military { + maxRoaming = 1; + lootPos[] = {{-1.05713,-1.80762,-1.31049},{0.627441,1.83398,-1.31049}}; + }; // Qty: 1 + class CampEast_EP1: Military { + maxRoaming = 1; + lootPos[] = {{-0.670898,0.95459,-1.31049},{1.68506,-2.43384,-1.31049},{-1.76318,-1.62646,-1.31049}}; + }; // Qty: 1 + + class MASH: Hospital { + maxRoaming = 1; + lootChance = 0.4; + lootPos[] = {{1.18213,-1.65039,-1.17793},{0.24707,0.799316,-1.17803}}; + }; // Qty: 1 + class MASH_EP1: MASH{}; + + class UH1Wreck_DZ: Military { + zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; + zombieChance = 0.3; + lootChance = 0.6; + minRoaming = 4; + maxRoaming = 8; + lootPos[] = {}; + }; + + class UH60Wreck_DZ: Military { + zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; + zombieChance = 0.3; + lootChance = 0.6; + minRoaming = 4; + maxRoaming = 8; + lootPos[] = {}; + }; + + class USMC_WarfareBFieldhHospital: MASH { + minRoaming = 1; + maxRoaming = 3; + zombieClass[] = {"z_soldier","z_soldier_heavy"}; + lootPos[] = {{-3.52246,-5.03931,1.14726},{2.36621,-4.52295,1.14786},{1.39063,-0.423096,1.14746},{1.14258,5.00952,1.1478},{3.7124,1.89795,1.14788}}; + }; // Qty: 1 + + class Land_Ind_Shed_02_main: Default { + zombieChance = 0.3; + maxRoaming = 3; + }; // Qty: 283 + + class HouseRoaming: Residential { + lootChance = 0.5; + zombieChance = 0.2; + maxRoaming = 2; + }; + class FarmRoaming: Farm { + lootChance = 0.3; + zombieChance = 0.4; + maxRoaming = 2; + }; + class land_shed_m03: HouseRoaming { + lootPosZombie[] = {{1.73657,-0.0332031,-0.198479}}; + }; + class land_ind_workshop01_03: HouseRoaming { + lootPosZombie[] = {{2.75952,0.594727,-0.606018},{2.77246,2.89258,-0.606018},{-3.54077,5.02344,-0.606018}}; + }; + class Land_Shed_W03: HouseRoaming { + lootPosZombie[] = {{0.35022,-2.35254,0.0159397}}; + }; // Qty: 206 + class Land_HouseV_1I3: HouseRoaming { + lootPosZombie[] = {{2.03467,-1.04419,-1.25841}}; + }; // Qty: 117 + class Land_HouseV_1L1: HouseRoaming {}; // Qty: 97 + class Land_HouseV_1I2: Residential{ + lootPosZombie[] = {{0.911133,-4.5022,-1.35152},{-3.38965,2.33008,-1.35312}}; + }; + class Land_HouseV_2L: Residential{ + lootPosZombie[] = {{-4.25684,-3.86255,-3.11304},{4.41699,1.95239,-3.05204}}; + lootPosSmall[] = {{4.39404,1.28296,-3.96535},{4.12988,2.52222,-3.95569}}; + }; + class Land_HouseV_2T1: Residential{ + lootPosZombie[] = {{-4.86328,5.27539,-2.35536},{6.10547,-3.55127,-2.35536},{2.22485,-4.75195,-2.35536}}; + }; + class Land_houseV_2T2: Residential{ + lootPos[] = {{-3.49072,1.01782,-4.03519}}; + lootPosZombie[] = {{-4.70093,0.893921,-3.16019},{6.19409,4.90735,-3.99267}}; + lootPosSmall[] = {{2.8606,4.33081,-4.65974},{-0.222778,4.34985,-4.65713}}; + }; + class Land_HouseV_3I2: HouseRoaming{}; + + class Land_HouseBlock_A1: HouseRoaming{}; + class Land_HouseBlock_A1_2: HouseRoaming{}; + class Land_HouseBlock_A2: HouseRoaming{}; + class Land_HouseBlock_A2_1: HouseRoaming{}; + class Land_HouseBlock_A3: HouseRoaming{}; + class Land_HouseBlock_B1: HouseRoaming{}; + class Land_HouseBlock_B2: HouseRoaming{}; + class Land_HouseBlock_B3: Residential{ + lootPosZombie[] = {{0.878418,5.69189,-6.38459}}; + lootPosSmall[] = {{2.4126,5.16846,-6.94959}}; + }; + class Land_HouseBlock_B4: Residential{ + lootPosZombie[] = {{0.0595703,-5.58252,-6.69312},{-1.1543,5.55225,-6.74633}}; + lootPosSmall[] = {{-0.0693359,4.82227,-7.28133}}; + }; + class Land_HouseBlock_B5: Residential{ + lootPosZombie[] = {{6.5918,0.56543,-6.60703},{-0.304932,-6.36328,-6.60701}}; + }; + class Land_HouseBlock_B6: Residential{ + lootPosZombie[] = {{-4.28174,1.32861,-6.7437},{-3.84131,-0.0163574,-6.74365}}; + }; + class Land_HouseBlock_C1: HouseRoaming{}; + class Land_HouseBlock_C2: HouseRoaming{}; + class Land_HouseBlock_C3: HouseRoaming{}; + class Land_HouseBlock_C4: HouseRoaming{}; + class Land_HouseBlock_C5: HouseRoaming{}; + class Land_HouseV2_01B: Residential { + lootPosZombie[] = {{-3.51318,-3.36133,-4.67352},{9.73682,3.37646,-5.2341}}; + lootPosSmall[] = {{-4.27881,-2.22852,-5.18173}}; + }; // Qty: 20 + class Land_Misc_Cargo1D: HouseRoaming {}; // Qty: 29 + class Land_HouseV2_03: HouseRoaming {}; // Qty: 8 + class Land_Ind_Shed_01_end: HouseRoaming {}; // Qty: 266 + class Land_A_statue01: HouseRoaming { + zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2","z_soldier","z_soldier_heavy","z_policeman"}; + minRoaming = 2; + maxRoaming = 8; + }; // Qty: 3 + class Land_Shed_W02: FarmRoaming {}; // Qty: 213 + //allow + class Grave: HouseRoaming { + maxRoaming = 3; + }; + class GraveCross1: HouseRoaming { + maxRoaming = 2; + }; + class GraveCross2: HouseRoaming { + maxRoaming = 2; + }; + class GraveCrossHelmet: Military { + maxRoaming = 4; + }; + + class Land_HouseV_1L2: Residential { + maxRoaming = 3; + lootPosZombie[] = {{-2.88257,4.3457,-2.1376},{2.77734,-5.9126,-2.14038}}; + lootPosSmall[] = {{0.183594,-5.47998,-1.08436}}; + }; // Qty: 101 + + class Land_Misc_PowerStation: Industrial { + lootPos[] = {{4.22314,1.09888,-1.2678}}; + lootPosZombie[] = {{3.88232,-2.35083,-0.393564},{-6.12842,3.4292,-1.1761}}; + lootPosSmall[] = {{3.67725,4.86694,-1.2576}}; + }; + + class Land_HouseV_3I3: HouseRoaming{ + lootPosZombie[] = {{0.915527,3.53455,-1.24826},{4.38135,3.39111,-1.36197}}; + }; + + class Land_Mil_Guardhouse: Military { + lootPos[] = {{-2.43457,3.06396,-1.69939},{-2.36816,-0.151855,-1.69939}}; + lootPosZombie[] = {{-2.56885,0.749512,-0.794393},{5.69531,0.884766,-1.12091}}; + lootPosSmall[] = {{-2.14746,1.94531,-1.69939}}; + }; + + // DAYZ AMP More buildings + class Mass_grave_DZ: HouseRoaming { + zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3","z_doctor","z_soldier_pilot","z_soldier_heavy"}; + minRoaming = 8; + maxRoaming = 16; + lootChance = 1; + zombieChance = 1; + }; + class Land_Shed_W02_EP1: FarmRoaming{}; + class Land_MBG_ApartmentsOne_W: HouseRoaming{}; + class Land_MBG_ApartmentsTwo_P: HouseRoaming{}; + class Land_MBG_ApartmentsTwo_G: HouseRoaming{}; + class Land_MBG_ApartmentsTwo_B: HouseRoaming{}; + class Land_Ind_FuelStation_Build_EP1: IndustrialFuel + { + lootChance = 0.5; + zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; + lootPos[] = {{-1.34521,1.40698,-1.33611},{2.27051,-0.949951,-1.33611},{-2.23193,-1.146,-1.33589},{-0.185059,0.775146,-1.33609}}; + }; + class Land_ibr_FuelStation_Build: IndustrialFuel + { + lootChance = 0.5; + zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; + lootPos[] = {{-1.34521,1.40698,-1.33611},{2.27051,-0.949951,-1.33611},{-2.23193,-1.146,-1.33589},{-0.185059,0.775146,-1.33609}}; + }; + class Land_Mil_ControlTower_EP1: Military + { + lootChance = 0.4; + lootPos[] = { + { 5.53369,3.64355,-5.46368 }, + { 7.67236,3.68115,-1.0687 }, + { 7.53271,-1.70068,-1.0687 }, + { 4.55225,1.64111,2.92148 }, + { 10.1292,3.6958,-9.62869 }, + { 0.491943,6.1543,-9.62869}, + { 7.54956,1.74512,-0.378696}, + {5.40234,-1.71289,-0.378696}}; + }; + class Land_Mil_hangar_EP1: MilitaryIndustrial + { + maxRoaming = 3; + lootPos[] = {{-9.83203,-12.4097,-5.38129},{10.5488,-12.1318,-5.38129},{13.002,0.0214844,-5.38129},{-13.3887,0.25,-5.38129},{13.3203,20.5176,-5.38129},{-13.1865,19.9839,-5.38129},{0.0195313,21.5078,-5.38129},{0.49707,11.5469,-5.38129},{-0.836914,-0.634277,-5.38129},{0.177734,-11.6821,-5.38129}}; + }; + class Land_Mil_Guardhouse_EP1: Military + { + lootPos[] = {{-3.05859,1.76514,-1.59003},{-3.16895,3.45361,-1.59003},{-3.19922,-0.323242,-1.59003}}; + }; + class Land_Mil_Repair_center_EP1: Industrial + { + lootPos[] = { + {-2.42432,-0.73584,-1.52847}, + {-2.43018,2.83984,-1.52847}}; + }; + class Land_Ind_PowerStation_EP1: Industrial { + lootPos[] = {{4.04248,-3.4917,-1.26547},{3.8645,3.5249,-1.28112}}; + }; + class land_repair_center: Industrial { + lootPosZombie[] = {{0.629883,-3.35498,-1.64651},{-2.61719,3.68213,-0.653473}}; + lootPosSmall[] = {{-2.52832,1.68213,-1.54846}}; + }; + class Land_Ind_TankBig: Industrial + { + lootChance = 0.1; + lootPosSmall[] = {{-1.2981,3.27441,5.34628},{3.49609,-3.02539,5.34628}}; + }; + class Land_Ind_Coltan_Main_EP1: Industrial { + lootPos[] = {{4.57178,-9.46716,2.36833},{-3.41223,16.6705,-6.38571},{-2.18005,4.8584,-6.33167},{-1.8158,7.86523,-6.33167},{6.59717,16.1372,0.928326},{7.28076,16.1573,4.84833}}; + }; + class Land_A_Mosque_big_hq_EP1: Church { + lootPos[] = {{4.06592,-6.90674,-9.31999},{5.25195,4.07666,-9.31999},{5.70264,7.5376,-4.04752},{-4.78857,-7.00684,-4.04753},{3.93262,9.41846,0.567287},{0.882324,-0.134766,-9.31999}}; + }; + class Land_A_Mosque_big_addon_EP1: Church { + lootPos[] = {{-5.10791,-1.75098,-6.4124},{6.30908,-3.39795,-6.38554},{6.87109,2.81934,-6.38554},{2.14111,-4.38086,-6.35463},{4.86475,4.65576,-6.38554},{-4.72021,-10.5127,-1.15605}}; + }; + + class Land_A_Mosque_big_wall_EP1: Church { + lootPos[] = {{2.81543,3.9458,-2.02844},{-4.94531,3.60645,5.18165}}; + }; + class Land_A_Mosque_small_1_EP1: Church + { + lootPos[] = { + { 2.45117,3.39063,-2.04604 }, + { 0.183105,0.826172,-2.04605 }, + { 6.66406,4.11719,-1.9437 }, + { 0.49707,-1.33301,-1.69603 }}; + }; + + class Land_A_Mosque_small_2_EP1: Church + { + lootPos[] = { + { 1.33496,-0.726074,-2.48535 }, + { -0.794922,-1.74414,-2.48538 }}; + }; + class Land_Mil_Barracks_i_EP1: MilitarySpecial + { + lootChance = 0.2; + maxRoaming = 2; + lootPos[] = { + {5.15625,-2.30371,-1.09824}, + {1.05664,-2.45508,-1.09824}, + {-0.841797,-2.36133,-1.09824}, + {-4.03516,-2.31836,-1.09824}, + {-8.49609,-2.33838,-1.09824}}; + }; + class Land_fortified_nest_big_EP1: Military + { + lootPos[] = { + {0.663086,1.06738,-0.740341}, + {0.513184,-1.3623,-0.740341}, + {-0.991211,1.11621,-0.740341}, + {-2.87109,-3.94238,-0.740341}}; + }; + + class Land_Mil_House_EP1: Military + { + vehPos[] = { + { 13.439,3.25244,-5.71244,84 }}; + lootPos[] = {{11.7949,4.3147,-5.81439}}; + lootPosZombie[] = {{-2.13477,6.69116,-4.56909},{5.58887,6.41284,-4.44098}}; + lootPosSmall[] = {{-1.54785,5.46997,-5.00406},{-2.61816,5.46362,-5.0097}}; + }; + class Land_Misc_Cargo1Bo_EP1: Industrial { + lootPos[] = {{-0.0170898,-0.331421,-1.09225}}; + }; + + class Land_Mil_Barracks_EP1: Military + { + lootPos[] = {}; + }; + class Land_Mil_Barracks_L_EP1: Military + { + lootPos[] = {}; + lootPosZombie[] = {{-3.97998,-7.65137,-1.33652},{-2.41919,-7.81445,-1.33569}}; + }; + class Land_vez: Military + { + maxRoaming = 1; + lootPos[] = {{-0.0585938,1.51367,1.36331}}; + lootPosZombie[] = {{-0.116699,-0.801758,-2.81857}}; + }; + class Land_Shed_W03_EP1: Residential + { + maxRoaming = 3; + lootPos[] = {}; + }; + class Land_Ind_Oil_Pump_EP1: Industrial + { + lootPos[] = { + { 1.49048,-1.99609,-2.08473 }}; + }; + class Land_IndPipe2_bigL_L_EP1: Industrial + { + lootPos[] = { + { 1.09961,1.11572,2.0323 }}; + }; + class Land_Barrack2: Hospital + { + maxRoaming = 1; + lootChance = 0.4; + lootPos[] = { + { -1.96484,4.15576,-0.689606 }, + { 1.15381,0.3125,-0.691864 }}; + }; + class HMMWVWreck: Military + { + zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; + zombieChance = 0.3; + lootChance = 0; + minRoaming = 1; + maxRoaming = 2; + lootPos[] = {}; + }; + class UralWreck: Military + { + zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; + zombieChance = 0.3; + lootChance = 0; + minRoaming = 1; + maxRoaming = 2; + lootPos[] = {}; + }; + class SKODAWreck: Residential + { + zombieClass[] = {"zZombie_Base","z_hunter"}; + zombieChance = 0.3; + lootChance = 0; + minRoaming = 1; + maxRoaming = 2; + lootPos[] = {}; + }; + class UAZWreck: Residential + { + zombieClass[] = {"zZombie_Base","z_hunter"}; + zombieChance = 0.3; + lootChance = 0; + minRoaming = 1; + maxRoaming = 2; + lootPos[] = {}; + }; + class datsun01Wreck: Residential + { + zombieClass[] = {"zZombie_Base","z_hunter"}; + zombieChance = 0.3; + lootChance = 0; + minRoaming = 1; + maxRoaming = 2; + lootPos[] = {}; + }; + class hiluxWreck: Industrial + { + zombieClass[] = {"zZombie_Base","z_hunter"}; + zombieChance = 0.3; + lootChance = 0; + minRoaming = 1; + maxRoaming = 2; + lootPos[] = {}; + }; + class datsun02Wreck: Military + { + zombieClass[] = {"zZombie_Base","z_hunter"}; + zombieChance = 0.3; + lootChance = 0; + minRoaming = 1; + maxRoaming = 2; + lootPos[] = {}; + }; + + class Land_Ind_Shed_01_EP1: Default + { + zombieChance = 0.3; + maxRoaming = 3; + }; + class DynamicDebris: Default + { + lootChance = 0.4; + minRoaming = 0; + maxRoaming = 2; + zombieChance = 0.3; + zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; + itemType[] = { + { "ItemWatch","generic" }, + { "ItemCompass","generic" }, + { "ItemMap","weapon" }, + { "Makarov","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","generic" }, + { "ItemKnife","generic" }, + { "ItemMatchbox_DZE","generic" }, + { "ItemToolbox","weapon" }, + { "","generic" }, + { "","food" }, + { "PartGeneric","magazine" }, + { "PartWheel","magazine" }, + { "PartFueltank","magazine" }, + { "PartEngine","magazine" }, + { "PartGlass","magazine" }, + { "WeaponHolder_ItemJerrycan","object" } + }; + itemChance[] = { + 0.191, + 0.012, + 0.062, + 0.024, + 0.024, + 0.055, + 0.055, + 0.055, + 0.022, + 0.169, + 0.055, + 0.066, + 0.055, + 0.033, + 0.011, + 0.078, + 0.033 + }; + }; + + class DynamicDebrisMilitary: Default + { + lootChance = 0.4; + minRoaming = 0; + maxRoaming = 2; + zombieChance = 0.3; + zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; + itemType[] = { + { "ItemEtool","weapon" }, + { "ItemSandbag","magazine"}, + { "","military" }, + { "ItemWatch","generic" }, + { "ItemCompass","generic" }, + { "ItemMap","weapon" }, + { "MakarovSD","weapon" }, + { "Colt1911","weapon" }, + { "ItemFlashlight","generic" }, + { "ItemKnife","generic" }, + { "ItemMatchbox_DZE","generic" }, + { "ItemToolbox","weapon" }, + { "","generic" }, + { "","food" }, + { "PartGeneric","magazine" }, + { "PartWheel","magazine" }, + { "PartFueltank","magazine" }, + { "PartEngine","magazine" }, + { "PartGlass","magazine" }, + { "PartVRotor","magazine" }, + { "WeaponHolder_ItemJerrycan","object" } + }; + itemChance[] = { + 0.050, + 0.100, + 0.080, + 0.100, + 0.020, + 0.050, + 0.010, + 0.020, + 0.010, + 0.050, + 0.050, + 0.020, + 0.150, + 0.050, + 0.060, + 0.050, + 0.030, + 0.02, + 0.03, + 0.02, + 0.03 + }; + }; + class SupplyDrop: Default { + zombieChance = 1; + maxRoaming = 3; + zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3","z_doctor","z_soldier_pilot","z_soldier_heavy"}; + lootChance = 1; + lootPos[] = {}; + itemType[] = { + { "PartPlywoodPack","magazine" }, + { "PartPlankPack","magazine" }, + { "CinderBlocks","magazine" }, + { "MortarBucket","magazine" }, + { "bulk_PartGeneric","magazine" }, + { "bulk_ItemSandbag","magazine"}, + { "bulk_ItemTankTrap","magazine"}, + { "ItemSledge","weapon" }, + }; + itemChance[] = { + 0.1, + 0.2, + 0.1, + 0.1, + 0.2, + 0.1, + 0.1, + 0.1 + }; + }; + class MassGrave: Default { + zombieChance = 1; + maxRoaming = 3; + zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3","z_doctor","z_soldier_pilot","z_soldier_heavy"}; + lootChance = 1; + lootPos[] = {}; + itemType[] = { + { "M16A2","weapon" }, + { "M16A2GL","weapon" }, + { "M249_DZ","weapon" }, + { "M9SD","weapon" }, + { "Pecheneg_DZ","weapon"}, + { "AK_74","weapon" }, + { "M4A1_Aim","weapon" }, + { "AKS_74_kobra","weapon" }, + { "AKS_74_U","weapon" }, + { "AK_47_M","weapon" }, + { "M24","weapon" }, + { "SVD_CAMO","weapon" }, + { "M1014","weapon" }, + { "BAF_LRR_scoped","weapon" }, + { "M4SPR","weapon" }, + { "M4A1","weapon" }, + { "M14_EP1","weapon" }, + { "UZI_EP1","weapon" }, + { "Remington870_lamp","weapon" }, + { "glock17_EP1","weapon" }, + { "M240_DZ","weapon" }, + { "M4A1_AIM_SD_camo","weapon" }, + { "M16A4_ACG","weapon" }, + { "M4A1_HWS_GL_camo","weapon" }, + { "Mk_48_DZ","weapon" }, + { "M4A3_CCO_EP1","weapon" }, + //Ammo + { "AmmoBoxSmall_556","object" }, + { "AmmoBoxSmall_762","object" }, + + //{"NVGoggles","weapon"}, + { "Binocular","weapon" }, + { "ItemFlashlightRed","military" }, + { "ItemKnife","military" }, + { "ItemGPS","weapon" }, + { "ItemMap","military" }, + { "Binocular_Vector","military" }, + + {"DZ_ALICE_Pack_EP1","object"}, // 16 + {"DZ_TK_Assault_Pack_EP1","object"}, // 16 + {"DZ_British_ACU","object"}, // 18 + {"DZ_CivilBackpack_EP1","object"}, // 24 + {"DZ_Backpack_EP1","object"}, // 30 + {"DZ_LargeGunBag_EP1","object"}, // 45 + + { "","medical" }, + { "","generic" }, + { "","military" }, + //{"Body","object"}, + {"PipeBomb","magazine"}, + {"Sa58V_RCO_EP1","weapon"}, + {"Sa58V_CCO_EP1","weapon"}, + {"G36_C_SD_camo","weapon"}, + {"M40A3","weapon"}, + {"100Rnd_762x54_PK","magazine"}, + { "","militaryclothes" }, + {"WeaponHolder_ItemMachete", "object"}, + { "SCAR_H_LNG_Sniper_SD","weapon" }, + {"2000Rnd_762x51_M134","magazine"}, + }; + itemChance[] = { + 0.03, + 0.01, + 0.01, + 0.02, + 0.01, + 0.02, + 0.01, + 0.01, + 0.02, + 0.02, + 0.01, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.02, + 0.03, + 0.01, + 0.02, + 0.02, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.03, + 0.03, + 0.01, + 0.02, + 0.01, + 0.01, + 0.01, + 0.01, + 0.03, + 0.02, + 0.02, + 0.02, + 0.01, + 0.01, + 0.05, + 0.05, + 0.13, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.05, + 0.02, + 0.01, + 0.01 + }; + }; + class Land_House_C_1_EP1: Residential + { + lootPos[] = {{-3.62476,-1.83301,-0.967744},{3.19263,-2.92676,-0.937744},{7.94824,-1.15381,-0.957744}}; + lootPosZombie[] = {{-5.45166,-0.360596,-0.0527439},{5.60938,-1.80347,-0.0527439}}; + lootPosSmall[] = {{-7.64917,-2.33325,-0.257745},{-2.65161,-2.34473,-0.717744},{2.07666,-3.62549,-0.0177441},{7.56982,-2.3689,-0.257744},{2.6355,-1.62378,-0.947745}}; + }; + class Land_House_C_2_EP1: Residential + { + lootPos[] = {{-3.63477,2.83398,-2.27891},{5.94116,1.08691,-2.30269},{0.387207,1.1936,-1.47782},{5.49438,-1.47388,1.56868},{-2.24487,-1.44019,0.547503},{-2.01343,3.41553,0.547503},{5.06909,1.21997,0.746294},{5.75464,-4.69043,0.794252}}; + lootPosZombie[] = {{-0.131592,3.38794,1.63951},{-4.25537,1.24023,1.4225},{2.3269,1.89136,-1.43735},{-1.87183,-0.48584,-1.4121},{1.21802,-1.58765,1.67137}}; + lootPosSmall[] = {{0.1604,1.06812,-2.00456},{-0.469482,1.10962,-2.2006},{1.1167,0.707031,-1.78269},{-1.62158,-1.72437,1.1175},{-1.63965,-1.27368,1.4575},{5.88379,-3.06787,1.17425},{-2.31738,3.16724,1.3775},{-1.8562,3.80322,1.3775},{-0.393799,3.50586,-1.61131},{6.06934,0.0444336,-2.07269},{-1.95215,-1.91943,-2.33913},{2.17334,-1.75024,0.74663}}; + }; + class Land_House_C_3_EP1: Residential + { + lootPos[] = { + { 6.61987,-1.8667,-3.91483 }, + { 5.80493,1.21094,-3.91483 }, + { -7.11523,2.78418,-3.86868 }, + { -6.45874,-0.478271,-3.86868 }, + { -6.37598,-2.27344,-3.86868 }, + { -4.84521,-2.55664,0.576136 }, + { -1.21606,-1.24634,1.96108 }}; + }; + class Land_House_C_4_EP1: Residential + { + lootPos[] = { + { 5.38452,-0.364746,-3.48355 }, + { 3.16089,2.81616,-3.48355 }, + { -3.36499,2.44629,-3.48355 }, + { -4.60474,0.0483398,-3.48355 }, + { 4.34985,-0.835205,-0.35146 }, + { 1.84668,-3.7168,-0.352423 }, + { -1.23096,-5.15308,-0.27861 }, + { -4.16602,2.48022,-0.348963 }}; + }; + class Land_House_C_5_EP1: Residential + { + lootPos[] = { + { 3.1499,2.39502,-1.36692 }, + { -1.80127,-2.98022,-1.36692 }}; + }; + class Land_House_C_5_V2_EP1: Residential + { + lootPos[] = { + { 3.42529,1.77832,-1.36692 }, + { -3.6687,1.98779,-1.36692 }, + { -2.0271,-2.9126,-1.36692 }, + { -1.271,-3.94385,1.33329 }}; + }; + class land_panelak3: Residential + { + lootPos[] = {{2.00415,-1.33325,12.3769},{0.0378418,-1.23608,-10.8254}}; + lootPosZombie[] = {{-0.654541,1.48291,-9.94038},{0.709717,1.21411,-9.94038}}; + }; + class Land_House_C_5_V3_EP1: Residential + { + lootPos[] = {{2.43799,1.03662,2.2605},{-1.00391,-3.9248,1.22732},{0.83374,4.91699,-0.671498},{-1.63037,3.66699,-1.4815},{-1.24463,-3.43701,-1.4815}}; + lootPosZombie[] = {{-3.54736,1.73535,-0.596497},{2.47021,4.54834,-0.59645},{1.73682,2.96338,2.2955},{-3.40234,-4.05664,2.18232}}; + lootPosSmall[] = {{3.44287,1.23535,1.4205},{3.64917,3.85156,1.4605},{-0.623779,-5.09424,1.24732},{2.31201,0.770996,-0.0414982},{2.53198,0.82959,-0.731498},{1.81738,5.23926,-1.4815},{-4.40332,0.501465,-1.0415},{-0.46582,-2.83594,-1.0815},{-0.466797,-3.58984,-0.401499}}; + }; + class Land_House_C_5_V1_EP1: Residential + { + lootPos[] = {{1.01025,4.85181,-1.4815},{3.42773,1.4248,-1.4915},{-1.62939,-4.69336,-1.4815},{-1.56982,3.66333,-1.4915},{2.28418,1.03076,2.2605},{-0.941895,-3.75952,1.16351}}; + lootPosZombie[] = {{-3.11206,1.50952,-0.596497},{2.39453,4.8396,-0.592795},{1.48633,3.10425,2.2955}}; + lootPosSmall[] = {{0.615479,4.92847,-0.671498},{2.23071,0.780518,-0.411497},{2.61011,0.823975,-1.0915},{-4.35205,-0.0966797,-1.0515},{-0.5271,-2.93677,-1.4215},{-4.2854,3.09082,-1.4715},{-4.42822,-5.13232,-1.4815},{-0.468018,-3.18481,-0.0414963},{2.96582,1.17114,2.2605},{1.85205,4.83716,1.7605}}; + }; + class Land_House_K_6_EP1: Residential + { + lootPos[] = { + {2.36108,1.41309,-1.60797}, + {-2.57178,1.42285,-1.59425}, + {-4.81445,2.98193,1.48639}, + {-0.123047,3.83203,1.47144}, + {2.7063,0.193359,4.42145}, + {-4.3584,-2.99609,4.33153}, + {-0.0888672,3.0293,4.42143}, + {2.10864,0.180664,1.47076}, + {-4.10083,-2.09082,1.55551}}; + }; + class Land_House_C_9_EP1: Residential + { + lootPos[] = { + { -3.47339,2.13086,-3.74726 }, + { -3.17773,4.19849,-3.74837 }, + { -0.839844,5.7041,-3.74944 }, + { 4.67529,1.19897,-3.74832 }, + { 4.20508,-1.85229,-3.74805 }, + { 1.01074,-0.609619,-0.152166 }, + { 0.213379,1.56616,-0.152166 }, + { 1.66138,4.33472,-0.152166 }, + { 4.38208,-5.14136,-0.152166 }}; + }; + class Land_House_C_10_EP1: Residential + { + lootPos[] = {{-0.476807,-6.18408,-4.2081},{-2.19189,-2.32666,-4.19943},{0.970459,5.15942,-4.19894},{2.09814,8.11133,-4.19852},{0.209961,8.65503,-4.19772},{-1.55542,-2.83594,-0.0197258},{0.849854,-5.49219,-0.869633},{-1.56226,8.49561,-0.878298},{-4.927,0.8396,-0.574228},{-2.1604,8.40674,2.47196},{2.02271,5.81372,5.22763},{-2.17822,1.53076,-0.878794}}; + lootPosZombie[] = {{0.153076,-2.36743,-3.31192},{-0.96167,-7.51587,-3.32074},{2.4646,5.95142,-3.2957},{-3.10596,6.55762,-3.29418},{2.66089,5.73584,0.00634003},{-1.50708,7.18359,0.00669289},{-0.899902,-4.46045,0.00529861}}; + lootPosSmall[] = {{-3.52124,-9.30933,-4.20103},{0.401611,-0.616211,-4.19847},{-1.30835,9.25757,-4.11613},{-0.946045,9.29761,-3.10613},{0.183594,9.23438,-2.74583},{1.15552,4.8877,-3.25071},{0.820313,4.84009,-3.58973},{-0.0129395,9.26294,-3.78608},{0.918701,-1.18433,-0.879436},{-2.12231,-2.69775,-0.399366},{-3.64014,4.15503,-0.268515},{-3.17114,0.63916,-0.878897},{2.64014,4.59009,2.47196},{0.853516,5.55664,5.22757},{2.84448,5.5791,2.47196},{3.43945,-9.37354,-0.879139},{1.83667,7.45825,-0.878618},{3.32861,-2.79565,-4.20015}}; + }; + class Land_House_C_11_EP1: Residential + { + lootPos[] = { + { -4.875,-3.75586,-2.45703 }, + { -1.22852,-3.17529,-2.08453 }, + { 6.55859,0.731934,-2.08453 }, + { 4.74072,3.21436,-2.08453 }, + { 4.39551,0.458984,-2.08453 }, + { 0.449219,-3.03857,0.972969 }, + { 4.8291,3.44629,0.972969 }}; + }; + class Land_House_C_12_EP1: Industrial + { + lootPos[] = {{-3.27197,-1.5813,-3.50101},{-2.09863,-6.13086,-3.52102},{-2.979,-8.6936,0.141808},{-2.66602,-3.0437,0.139957},{5.91016,-3.59204,0.132626},{2.33154,-1.00244,-3.51937}}; + lootPosZombie[] = {{2.11182,-8.16724,1.00763},{1.85498,-3.48828,-2.63601},{-2.74854,0.133301,-2.63601},{2.65674,-5.69165,-2.63601},{-2.60742,-7.35913,1.0174}}; + lootPosSmall[] = {{-4.03857,-2.06226,-2.43102},{-4.02344,-1.44019,-3.11102},{-3.55371,-0.618164,-3.29102},{7.38184,0.690674,-3.12101},{-2.99268,-6.54883,3.45573},{7.58105,-2.40894,0.112629},{-1.79004,-3.58325,0.128376},{-2.05713,-9.00806,0.150394}}; + }; + class Land_House_K_3_EP1: Residential + { + lootPos[] = { + { 0.524414,3.5166,-0.53767 }, + { 1.53491,-0.0644531,-0.790318 }, + { -0.887451,0.615234,-0.790318 }, + { -4.46191,1.38379,-0.795597 }, + { 1.1001,5.40723,2.81719 }}; + }; + class Land_House_K_7_EP1: Residential + { + lootPos[] = { + { -0.995361,1.89014,-0.218372 }, + { -4.9541,3.85254,-0.218374 }, + { -3.4502,4.0376,3.32767 }}; + }; + class Land_House_L_7_EP1: Residential + { + lootPos[] = { + { 3.52979,-0.34375,0.102112 }, + { -0.245117,3.10742,-0.261154 }, + { -5.43408,3.36426,-0.646149 }, + { -4.90137,1.19189,-0.651993}, + { 0.214844,-3.70947,-1.00735}}; + }; + class Land_House_L_6_EP1: Residential + { + lootPos[] = { + { 5.51416,-0.64624,-1.509 }, + { 1.1626,1.93677,-1.5399 }, + { 4.20996,1.62158,1.28101 }, + { 3.15381,-2.12427,1.28099 }, + { -3.74268,-2.23193,-1.53738 }}; + }; + class Land_House_K_8_EP1: Residential + { + lootPos[] = {{2.94263,2.71948,3.34996},{-0.0541992,3.51294,3.34996},{-2.81274,1.99365,0.231133},{-2.59253,3.66528,-1.81557},{-2.55493,-2.54126,-2.63675},{2.97803,-1.89355,-2.64059}}; + lootPosZombie[] = {{-2.60083,-1.24683,-1.66764},{3.30005,-1.26563,1.12351},{-0.615479,2.00049,1.1274},{-1.73755,2.1958,-1.708}}; + lootPosSmall[] = {{-0.681641,0.580322,3.54996},{1.30103,3.72339,3.81996},{1.45947,2.58374,3.34996},{-3.10376,-1.51025,3.34996},{-4.21533,1.6499,0.0964928},{3.22192,3.68018,0.234936},{-3.19409,-1.90552,0.496338},{3.31445,-0.210938,-1.82104},{3.00293,-0.161865,-2.16398},{0.443359,-3.27417,-2.67695},{-3.1377,1.33936,-2.2182}}; + }; + class Land_House_K_5_EP1: Residential + { + lootPos[] = { + { -2.40381,1.90674,1.51889 }, + { -5.96777,0.826416,0.710116 }, + { -3.05811,4.05676,1.52165 }, + { 1.29199,1.85913,1.54825 }, + { 4.40381,3.96619,2.26365 }, + { 4.17725,0.271484,2.4009 }, + { 1.30908,1.50195,1.55225 }}; + }; + class Land_House_K_1_EP1: Residential + { + lootPos[] = { + { -0.685547,4.02161,1.56626 }, + { 3.71387,5.48114,1.56626 }, + { 3.23438,2.35388,1.56626 }, + { -3.30566,4.65558,1.54929 }, + { -3.77539,2.02087,1.60863 }}; + }; + + class Land_House_L_1_EP1: Residential + { + lootPos[] = { + {1.63135,-1.2251,-0.619034}, + {-0.165039,-1.74463,-0.6114815}, + {-1.18311,-0.15918,-0.596542}}; + }; + class Land_House_L_3_EP1: Residential + { + lootPos[] = { + { -5.59863,-0.384766,-0.173644 }, + { -5.23425,2.49609,-0.22691 }, + { 0.75769,2.95508,-0.222477 }, + { -0.387817,0.0234375,-0.222477 }, + { 2.11365,2.99512,-0.222477 }}; + }; + class Land_House_L_4_EP1: Residential + { + lootPos[] = { + { -3.34961,-0.487122,-1.33058 }, + { -6.60547,0.131348,-1.29852 }, + { -0.385742,-0.0551758,-1.34066 }, + { -0.209961,3.14941,-1.253 }, + { 3.47559,0.370972,-1.05766 }, + { 5.41992,3.25671,-1.01435 }}; + }; + class Land_House_L_9_EP1: Residential + { + lootPos[] = { + { 4.4043,0.311035,-0.621445 }, + { -2.23584,1.68604,-0.542923 }, + { 4.0918,0.924805,2.60419}}; + }; + class LAND_ibr_bank: Office + { + lootPos[] = { + { 1.44702,-0.9551,-1.60158 }, + { -7.40649,-4.9482,-1.60158 }, + { -7.50879,3.1616,-1.60158 }, + { -13.1931,3.0244,-1.60158 }, + { -10.6316,-1.4922,-1.60158 }, + { -10.3481,-5.6631,-1.60158 }, + { -14.0247,-6.4653,-1.60158 }, + { -10.1897,-2.6592,-1.60158 }}; + }; + class Land_House_L_8_EP1: Residential + { + lootPos[] = { + { 0.662598,5.04395,-1.01205 }, + { 0.73291,2.59424,-1.01574 }, + { 4.73828,3.56836,-0.773781 }, + { 3.76758,3.67578,1.73622 }, + { -2.51514,-2.19971,-1.55013 }, + { -2.51514,-2.19971,-1.55013 }}; + }; + class Land_ibrhotel: Residential + { + lootPos[] = { + { -8.44922,9.08105,-7.74672 }, + { -0.813965,9.1748,-7.74672 }, + { 3.17383,11.873,-7.74672 }, + { 2.74072,2.91016,-7.74672 }, + { 3.80225,-2.44434,-7.85944 }, + { -1.28711,-0.235352,-4.25943 }, + { 17.8379,-8.18896,-4.25943 }, + { 15.4878,-11.4014,-4.25943 }, + { 11.8403,-17.5391,-4.25943 }, + { 4.74902,-11.9019,-4.25943 }, + { -9.04395,-17.6064,-4.25943 }, + { -11.9761,-15.2539,-4.25943 }, + { -15.9063,-12.082,-4.25943 }, + { -12.2837,-4.31934,-4.25943 }, + { -16.7495,9,-4.25943 }, + { -15.7764,11.6875,-4.25944 }, + { -11.9551,16.458,-4.25944 }, + { -4.83203,12.1294,-4.25943 }, + { -5.21436,6.14258,-4.25943 }, + { 3.57373,5.38721,-4.25943 }, + { 8.66553,17.2417,-4.25943 }, + { 12.2725,16.1885,-4.25943 }, + { 11.8359,4.06348,-4.25943 }, + { 8.99023,1.72949,-4.25943 }, + { -1.28711,-0.235352,-0.759062 }, + { 17.8379,-8.18896,-0.759062 }, + { 15.4878,-11.4014,-0.759062 }, + { 11.8403,-17.5391,-0.759062 }, + { 4.74902,-11.9019,-0.759062 }, + { -9.04395,-17.6064,-0.759062 }, + { -11.9761,-15.2539,-0.759062 }, + { -15.9063,-12.082,-0.759062 }, + { -12.2837,-4.31934,-0.759062 }, + { -16.7495,9,-0.759062 }, + { -15.7764,11.6875,-4.25944 }, + { -11.9551,16.458,-4.25944 }, + { -4.83203,12.1294,-0.759062 }, + { -5.21436,6.14258,-0.759062 }, + { 3.57373,5.38721,-0.759062 }, + { 8.66553,17.2417,-0.759062 }, + { 12.2725,16.1885,-0.759062 }, + { 11.8359,4.06348,-0.759062 }, + { 8.99023,1.72949,-0.759062 }, + { -1.28711,-0.235352,2.74082 }, + { 17.8379,-8.18896,2.74082 }, + { 15.4878,-11.4014,2.74082 }, + { 11.8403,-17.5391,2.74082 }, + { 4.74902,-11.9019,2.74082 }, + { -9.04395,-17.6064,2.74082 }, + { -11.9761,-15.2539,2.74082 }, + { -15.9063,-12.082,2.74082 }, + { -12.2837,-4.31934,2.74082 }, + { -16.7495,9,2.74082 }, + { -15.7764,11.6875,-4.25944 }, + { -11.9551,16.458,-4.25944 }, + { -4.83203,12.1294,2.74082 }, + { -5.21436,6.14258,2.74082 }, + { 3.57373,5.38721,2.74082 }, + { 8.66553,17.2417,2.74082 }, + { 12.2725,16.1885,2.74082 }, + { 11.8359,4.06348,2.74082 }, + { -1.54492,0.158691,6.24485 }, + { 3.11914,5.81445,6.24485 }}; + }; + class Land_MBG_Shanty_BIG: Residential + { + lootPos[] = { + { -29.8752,-15.8057,2.99997 }, + { 23.4097,11.5024,24.9672 }, + { -29.345,-16.7568,3.04013 }, + { 23.2319,11.6201,27.9672 }, + { -33.3779,-11.3564,5.81198 }}; + }; + class Land_dum_istan3_hromada2: Residential + { + lootPos[] = { + { 1.67627,3,-4.62603 }, + { -1.47363,4.92285,-1.28517 }, + { 6.43848,1.93555,2.08801 }}; + }; + class Land_budova4_in: Military + { + lootPos[] = { + { -6.50415,2.1416,-1.88723 }, + { -1.66162,2.10168,-1.88723 }, + { 2.94312,2.297,-1.88723 }, + { 5.34082,-1.82922,-1.88723 }}; + }; + class land_army_hut_int: Military + { + lootPos[] = { + { 2.7959,-5.07373,-1.33056 }, + { 2.79785,-2.1626,-1.33056 }, + { -0.943359,-0.060791,-1.35981 }, + { 0.689453,1.87134,-1.36167 }}; + }; + class Land_army_hut3_long_int: Military + { + lootPos[] = { + { -2.88721,-4.36035,-1.23617 }, + { 0.753906,-3.90039,-1.23617 }, + { -2.53711,-1.95117,-1.23617 }, + { -2.27856,-0.211914,-1.23617 }, + { -0.0664063,-1.70801,-1.23617 }, + { 0.141113,2.31104,-1.23617 }}; + }; + class land_army_hut2_int: Military + { + lootPos[] = { + { -0.421387,-0.0517578,-0.948329 }, + { 1.80103,0.945313,-0.948329 }, + { 2.24585,-2.6875,-0.948329 }, + { -1.24561,-1.53955,-0.948329 }}; + }; + class land_ibr_hangar: MilitaryIndustrial + { + lootPos[] = { + { -5.75635,9.95386,-3.57318 }, + { -8.06152,-11.4065,-3.58192 }, + { 8.68555,-5.30371,-3.57942 }}; + }; + class Land_MBG_Police_Station: Office + { + lootPos[] = { + { 9.81543,-4.36365,-1.59829 }, + { 1.01172,-6.02344,-1.59829 }, + { -5.03369,-5.98376,-1.59829 }, + { -8.5415,-0.348511,-1.59829 }, + { -8.88574,-2.93823,-1.59829 }, + { -5.55518,4.80493,-1.59829 }, + { -1.77246,5.49365,-1.59829 }, + { 2.32129,6.33032,-1.59829 }, + { 3.54492,6.27332,1.68834 }, + { 9.88916,4.68176,1.68833 }, + { 10.0566,-1.07727,1.68833 }, + { 6.6499,1.78296,1.68833 }, + { -5.30029,-2.68726,1.68833 }, + { 1.25977,-1.76636,1.68833 }, + { -6.56689,1.51843,1.68834 }, + { -5.33887,3.92529,1.68834 }, + { -2.3125,6.18774,1.68834 }}; + }; + class Land_dum_mesto_in: Residential + { + lootPos[] = { + { -5.53796,-2.51996,-3.99769 }, + { -4.66113,1.34052,-4.26331 }, + { -4.9137,3.4718,-4.26331 }, + { 0.397583,-2.74866,-4.26418 }, + { 2.18762,0.74707,-4.26418 }, + { 4.94128,-1.67108,-4.26418 }, + { 4.48279,2.82495,-4.26418 }, + { 1.11023,4.69928,-2.75561 }, + { 4.98938,3.79883,-1.28095 }, + { 5.55957,-1.61218,-1.28095 }, + { 0.695679,-2.18268,-1.28095 }, + { -2.42969,-1.18854,-1.27582 }, + { -4.77722,3.51996,-1.27582 }}; + }; + class Land_tovarna1: Industrial + { + lootPos[] = { + { 2.83887,5.23889,-5.75442 }, + { -2.30774,7.31934,-5.75442 }, + { -11.0908,5.44897,-5.75442 }, + { -11.4746,-1.5791,-5.75442 }, + { -5.52405,1.68994,-5.75442 }, + { 2.82605,1.4801,-5.75442 }, + { 2.44128,-6.50256,-5.75442 }, + { -6.68335,-0.453369,2.17997 }, + { -3.81812,0.690186,2.17997 }, + { 2.78735,1.19409,2.17997 }, + { 1.59167,-6.06665,2.17997 }, + { -2.4646,-5.63696,2.17997 }, + { -5.77393,-7.28271,2.17997 }, + { -0.484985,-3.14197,4.82992 }}; + }; + class Land_Ind_Garage01_EP1: Industrial + { + lootPos[] = {{1.65088,2.49048,-1.23114}}; + lootPosZombie[] = {{0.125488,0.557861,-0.357141},{1.11084,-1.33643,-0.36116}}; + lootPosSmall[] = {{2.89014,2.49634,-1.12063},{2.84814,3.43677,-1.12102},{1.39063,3.59766,-0.391855},{1.57227,3.61353,0.368147},{1.7251,3.61353,-1.15185}}; + }; + class land_hut01: Residential + { + lootPos[] = { + { 0.304749,-0.543213,-0.448339 }, + { 0.885254,2.90747,-0.44834 }}; + }; + + class land_housev2_05: Residential + { + lootPosZombie[] = {{-3.78809,-0.407715,-2.06879},{5.36499,7.90381,-2.08879}}; + }; + class land_hut02: Residential + { + lootPos[] = { + { -0.498901,2.974,-0.445764 }, + { -1.07245,-0.756958,-0.445764 }}; + }; + class land_hut04: Residential + { + lootPos[] = { + { -1.07227,-0.354492,-0.437198 }, + { 0.939697,2.78271,-0.437198 }}; + }; + class Land_Ind_Oil_Tower_EP1: Industrial + { + lootPos[] = { + { 3.55743,-5.92773,-12.9755 }, + { 4.63086,1.24902,-12.9932 }, + { -0.240356,-1.08252,-12.9875 }, + { 6.87689,-6.34961,-8.00889 }, + { 2.31177,0.231689,-8.00478 }}; + }; + class Land_ibr_terminal: Office + { + lootPos[] = { + { 11.1885,-13.0669,-4.04974 }, + { 4.42383,-9.64746,-4.04974 }, + { -2.42822,-6.94775,-4.04974 }, + { -3.00537,-1.25439,-4.04974 }, + { 0.473145,8.72314,-4.04974 }, + { 14.8608,12.5249,-4.04974 }, + { 3.33838,-14.5229,0.581566 }, + { -3.88428,-17.5376,0.581566 }, + { -17.3682,0.572266,-4.05001 }, + { -13.7939,0.576172,-0.231342 }, + { -2.83545,10.9009,-0.949741 }, + { -2.27686,-16.4238,3.68157 }}; + }; + class Land_A_Villa_EP1: Office + { + lootPos[] = { + { -23.3442,1.71484,-3.65929 }, + { 14.5498,-5.69775,-5.06722 }, + { 5.8457,-2.09814,-5.06717 }, + { 9.5249,3.76563,-5.06717 }, + { 10.0454,11.5093,-5.0734 }, + { 0.268555,8.64648,-5.06699 }, + { -0.378906,15.3989,-5.06724 }, + { -6.68506,14.9448,-5.06722 }, + { -10.9644,13.0996,-5.06719 }, + { 11.0571,4.48926,-1.48401 }, + { 2.85938,9.12939,-1.48407 }, + { -3.87646,8.01416,-1.4844 }, + { 0.0537109,10.3984,-1.4844 }, + { -2.78467,13.5903,-1.4844 }, + { -0.118652,15.3394,-1.4844 }, + { -6.73779,15.772,-1.4844 }, + { -8.39453,13.5249,-1.4844 }, + { -10.5317,9.75146,-1.4844 }, + { -11.8062,14.2358,-1.4844 }, + { -15.5771,14.0396,-1.4844 }}; + }; + class Land_A_Office01_EP1: Land_A_Office01 + { + lootPos[] = { + { -2.50391,-2.46948,-4.728 }, + { 4.23535,-0.336914,-4.728 }, + { 4.11133,6.1123,-4.728 }, + { 0.242188,6.06299,-4.728 }, + { 4.31641,3.74023,-4.728 }, + { 5.08887,0.219727,-4.728 }, + { 11.6504,-1.5647,-4.728 }, + { 14.5811,-4.1123,-4.728 }, + { 13.8545,-0.749023,-4.728 }, + { -7.7627,5.59082,-4.728 }, + { 1.81152,0.993408,-2.228 }, + { 4.93164,4.31982,-2.228 }, + { 1.18945,6.07031,-2.228 }, + { 2.23145,3.76563,-2.228 }, + { -4.76367,-2.51221,-2.228 }, + { -14.5596,-3.40723,-2.228 }, + { -15.2705,5.92773,-2.228 }, + { -10.9063,6.04175,0.672008 }, + { -6.30762,3.30078,0.672006 }, + { 7.6416,6.38696,0.672001 }, + { 13.6729,6.5957,0.671999 }, + { 13.1924,-2.58691,0.671998 }, + { 3.0918,2.4375,6.20491 }, + { -1.45703,-2.28369,6.20491 }, + { -2.12988,4.51587,0.672005 }, + { 4.74414,-4.60156,-2.21486 }, + { 8.3457,-1.10718,-2.228 }, + { 9.94727,-3.74146,-2.228 }, + { 7.13867,-2.50732,-2.228 }, + { 12.8701,4.70923,-2.228 }, + { 15.3721,3.42383,-2.228 }}; + }; + class Land_A_Stationhouse_ep1: Land_a_stationhouse{}; + class Land_ibrPanelak: Land_Panelak{}; + class Land_ibrPanelak2: Land_Panelak2{}; + + class Land_Ind_Expedice_1: Industrial + { + lootPos[] = {{5.56104,-18.4136,-5.75725},{-10.0732,-18.7891,-3.48673},{-6.21045,-7.65479,-3.48673},{0.0634766,-0.0908203,-5.68389},{-2.59351,18.4795,-5.68389},{-1.85474,13.1089,-3.48673}}; + lootPosZombie[] = {{-7.98584,-18.7822,-2.61173},{2.97021,17.729,-4.8089}}; + lootPosSmall[] = {{6.71289,-18.1563,-5.75725},{-9.12036,-17.6846,-3.48673},{-7.7959,-8.31201,-3.48673},{-1.51221,0.0673828,-5.68389},{-2.6748,11.6543,-5.6839},{-2.34814,11.9219,-3.48673}}; + }; + + // Isla Dula + class land_dum_istan2b: Residential + { + lootPos[] = { + {-6.44531,-5.13037,3.80019}, + {-6.71777,2.81592,3.80019}, + { 3.33887,-0.539307,0.822979}, + {-0.506836,-2.2229,0.822979}, + {-3.93457,2.11401,-2.29981}}; + }; + + class Land_dum_olez_istan2: HouseRoaming{}; + class Land_dum_olez_istan2_maly2: HouseRoaming{}; + class land_dum_mesto3_istan: HouseRoaming{}; + class land_dum_istan2_03a: HouseRoaming{}; + class land_ind_pec_03a: HouseRoaming{ + lootPosZombie[] = {{-16.4072,-12.3384,-4.473},{-16.4097,-14.7412,-4.47244},{0.900879,28.8267,-4.48695}}; + }; + + + + class land_nasypka: Residential + { + lootPos[] = {{-1.46045,-0.168945,6.56824}}; + lootPosZombie[] = {{1.50659,-0.027832,-5.55527}}; + lootPosSmall[] = {{-1.58691,0.717285,6.56824}}; + }; + + class Land_dum_istan3_pumpa: Residential + { + lootPos[] = { + {-2.14502,3.03662,-1.86787}, + {4.09619,-0.563965,1.47485}, + {0.189453,0.540039,1.47485}, + {-1.73682,2.44775,1.47485}}; + }; + class land_dum_istan3: Residential + { + lootPos[] = { + {-8.4917,-0.922363,0.585144}, + {5.97852,1.38037,0.585148}, + {3.55176,-5.42822,0.58514}, + {-2.33105,3.74805,-2.67237}}; + }; + class land_house_y: Residential + { + lootPos[] = { + {-0.570313,-5.21387,-1.40696}, + {-5.15625,-5.32275,-1.40696}, + {2.34766,4.9917,-1.40696}}; + }; + class land_dum_istan4_inverse: Residential + { + lootPos[] = { + {-2.77246,-1.72949,-4.33588}, + {5.30176,5.76563,-7.28588}, + {-0.282227,5.89746,-7.28588}, + {-6.5918,5.96973,-7.28588}}; + }; + class Land_duala_mini: Residential + { + lootPos[] = { + {-1.37207,2.25488,-2.74846}, + {-3.43457,-2.04932,-2.74846}, + {3.82959,0.034668,-2.74846}, + {3.79102,-2.25977,-2.74846}}; + }; + class Land_hut_old02: Industrial + { + lootPos[] = { + {-5.60449,-1.20215,-3.03296}, + {-3.80371,-2.33154,-3.03296}, + {2.10156,-8.16406,-3.03296}, + {3.87402,8.28125,-3.03296}}; + }; + class land_dum_istan2_02: Industrial + { + lootPos[] = { + {-0.566406,-3.44775,-4.14959}, + {-2.00146,1.43604,-4.14959}}; + }; + class LAND_garaz_bez_tanku: Industrial + { + lootPos[] = {{-2.98047,0.0463867,3.41651}}; + lootPosZombie[] = {{-5.14404,-2.02295,-1.71924},{4.92676,-2.67383,-1.71924}}; + lootPosSmall[] = {{-1.36499,-0.579102,3.42651}}; + }; + class land_mbg_brickhouse_01: Residential + { + lootPos[] = { + {-7.06543,4.02197,-0.051506}, + {5.55518,-0.523438,-0.051506}, + {-0.717773,4.01855,-0.051506}, + {-2.00293,-2.35107,-3.35652}, + {4.99219,-0.20752,-3.35652}, + {-6.80469,3.94043,-3.35652}}; + }; + class land_bouda_garaz: Industrial + { + lootPos[] = { + {26.1628,-12.502,-0.952108}, + {23.3086,-6.62305,-0.952108}}; + }; + + + // Taviana 1.0 building loots + class Land_majak_podesta: Residential + { + lootPos[] = { + {-1.22461,-2.17969,2.28329}, + {1.14844,-2.9707,2.28329}}; + }; + // blue trailer - Also affects chernarus + class Land_Shed_M02: Industrial + { + lootPosZombie[] = {{-0.00195313,3.29932,-0.6586}}; + lootPosSmall[] = {{1.00586,0.0698242,-1.01666},{-0.931641,0.0825195,-1.01755}}; + }; + class Land_sara_Domek_sedy: Residential + { + lootPos[] = { + {-1.76367,-1.11328,-2.14196}, + {-5.0127,3.01953,-2.14196}, + {5.41211,2.625,-2.14196}, + {4.86035,-0.738281,-2.14196}}; + }; + class Land_dum_rasovna: Residential + { + lootPos[] = {{-1.271,3.38281,-2.69958},{3.14893,3.86255,-2.69958},{3.30957,-4.17871,-2.69958},{-0.936523,-1.97412,0.242605},{1.05518,3.77271,0.242605}}; + lootPosZombie[] = {{-1.08252,-1.93018,-1.79458},{-1.68555,2.19971,-1.79458}}; + lootPosSmall[] = {{-0.964844,-3.52148,0.952604},{0.613281,-0.726807,-2.69958},{3.69873,-1.69995,-2.69958}}; + }; + class land_sara_domek_kovarna: Residential + { + lootPosZombie[] = {{0.0998535,-0.891602,-0.880356}}; + }; + class land_sara_domek_hospoda: Residential + { + lootPos[] = {{-2.14844,-3.56396,-2.74878}}; + lootPosZombie[] = {{1.48291,-3.28223,-1.85291}}; + lootPosSmall[] = {{-1.16064,-4.72485,-2.75951}}; + }; + + class Land_leseni2x: Industrial + { + lootPos[] = { + {1.15625,-0.206055,2.55466}}; + }; + // Train Station + class LAND_vokzal_big: Residential + { + lootPos[] = { + {7.28613,-0.216797,-7.96283}, + {6.84961,2.56152,-7.96283}, + {6.9834,-4.98047,-7.96283}, + {-7.07227,1.28223,-7.96283}}; + }; + + class Land_dum_mesto2: Residential + { + lootPos[] = { + {2.46582,7.10742,-4.34475}, + {2.87305,4.03906,-4.34475}, + {-3.56738,4.05078,-4.34475}, + {-2.49902,0.46875,-4.34475}, + {1.77734,-7.41797,-4.34475}, + {-3.24512,-7.69922,-4.34475}, + {-3.16113,-1.58984,-4.34475}, + {3.19531,1.64258,-0.945168}, + {-3.19141,7.76563,-0.944004}, + {-0.253906,4.78516,-0.944004}, + {-3.35645,-5.74414,-0.944004}, + {-1.70508,-7.22656,-0.944004}, + {1.21973,-1.07617,-0.944004}}; + }; + // Large Supermarket + class LAND_shopping_sab5: Supermarket + { + lootPos[] = { + {-21.1367,-1.94238,-2.18279}, + {-22.1387,5.40918,-2.18285}, + {-5.17383,-1.17773,-2.1828}, + {2,-12.3975,-2.18271}, + {-4.03906,-11.5391,-2.18272}, + {-9.62109,-11.6016,-2.18272}, + {-15.1699,-11.5225,-2.18272}, + {-18.5156,-12.9307,-2.18271}, + {-20.3633,-10.1182,-2.18273}, + {-17.1367,-6.3623,-2.18276}, + {-12.0098,-3.98535,-2.18277}, + {-14.1758,4.46973,-2.18284}, + {-15.7285,-1.02539,-2.1828}, + {3.40625,4.30664,-2.18284}, + {6.83789,-3.75391,-1.36222}, + {-1.27344,10.9521,-1.36222}, + {-22.4199,9.1084,-1.36222}, + {1.22461,8.13672,-2.18285}, + {-3.18164,8.71484,-2.18285}, + {-7.77344,7.51563,-2.18285}}; + }; + class LAND_Zachytka : Residential + { + lootPos[] = { + {3.79492,-4.12891,-2.02697}, + {-4.92285,-6.8584,-2.02697}, + {-3.6543,-6.7002,-2.02697}, + {-2.60449,-6.87891,-2.02697}, + {-1.82422,0.0361328,-2.02697}, + {-6.2832,-4.51074,-2.02697}, + {-3.60547,5.1875,-2.02697}, + {4.42188,11.2158,-2.02697}}; + }; + class LAND_hospoda : Residential + { + lootPos[] = { + {3.46094,-1.42871,-1.80302}, + {2.40137,-1.22656,-1.80307}, + {7.81836,-1.63281,-1.80282}, + {2.04004,-6.71777,-1.80289}, + {-5.56641,0.793945,-1.80295}, + {-4.18164,8.64063,-1.80286}, + {1.16602,5.0791,-1.80348}, + {1.21582,3.73242,-1.8034}, + {0.248047,5.55176,-1.80324}, + {-1.84766,3.92969,-1.80313}, + {-1.85254,0.222656,-1.80321}}; + }; + class LAND_Kiosk2 : Residential + { + lootPos[] = { + {-20.7441,45.2878,3.05876}, + {-3.80933,-33.6328,3.02246}, + {-3.57007,-22.666,3.02246}, + {4.76587,-24.3711,-0.618923}, + {-1.10449,43.1938,-0.58263}, + {8.77441,23.7346,-0.845428}, + {-9.86914,41.6533,3.05876}, + {7.84668,20.991,4.76736}, + {6.91211,27.9067,10.1178}}; + }; + class Land_deutshe_mini : Residential + { + lootPos[] = { + {-4.34277,-2.54297,-2.74846}, + {-0.624023,-0.357422,-2.74846}, + {0.853516,1.04395,-2.74846}, + {-2.75781,2.44336,-2.74846}}; + }; + class LAND_shopping_sab1 : Supermarket + { + lootPos[] = { + {-30.0442,28.7891,-6.25663}, + {-18.561,23.7578,-6.25663}, + {1.32031,24.5879,-6.25663}, + {-7.86792,15.1182,-6.25663}, + {-22.3628,16.8828,-6.25663}, + {-26.7896,-24.9424,-6.25663}, + {-22.4546,-17.333,-6.25663}, + {-30.6628,-11.0195,-6.25663}, + {-2.51978,-23.1719,-6.25663}, + {0.889893,-14.1914,-6.25663}, + {23.3015,-15.1357,-6.25663}, + {42.353,-13.5322,-6.25663}, + {37.3396,-22.9014,-6.34278}, + {14.5388,-26.2158,-6.25663}, + {9.93091,-18.2871,-6.25663}, + {7.23315,24.9834,-6.25663}, + {8.8877,16.46,-6.25663}, + {16.9697,11.9541,-6.25663}, + {27.3679,21.3857,-6.25663}, + {-28.7632,27.7227,-2.38664}, + {33.5342,16.8047,-6.25663}, + {-31.0317,12.626,-2.38664}, + {-22.1975,16.3066,-2.38664}, + {-17.7339,21.0166,-2.38664}, + {-8.78564,27.5811,-2.38664}, + {-7.71826,15.2012,-2.38664}, + {1.65771,16.3496,-2.38664}, + {-36.4099,8.60352,-2.38664}, + {-43.6084,8.64258,-2.38664}, + {-41.8218,-2.6748,-2.38664}, + {-35.7854,-5.95313,-2.38664}, + {-16.2727,-13.2295,-2.38664}, + {-23.0032,-13.2764,-2.38664}, + {-25.6714,-25.6045,-2.38664}, + {-10.1611,-26.001,-2.38664}, + {2.98145,-26.7119,-2.38664}, + {2.59131,-13.5352,-2.38664}, + {10.7913,-16.2617,-2.38664}, + {17.1582,-27.3232,-2.38664}, + {26.3887,-25.0986,-2.38664}, + {30.8889,-22.1074,-2.38664}, + {42.4817,-21.6602,-2.47279}, + {41.8726,-13.7373,-2.38664}, + {32.7183,-12.5967,-2.38664}, + {34.2241,-5.04199,-2.38664}, + {40.2024,-7.14941,-2.38664}, + {39.8079,-0.0917969,-2.38664}, + {43.5059,6.59766,-2.38664}, + {33.3914,3.02148,-2.38664}, + {29.0322,11.1025,-2.38664}, + {33.1868,17.4531,-2.38664}, + {22.3228,26.3857,-2.38664}, + {7.32861,23.8564,-2.38664}}; + }; + class LAND_skola : Residential + { + lootPos[] = { + {15.8508,20.459,-2.00361}, + {29.0132,22.3887,-2.00361}, + {30.6335,16.1104,-2.00361}, + {30.7412,5.33691,-2.00361}, + {18.7554,5.07324,-2.00361}, + {2.84912,14.2744,-2.00361}, + {-1.27197,12.2324,-2.00361}, + {-5.66699,16.6445,-2.00361}, + {-2.93408,22.0967,-2.00361}, + {5.48535,21.7969,-2.00361}, + {-9.52954,-8.64063,-2.00361}, + {-18.5305,-9.60449,-2.00361}, + {-23.9783,-0.905273,-2.00361}, + {-8.50586,13.9482,-2.00361}, + {5.84448,0.175781,-2.00361}, + {2.56885,-14.167,-2.00361}, + {-3.15063,-14.084,-2.00361}, + {-3.76294,-21.2754,-2.00361}, + {5.4397,-24.5635,-2.00361}, + {18.5049,-11.9141,-2.00361}, + {10.7795,-18.4443,-2.00361}, + {18.3979,-21.9854,1.22083}, + {20.1707,-14.1572,1.22083}, + {30.334,5.12402,1.22083}, + {22.9521,12.1387,1.22083}, + {1.45825,18.208,1.22083}, + {-5.56128,20.1572,1.22083}, + {-6.19165,15.4678,1.22083}, + {-1.05029,9.69141,1.22083}, + {6.17896,5.19434,1.22083}, + {5.00513,2.78711,1.22083}, + {5.81836,-5.65625,1.22083}, + {-0.54541,-15.1104,1.22083}, + {1.8418,-19.8584,1.22083}, + {-2.10864,-21.9961,1.22083}, + {-5.78857,-24.9277,1.22083}, + {16.3679,-15.4463,1.22083}, + {28.0537,-17.1328,1.22083}, + {22.1833,11.416,-2.00361}}; + }; + class LAND_konecna : Office + { + lootPos[] = {{14.8423,-0.987793,-1.59364}, + {16.873,-2.86865,-1.59364}, + {13.3672,-9.11377,-1.59364}, + {5.09497,-9.98682,-1.59364}, + {-24.8281,-1.17871,-1.59364}, + {-14.0747,-7.3042,-1.59364}, + {-19.0789,0.98291,-1.59364}, + {4.67944,0.805176,-1.59364}, + {-11.4639,-10.1475,-1.59364}}; + }; + class LAND_Tav_Panelak2 : Residential + { + lootPos[] = {{2.7627,-5.62524,5.43665}, + {2.63867,-0.156494,5.43665}, + {3.4873,2.76855,5.43665}, + {6.06152,3.64966,5.43665}, + {6.70996,0.734619,5.43665}, + {4.71875,-1.69263,5.43665}, + {-0.347656,-2.23315,5.43665}, + {0.814453,-1.73901,2.71097}, + {-0.545898,-2.29468,2.71097}, + {-0.415039,4.25122,1.32864}, + {0.75,-2.01318,0.0714264}, + {0.644531,-1.86401,-2.62859}}; + }; + class LAND_Tav_panelak : Residential + { + lootPos[] = {{5.24121,-6.39453,2.77144}, + {6.71191,-5.43262,2.77144}, + {4.65625,-1.83838,2.77144}, + {6.69531,0.225586,2.77144}, + {6.54395,3.06519,2.77144}, + {3.40234,3.32324,2.77144}, + {2.61523,0.798096,2.77144}, + {2.7041,-4.98389,2.77144}, + {3.66016,-6.17651,2.77144}, + {-0.982422,-1.86328,2.77144}, + {-0.904297,4.13086,1.32864}, + {0.942383,-2.10474,0.0714226}, + {-2.56836,-1.68628,0.0714226}, + {-2.69531,3.42407,0.0714226}, + {-6.24902,3.01392,0.0714226}, + {-6.07227,0.556396,0.0714226}, + {-5.75488,-2.03857,0.0714226}, + {-6.66406,-4.34497,0.0714226}, + {-5.49219,-6.70581,0.0714226}, + {-2.41602,-4.19434,0.0714226}, + {-3.70801,-6.17212,0.0714226}}; + }; + class LAND_Tav_Panelak3 : Residential + { + lootPos[] = {{0.0878906,0.793457,-10.8154}, + {-0.810547,3.44824,-10.8154}}; + }; + class LAND_Big_Panelak : Residential + { + lootPos[] = {{3.30566,-9.23413,-14.7521}, + {3.10059,-7.05005,-14.7521}, + {5.36914,0.495361,-14.7521}, + {-0.236328,-3.16772,-14.7521}, + {3.05078,-0.838379,-14.7521}}; + }; + + class LAND_Posta : Residential + { + lootPos[] = {{-17.4678,-9.28809,1.00044}, + {-16.5732,-1.32227,1.00044}, + {-3.60254,-5.11377,1.00044}, + {9.72168,-6.61035,1.00044}, + {17.333,-8.2085,1.00044}, + {13.3633,7.1958,1.00044}, + {1.56445,8.49707,1.00044}}; + }; + + // Proving grounds PMC + class Land_GeneralStore_01a_PMC : Supermarket + { + lootPos[] = {{-8.28796,-0.435303,-1.20155}, + {-4.33252,5.51575,-1.20155}, + {1.05743,5.22791,-1.20155}, + {7.36511,2.40076,-1.20155}, + {13.2913,4.79199,-1.20155}, + {3.06958,7.47021,-1.20155}, + {7.43213,-0.266724,-1.20155}, + {13.5172,-1.04089,-1.20155}, + {10.0657,-1.31946,-1.20155}, + {3.42236,-3.46387,-1.20155}, + {-1.89722,-2.65051,-1.20155}, + {-7.28711,-1.95728,-1.20155}}; + }; + class Land_ruin_01_PMC : Residential + { + lootPos[] = {{-2.57568,2.16443,-1.76358}, + {-2.64172,-2.50488,-1.76358}, + {0.851563,1.67505,-1.76358}}; + }; + class Land_Ruin_Cowshed_a_PMC : Residential + { + lootPos[] = {{-3.573,2.80774,-2.31227}, + {8.85077,-2.67871,-2.46388}, + {-2.83069,-5.90613,-2.46388}, + {8.89893,-5.66711,-2.46388}}; + }; + class Land_Ruin_Cowshed_b_PMC : Residential + { + lootPos[] = {{10.4032,2.35046,-3.14048}, + {2.99207,-3.36682,-3.13994}}; + }; + class Land_Ruin_Cowshed_c_PMC : Residential + { + lootPos[] = {{5.05737,2.52881,-3.09486}}; + }; + class Land_FuelStation_Build_PMC : IndustrialFuel + { + lootPos[] = {{-1.29761,-0.527832,-1.336}, + {-1.51141,1.30359,-1.33611}, + {2.23376,0.0710449,-1.33611}}; + }; + // Namalsk + class land_seb_vod_vez: Industrial { + lootPos[] = {{2.02881,0.0849609,15.155}}; + }; + class land_seb_near_fac: Industrial { + lootPos[] = {{-10.4116,-18.0859,1.75552}}; + }; + class land_seb_rozvodna: Industrial { + lootPos[] = {{-1.2168,2.9668,0.583904}}; + }; + class land_seb_mine_maringotka: Residential { + lootPos[] = {{0.423828,0.721191,-0.612675},{-0.976563,-1.32764,-0.612675}}; + }; + class Land_hut_old01: Residential { + lootPos[] = {{2.2793,-7.06348,-3.06107},{-3.3584,-1.7334,-3.01178},{-5.0332,-0.929688,-3.0112}}; + }; + class land_st_vez: MilitarySpecial { + lootPos[] = {{-5.56445,4.23975,-3.31476},{-5.05566,-3.17627,-3.31476},{4.12109,3.92822,2.42732},{-1.73389,2.68896,6.40834},{-4.23584,1.29736,6.40834},{-3.80322,-1.09277,6.40834},{0.430664,1.31787,6.40834},{-2.45166,-2.16748,6.40834},{-0.608398,-0.57666,-11.095},{-2.08691,1.10303,-11.0649},{0.259277,-3.89697,-3.31476},{3.9375,3.30957,-8.50825}}; + }; + + class Land_dulni_bs: Residential { + lootPos[] = {{2.76758,2.70068,-1.75205},{2.34668,-1.28564,-1.75205},{-0.478516,-2.64844,-1.75205},{-0.53418,3.11133,-1.75205}}; + }; + class land_bunka: Office { + lootPos[] = {{1.83496,0.451172,-1.51244},{-2.04492,2.11377,-1.51245},{3.07324,2.41675,-1.51245}}; + }; + class land_pozorovatelna: Military { + lootPos[] = {{-2.36328,-2.79248,-2.49767},{3.11426,-2.92969,-2.49767},{0.740234,2.47852,-2.49767},{-1.67578,-2.50049,7.54509},{-1.23047,1.90283,7.54509},{2.88477,2.08496,7.54509},{2.61426,-2.48096,7.54509},{0.491211,-0.290527,7.54509}}; + }; + class land_panelova3: Residential { + lootPos[] = {{-0.0615234,2.92871,0.0510063},{6.44482,-0.967773,0.0510063},{6.26807,-3.85547,0.0510063},{-0.0327148,-5.30273,0.0510063}}; + }; + class land_vysoky2: Residential { + lootPos[] = {{6.74121,-2.95508,-15.7673},{6.63232,4.17676,-15.7673},{0.72998,-2.63574,-15.7051},{1.1958,0.116211,-15.6513},{2.84131,2.35742,13.1248},{-0.51123,2.16699,13.1248},{4.37012,0.773438,13.1248},{9.61328,13.2432,13.1248},{6.39307,-12.292,13.1248}}; + }; + class land_vysoky1: Residential { + lootPos[] = {{-6.74414,5.46875,13.2833},{0.54541,4.38379,13.2833},{10.9004,1.47949,13.2833},{6.0415,-13.4297,13.2833},{1.12744,-2.39258,13.2833}}; + }; + class land_hotel_p2: Residential { + lootPos[] = {{-3.26953,3.02783,-7.29951},{4.04395,-1.92188,-7.29951},{9.48145,0.459473,-7.32974},{1.53711,0.0078125,6.06893},{4.5332,0.862305,6.06893},{4.73438,-3.63232,6.06893}}; + }; + class land_hotel_p1: Residential { + lootPos[] = {{-12.1006,-3.29248,-4.92428},{-3.09375,-1.66357,-4.92429},{-1.78125,3.53271,-4.92429},{-5.97852,3.80273,-4.92428},{13.8809,1.77246,-1.39091},{13.751,-9.81104,-1.39091},{12.1787,0.0078125,-3.22923}}; + }; + class land_trubice: Industrial { + lootPos[] = {{-2.36719,2.7627,2.59438},{5.82715,3.01563,2.59438},{1.57617,0.709961,2.59438}}; + }; + class land_dlouhy1: Residential { + lootPos[] = {{-6.40918,-0.21875,-9.60495},{-12.395,2.47559,-9.60091},{1.38428,3.15332,-9.61021},{1.91748,8.89746,-9.61057},{-6.90918,8.53027,-9.60461},{-12.3315,8.00195,-9.60096},{-17.9946,9.73926,-9.59713},{-9.91797,5.16699,-9.60259},{6.95801,9.37988,-9.61397},{4.39404,7.64941,-9.61224},{5.43994,9.80469,-5.09157},{0.418457,-0.611328,-5.09031},{-5.27051,7.41895,-5.08631},{2.20361,8.79004,-5.09157},{-8.93848,6.08301,-5.08698},{-9.49854,11.3086,-5.08437},{9.38232,1.54199,-5.09157},{8.95361,9.74707,-5.09157},{11.436,11.4756,-5.08435}}; + }; + class land_dlouhy2: Residential { + lootPos[] = {{1.73047,5.30957,-9.32314},{-1.38867,-0.568848,-9.31474},{-1.47461,-5.5957,-9.3145}}; + }; + class land_jzd_kr2: Farm { + lootPos[] = {{1.92139,-4.90527,-6.17321},{0.709961,5.00488,-6.17321},{1.8623,7.37109,1.40623},{3.00684,-3.30566,1.41873},{-3.0625,-3.38477,-2.05339},{-2.62646,10.8418,-2.05339}}; + }; + class land_jzd_kr1: Farm { + lootPos[] = {{-1.04834,-3.67578,-6.27279},{1.63818,0.775391,-6.27279},{-1.41992,5.10449,-6.27279},{-0.993164,2.94629,-2.15298},{0.717285,-3.79688,-2.15298}}; + }; + class land_jzd_stodola2: Farm { + lootPos[] = {{8.15527,11.8477,-2.0262},{5.5127,5.6377,-2.0262},{-4.16113,3.67383,-2.0262},{7.53223,-14.4741,-2.0262},{1.16992,0.390625,1.31123}}; + }; + class land_jzd_stodola1: Farm { + lootPos[] = {{-3.81592,-11.418,-2.0262},{1.73877,-6.20605,-2.0262},{-4.13477,-0.265625,-2.0262},{-1.04883,0.180664,-2.0262}}; + }; + class land_jzd_silo_tes: Industrial { + lootPos[] = {{2.74902,6.52246,0.214748},{11.5796,5.20703,0.214748},{5.72949,0.644531,0.21475},{10.6719,-6.1416,0.214748},{0.97998,-2.64844,0.214373},{3.22168,-7.55664,0.214746},{-2.62695,-0.580078,10.224}}; + }; + class land_rozvodna: Residential { + lootPos[] = {{-6.8208,-1.58789,-0.369419}}; + }; + class land_jzd_4silka: Industrial { + lootPos[] = {{0.551758,-5.24219,1.64133},{0.224609,1.37646,1.64133},{3.04492,0.456055,1.64133},{4.31641,5.94189,5.51407},{-3.53125,-5.80127,5.51407}}; + }; + class land_jzd_bezstrechy: Residential { + lootPos[] = {{-10.4614,-2.97461,-5.22504},{0.170898,0.177734,-5.22504},{-0.368652,-3.34668,-5.22504},{0.905762,2.52344,-5.22504},{0.802246,2.12305,-0.40476},{1.05615,1.88574,-3.01179},{8.00244,0.787109,-5.22504}}; + }; + class land_AII_last_floor: MilitarySpecial { + lootPos[] = {{-1.73975,-7.99756,11.6976},{-1.73975,-7.99756,11.6976},{-1.20801,5.45605,4.6129},{-3.82813,2.81494,5.46183}}; + }; + class land_AII_middle_floor: MilitarySpecial { + lootPos[] = {{-7.64941,4.97412,0.510368},{-7.7207,5.10498,0.510216},{-7.27979,-0.931152,0.518509},{8.47461,-2.3252,-4.63377},{9.20508,0.508301,-4.63377},{4.36768,3.7998,-4.63377},{-0.669434,2.74805,-4.63377},{-10.3594,5.03516,-4.63377},{-13.9766,9.10059,-4.63377},{-8.021,1.22314,-4.63377},{6.07227,-2.64551,-4.63377},{-8.75293,8.79297,-2.10379}}; + }; + class land_x_skladiste_low_tex: Industrial { + lootPos[] = {{-8.12354,-0.32373,-2.85032},{-2.31592,-4.27539,-2.5975},{8.15527,-6.89307,-2.5975},{0.398926,4.80029,-2.82628},{-6.0249,-7.64355,-2.85032}}; + }; + class Land_budova4_winter: MilitarySpecial { + lootPos[] = {{-7.73389,0.300049,-1.09824},{-7.7666,1.97388,-1.09824},{-5.85645,1.92651,-1.09824},{-4.82373,0.194336,-1.09824},{-4.82715,-2.00244,-1.09824},{-8.09766,-2.28149,-1.09824},{-3.06787,2.24805,-1.09824},{-1.65283,-1.91821,-1.09824},{-1.41309,-0.034668,-1.09824},{0.266602,1.76807,-1.09824},{1.28369,0.289307,-1.09824},{1.81982,-2.28687,-1.09824},{4.37549,2.14941,-1.09824},{5.61865,1.71338,-1.09824},{5.06787,-1.74316,-1.09824},{2.54785,2.33716,-1.09824}}; + }; + class land_domek_podhradi_1: Residential { + lootPos[] = {{5.20862,3.45215,-2.7391},{3.04761,1.61621,-2.73912},{2.7594,-1.33691,-2.73915},{-3.32617,4.14404,-2.73909}}; + }; + class land_b_small1: Industrial { + lootPos[] = {{-3.14185,1.36816,-1.50033},{-0.0275879,-1.74707,-1.50033},{-3.59619,-3.18945,-1.50033},{-0.729004,-4.95996,-1.50033}}; + }; + class land_cast1: Industrial { + lootPos[] = {{-5.39551,6.56055,-4.38392},{-5.68555,9.04297,-4.38393},{-5.57251,9.08203,-4.38393},{-3.05396,14.5527,-4.38392},{2.97681,13.9014,-4.38392},{-0.227783,11.8418,-4.38393},{1.44995,3.27246,-3.50372},{2.53198,-5.45508,-3.5118},{-4.85596,-2.20898,-3.4266},{1.04224,0.729492,-1.06585}}; + }; + class land_vstup: Military { + lootPos[] = {{-11.51,-2.64844,-1.53312},{-6.24463,-2.85059,-1.53312},{-1.16992,-2.84961,-1.53312},{2.70898,-2.85059,-1.53312}}; + }; + class land_panelova: Industrial { + lootPos[] = {{16,-14.6357,-4.04666},{3.79102,1.25659,-4.08966},{-15.4639,-8.38086,-4.08966},{-14.3535,-0.195313,-4.08966},{-1.61719,-12.8313,-4.08966},{15.4287,-4.25635,3.37273},{9.19336,-14.6272,3.37141},{5.80957,9.09253,3.37141},{9.95508,9.7937,3.37141},{-8.11523,-2.98291,3.34401},{-15.2598,-8.56641,3.34401}}; + }; + class land_garaze: Industrial { + lootPos[] = {{-0.00292969,-7.72925,-2.12658},{3.7334,1.02759,-2.12658},{3.2793,6.28857,-2.12658},{6.72949,7.34131,-2.12658},{1.68848,-3.91479,-2.12658}}; + }; + class land_seb_bouda3: Industrial { + lootPos[] = {{2.63574,-3.0332,-1.72872},{-2.71875,-5.08691,-1.72873},{-3.00293,-1.50781,-1.72877},{-2.91357,3.86328,-1.72876},{3.12891,3.01563,-1.72879}}; + }; + class Land_bouda2_vnitrek: Residential { + lootPos[] = {{2.33496,0.372559,-0.610508},{-0.845703,2.32129,-0.610506},{-3.27344,-2.27295,-0.610508}}; + }; + class land_f_b2: Industrial { + lootPos[] = {{1.58398,0.899414,-4.24147},{-1.33301,-0.991211,-4.24147},{1.91113,-1.68262,-4.24147}}; + }; + class land_bud2: Industrial { + lootPos[] = {{-2.32031,-1.25,-1.76814},{-1.58008,-2.3125,-1.77484}}; + }; + class land_senik: Residential { + lootPos[] = {{-4.56445,-2.97705,-4.13721},{13.1641,-6.80127,-4.28022},{-4.23242,-0.213379,-4.1315},{-3.44043,4.7998,-4.12115},{-7.64453,3.81445,-4.12319},{-14.0889,-5.66602,-4.14276},{-1.25977,-3.44336,-4.13817}}; + }; + class land_zd_1: Residential { + lootPos[] = {{2.14258,3.37402,-3.67255},{-1.60645,-3.25098,-3.67255},{0.649902,-2.38086,-3.67255},{-1.16113,1.41406,-3.67255},{2.88721,-2.80078,-3.67255},{-4.45117,-3.0127,-4.04225},{-5.94385,3.13867,-4.04225}}; + }; + class Land_dum_ras: Residential { + lootPos[] = {{-1.53223,3.34424,-2.66958},{1.36621,-0.507813,-2.66958},{0.860352,3.72705,0.272604},{-0.767578,-1.96289,0.272604},{-0.27832,-3.96045,0.272604}}; + }; + class land_kostelik_final_2122: Church { + lootPos[] = {{5.41992,-3.45703,-5.57918},{-0.963379,4.74414,-5.57919},{1.09082,-2.79297,-5.57919},{-1.39063,-5.18555,-5.57918}}; + }; + class land_plynom: Residential { + lootPos[] = {{1.07568,-0.65625,2.21929},{-0.184082,-1.46973,2.21929},{-1.24854,-0.0126953,2.21929},{1.1377,-0.887695,-2.60304},{-1.3877,0.386719,-2.60304},{-0.822754,-1.33398,-2.60304}}; + }; + class land_seb_mine_main_opt: Industrial { + lootPos[] = {{0.590332,4.68115,-0.991421},{-1.86768,4.13525,-0.992432},{0.14209,2.53271,-0.995407},{-3.43457,2.68115,-0.995136},{-3.01416,2.59521,-5.08478},{0.776855,-2.89209,-5.11486},{-6.06885,3.33838,7.8684},{-6.38086,-2.05469,7.8684},{-1.7251,-3.09668,7.8684},{-5.64111,-0.92334,14.6913},{-6.23584,2.76465,14.6913}}; + }; + class land_seb_mine_near: Industrial { + lootPos[] = {{7.87646,-5.52881,-8.8979},{9.02979,-5.5918,-8.8979},{4.37451,-7.10156,-8.8979}}; + }; + class land_x_vez_tex: Residential { + lootPos[] = {{0.433105,-1.02734,-0.273926},{1.00391,3.02197,-0.272713},{1.36426,0.449219,-0.273571},{-1.89795,3.22168,-0.27232},{-5.00537,-3.64307,-0.274128}}; + }; + class land_marsh1: Residential { + lootPos[] = {{3.76953,-5.73193,-3.95897},{-0.986816,-4.26074,-3.95897},{2.52637,0.376465,-3.95897},{4.78955,2.92969,-3.95897},{4.56543,6.82227,-3.95897},{-2.88184,4.24121,-4.01684}}; + }; + class land_molovabud1: Industrial { + lootPos[] = {{-2.4458,2.20703,1.27995},{-4.68164,1.95508,1.27995},{-7.92822,6.29199,1.27995},{-1.81055,-1.29199,1.56745}}; + }; + class land_f_b1: Industrial { + lootPos[] = {{-4.45996,-2.84619,-2.21533},{-1.81152,-5.01123,-2.21533},{-5.32227,-5.21875,-2.21533}}; + }; + class land_seb_bouda1: Residential { + lootPos[] = {{2.49316,-2.44238,1.13067},{-0.645996,-2.44824,1.13067},{-0.924316,-0.460938,0.573963},{-2.89697,1.9043,0.571716},{2.80566,1.2334,-3.28989},{-2.38672,-0.893555,-3.28989},{-2.7666,2.41699,-3.28989}}; + }; + + // Panthera + class Land_sara_stodola: Farm { + lootPos[] = {{5.01367,3.33118,-2.19523},{2.51758,1.05737,-2.19523},{-1.30957,-1.02954,-2.19523},{-4.24414,4.0238,-2.19523},{5.16211,-0.661621,-2.19523}}; + }; + class land_cihlovej_dum_mini: Residential { + lootPos[] = {{-2.4646,-0.78418,-2.86942},{-1.75586,2.88525,-2.86942},{2.76587,2.08154,-2.86942},{1.96265,-1.98877,-2.86942},{0.0109863,0.876465,-2.86942},{0.116455,3.05762,-2.86942}}; + }; + class Land_hruzdum: Residential { + lootPos[] = {{-1.67188,3.71826,-4.72847},{-2.52295,-1.02246,-1.16867},{-1.94971,1.22021,1.5983}}; + lootPosZombie[] = {{-1.66382,-1.14795,-3.82291},{-2.79248,3.60742,-0.251995}}; + lootPosSmall[] = {{-2.84448,0.796875,2.35386},{2.79614,3.2666,-1.15755},{-3.03979,2.35303,-4.72847}}; + }; + class Land_cihlovej_dum_in: Residential { + lootPos[] = {{-0.0117188,0.0441895,-1.81473},{-1.76758,2.24805,-1.8147},{-2.88965,-1.64795,-1.8147},{1.84277,-2.07983,-1.81471},{1.58691,-1.3374,-5.27588},{1.22852,2.57324,-5.27588}}; + }; + +}; diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp new file mode 100644 index 000000000..41dff0791 --- /dev/null +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp @@ -0,0 +1,541 @@ +class CfgLootSmall { + trash[] = { + { + "TrashTinCan", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemTrashToiletpaper", + "ItemTrashRazor" + }, + { + 0.5, + 0.05, + 0.25, + 0.10, + 0.1 + } + }; + civilian[] = { + { + "FoodCanUnlabeled", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "8Rnd_9x18_Makarov", + "7Rnd_45ACP_1911", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "ItemBandage", + "ItemPainkiller", + "FoodBioMeat", + "8Rnd_9x18_MakarovSD" + }, + { + 0.07, + 0.09, + 0.09, + 0.1, + 0.09, + 0.05, + 0.05, + 0.05, + 0.05, + 0.07, + 0.05, + 0.05, + 0.05, + 0.06, + 0.06, + 0.01, + 0.01 + } + }; + office2[] = { + { + "FoodCanUnlabeled", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "8Rnd_9x18_Makarov", + "7Rnd_45ACP_1911", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "ItemBandage", + "ItemPainkiller", + "FoodBioMeat", + "8Rnd_9x18_MakarovSD" + }, + { + 0.07, + 0.09, + 0.09, + 0.09, + 0.09, + 0.05, + 0.05, + 0.05, + 0.05, + 0.07, + 0.05, + 0.05, + 0.05, + 0.06, + 0.06, + 0.01, + 0.01 + } + }; + food[] = { + { + //trash + "TrashTinCan", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "FoodCanUnlabeled", + // food Bags + "FoodPistachio", + "FoodNutmix" + }, + { + //trash + 0.09, + 0.12, + 0.12, + 0.09, + 0.11, + 0.07, + 0.07, + 0.07, + 0.07, + 0.1, + // food Bags + 0.05, + 0.04 + } + }; + office[] = { + { + "FoodCanUnlabeled", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "TrashJackDaniels", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "ItemWaterbottleUnfilled", + "ItemWaterbottle", + "ItemBandage", + "7Rnd_45ACP_1911", + "5x_22_LR_17_HMR", + "10x_303", + "6Rnd_45ACP", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "8Rnd_9x18_Makarov", + "15Rnd_W1866_Slug", + "WoodenArrow", + "HandRoadFlare", + "ItemPainkiller", + "HandChemGreen", + "HandChemBlue", + "HandChemRed", + "ItemHeatPack" + }, + { + 0.06, + 0.06, + 0.06, + 0.04, + 0.04, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.08, + 0.03, + 0.01, + 0.04, + 0.04, + 0.05, + 0.05, + 0.09, + 0.02, + 0.04, + 0.07, + 0.02, + 0.01, + 0.03, + 0.03, + 0.03 + } + }; + generic[] = { + { + "FoodCanUnlabeled", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "TrashJackDaniels", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "ItemWaterbottleUnfilled", + "ItemWaterbottle", + "ItemBandage", + "7Rnd_45ACP_1911", + "5x_22_LR_17_HMR", + "10x_303", + "6Rnd_45ACP", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "8Rnd_9x18_Makarov", + "15Rnd_W1866_Slug", + "WoodenArrow", + "HandRoadFlare", + "ItemPainkiller", + "HandChemGreen", + "HandChemBlue", + "HandChemRed", + "ItemHeatPack" + }, + { + 0.06, + 0.06, + 0.06, + 0.04, + 0.04, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.11, + 0.03, + 0.01, + 0.04, + 0.04, + 0.05, + 0.05, + 0.09, + 0.02, + 0.04, + 0.07, + 0.02, + 0.01, + 0.03, + 0.03, + 0.04 + } + }; + medical[] = { + { + "ItemBandage", + "ItemPainkiller", + "ItemMorphine", + "ItemEpinephrine", + "ItemAntibiotic", + "ItemHeatPack" + }, + { + 0.4, + 0.15, + 0.2, + 0.1, + 0.1, + 0.05 + } + }; + hospital[] = { + { + "ItemBandage", + "ItemPainkiller", + "ItemMorphine", + "ItemEpinephrine", + "ItemBloodbag", + "ItemAntibiotic" + }, + { + 0.33, + 0.16, + 0.13, + 0.09, + 0.17, + 0.12 + } + }; + military[] = { + { + "FoodCanUnlabeled", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "ItemBandage", + "ItemAntibiotic", + "ItemPainkiller", + "ItemMorphine", + "30Rnd_556x45_Stanag", + "20Rnd_762x51_DMR", + "17Rnd_9x19_glock17", + "15Rnd_9x19_M9SD", + "15Rnd_9x19_M9", + "30Rnd_762x39_AK47", + "30Rnd_545x39_AK", + "5Rnd_762x51_M24", + "5Rnd_86x70_L115A1", + "8Rnd_B_Beneli_74Slug", + "1Rnd_HE_M203", + "FlareWhite_M203", + "FlareGreen_M203", + "1Rnd_Smoke_M203", + "200Rnd_556x45_M249", + "HandGrenade_west", + "HandGrenade_east", + "SmokeShell", + "SmokeShellRed", + "SmokeShellGreen", + "8Rnd_B_Beneli_Pellets", + "30Rnd_556x45_StanagSD", + "30Rnd_9x19_MP5", + "30Rnd_9x19_MP5SD", + "100Rnd_762x51_M240", + "HandChemGreen", + "HandChemBlue", + "HandChemRed", + "ItemHeatPack", + "8Rnd_9x18_MakarovSD", + "20Rnd_B_765x17_Ball", + "30Rnd_9x19_UZI_SD" + }, + { + 0.09, + 0.04, + 0.01, + 0.01, + 0.04, + 0.04, + 0.04, + 0.01, + 0.04, + 0.04, + 0.05, + 0.01, + 0.02, + 0.04, + 0.04, + 0.01, + 0.01, + 0.04, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.04, + 0.02, + 0.02, + 0.04, + 0.01, + 0.02, + 0.01, + 0.01, + 0.02, + 0.02, + 0.02, + 0.04, + 0.01, + 0.04, + 0.01 + } + }; + policeman[] = { + { + "ItemBandage", + "7Rnd_45ACP_1911", + "6Rnd_45ACP", + "15Rnd_W1866_Slug", + "8Rnd_B_Beneli_Pellets", + "HandRoadFlare", + "8Rnd_9x18_MakarovSD", + "ItemComboLock", + "SmokeShell", + "ItemHotwireKit" + }, + { + 0.3, + 0.08, + 0.08, + 0.14, + 0.17, + 0.08, + 0.01, + 0.05, + 0.04, + 0.01 + } + }; + hunter[] = { + { + "FoodMRE" + }, + { + 0.01 + } + }; + + worker[] = { + { + "FoodCanUnlabeled", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "ItemBandage", + "ItemPainkiller", + "ItemComboLock", + "ItemSledgeHead" + }, + { + 0.09, + 0.10, + 0.10, + 0.11, + 0.10, + 0.06, + 0.06, + 0.06, + 0.06, + 0.1, + 0.06, + 0.04, + 0.02 + } + }; + clothes[] = { + { + "Skin_RU_Policeman_DZ", + "Skin_Pilot_EP1_DZ", + "Skin_Functionary1_EP1_DZ", + "Skin_Priest_DZ", + "Skin_Rocker1_DZ", + "Skin_Rocker2_DZ", + "Skin_Rocker3_DZ", + "Skin_Rocker4_DZ", + "Skin_SurvivorW3_DZ", + "Skin_SurvivorWpink_DZ", + "Skin_SurvivorWurban_DZ" + //"Skin_SurvivorWsequisha_DZ", + //"Skin_SurvivorWsequishaD_DZ", + }, + { + 0.13, + 0.12, + 0.1, + 0.1, + 0.07, + 0.07, + 0.08, + 0.08, + 0.09, + 0.09, + 0.07 + //0.04, + //0.02 + } + }; + militaryclothes[] = { + { + "Skin_Camo1_DZ", + "Skin_Sniper1_DZ", + "Skin_Rocket_DZ", + "Skin_Soldier1_DZ", + "Skin_Drake_Light_DZ", + "Skin_Soldier_TL_PMC_DZ", + "Skin_Soldier_Sniper_PMC_DZ", + "Skin_Soldier_Bodyguard_AA12_PMC_DZ", + "Skin_CZ_Special_Forces_GL_DES_EP1_DZ", + "Skin_FR_OHara_DZ", + "Skin_FR_Rodriguez_DZ", + "Skin_CZ_Soldier_Sniper_EP1_DZ", + "Skin_Graves_Light_DZ" + }, + { + 0.1, + 0.08, + 0.05, + 0.13, + 0.07, + 0.07, + 0.05, + 0.07, + 0.08, + 0.08, + 0.09, + 0.04, + 0.09 + } + }; + specialclothes[] = { + { + "Skin_Ins_Soldier_GL_DZ", + "Skin_GUE_Commander_DZ", + "Skin_Bandit1_DZ", + "Skin_Bandit2_DZ", + "Skin_BanditW1_DZ", + "Skin_BanditW2_DZ", + "Skin_TK_INS_Soldier_EP1_DZ", + "Skin_TK_INS_Warlord_EP1_DZ", + "Skin_SurvivorWcombat_DZ", + "Skin_SurvivorWdesert_DZ", + "Skin_GUE_Soldier_MG_DZ", + "Skin_GUE_Soldier_Sniper_DZ", + "Skin_GUE_Soldier_Crew_DZ", + "Skin_GUE_Soldier_CO_DZ", + "Skin_GUE_Soldier_2_DZ" + }, + { + 0.1, + 0.08, + 0.13, + 0.06, + 0.07, + 0.07, + 0.05, + 0.07, + 0.08, + 0.08, + 0.05, + 0.04, + 0.04, + 0.04, + 0.04 + } + }; +}; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp new file mode 100644 index 000000000..fd9b23412 --- /dev/null +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp @@ -0,0 +1,752 @@ +#include "CfgLootSmall.hpp" + +class CfgLoot { + trash[] = { + { + "TrashTinCan", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemTrashToiletpaper", + "ItemTrashRazor" + }, + { + 0.5, + 0.05, + 0.25, + 0.10, + 0.1 + } + }; + civilian[] = { + { + "FoodCanUnlabeled", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "8Rnd_9x18_Makarov", + "7Rnd_45ACP_1911", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "ItemBandage", + "ItemPainkiller", + "FoodBioMeat", + "8Rnd_9x18_MakarovSD", + "ItemDocument" + }, + { + 0.07, + 0.08, + 0.09, + 0.09, + 0.09, + 0.05, + 0.05, + 0.05, + 0.05, + 0.07, + 0.05, + 0.05, + 0.05, + 0.06, + 0.06, + 0.01, + 0.01, + 0.02 + } + }; + office2[] = { + { + "FoodCanUnlabeled", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "8Rnd_9x18_Makarov", + "7Rnd_45ACP_1911", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "ItemBandage", + "ItemPainkiller", + "FoodBioMeat", + "8Rnd_9x18_MakarovSD", + "ItemBriefcaseEmpty", + "ItemDocument" + }, + { + 0.07, + 0.08, + 0.08, + 0.09, + 0.09, + 0.05, + 0.05, + 0.05, + 0.05, + 0.07, + 0.05, + 0.05, + 0.05, + 0.06, + 0.06, + 0.01, + 0.01, + 0.01, + 0.02 + } + }; + food[] = { + { + //trash + "TrashTinCan", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "FoodCanUnlabeled", + // food Bags + "FoodPistachio", + "FoodNutmix" + }, + { + //trash + 0.09, + 0.12, + 0.12, + 0.09, + 0.11, + 0.07, + 0.07, + 0.07, + 0.07, + 0.1, + // food Bags + 0.05, + 0.04 + } + }; + office[] = { + { + "FoodCanUnlabeled", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "TrashJackDaniels", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "ItemWaterbottleUnfilled", + "ItemWaterbottle", + "ItemBandage", + "7Rnd_45ACP_1911", + "5x_22_LR_17_HMR", + "10x_303", + "6Rnd_45ACP", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "8Rnd_9x18_Makarov", + "15Rnd_W1866_Slug", + "WoodenArrow", + "HandRoadFlare", + "ItemPainkiller", + "HandChemGreen", + "HandChemBlue", + "HandChemRed", + "ItemHeatPack", + "ItemLockbox", + "ItemDocument" + }, + { + 0.06, + 0.06, + 0.06, + 0.04, + 0.04, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.07, + 0.03, + 0.01, + 0.04, + 0.04, + 0.05, + 0.05, + 0.08, + 0.02, + 0.04, + 0.07, + 0.02, + 0.01, + 0.03, + 0.03, + 0.03, + 0.04, + 0.02 + } + }; + generic[] = { + { + "FoodCanUnlabeled", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "TrashJackDaniels", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "ItemWaterbottleUnfilled", + "ItemWaterbottle", + "ItemBandage", + "7Rnd_45ACP_1911", + "5x_22_LR_17_HMR", + "10x_303", + "6Rnd_45ACP", + "2Rnd_shotgun_74Slug", + "2Rnd_shotgun_74Pellets", + "8Rnd_9x18_Makarov", + "15Rnd_W1866_Slug", + "WoodenArrow", + "HandRoadFlare", + "ItemPainkiller", + "HandChemGreen", + "HandChemBlue", + "HandChemRed", + "ItemHeatPack" + }, + { + 0.06, + 0.06, + 0.06, + 0.04, + 0.04, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.11, + 0.03, + 0.01, + 0.04, + 0.04, + 0.05, + 0.05, + 0.09, + 0.02, + 0.04, + 0.07, + 0.02, + 0.01, + 0.03, + 0.03, + 0.04 + } + }; + medical[] = { + { + "ItemBandage", + "ItemPainkiller", + "ItemMorphine", + "ItemEpinephrine", + "ItemAntibiotic", + "ItemHeatPack" + }, + { + 0.4, + 0.15, + 0.2, + 0.1, + 0.1, + 0.05 + } + }; + hospital[] = { + { + "ItemBandage", + "ItemPainkiller", + "ItemMorphine", + "ItemEpinephrine", + "ItemBloodbag", + "ItemAntibiotic" + }, + { + 0.33, + 0.16, + 0.13, + 0.09, + 0.17, + 0.12 + } + }; + military[] = { + { + "FoodCanUnlabeled", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "ItemBandage", + "ItemAntibiotic", + "ItemPainkiller", + "ItemMorphine", + "30Rnd_556x45_Stanag", + "20Rnd_762x51_DMR", + "17Rnd_9x19_glock17", + "15Rnd_9x19_M9SD", + "15Rnd_9x19_M9", + "30Rnd_762x39_AK47", + "30Rnd_545x39_AK", + "5Rnd_762x51_M24", + "5Rnd_86x70_L115A1", + "8Rnd_B_Beneli_74Slug", + "1Rnd_HE_M203", + "FlareWhite_M203", + "FlareGreen_M203", + "1Rnd_Smoke_M203", + "200Rnd_556x45_M249", + "HandGrenade_west", + "HandGrenade_east", + "SmokeShell", + "SmokeShellRed", + "SmokeShellGreen", + "8Rnd_B_Beneli_Pellets", + "30Rnd_556x45_StanagSD", + "30Rnd_9x19_MP5", + "30Rnd_9x19_MP5SD", + "100Rnd_762x51_M240", + "HandChemGreen", + "HandChemBlue", + "HandChemRed", + "ItemHeatPack", + "FoodMRE", + "8Rnd_9x18_MakarovSD", + "20Rnd_B_765x17_Ball", + "30Rnd_9x19_UZI_SD", + "ItemDocument" + }, + { + 0.07, + 0.04, + 0.01, + 0.01, + 0.04, + 0.04, + 0.04, + 0.01, + 0.04, + 0.04, + 0.05, + 0.01, + 0.02, + 0.04, + 0.04, + 0.01, + 0.01, + 0.04, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.04, + 0.02, + 0.02, + 0.04, + 0.01, + 0.02, + 0.01, + 0.01, + 0.02, + 0.02, + 0.02, + 0.04, + 0.03, + 0.01, + 0.04, + 0.01, + 0.02 + } + }; + militarypilot[] = { + { + "FoodCanUnlabeled", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "ItemBandage", + "ItemAntibiotic", + "ItemPainkiller", + "ItemMorphine", + "30Rnd_556x45_Stanag", + "20Rnd_762x51_DMR", + "17Rnd_9x19_glock17", + "15Rnd_9x19_M9SD", + "15Rnd_9x19_M9", + "30Rnd_762x39_AK47", + "30Rnd_545x39_AK", + "5Rnd_762x51_M24", + "5Rnd_86x70_L115A1", + "8Rnd_B_Beneli_74Slug", + "1Rnd_HE_M203", + "FlareWhite_M203", + "FlareGreen_M203", + "1Rnd_Smoke_M203", + "200Rnd_556x45_M249", + "HandGrenade_west", + "HandGrenade_east", + "SmokeShell", + "SmokeShellRed", + "SmokeShellGreen", + "8Rnd_B_Beneli_Pellets", + "30Rnd_556x45_StanagSD", + "30Rnd_9x19_MP5", + "30Rnd_9x19_MP5SD", + "100Rnd_762x51_M240", + "HandChemGreen", + "HandChemBlue", + "HandChemRed", + "ItemHeatPack", + "FoodMRE", + "8Rnd_9x18_MakarovSD", + "20Rnd_B_765x17_Ball", + "30Rnd_9x19_UZI_SD", + "ItemHotwireKit" + }, + { + 0.07, + 0.04, + 0.01, + 0.01, + 0.04, + 0.04, + 0.04, + 0.01, + 0.04, + 0.04, + 0.05, + 0.01, + 0.02, + 0.04, + 0.04, + 0.01, + 0.01, + 0.04, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.04, + 0.02, + 0.02, + 0.04, + 0.01, + 0.02, + 0.01, + 0.01, + 0.02, + 0.02, + 0.02, + 0.04, + 0.03, + 0.01, + 0.04, + 0.01, + 0.02 + } + }; + policeman[] = { + { + "ItemBandage", + "7Rnd_45ACP_1911", + "6Rnd_45ACP", + "15Rnd_W1866_Slug", + "8Rnd_B_Beneli_Pellets", + "HandRoadFlare", + "8Rnd_9x18_MakarovSD", + "ItemComboLock", + "SmokeShell", + "FoodMRE", + "ItemHotwireKit", + "ItemDocument" + }, + { + 0.3, + 0.08, + 0.08, + 0.14, + 0.17, + 0.08, + 0.01, + 0.05, + 0.04, + 0.04, + 0.01, + 0.02 + } + }; + hunter[] = { + { + "ItemBandage", + "5x_22_LR_17_HMR", + "7Rnd_45ACP_1911", + "10x_303", + "ItemWaterbottleUnfilled", + "WoodenArrow", + "ItemHeatPack", + "FoodMRE", + "FoodNutmix", + "ItemDocument" + }, + { + 0.4, + 0.15, + 0.03, + 0.1, + 0.05, + 0.2, + 0.02, + 0.01, + 0.02, + 0.02 + } + }; + + worker[] = { + { + "FoodCanUnlabeled", + "TrashJackDaniels", + "ItemSodaEmpty", + "ItemSodaCoke", + "ItemSodaPepsi", + "FoodCanBakedBeans", + "FoodCanSardines", + "FoodCanFrankBeans", + "FoodCanPasta", + "ItemBandage", + "ItemPainkiller", + "ItemWire", + "ItemTankTrap", + "ItemComboLock", + "ItemSledgeHead", + "ItemDocument" + }, + { + 0.09, + 0.09, + 0.10, + 0.10, + 0.10, + 0.06, + 0.06, + 0.06, + 0.06, + 0.1, + 0.06, + 0.01, + 0.03, + 0.04, + 0.02, + 0.02 + } + }; + + clothes[] = { + { + "Skin_RU_Policeman_DZ", + "Skin_Pilot_EP1_DZ", + "Skin_Functionary1_EP1_DZ", + "Skin_Priest_DZ", + "Skin_Rocker1_DZ", + "Skin_Rocker2_DZ", + "Skin_Rocker3_DZ", + "Skin_Rocker4_DZ", + "Skin_SurvivorW3_DZ", + "Skin_SurvivorWpink_DZ", + "Skin_SurvivorWurban_DZ", + "Skin_INS_Bardak_DZ", + "Skin_INS_Worker2_DZ", + }, + { + 0.11, + 0.1, + 0.1, + 0.1, + 0.07, + 0.07, + 0.08, + 0.08, + 0.09, + 0.09, + 0.07, + 0.02, + 0.02 + } + }; + militaryclothes[] = { + { + "Skin_Camo1_DZ", + "Skin_Sniper1_DZ", + "Skin_Rocket_DZ", + "Skin_Soldier1_DZ", + "Skin_Drake_Light_DZ", + "Skin_Soldier_TL_PMC_DZ", + "Skin_Soldier_Sniper_PMC_DZ", + "Skin_Soldier_Bodyguard_AA12_PMC_DZ", + "Skin_CZ_Special_Forces_GL_DES_EP1_DZ", + "Skin_FR_OHara_DZ", + "Skin_FR_Rodriguez_DZ", + "Skin_CZ_Soldier_Sniper_EP1_DZ", + "Skin_Graves_Light_DZ", + "Skin_INS_Soldier_AR_DZ", + "Skin_INS_Soldier_CO_DZ" + }, + { + 0.09, + 0.08, + 0.05, + 0.1, + 0.07, + 0.07, + 0.05, + 0.07, + 0.08, + 0.08, + 0.09, + 0.04, + 0.09, + 0.02, + 0.02 + } + }; + specialclothes[] = { + { + "Skin_Ins_Soldier_GL_DZ", + "Skin_GUE_Commander_DZ", + "Skin_Bandit1_DZ", + "Skin_Bandit2_DZ", + "Skin_BanditW1_DZ", + "Skin_BanditW2_DZ", + "Skin_TK_INS_Soldier_EP1_DZ", + "Skin_TK_INS_Warlord_EP1_DZ", + "Skin_SurvivorWcombat_DZ", + "Skin_SurvivorWdesert_DZ", + "Skin_GUE_Soldier_MG_DZ", + "Skin_GUE_Soldier_Sniper_DZ", + "Skin_GUE_Soldier_Crew_DZ", + "Skin_GUE_Soldier_CO_DZ", + "Skin_GUE_Soldier_2_DZ", + "Skin_TK_Special_Forces_MG_EP1_DZ", + "Skin_TK_Soldier_Sniper_EP1_DZ", + "Skin_TK_Commander_EP1_DZ", + "Skin_RU_Soldier_Crew_DZ", + "Skin_INS_Lopotev_DZ" + }, + { + 0.05, + 0.08, + 0.08, + 0.06, + 0.07, + 0.07, + 0.05, + 0.07, + 0.08, + 0.08, + 0.05, + 0.04, + 0.04, + 0.04, + 0.04, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02 + } + }; + tents[] = { + { + "ItemTentOld", + "ItemTentDomed", + "ItemTentDomed2" + }, + { + 0.34, + 0.33, + 0.33 + } + }; + backpacks[] = { + { + "DZ_Assault_Pack_EP1", // 1-12 + "DZ_Czech_Vest_Puch", // 1-12 + "DZ_TerminalPack_EP1", // 1-15 + "DZ_ALICE_Pack_EP1", // 2-20 + "DZ_TK_Assault_Pack_EP1", // 2-22 + "DZ_CompactPack_EP1" // 2-25 + }, + { + 0.22, + 0.20, + 0.18, + 0.16, + 0.13, + 0.11 + } + }; + militarybackpacks[] = { + { + "DZ_British_ACU", // 3-30 + "DZ_GunBag_EP1", // 3-35 + "DZ_CivilBackpack_EP1", //4-40 + "DZ_Backpack_EP1", //5-50 + "DZ_LargeGunBag_EP1" // 6-60 + }, + { + 0.30, + 0.25, + 0.20, + 0.15, + 0.10 + } + }; + militaryammo[] = { + { + "2000Rnd_762x51_M134", + "29Rnd_30mm_AGS30", + "50Rnd_127x107_DSHKM", + "48Rnd_40mm_MK19", + "100Rnd_127x99_M2" + }, + { + 0.10, + 0.20, + 0.20, + 0.20, + 0.30 + } + }; +}; diff --git a/SQF/dayz_code/Configs/CfgWorlds.hpp b/SQF/dayz_code/Configs/CfgWorlds.hpp deleted file mode 100644 index dbfe0080e..000000000 --- a/SQF/dayz_code/Configs/CfgWorlds.hpp +++ /dev/null @@ -1,7442 +0,0 @@ -class CfgWorlds { - class DefaultWorld { - class Weather; // External class reference - }; - - class CAWorld : DefaultWorld { - class Grid {}; - class DayLightingBrightAlmost; // External class reference - class DayLightingRainy; // External class reference - class DefaultClutter; // External class reference - - class Weather : Weather { - class Lighting; // External class reference - }; - }; - class DefaultLighting; // External class reference - - class Chernarus : CAWorld { - access = ReadOnlyVerified; - worldId = 4; - cutscenes[] = {"ChernarusIntro1"}; - description = $STR_DN_CHERNARUS; - icon = ""; - worldName = "\ca\chernarus\chernarus.wrp"; - pictureMap = ""; - pictureShot = "\ca\chernarus\data\ui_selectisland_chernarus_ca.paa"; - plateFormat = "ML$ - #####"; - plateLetters = ABCDEGHIKLMNOPRSTVXZ; - longitude = 30; // positive is east - latitude = -45; // positive is south - - class OutsideTerrain { - satellite = "ca\CHERNARUS\data\s_satout_co.paa"; - enableTerrainSynth = 1; - - class Layers { - class Layer0 { - nopx = "ca\CHERNARUS\data\cr_trava1_detail_nopx.paa"; - texture = "ca\CHERNARUS\data\cr_trava1_detail_co.paa"; - }; - }; - }; - - class Grid : Grid { - offsetX = 0; - offsetY = 0; - - class Zoom1 { - zoomMax = 0.15; - format = "XY"; - formatX = 000; - formatY = 000; - stepX = 100; - stepY = 100; - }; - - class Zoom2 { - zoomMax = 0.85; - format = "XY"; - formatX = "00"; - formatY = "00"; - stepX = 1000; - stepY = 1000; - }; - - class Zoom3 { - zoomMax = 1e+030; - format = "XY"; - formatX = "0"; - formatY = "0"; - stepX = 10000; - stepY = 10000; - }; - }; - startTime = 9:20; - startDate = 11/10/2008; - startWeather = 0.25; - startFog = 0.0; - forecastWeather = 0.25; - forecastFog = 0.0; - centerPosition[] = {7100, 7750, 300}; - seagullPos[] = {1272.84, 150.0, 14035}; - ilsPosition[] = {4887.5, 9660}; - ilsDirection[] = {0.5075, 0.08, -0.8616}; - ilsTaxiIn[] = {4785.21, 10174.3, 5024.9, 9759.07, 5027.38, 9737.02, 5015.33, 9721.14, 4928.96, 9670.51, 4906.1, 9664.37, 4880.94, 9673.65}; - ilsTaxiOff[] = {4671, 10038, 4195.5, 10862, 4201.01, 10885.8, 4218.54, 10899.8, 4304.68, 10950.2, 4324.96, 10953.7, 4345.75, 10938.9, 4785.21, 10174.3}; - drawTaxiway = 1; - - class SecondaryAirports { - class ChernarusAirstrip1 { - ilsPosition[] = {12461, 12585}; - ilsDirection[] = {0.9396, 0.08, -0.342}; - ilsTaxiIn[] = {12125.9, 12669.3, 12435.5, 12562.1, 12442, 12561, 12447, 12564, 12453.3, 12575.2, 12454.3, 12581, 12451.4, 12586}; - ilsTaxiOff[] = {12204.4, 12681.9, 11812.1, 12824.1, 11804.1, 12824.4, 11797.8, 12818.8, 11790.9, 12801.5, 11790.6, 12793.6, 11796.6, 12788.6, 12125.9, 12669.3}; - drawTaxiway = 0; - }; - - class ChernarusAirstrip2 { - ilsPosition[] = {5223, 2220.5}; - ilsDirection[] = {0.866, 0.08, -0.5}; - ilsTaxiIn[] = {5009.9, 2374.2, 5240.3, 2243.2, 5243.3, 2238.4, 5242.7, 2232.1, 5235.9, 2221.1, 5229.7, 2216.6, 5221.5, 2217.3}; - ilsTaxiOff[] = {5070, 2308, 4640.8, 2551.9, 4638.3, 2557, 4639.3, 2563.3, 4646.5, 2573.9, 4651.3, 2578.5, 4658.5, 2577.9, 5009.9, 2374.2}; - drawTaxiway = 0; - }; - }; - - class ReplaceObjects {}; - - class Sounds { - sounds[] = {}; - }; - - class Animation { - vehicles[] = {}; - }; - - class Lighting : DefaultLighting { - groundReflection[] = {0.06, 0.06, 0.03}; - }; - - class DayLightingBrightAlmost : DayLightingBrightAlmost { - deepNight[] = {-15, {0.05, 0.05, 0.06}, {0.001, 0.001, 0.002}, {0.02, 0.02, 0.05}, {0.003, 0.003, 0.003}, {0.0001, 0.0001, 0.0002}, {0.0001, 0.0001, 0.0002}, 0}; - fullNight[] = {-5, {0.05, 0.05, 0.05}, {0.02, 0.02, 0.02}, {0.04, 0.04, 0.04}, {0.04, 0.04, 0.04}, {0.01, 0.01, 0.02}, {0.08, 0.06, 0.06}, 0}; - sunMoon[] = {-3.75, {0.045, 0.04, 0.04}, {0.04, 0.04, 0.04}, {0.045, 0.04, 0.04}, {0.04, 0.04, 0.04}, {0.04, 0.035, 0.04}, {0.1, 0.08, 0.09}, 0.5}; - earlySun[] = {-2.5, {0.12, 0.1, 0.1}, {0.08, 0.06, 0.07}, {0.12, 0.1, 0.1}, {0.08, 0.06, 0.07}, {0.08, 0.07, 0.08}, {0.1, 0.1, 0.12}, 1}; - sunrise[] = {0, {{0.7, 0.45, 0.45}, 5.16+(-4)}, {{0.07, 0.09, 0.12}, 4.0+(-4)}, {{0.6, 0.47, 0.25}, 4.66+(-4)}, {{0.1, 0.09, 0.1}, 4.3+(-4)}, {{0.5, 0.4, 0.4}, 6.49+(-4)}, {{0.88, 0.51, 0.24}, 8.39+(-4)}, 1}; - earlyMorning[] = {3, {{0.65, 0.55, 0.55}, 6.04+(-4)}, {{0.08, 0.09, 0.11}, 4.5+(-4)}, {{0.55, 0.47, 0.25}, 5.54+(-4)}, {{0.1, 0.09, 0.1}, 5.02+(-4)}, {{0.5, 0.4, 0.4}, 7.05+(-4)}, {{0.88, 0.51, 0.24}, 8.88+(-4)}, 1}; - midMorning[] = {8, {{0.98, 0.85, 0.8}, 8.37+(-4)}, {{0.08, 0.09, 0.11}, 6.42+(-4)}, {{0.87, 0.47, 0.25}, 7.87+(-4)}, {{0.09, 0.09, 0.1}, 6.89+(-4)}, {{0.5, 0.4, 0.4}, 8.9+(-4)}, {{0.88, 0.51, 0.24}, 10.88+(-4)}, 1}; - morning[] = {16, {{1, 1, 0.9}, 13.17+(-4)}, {{0.17, 0.18, 0.19}, 10.26+(-4)}, {{1, 1, 0.9}, 12.67+(-4)}, {{0.17, 0.18, 0.19}, 11.71+(-4)}, {{0.15, 0.15, 0.15}, 12.42+(-4)}, {{0.17, 0.17, 0.15}, 14.42+(-4)}, 1}; - noon[] = {45, {{1, 1, 1}, 17+(-4)}, {{1, 1.3, 1.55}, 13.5+(-4)}, {{1, 1, 1}, 15+(-4)}, {{0.36, 0.37, 0.38}, 13.5+(-4)}, {{1, 1, 1}, 16+(-4)}, {{1.0, 1.0, 1}, 17+(-4)}, 1}; - }; - - class DayLightingRainy : DayLightingRainy { - deepNight[] = {-15, {0.0034, 0.0034, 0.004}, {0.003, 0.003, 0.003}, {0.0034, 0.0034, 0.004}, {0.003, 0.003, 0.003}, {0.001, 0.001, 0.002}, {0.001, 0.001, 0.002}, 0}; - fullNight[] = {-5, {0.023, 0.023, 0.023}, {0.02, 0.02, 0.02}, {0.023, 0.023, 0.023}, {0.02, 0.02, 0.02}, {0.01, 0.01, 0.02}, {0.08, 0.06, 0.06}, 0}; - sunMoon[] = {-3.75, {0.04, 0.04, 0.05}, {0.04, 0.04, 0.05}, {0.04, 0.04, 0.05}, {0.04, 0.04, 0.05}, {0.04, 0.035, 0.04}, {0.11, 0.08, 0.09}, 0.5}; - earlySun[] = {-2.5, {0.0689, 0.0689, 0.0804}, {0.06, 0.06, 0.07}, {0.0689, 0.0689, 0.0804}, {0.06, 0.06, 0.07}, {0.08, 0.07, 0.08}, {0.14, 0.1, 0.12}, 0.5}; - earlyMorning[] = {0, {{1, 1, 1}, (-4)+3.95}, {{1, 1, 1}, (-4)+3.0}, {{1, 1, 1}, (-4)+3.95}, {{1, 1, 1}, (-4)+3.0}, {{1, 1, 1}, (-4)+4}, {{1, 1, 1}, (-4)+5.5}, 1}; - morning[] = {5, {{1, 1, 1}, (-4)+5.7}, {{1, 1, 1}, (-4)+4.5}, {{1, 1, 1}, (-4)+5.7}, {{1, 1, 1}, (-4)+4.5}, {{1, 1, 1}, (-4)+7}, {{1, 1, 1}, (-4)+8}, 1}; - lateMorning[] = {25, {{1, 1, 1}, (-4)+10.45}, {{1, 1, 1}, (-4)+9.75}, {{1, 1, 1}, (-4)+10.45}, {{1, 1, 1}, (-4)+9.75}, {{1, 1, 1}, (-4)+12}, {{1, 1, 1}, (-4)+12.75}, 1}; - noon[] = {70, {{1, 1, 1}, (-4)+12.5}, {{1, 1, 1}, (-4)+11}, {{1, 1, 1}, (-4)+12}, {{1, 1, 1}, (-4)+11}, {{1, 1, 1}, (-4)+13.5}, {{1, 1, 1}, (-4)+14}, 1}; - }; - - class Weather : Weather { - class Lighting : Lighting { - class BrightAlmost : DayLightingBrightAlmost { - overcast = 0; - }; - - class Rainy : DayLightingRainy { - overcast = 1.0; - }; - }; - }; - clutterGrid = 1.0; - clutterDist = 125; - noDetailDist = 40; - fullDetailDist = 15; - midDetailTexture = "ca\chernarus\data\cr_trava1_mco.paa"; - minTreesInForestSquare = 3; - minRocksInRockSquare = 3; - - class clutter { - class GrassTall : DefaultClutter { - model = "ca\plants2\clutter\c_GrassTall.p3d"; - affectedByWind = 0.4; - swLighting = 1; - scaleMin = 0.7; - scaleMax = 1.0; - }; - - class StubbleClutter : DefaultClutter { - model = "ca\plants2\clutter\c_stubble.p3d"; - affectedByWind = 0.1; - swLighting = 1; - scaleMin = 0.9; - scaleMax = 1.1; - }; - - class AutumnFlowers : DefaultClutter { - model = "ca\plants2\clutter\c_autumn_flowers.p3d"; - affectedByWind = 0.4; - swLighting = 1; - scaleMin = 0.7; - scaleMax = 1.0; - }; - - class GrassBunch : DefaultClutter { - model = "ca\plants2\clutter\c_GrassBunch.p3d"; - affectedByWind = 0.35; - swLighting = 1; - scaleMin = 0.6; - scaleMax = 1.0; - }; - - class GrassCrooked : DefaultClutter { - model = "ca\plants2\clutter\c_GrassCrooked.p3d"; - affectedByWind = 0.3; - swLighting = 1; - scaleMin = 0.7; - scaleMax = 1.4; - }; - - class GrassCrookedGreen : DefaultClutter { - model = "ca\plants2\clutter\c_GrassCrookedGreen.p3d"; - affectedByWind = 0.3; - swLighting = 1; - scaleMin = 0.9; - scaleMax = 1.3; - }; - - class GrassCrookedForest : DefaultClutter { - model = "ca\plants2\clutter\c_GrassCrookedForest.p3d"; - affectedByWind = 0.3; - swLighting = 1; - scaleMin = 0.8; - scaleMax = 1.4; - }; - - class WeedDead : DefaultClutter { - model = "ca\plants2\clutter\c_WeedDead.p3d"; - affectedByWind = 0.3; - swLighting = 1; - scaleMin = 0.75; - scaleMax = 1.1; - }; - - class WeedDeadSmall : DefaultClutter { - model = "ca\plants2\clutter\c_WeedDead2.p3d"; - affectedByWind = 0.3; - swLighting = 1; - scaleMin = 0.75; - scaleMax = 0.9; - }; - - class HeatherBrush : DefaultClutter { - model = "ca\plants2\clutter\c_caluna.p3d"; - affectedByWind = 0.15; - swLighting = 1; - scaleMin = 0.9; - scaleMax = 1.8; - surfaceColor[] = {0.53, 0.5, 0.37, 1}; - }; - - class WeedSedge : DefaultClutter { - model = "ca\plants2\clutter\c_weed3.p3d"; - affectedByWind = 0.2; - swLighting = 1; - scaleMin = 0.5; - scaleMax = 0.85; - }; - - class WeedTall : DefaultClutter { - model = "ca\plants2\clutter\c_weed2.p3d"; - affectedByWind = 0.3; - swLighting = 1; - scaleMin = 0.8; - scaleMax = 1.1; - }; - - class BlueBerry : DefaultClutter { - model = "ca\plants2\clutter\c_BlueBerry.p3d"; - affectedByWind = 0.05; - swLighting = 1; - scaleMin = 0.85; - scaleMax = 1.3; - }; - - class RaspBerry : DefaultClutter { - model = "ca\plants2\clutter\c_raspBerry.p3d"; - affectedByWind = 0; - swLighting = 1; - scaleMin = 0.8; - scaleMax = 1.2; - }; - - class FernAutumn : DefaultClutter { - model = "ca\plants2\clutter\c_fern.p3d"; - affectedByWind = 0.1; - scaleMin = 0.6; - scaleMax = 1.2; - }; - - class FernAutumnTall : DefaultClutter { - model = "ca\plants2\clutter\c_fernTall.p3d"; - affectedByWind = 0.15; - scaleMin = 0.75; - scaleMax = 1.0; - }; - - class SmallPicea : DefaultClutter { - model = "ca\plants2\clutter\c_picea.p3d"; - affectedByWind = 0.05; - scaleMin = 0.75; - scaleMax = 1.25; - }; - - class PlantWideLeaf : DefaultClutter { - model = "ca\plants2\clutter\c_WideLeafPlant.p3d"; - affectedByWind = 0.1; - scaleMin = 1.0; - scaleMax = 1.0; - }; - - class MushroomsHorcak : DefaultClutter { - model = "ca\plants2\clutter\c_MushroomHorcak.p3d"; - affectedByWind = 0; - scaleMin = 0.85; - scaleMax = 1.25; - }; - - class MushroomsPrasivka : MushroomsHorcak { - model = "ca\plants2\clutter\c_MushroomPrasivky.p3d"; - }; - - class MushroomsBabka : MushroomsHorcak { - model = "ca\plants2\clutter\c_MushroomBabka.p3d"; - }; - - class MushroomsMuchomurka : MushroomsHorcak { - model = "ca\plants2\clutter\c_MushroomMuchomurka.p3d"; - }; - }; - - class Subdivision { - class Fractal { - rougness = 5; - maxRoad = 0.02; - maxTrack = 0.5; - maxSlopeFactor = 0.05; - }; - - class WhiteNoise { - rougness = 2; - maxRoad = 0.01; - maxTrack = 0.05; - maxSlopeFactor = 0.0025; - }; - minY = 0.0; - minSlope = 0.02; - }; - - class Ambient { - class Mammals { - radius = 200; - cost = "(1 + forest + trees) * (0.5 + (0.5 * night)) * (1 - sea) * (1 - houses)"; - - class Species { - class Rabbit { - probability = 0.2; - cost = 1; - }; - }; - }; - - class BigBirds { - radius = 300; - cost = "((1 + forest + trees) - ((2 * rain)) - houses) * (1 - night) * (1 - sea)"; - - class Species { - class Hawk { - probability = 0.2; - cost = 1; - }; - }; - }; - - class Birds { - radius = 170; - cost = "(1 - night) * ((1 + (3 * sea)) - (2 * rain))"; - - class Species { - class Crow { - probability = 0.2; - cost = 1; - }; - }; - }; - - class BigInsects { - radius = 20; - cost = "(5 - (2 * houses)) * (1 - night) * (1 - rain) * (1 - sea) * (1 - windy)"; - - class Species { - class DragonFly { - probability = "0.6 - (meadow * 0.5) + (forest * 0.4)"; - cost = 1; - }; - - class ButterFly { - probability = "0.4 + (meadow * 0.5) - (forest * 0.4)"; - cost = 1; - }; - }; - }; - - class BigInsectsAquatic { - radius = 20; - cost = "(3 * sea) * (1 - night) * (1 - rain) * (1 - windy)"; - - class Species { - class DragonFly { - probability = 1; - cost = 1; - }; - }; - }; - - class SmallInsects { - radius = 3; - cost = "(12 - 8 * hills) * (1 - night) * (1 - rain) * (1 - sea) * (1 - windy)"; - - class Species { - class HouseFly { - probability = "deadBody + (1 - deadBody) * (0.5 - forest * 0.1 - meadow * 0.2)"; - cost = 1; - }; - - class HoneyBee { - probability = "(1 - deadBody) * (0.5 - forest * 0.1 + meadow * 0.2)"; - cost = 1; - }; - - class Mosquito { - probability = "(1 - deadBody) * (0.2 * forest)"; - cost = 1; - }; - }; - }; - - class NightInsects { - radius = 3; - cost = "(9 - 8 * hills) * night * (1 - rain) * (1 - sea) * (1 - windy)"; - - class Species { - class Mosquito { - probability = 1; - cost = 1; - }; - }; - }; - - class WindClutter { - radius = 10; - cost = "((20 - 5 * rain) * (3 * (windy factor [0.2, 0.5]))) * (1 - sea)"; - - class Species { - class FxWindGrass1 { - probability = "0.4 - 0.2 * hills - 0.2 * trees"; - cost = 1; - }; - - class FxWindGrass2 { - probability = "0.4 - 0.2 * hills - 0.2 * trees"; - cost = 1; - }; - - class FxWindRock1 { - probability = "0.4 * hills"; - cost = 1; - }; - - class FxCrWindLeaf1 { - probability = "0.2 * trees"; - cost = 1; - }; - - class FxCrWindLeaf2 { - probability = "0.1 * trees + 0.2"; - cost = 1; - }; - - class FxCrWindLeaf3 { - probability = "0.1 * trees"; - cost = 1; - }; - }; - }; - - class NoWindClutter { - radius = 15; - cost = 8; - - class Species { - class FxWindPollen1 { - probability = 1; - cost = 1; - }; - - class FxCrWindLeaf1 { - probability = "0.2 * trees"; - cost = 1; - }; - - class FxCrWindLeaf2 { - probability = "0.1 * trees + 0.2"; - cost = 1; - }; - - class FxCrWindLeaf3 { - probability = "0.1 * trees"; - cost = 1; - }; - }; - }; - }; - - class Names { - class city_Chernogorsk { - name = $STR_LOCATION_CHERNOGORSK; - position[] = {6780.7207, 2551.1646}; - type = "NameCityCapital"; - speech[] = {"Chernogorsk"}; - radiusA = 800.0; - radiusB = 800.0; - angle = 0.0; - }; - - class city_Elektrozavodsk { - name = $STR_LOCATION_ELEKTROZAVODSK; - position[] = {10368.232, 2195.3083, 0.10199881}; - type = "NameCity"; - speech[] = {"Elektrozavodsk"}; - radiusA = 1200.0; - radiusB = 700.0; - angle = 0.0; - }; - - class vill_Tulga { - name = $STR_LOCATION_TULGA; - position[] = {12657.16, 4436.7534}; - type = "NameVillage"; - speech[] = {"Tulga"}; - radiusA = 300.0; - radiusB = 300.0; - angle = 0.0; - }; - - class city_Solnychniy { - name = $STR_LOCATION_SOLNICHNIY; - position[] = {13178.195, 6210.582}; - type = "NameCity"; - speech[] = {"Solnichniy"}; - radiusA = 600.0; - radiusB = 300.0; - angle = 0.0; - }; - - class city_Berezino { - name = $STR_LOCATION_BEREZINO; - position[] = {12680.196, 9523.0225}; - type = "NameCity"; - speech[] = {"Berezino"}; - radiusA = 1200.0; - radiusB = 1000.0; - angle = 0.0; - }; - - class city_StarySobor { - name = $STR_LOCATION_STARYSOBOR; - position[] = {6134.6616, 7752.5161}; - type = "NameCity"; - speech[] = {"StarySobor"}; - radiusA = 400.0; - radiusB = 400.0; - angle = 0.0; - }; - - class vill_Msta { - name = $STR_LOCATION_MSTA; - position[] = {11291.271, 5463.5273}; - type = "NameVillage"; - speech[] = {"Msta"}; - radiusA = 300.0; - radiusB = 300.0; - angle = 0.0; - }; - - class vill_Staroye { - name = $STR_LOCATION_STAROYE; - position[] = {10130.323, 5535.4438}; - type = "NameVillage"; - speech[] = {"Staroye"}; - radiusA = 300.0; - radiusB = 300.0; - angle = 0.0; - }; - - class vill_Shakhovka { - name = $STR_LOCATION_SHAKHOVKA; - position[] = {9624.1504, 6546.8462}; - type = "NameVillage"; - speech[] = {"Shakhovka"}; - radiusA = 150.0; - radiusB = 150.0; - angle = 0.0; - }; - - class vill_Dolina { - name = $STR_LOCATION_DOLINA; - position[] = {11210.574, 6638.3159}; - type = "NameVillage"; - speech[] = {"Dolina"}; - radiusA = 500.0; - radiusB = 200.0; - angle = 0.0; - }; - - class vill_Orlovets { - name = $STR_LOCATION_ORLOVETS; - position[] = {12146.171, 7269.7651}; - type = "NameVillage"; - speech[] = {"Orlovets"}; - radiusA = 250.0; - radiusB = 250.0; - angle = 0.0; - }; - - class vill_Bor { - name = $STR_LOCATION_BOR; - position[] = {3335.8518, 3950.2542}; - type = "NameVillage"; - speech[] = {"Bor"}; - radiusA = 200.0; - radiusB = 200.0; - angle = 0.0; - }; - - class city_Gorka { - name = $STR_LOCATION_GORKA; - position[] = {9570.916, 8819.9619}; - type = "NameCity"; - speech[] = {"Gorka"}; - radiusA = 450.0; - radiusB = 250.0; - angle = 0.0; - }; - - class vill_NovySobor { - name = $STR_LOCATION_NOVYSOBOR; - position[] = {7079.8203, 7682.7925}; - type = "NameVillage"; - speech[] = {"NovySobor"}; - radiusA = 300.0; - radiusB = 300.0; - angle = 0.0; - }; - - class vill_Kabanino { - name = $STR_LOCATION_KABANINO; - position[] = {5354.8496, 8582.9023}; - type = "NameVillage"; - speech[] = {"Kabanino"}; - radiusA = 250.0; - radiusB = 250.0; - angle = 0.0; - }; - - class vill_Mogilevka { - name = $STR_LOCATION_MOGILEVKA; - position[] = {7597.0806, 5097.8647}; - type = "NameVillage"; - speech[] = {"Mogilevka"}; - radiusA = 300.0; - radiusB = 300.0; - angle = 0.0; - }; - - class vill_Nadezhdino { - name = $STR_LOCATION_NADEZHDINO; - position[] = {5876.66, 4696.93}; - type = "NameVillage"; - speech[] = {"Nadezhdino"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class hill_Pik_Kozlova { - name = $STR_LOCATION_MT_PIKKOZLOVA; - position[] = {8850.17, 2880.53}; - type = "Hill"; - radiusA = 50.0; - radiusB = 50.0; - angle = 0.0; - }; - - class hill_Altar { - name = $STR_LOCATION_MT_ALTAR; - position[] = {8137.82, 9139.1}; - type = "Hill"; - radiusA = 50.0; - radiusB = 50.0; - angle = 0.0; - }; - - class hill_Ridge_Postoy { - name = $STR_LOCATION_MT_RIDGEPOSTOY; - position[] = {10725.2, 5670.67}; - type = "Hill"; - radiusA = 50.0; - radiusB = 50.0; - angle = 0.0; - }; - - class vill_Guglovo { - name = $STR_LOCATION_GUGLOVO; - position[] = {8431.08, 6703.19}; - type = "NameVillage"; - speech[] = {"Guglovo"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Kamyshovo { - name = $STR_LOCATION_KAMYSHOVO; - position[] = {12063.1, 3515.58}; - type = "NameVillage"; - speech[] = {"Kamyshovo"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Pusta { - name = $STR_LOCATION_PUSTA; - position[] = {9127.18, 3954.47}; - type = "NameVillage"; - speech[] = {"Pusta"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class city_Zelenogorsk { - name = $STR_LOCATION_ZELENOGORSK; - position[] = {2774.26, 5380.38}; - type = "NameCity"; - speech[] = {"Zelenogorsk"}; - radiusA = 200.0; - radiusB = 200.0; - angle = 0.0; - }; - - class city_Vybor { - name = $STR_LOCATION_VYBOR; - position[] = {3833.17, 8918.92}; - type = "NameCity"; - speech[] = {"Vybor"}; - radiusA = 200.0; - radiusB = 200.0; - angle = 0.0; - }; - - class vill_Dubrovka { - name = $STR_LOCATION_DUBROVKA; - position[] = {10382.1, 9938.35}; - type = "NameVillage"; - speech[] = {"Dubrovka"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Khelm { - name = $STR_LOCATION_KHELM; - position[] = {12329.3, 10771}; - type = "NameVillage"; - speech[] = {"Khelm"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Olsha { - name = $STR_LOCATION_OLSHA; - position[] = {13331, 12900}; - type = "NameVillage"; - speech[] = {"Olsha"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Gvozdno { - name = $STR_LOCATION_GVOZDNO; - position[] = {8614.62, 11890.3}; - type = "NameVillage"; - speech[] = {"Gvozdno"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class city_Krasnostav { - name = $STR_LOCATION_KRASNOSTAV; - position[] = {11224.3, 12274.5}; - type = "NameCity"; - speech[] = {"Krasnostav"}; - radiusA = 200.0; - radiusB = 200.0; - angle = 0.0; - }; - - class vill_Petrovka { - name = $STR_LOCATION_PETROVKA; - position[] = {5016.45, 12490.8}; - type = "NameVillage"; - speech[] = {"Petrovka"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Grishino { - name = $STR_LOCATION_GRISHINO; - position[] = {5959.94, 10335.7}; - type = "NameVillage"; - speech[] = {"Grishino"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class Local_Skalka { - name = $STR_LOCATION_LOC_SKALKA; - position[] = {2060.16, 12809.3}; - type = "NameLocal"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Rogovo { - name = $STR_LOCATION_ROGOVO; - position[] = {4770.96, 6835.26}; - type = "NameVillage"; - speech[] = {"Rogovo"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Pogorevka { - name = $STR_LOCATION_POGOREVKA; - position[] = {4435.36, 6425.58}; - type = "NameVillage"; - speech[] = {"Pogorevka"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Pustoshka { - name = $STR_LOCATION_PUSTOSHKA; - position[] = {3070.23, 7940.48}; - type = "NameVillage"; - speech[] = {"Pustoshka"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Kozlovka { - name = $STR_LOCATION_KOZLOVKA; - position[] = {4477.57, 4597.79}; - type = "NameVillage"; - speech[] = {"Kozlovka"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Polana { - name = $STR_LOCATION_POLANA; - position[] = {10707.1, 8053.29}; - type = "NameVillage"; - speech[] = {"Polana"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Balota { - name = $STR_LOCATION_BALOTA; - position[] = {4527.58, 2465.32}; - type = "NameVillage"; - speech[] = {"Balota"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Komarovo { - name = $STR_LOCATION_KOMAROVO; - position[] = {3664.31, 2499.0}; - type = "NameVillage"; - speech[] = {"Komarovo"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Kamenka { - name = $STR_LOCATION_KAMENKA; - position[] = {1853.09, 2249.85}; - type = "NameVillage"; - speech[] = {"Kamenka"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Myshkino { - name = $STR_LOCATION_MYSHKINO; - position[] = {1998.18, 7355.13}; - type = "NameVillage"; - speech[] = {"Myshkino"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Pavlovo { - name = $STR_LOCATION_PAVLOVO; - position[] = {1693.98, 3858.65}; - type = "NameVillage"; - speech[] = {"Pavlovo"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class Local_Dichina { - name = $STR_LOCATION_LOC_DICHINA; - position[] = {4626.16, 7906.55}; - type = "NameLocal"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class Local_Devils_Castle { - name = $STR_LOCATION_LOC_DEVILSCASTLE; - position[] = {6816.39, 11551.6}; - type = "NameLocal"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class Local_Zub { - name = $STR_LOCATION_LOC_ZUB; - position[] = {6574.28, 5573.85}; - type = "NameLocal"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class Local_Rog { - name = $STR_LOCATION_LOC_ROG; - position[] = {11221.9, 4353.38}; - type = "NameLocal"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class Local_Power_Plant { - name = $STR_LOCATION_POWERPLANT; - position[] = {10255, 2639.05}; - type = "NameLocal"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Lopatino { - name = $STR_LOCATION_LOPATINO; - position[] = {2750.0, 10005}; - type = "NameVillage"; - speech[] = {"Lopatino"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Vyshnoye { - name = $STR_LOCATION_VYSHNOE; - position[] = {6561.91, 6078.77}; - type = "NameVillage"; - speech[] = {"Vyshnoe"}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class vill_Prigorodki { - name = $STR_LOCATION_PRIGORODKI; - position[] = {8015.58, 3419.26}; - type = "NameVillage"; - speech[] = {"Prigorodki"}; - radiusA = 144.91; - radiusB = 81.43; - angle = 0.0; - }; - - class vill_Drozhino { - name = $STR_LOCATION_DROZHINO; - position[] = {3382.02, 4925.88}; - type = "NameVillage"; - speech[] = {"Drozhino"}; - radiusA = 57.81; - radiusB = 66.94; - angle = 0.0; - }; - - class vill_Sosnovka { - name = $STR_LOCATION_SOSNOVKA; - position[] = {2539.26, 6358.71}; - type = "NameVillage"; - speech[] = {"Sosnovka"}; - radiusA = 57.46; - radiusB = 62.62; - angle = 0.0; - }; - - class vill_Nizhnoye { - name = $STR_LOCATION_NIZHNOYE; - position[] = {12824.9, 8097.7}; - type = "NameVillage"; - speech[] = {"Nizhnoye"}; - radiusA = 97.78; - radiusB = 111.66; - angle = 0.0; - }; - - class vill_Pulkovo { - name = $STR_LOCATION_PULKOVO; - position[] = {4950.82, 5627.1}; - type = "NameVillage"; - speech[] = {"Pulkovo"}; - radiusA = 60.01; - radiusB = 48.11; - angle = 0.0; - }; - - class AStrong_Chernogorsk_01 { - name = ""; - position[] = {6329.81, 2867.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 290.0; - }; - - class AStrong_Chernogorsk_02 { - name = ""; - position[] = {6478.44, 3036.28}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_Chernogorsk_03 { - name = ""; - position[] = {7181.44, 3314.53}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Chernogorsk_04 { - name = ""; - position[] = {7318.47, 2691.98}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 40.0; - }; - - class AStrong_Chernogorsk_05 { - name = ""; - position[] = {6486.8, 2233.07}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_Chernogorsk_06 { - name = ""; - position[] = {6311.8, 2253.6}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AStrong_Chernogorsk_07 { - name = ""; - position[] = {6013.38, 2170.94}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 260.0; - }; - - class AFlatC_Chernogorsk { - name = ""; - position[] = {6881.44, 2781.03}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 15.0; - }; - - class AFlat_001 { - name = ""; - position[] = {5811.59, 2081.12}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_002 { - name = ""; - position[] = {6632.68, 3550.57}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_003 { - name = ""; - position[] = {7330.57, 3404.08}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlatCS_Chernogorsk_01 { - name = ""; - position[] = {6504.64, 2403.03}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 130.0; - }; - - class AFlatCS_Chernogorsk_02 { - name = ""; - position[] = {6994.2, 2605.59}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 50.0; - }; - - class AFlatCS_Chernogorsk_03 { - name = ""; - position[] = {6662.41, 2976.61}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 325.0; - }; - - class AFlat_004 { - name = ""; - position[] = {4925.81, 2154.93}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Balota_01 { - name = ""; - position[] = {4363.75, 2299.27}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Balota_02 { - name = ""; - position[] = {4357.23, 2561.82}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Balota_03 { - name = ""; - position[] = {4613.53, 2565.56}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 350.0; - }; - - class AStrong_Balota_04 { - name = ""; - position[] = {4607.47, 2405.78}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class ACityC_Chernogorsk { - name = ""; - position[] = {6735.83, 2626.6}; - type = "CityCenter"; - neighbors[] = {"ACityC_Prigorodki", "ACityC_Balota", "ACityC_Nadezhdino", "ACityC_Mogilevka"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Balota { - name = ""; - position[] = {4498.07, 2449.39}; - type = "CityCenter"; - neighbors[] = {"ACityC_Chernogorsk", "ACityC_Komarovo", "ACityC_Kozlovka"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlatCS_Balota_01 { - name = ""; - position[] = {4591.08, 2450.67}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 10.0; - }; - - class AFlat_005 { - name = ""; - position[] = {4063.19, 2850.32}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_006 { - name = ""; - position[] = {3177.66, 2047.28}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_007 { - name = ""; - position[] = {1173.92, 2445.61}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_008 { - name = ""; - position[] = {2014.02, 2848.63}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_009 { - name = ""; - position[] = {2670.98, 3375.57}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_010 { - name = ""; - position[] = {2051.36, 4343.92}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_011 { - name = ""; - position[] = {2107.03, 5051.17}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_012 { - name = ""; - position[] = {3129.51, 4469.73}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_013 { - name = ""; - position[] = {3408.55, 5433.56}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_014 { - name = ""; - position[] = {4053.07, 4864.02}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_015 { - name = ""; - position[] = {2330.27, 5980.01}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_016 { - name = ""; - position[] = {2869.66, 6690.13}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_017 { - name = ""; - position[] = {3339.92, 6597.18}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_018 { - name = ""; - position[] = {3264.86, 7266.2}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_019 { - name = ""; - position[] = {3766.45, 8114.37}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_020 { - name = ""; - position[] = {3325.96, 8736.5}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_021 { - name = ""; - position[] = {2735.22, 9423.34}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_022 { - name = ""; - position[] = {3732.01, 10153.9}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_023 { - name = ""; - position[] = {2192.24, 10800.4}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_024 { - name = ""; - position[] = {3865.45, 11133.4}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_025 { - name = ""; - position[] = {4529.94, 9147.24}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_026 { - name = ""; - position[] = {5315.17, 10960.3}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_027 { - name = ""; - position[] = {5810.39, 11338.3}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_028 { - name = ""; - position[] = {5610.61, 12283.3}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_029 { - name = ""; - position[] = {7476.93, 11361}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_030 { - name = ""; - position[] = {8283.83, 10607.2}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_031 { - name = ""; - position[] = {9089.95, 11354.0}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_032 { - name = ""; - position[] = {9418.09, 12168.5}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_033 { - name = ""; - position[] = {10390.4, 12470.4}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_034 { - name = ""; - position[] = {10933.4, 11472.3}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_035 { - name = ""; - position[] = {12318.6, 13055.1}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_036 { - name = ""; - position[] = {13122.8, 11274.8}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_037 { - name = ""; - position[] = {13170.5, 10722.5}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_038 { - name = ""; - position[] = {11814, 9903.66}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_039 { - name = ""; - position[] = {12654, 9031.65}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_040 { - name = ""; - position[] = {12163.5, 8549.9}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_041 { - name = ""; - position[] = {13137.6, 7470.0}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_042 { - name = ""; - position[] = {13442.9, 5248.4}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_043 { - name = ""; - position[] = {12880.5, 5582.35}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_044 { - name = ""; - position[] = {12597.9, 3598.7}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_045 { - name = ""; - position[] = {11181, 4754.65}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_046 { - name = ""; - position[] = {11773.3, 5662.78}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_047 { - name = ""; - position[] = {10007.5, 6010.35}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_048 { - name = ""; - position[] = {10694.9, 6889.37}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 320.0; - }; - - class AFlat_049 { - name = ""; - position[] = {11150.3, 7874.84}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_050 { - name = ""; - position[] = {10481.1, 8641.44}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_051 { - name = ""; - position[] = {10896.8, 9058.49}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_052 { - name = ""; - position[] = {9987.1, 10544.8}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_053 { - name = ""; - position[] = {10133.5, 8392.46}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_054 { - name = ""; - position[] = {7253.13, 9838.1}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_055 { - name = ""; - position[] = {8174.12, 9026.43}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_056 { - name = ""; - position[] = {7958.59, 8264.05}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_057 { - name = ""; - position[] = {8517.94, 7973.78}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_058 { - name = ""; - position[] = {8850.2, 6330.11}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_059 { - name = ""; - position[] = {8215.92, 5800.98}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_060 { - name = ""; - position[] = {7857.14, 7154.31}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_061 { - name = ""; - position[] = {5610.09, 8205.99}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_062 { - name = ""; - position[] = {4865.21, 8087.61}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_063 { - name = ""; - position[] = {4523.31, 7190.4}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_064 { - name = ""; - position[] = {5569.96, 7228.22}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_065 { - name = ""; - position[] = {6247.75, 6869.7}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_066 { - name = ""; - position[] = {6943.65, 5718.2}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_067 { - name = ""; - position[] = {5775.64, 9179.84}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_068 { - name = ""; - position[] = {6672.03, 8983.22}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_069 { - name = ""; - position[] = {5015.76, 3667.38}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_070 { - name = ""; - position[] = {8520.4, 2681.92}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_071 { - name = ""; - position[] = {6542.0, 4730.7}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_072 { - name = ""; - position[] = {7772.44, 4483.84}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_073 { - name = ""; - position[] = {9103.76, 3447.82}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_074 { - name = ""; - position[] = {8744.62, 2275.0}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlat_075 { - name = ""; - position[] = {11088.9, 3051.86}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Komarovo_01 { - name = ""; - position[] = {3498.06, 2502.13}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 290.0; - }; - - class AStrong_Komarovo_02 { - name = ""; - position[] = {3421.86, 2355.14}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 230.0; - }; - - class AStrong_Komarovo_03 { - name = ""; - position[] = {3610.0, 2277.04}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Komarovo_04 { - name = ""; - position[] = {3813.88, 2539.62}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 50.0; - }; - - class AStrong_Kamenka_01 { - name = ""; - position[] = {2174.05, 2231.89}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AStrong_Kamenka_02 { - name = ""; - position[] = {1574.21, 2225.27}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 310.0; - }; - - class AStrong_Kamenka_03 { - name = ""; - position[] = {1738.02, 2364.54}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 5.0; - }; - - class AStrong_Kamenka_04 { - name = ""; - position[] = {1985.02, 2169.76}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 175.0; - }; - - class AStrong_Pavlovo_01 { - name = ""; - position[] = {1772.95, 3578.54}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_Pavlovo_02 { - name = ""; - position[] = {1917.22, 3801.09}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Pavlovo_03 { - name = ""; - position[] = {1818.71, 4089.96}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Zelenogorsk_01 { - name = ""; - position[] = {2468.85, 4991.24}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 215.0; - }; - - class AStrong_Zelenogorsk_02 { - name = ""; - position[] = {2451.34, 5229.32}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 285.0; - }; - - class AStrong_Zelenogorsk_03 { - name = ""; - position[] = {2710.61, 5778.91}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 350.0; - }; - - class AStrong_Zelenogorsk_04 { - name = ""; - position[] = {3191.54, 5566.72}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Zelenogorsk_05 { - name = ""; - position[] = {3020.77, 5257.98}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AStrong_Bor_01 { - name = ""; - position[] = {3229.91, 4270.79}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 360.0; - }; - - class AStrong_Bor_02 { - name = ""; - position[] = {3342.4, 3823.52}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 190.0; - }; - - class AStrong_Bor_03 { - name = ""; - position[] = {3589.89, 3915.1}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 125.0; - }; - - class AStrong_Kozlovka_01 { - name = ""; - position[] = {4073.13, 4669.06}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 140.0; - }; - - class AStrong_Kozlovka_02 { - name = ""; - position[] = {4126.82, 4884.66}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 235.0; - }; - - class AStrong_Kozlovka_03 { - name = ""; - position[] = {4740.74, 4751.81}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 25.0; - }; - - class AStrong_Kozlovka_04 { - name = ""; - position[] = {4557.41, 4372.1}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AStrong_Pogorevka_01 { - name = ""; - position[] = {4274.78, 6518.44}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 310.0; - }; - - class AStrong_Pogorevka_02 { - name = ""; - position[] = {4437.05, 6287.04}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 195.0; - }; - - class AStrong_Pogorevka_03 { - name = ""; - position[] = {4591.23, 6467.21}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 145.0; - }; - - class AStrong_Rogovo_01 { - name = ""; - position[] = {4799.27, 6678.24}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 190.0; - }; - - class AStrong_Rogovo_02 { - name = ""; - position[] = {4860.91, 6815.34}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 105.0; - }; - - class AStrong_Rogovo_03 { - name = ""; - position[] = {4863.62, 7073.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_Rogovo_04 { - name = ""; - position[] = {4581.29, 6928.57}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 310.0; - }; - - class AStrong_Pustoshka_01 { - name = ""; - position[] = {3017.85, 7602.57}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 190.0; - }; - - class AStrong_Pustoshka_02 { - name = ""; - position[] = {3298.03, 7913.21}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AStrong_Pustoshka_03 { - name = ""; - position[] = {3250.01, 8262.25}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 65.0; - }; - - class AStrong_Pustoshka_04 { - name = ""; - position[] = {2969.7, 8044.09}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 335.0; - }; - - class AStrong_Vybor_01 { - name = ""; - position[] = {3625.18, 8511.43}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 235.0; - }; - - class AStrong_Vybor_02 { - name = ""; - position[] = {3600.31, 9074.23}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Vybor_03 { - name = ""; - position[] = {4054.09, 8757.92}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Lopatino_01 { - name = ""; - position[] = {2944.76, 9715.82}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 130.0; - }; - - class AStrong_Lopatino_02 { - name = ""; - position[] = {2553.58, 9836.94}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 175.0; - }; - - class AStrong_Lopatino_03 { - name = ""; - position[] = {2633.66, 10202.7}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 295.0; - }; - - class AStrong_Lopatino_04 { - name = ""; - position[] = {2945.79, 9936.53}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AStrong_AirField_01 { - name = ""; - position[] = {4083.95, 10287.4}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 230.0; - }; - - class AStrong_AirField_02 { - name = ""; - position[] = {4522.24, 9793.23}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_AirField_03 { - name = ""; - position[] = {4465.91, 9498.5}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AStrong_AirField_04 { - name = ""; - position[] = {5058.49, 9670.99}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 30.0; - }; - - class AStrong_AirField_05 { - name = ""; - position[] = {4826.65, 10294.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_AirField_06 { - name = ""; - position[] = {4484.99, 10868}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AStrong_AirField_07 { - name = ""; - position[] = {4110.95, 11125.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Grishino_01 { - name = ""; - position[] = {5858.96, 10075.3}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_Grishino_02 { - name = ""; - position[] = {5968.55, 10062.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 150.0; - }; - - class AStrong_Grishino_03 { - name = ""; - position[] = {5705.31, 10251.4}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Grishino_04 { - name = ""; - position[] = {6072.27, 10598.7}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 20.0; - }; - - class AStrong_Grishino_05 { - name = ""; - position[] = {6247.73, 10397.9}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AStrong_Gvozdno_01 { - name = ""; - position[] = {8287.87, 12081.7}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 240.0; - }; - - class AStrong_Gvozdno_02 { - name = ""; - position[] = {8708.44, 11603.9}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 275.0; - }; - - class AStrong_Gvozdno_03 { - name = ""; - position[] = {9061.04, 11774.5}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AStrong_Gvozdno_04 { - name = ""; - position[] = {8794.4, 11903.7}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AStrong_Krasnostav_01 { - name = ""; - position[] = {10642.8, 12384.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 275.0; - }; - - class AStrong_Krasnostav_02 { - name = ""; - position[] = {11181.4, 12067.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 220.0; - }; - - class AStrong_Krasnostav_03 { - name = ""; - position[] = {11761.7, 12281.3}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Krasnostav_04 { - name = ""; - position[] = {11628.7, 12546.4}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 30.0; - }; - - class AStrong_Krasnostav_05 { - name = ""; - position[] = {11166.4, 12507.3}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 50.0; - }; - - class AStrong_Olsha_01 { - name = ""; - position[] = {13247.2, 12765.7}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 115.0; - }; - - class AStrong_Khelm_01 { - name = ""; - position[] = {12092, 10594.9}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AStrong_Khelm_02 { - name = ""; - position[] = {12378, 10564.2}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 150.0; - }; - - class AStrong_Khelm_03 { - name = ""; - position[] = {12373.5, 11020.5}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AStrong_Dubrovka_01 { - name = ""; - position[] = {10878.3, 9939.88}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Dubrovka_02 { - name = ""; - position[] = {10250, 9951.04}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 25.0; - }; - - class AStrong_Dubrovka_03 { - name = ""; - position[] = {10504.6, 10074.3}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Dubrovka_04 { - name = ""; - position[] = {10517.9, 9578.36}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 115.0; - }; - - class AStrong_Dubrovka_05 { - name = ""; - position[] = {10392.5, 9537.81}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 190.0; - }; - - class AStrong_Berezino_01 { - name = ""; - position[] = {11424.4, 9388.34}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AStrong_Berezino_02 { - name = ""; - position[] = {11889.3, 9354.62}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 320.0; - }; - - class AStrong_Berezino_03 { - name = ""; - position[] = {11933, 8701.13}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AStrong_Berezino_04 { - name = ""; - position[] = {12291.1, 8924.34}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Berezino_05 { - name = ""; - position[] = {12097.7, 9292.37}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Polana_02 { - name = ""; - position[] = {10887.9, 8048.79}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 125.0; - }; - - class AStrong_Polana_01 { - name = ""; - position[] = {10645.8, 8317.94}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 360.0; - }; - - class AStrong_Polana_03 { - name = ""; - position[] = {10626, 7771.07}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AStrong_Polana_04 { - name = ""; - position[] = {10394.7, 7760.1}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 280.0; - }; - - class AStrong_Gorka_01 { - name = ""; - position[] = {9056.94, 8889.79}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Gorka_02 { - name = ""; - position[] = {9530.46, 8970.73}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AStrong_Gorka_03 { - name = ""; - position[] = {9217.85, 8755.51}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 185.0; - }; - - class AStrong_Gorka_04 { - name = ""; - position[] = {9943.65, 8850.86}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 80.0; - }; - - class AStrong_Gorka_05 { - name = ""; - position[] = {9982.89, 8663.2}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_Orlovets_01 { - name = ""; - position[] = {11918.6, 7250.96}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 305.0; - }; - - class AStrong_Orlovets_02 { - name = ""; - position[] = {12399.1, 7370.42}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 360.0; - }; - - class AStrong_Dolina_01 { - name = ""; - position[] = {11030.1, 6704.28}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 275.0; - }; - - class AStrong_Dolina_02 { - name = ""; - position[] = {11640.4, 6583.65}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Solnichniy_01 { - name = ""; - position[] = {13115.5, 6256.0}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AStrong_Solnichniy_02 { - name = ""; - position[] = {13425.1, 6460.38}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 350.0; - }; - - class AStrong_Solnichniy_03 { - name = ""; - position[] = {13395.2, 5932.02}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_Shakhovka_01 { - name = ""; - position[] = {9702.1, 6248.43}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 70.0; - }; - - class AStrong_Shakhovka_02 { - name = ""; - position[] = {9782.59, 6543.7}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 85.0; - }; - - class AStrong_Shakhovka_03 { - name = ""; - position[] = {9471.98, 6808.37}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 75.0; - }; - - class AStrong_Shakhovka_04 { - name = ""; - position[] = {9668.36, 6779.11}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 10.0; - }; - - class AStrong_Staroye_01 { - name = ""; - position[] = {10172.2, 5228.89}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 150.0; - }; - - class AStrong_Staroye_02 { - name = ""; - position[] = {9820.59, 5467.55}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AStrong_Staroye_03 { - name = ""; - position[] = {9928.93, 5927.96}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 340.0; - }; - - class AStrong_Staroye_04 { - name = ""; - position[] = {10505.5, 5480.98}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 75.0; - }; - - class AStrong_Staroye_05 { - name = ""; - position[] = {10325.5, 5734.03}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 50.0; - }; - - class AStrong_Tulga_01 { - name = ""; - position[] = {12907.6, 4457.43}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 280.0; - }; - - class AStrong_Tulga_02 { - name = ""; - position[] = {12541.8, 4552.67}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AStrong_Tulga_03 { - name = ""; - position[] = {12508.4, 4462.73}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 260.0; - }; - - class AStrong_Kamyshovo_01 { - name = ""; - position[] = {11852, 3480.01}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 255.0; - }; - - class AStrong_Kamyshovo_02 { - name = ""; - position[] = {12383.8, 3552.52}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 85.0; - }; - - class AStrong_Kamyshovo_03 { - name = ""; - position[] = {12004.6, 3800.47}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 320.0; - }; - - class AStrong_Elektrozavodsk_01 { - name = ""; - position[] = {10924.1, 2779.45}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Elektrozavodsk_02 { - name = ""; - position[] = {10379.8, 1971.46}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_Elektrozavodsk_03 { - name = ""; - position[] = {10383.5, 2718.41}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_Elektrozavodsk_04 { - name = ""; - position[] = {10196.3, 2358.27}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 240.0; - }; - - class AStrong_Elektrozavodsk_05 { - name = ""; - position[] = {9555.84, 2250.67}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 70.0; - }; - - class AStrong_Elektrozavodsk_06 { - name = ""; - position[] = {9868.6, 1894.98}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 240.0; - }; - - class AStrong_Elektrozavodsk_07 { - name = ""; - position[] = {9182.6, 2101.25}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 280.0; - }; - - class AStrong_Pusta_01 { - name = ""; - position[] = {9126.34, 3620.25}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 95.0; - }; - - class AStrong_Pusta_02 { - name = ""; - position[] = {8843.86, 4021.92}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 315.0; - }; - - class AStrong_Pusta_03 { - name = ""; - position[] = {9362.76, 4025.28}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 20.0; - }; - - class AStrong_Mogilevka_01 { - name = ""; - position[] = {7522.63, 4706.67}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AStrong_Mogilevka_02 { - name = ""; - position[] = {7592.56, 4915.05}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 105.0; - }; - - class AStrong_Mogilevka_03 { - name = ""; - position[] = {7432.33, 5104.58}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 290.0; - }; - - class AStrong_Mogilevka_04 { - name = ""; - position[] = {7362.05, 5292.25}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 335.0; - }; - - class AStrong_Mogilevka_05 { - name = ""; - position[] = {7802.83, 5218.96}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 5.0; - }; - - class AStrong_Vyshnoye_01 { - name = ""; - position[] = {6638.91, 5857.39}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 110.0; - }; - - class AStrong_Vyshnoye_02 { - name = ""; - position[] = {6348.21, 6241.24}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 310.0; - }; - - class AStrong_Vyshnoye_03 { - name = ""; - position[] = {6602.14, 6204.11}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_NovySobor_01 { - name = ""; - position[] = {7351.73, 7694.96}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 140.0; - }; - - class AStrong_NovySobor_02 { - name = ""; - position[] = {6911.07, 7856.05}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 20.0; - }; - - class AStrong_NovySobor_03 { - name = ""; - position[] = {6880.22, 7579.58}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 10.0; - angle = 300.0; - }; - - class AStrong_NovySobor_04 { - name = ""; - position[] = {7086.97, 7438.21}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 125.0; - }; - - class AStrong_StarySobor_01 { - name = ""; - position[] = {6373.77, 7555.69}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 160.0; - }; - - class AStrong_StarySobor_02 { - name = ""; - position[] = {5855.67, 7529.08}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 200.0; - }; - - class AStrong_StarySobor_03 { - name = ""; - position[] = {6257.96, 7839.42}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_StarySobor_04 { - name = ""; - position[] = {6243.91, 8026.06}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AStrong_StarySobor_05 { - name = ""; - position[] = {5824.87, 8121.5}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 325.0; - }; - - class AStrong_Kabanino_01 { - name = ""; - position[] = {5532.61, 8397.47}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 140.0; - }; - - class AStrong_Kabanino_02 { - name = ""; - position[] = {5169.41, 8542.31}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Kabanino_03 { - name = ""; - position[] = {5277.36, 8765.71}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_Kabanino_04 { - name = ""; - position[] = {5488.48, 8712.34}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 50.0; - }; - - class AStrong_Bor_04 { - name = ""; - position[] = {2795.24, 4119.73}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 15.0; - }; - - class AStrong_Nadezhdino_01 { - name = ""; - position[] = {5796.27, 4825.3}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 295.0; - }; - - class AStrong_Nadezhdino_02 { - name = ""; - position[] = {6025.22, 4886.99}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 115.0; - }; - - class AStrong_Nadezhdino_03 { - name = ""; - position[] = {5799.28, 5036.47}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 15.0; - }; - - class AStrong_Nadezhdino_04 { - name = ""; - position[] = {5800.69, 4417.76}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 260.0; - }; - - class AStrong_Drozhino_01 { - name = ""; - position[] = {3254.26, 5052.21}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 315.0; - }; - - class AStrong_Drozhino_02 { - name = ""; - position[] = {3525.2, 4888.45}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AStrong_Pulkovo_01 { - name = ""; - position[] = {4833.52, 5719.49}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 350.0; - }; - - class AStrong_Pulkovo_02 { - name = ""; - position[] = {5018.95, 5597.01}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 110.0; - }; - - class AStrong_Sosnovka_01 { - name = ""; - position[] = {2818.84, 6647.56}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AStrong_Sosnovka_02 { - name = ""; - position[] = {2501.56, 6080.72}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 135.0; - }; - - class AStrong_Myshkino_01 { - name = ""; - position[] = {2316.46, 7201.92}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 40.0; - }; - - class AStrong_Myshkino_02 { - name = ""; - position[] = {1868.52, 7547.36}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Vybor_04 { - name = ""; - position[] = {4113.06, 9088.76}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AStrong_Petrovka_01 { - name = ""; - position[] = {4849.9, 12570.4}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 175.0; - }; - - class AStrong_Petrovka_02 { - name = ""; - position[] = {5105.77, 12497.3}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 145.0; - }; - - class AStrong_Olsha_02 { - name = ""; - position[] = {13306.2, 12958.6}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AStrong_Berezino_06 { - name = ""; - position[] = {13141.9, 10473.3}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 20.0; - }; - - class AStrong_Berezino_07 { - name = ""; - position[] = {12816.2, 10254.7}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 290.0; - }; - - class AStrong_Berezino_08 { - name = ""; - position[] = {12678.8, 9892.24}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AStrong_Berezino_09 { - name = ""; - position[] = {12914, 9683.69}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 190.0; - }; - - class AStrong_Nizhnoye_01 { - name = ""; - position[] = {12658.2, 8395.95}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 360.0; - }; - - class AStrong_Nizhnoye_02 { - name = ""; - position[] = {12933.8, 8423.15}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 345.0; - }; - - class AStrong_Nizhnoye_03 { - name = ""; - position[] = {12751.6, 7996.58}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AStrong_Nizhnoye_04 { - name = ""; - position[] = {13063.2, 7975.24}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 185.0; - }; - - class AStrong_Solnichniy_04 { - name = ""; - position[] = {13145.1, 7190.32}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 355.0; - }; - - class AStrong_Solnichniy_05 { - name = ""; - position[] = {13137, 6913.16}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AStrong_Orlovets_03 { - name = ""; - position[] = {12157.3, 7400.25}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 65.0; - }; - - class AStrong_Orlovets_04 { - name = ""; - position[] = {12182.6, 6980.58}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 145.0; - }; - - class AStrong_Dolina_03 { - name = ""; - position[] = {12041.3, 6348.71}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AStrong_Dolina_04 { - name = ""; - position[] = {12424.5, 6251.06}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AStrong_Msta_01 { - name = ""; - position[] = {11041.7, 5347.4}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 5.0; - }; - - class AStrong_Msta_02 { - name = ""; - position[] = {11079.8, 5142.4}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 135.0; - }; - - class AStrong_Msta_03 { - name = ""; - position[] = {11440.3, 5497.8}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AStrong_Tulga_04 { - name = ""; - position[] = {12398.9, 4376.36}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Prigorodki_01 { - name = ""; - position[] = {7579.7, 3215.71}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 265.0; - }; - - class AStrong_Prigorodki_02 { - name = ""; - position[] = {7989.64, 3131.91}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 85.0; - }; - - class AStrong_Prigorodki_03 { - name = ""; - position[] = {7637.42, 3499.4}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 240.0; - }; - - class AStrong_Prigorodki_04 { - name = ""; - position[] = {7880.12, 3532.44}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 135.0; - }; - - class AStrong_Guglovo_01 { - name = ""; - position[] = {8563.02, 6589.22}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 105.0; - }; - - class AStrong_Guglovo_02 { - name = ""; - position[] = {8295.73, 6775.43}; - type = "StrongpointArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 315.0; - }; - - class AFlat_076 { - name = ""; - position[] = {13180.6, 3987.41}; - type = "FlatArea"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Komarovo { - name = ""; - position[] = {3670.81, 2385.79}; - type = "CityCenter"; - neighbors[] = {"ACityC_Bor", "ACityC_Pavlovo", "ACityC_Kamenka", "ACityC_Balota"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Kamenka { - name = ""; - position[] = {1860.74, 2220.66}; - type = "CityCenter"; - neighbors[] = {"ACityC_Komarovo", "ACityC_Pavlovo"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Pavlovo { - name = ""; - position[] = {1691.95, 3838.99}; - type = "CityCenter"; - neighbors[] = {"ACityC_Bor", "ACityC_Zelenogorsk", "ACityC_Kamenka", "ACityC_Komarovo"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Bor { - name = ""; - position[] = {3351.68, 3950.19}; - type = "CityCenter"; - neighbors[] = {"ACityC_Pavlovo", "ACityC_Kozlovka", "ACityC_Drozhino", "ACityC_Komarovo"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Zelenogorsk { - name = ""; - position[] = {2754.43, 5270.98}; - type = "CityCenter"; - neighbors[] = {"ACityC_Drozhino", "ACityC_Pulkovo", "ACityC_Pavlovo", "ACityC_Sosnovka", "ACityC_Pogorevka"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Drozhino { - name = ""; - position[] = {3379.62, 4922.15}; - type = "CityCenter"; - neighbors[] = {"ACityC_Bor", "ACityC_Kozlovka", "ACityC_Zelenogorsk", "ACityC_Pulkovo"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Kozlovka { - name = ""; - position[] = {4467.61, 4626.55}; - type = "CityCenter"; - neighbors[] = {"ACityC_Drozhino", "ACityC_Balota", "ACityC_Bor", "ACityC_Nadezhdino"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Sosnovka { - name = ""; - position[] = {2527.6, 6336.11}; - type = "CityCenter"; - neighbors[] = {"ACityC_Pustoshka", "ACityC_Myshkino", "ACityC_Zelenogorsk", "ACityC_Pogorevka"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Pulkovo { - name = ""; - position[] = {4931.55, 5612.53}; - type = "CityCenter"; - neighbors[] = {"ACityC_Zelenogorsk", "ACityC_Rogovo", "ACityC_Pogorevka", "ACityC_Drozhino"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Pogorevka { - name = ""; - position[] = {4464.15, 6420.89}; - type = "CityCenter"; - neighbors[] = {"ACityC_Rogovo", "ACityC_Zelenogorsk", "ACityC_Pustoshka", "ACityC_Pulkovo", "ACityC_Sosnovka"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Rogovo { - name = ""; - position[] = {4742.94, 6775.92}; - type = "CityCenter"; - neighbors[] = {"ACityC_Pogorevka", "ACityC_Kabanino", "ACityC_StarySobor", "ACityC_Nadezhdino", "ACityC_Pulkovo", "ACityC_Vyshnoye"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Myshkino { - name = ""; - position[] = {2002.45, 7322.61}; - type = "CityCenter"; - neighbors[] = {"ACityC_Pustoshka", "ACityC_Sosnovka", "ACityC_Lopatino"}; - demography[] = {CIV, 0.8, CIV_RU, 0.2}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Pustoshka { - name = ""; - position[] = {3048.06, 7885.56}; - type = "CityCenter"; - neighbors[] = {"ACityC_Vybor", "ACityC_Myshkino", "ACityC_Pogorevka", "ACityC_Sosnovka", "ACityC_Kabanino", "ACityC_Lopatino"}; - demography[] = {CIV, 0.8, CIV_RU, 0.2}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Vybor { - name = ""; - position[] = {3904.06, 8932.71}; - type = "CityCenter"; - neighbors[] = {"ACityC_Lopatino", "ACityC_Pustoshka", "ACityC_Kabanino"}; - demography[] = {CIV, 0.7, CIV_RU, 0.3}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Lopatino { - name = ""; - position[] = {2767.78, 9935.97}; - type = "CityCenter"; - neighbors[] = {"ACityC_Vybor", "ACityC_Pustoshka", "ACityC_Grishino", "ACityC_Myshkino"}; - demography[] = {CIV, 0.3, CIV_RU, 0.7}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Kabanino { - name = ""; - position[] = {5347.5, 8595.36}; - type = "CityCenter"; - neighbors[] = {"ACityC_Rogovo", "ACityC_StarySobor", "ACityC_Grishino", "ACityC_Vybor", "ACityC_Pustoshka"}; - demography[] = {CIV, 0.6, CIV_RU, 0.4}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Grishino { - name = ""; - position[] = {5980.06, 10289.6}; - type = "CityCenter"; - neighbors[] = {"ACityC_Kabanino", "ACityC_Petrovka", "ACityC_NovySobor", "ACityC_Gvozdno", "ACityC_Gorka", "ACityC_Lopatino"}; - demography[] = {CIV, 0.3, CIV_RU, 0.7}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Petrovka { - name = ""; - position[] = {4987.79, 12510.6}; - type = "CityCenter"; - neighbors[] = {"ACityC_Grishino"}; - demography[] = {CIV, 0.0, CIV_RU, 1.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_StarySobor { - name = ""; - position[] = {6115.92, 7747.75}; - type = "CityCenter"; - neighbors[] = {"ACityC_Kabanino", "ACityC_NovySobor", "ACityC_Rogovo", "ACityC_Vyshnoye"}; - demography[] = {CIV, 0.7, CIV_RU, 0.3}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_NovySobor { - name = ""; - position[] = {7061.19, 7718.04}; - type = "CityCenter"; - neighbors[] = {"ACityC_Guglovo", "ACityC_StarySobor", "ACityC_Gorka", "ACityC_Mogilevka", "ACityC_Grishino"}; - demography[] = {CIV, 0.3, CIV_RU, 0.7}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Guglovo { - name = ""; - position[] = {8466.55, 6662.45}; - type = "CityCenter"; - neighbors[] = {"ACityC_NovySobor", "ACityC_Staroye", "ACityC_Shakhovka"}; - demography[] = {CIV, 0.5, CIV_RU, 0.5}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Vyshnoye { - name = ""; - position[] = {6565.11, 6104.91}; - type = "CityCenter"; - neighbors[] = {"ACityC_Rogovo", "ACityC_StarySobor", "ACityC_Mogilevka"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Mogilevka { - name = ""; - position[] = {7576.98, 5177.14}; - type = "CityCenter"; - neighbors[] = {"ACityC_Vyshnoye", "ACityC_NovySobor", "ACityC_Pusta", "ACityC_Chernogorsk"}; - demography[] = {CIV, 0.8, CIV_RU, 0.2}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Nadezhdino { - name = ""; - position[] = {5871.47, 4774.94}; - type = "CityCenter"; - neighbors[] = {"ACityC_Kozlovka", "ACityC_Rogovo", "ACityC_Chernogorsk"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Prigorodki { - name = ""; - position[] = {7982.71, 3382.4}; - type = "CityCenter"; - neighbors[] = {"ACityC_Chernogorsk", "ACityC_Elektrozavodsk"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Elektrozavodsk { - name = ""; - position[] = {10436.3, 2138.39}; - type = "CityCenter"; - neighbors[] = {"ACityC_Pusta", "ACityC_Prigorodki", "ACityC_Kamyshovo", "ACityC_Staroye"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Pusta { - name = ""; - position[] = {9169.62, 3857.71}; - type = "CityCenter"; - neighbors[] = {"ACityC_Mogilevka", "ACityC_Elektrozavodsk"}; - demography[] = {CIV, 0.9, CIV_RU, 0.1}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Staroye { - name = ""; - position[] = {10167, 5572.38}; - type = "CityCenter"; - neighbors[] = {"ACityC_Shakhovka", "ACityC_Guglovo", "ACityC_Msta", "ACityC_Elektrozavodsk", "", "ACityC_Dolina"}; - demography[] = {CIV, 0.8, CIV_RU, 0.2}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Msta { - name = ""; - position[] = {11273.1, 5471.18}; - type = "CityCenter"; - neighbors[] = {"ACityC_Staroye", "ACityC_Dolina", "ACityC_Tulga"}; - demography[] = {CIV, 0.4, CIV_RU, 0.6}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Tulga { - name = ""; - position[] = {12775.8, 4416.77}; - type = "CityCenter"; - neighbors[] = {"ACityC_Kamyshovo", "ACityC_Solnychniy", "ACityC_Msta"}; - demography[] = {CIV, 0.6, CIV_RU, 0.4}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Kamyshovo { - name = ""; - position[] = {12075, 3583.77}; - type = "CityCenter"; - neighbors[] = {"ACityC_Solnychniy", "ACityC_Tulga", "ACityC_Elektrozavodsk"}; - demography[] = {CIV, 0.8, CIV_RU, 0.2}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Solnychniy { - name = ""; - position[] = {13328.9, 6255.62}; - type = "CityCenter"; - neighbors[] = {"ACityC_Dolina", "ACityC_Nizhnoye", "ACityC_Tulga", "ACityC_Kamyshovo"}; - demography[] = {CIV, 0.6, CIV_RU, 0.4}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Dolina { - name = ""; - position[] = {11281.5, 6581.77}; - type = "CityCenter"; - neighbors[] = {"ACityC_Polana", "ACityC_Shakhovka", "ACityC_Staroye", "ACityC_Solnychniy", "ACityC_Msta"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Shakhovka { - name = ""; - position[] = {9624.39, 6565.69}; - type = "CityCenter"; - neighbors[] = {"ACityC_Dolina", "ACityC_Guglovo", "ACityC_Polana", "ACityC_Staroye"}; - demography[] = {CIV, 0.6, CIV_RU, 0.4}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Orlovets { - name = ""; - position[] = {12155.9, 7266.46}; - type = "CityCenter"; - neighbors[] = {"ACityC_Polana", "ACityC_Berezino"}; - demography[] = {CIV, 0.1, CIV_RU, 0.9}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Polana { - name = ""; - position[] = {10674.2, 8033.22}; - type = "CityCenter"; - neighbors[] = {"ACityC_Dolina", "ACityC_Shakhovka", "ACityC_Orlovets", "ACityC_Gorka", "ACityC_Dubrovka"}; - demography[] = {CIV, 0.1, CIV_RU, 0.9}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Gorka { - name = ""; - position[] = {9598.56, 8833.33}; - type = "CityCenter"; - neighbors[] = {"ACityC_Polana", "ACityC_Dubrovka", "ACityC_NovySobor", "ACityC_Grishino", "ACityC_Gvozdno"}; - demography[] = {CIV, 0.8, CIV_RU, 0.2}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Berezino { - name = ""; - position[] = {12480.4, 9650.34}; - type = "CityCenter"; - neighbors[] = {"ACityC_Dubrovka", "ACityC_Orlovets", "ACityC_Nizhnoye", "ACityC_Khelm"}; - demography[] = {CIV, 1.0, CIV_RU, 0.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Dubrovka { - name = ""; - position[] = {10430.3, 9799.58}; - type = "CityCenter"; - neighbors[] = {"ACityC_Gorka", "ACityC_Berezino", "ACityC_Krasnostav", "ACityC_Gvozdno", "ACityC_Polana"}; - demography[] = {CIV, 0.1, CIV_RU, 0.9}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Gvozdno { - name = ""; - position[] = {8573.37, 11948}; - type = "CityCenter"; - neighbors[] = {"ACityC_Gorka", "ACityC_Krasnostav", "ACityC_Dubrovka", "ACityC_Grishino"}; - demography[] = {CIV, 0.0, CIV_RU, 1.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Krasnostav { - name = ""; - position[] = {11175.2, 12282.8}; - type = "CityCenter"; - neighbors[] = {"ACityC_Olsha", "ACityC_Dubrovka", "ACityC_Gvozdno", "ACityC_Khelm"}; - demography[] = {CIV, 0.0, CIV_RU, 1.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Olsha { - name = ""; - position[] = {13359.7, 12873.1}; - type = "CityCenter"; - neighbors[] = {"ACityC_Krasnostav"}; - demography[] = {CIV, 0.0, CIV_RU, 1.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Khelm { - name = ""; - position[] = {12302.7, 10796.3}; - type = "CityCenter"; - neighbors[] = {"ACityC_Berezino", "ACityC_Krasnostav"}; - demography[] = {CIV, 0.0, CIV_RU, 1.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class ACityC_Nizhnoye { - name = ""; - position[] = {12945.8, 8169.6}; - type = "CityCenter"; - neighbors[] = {"ACityC_Berezino", "ACityC_Solnychniy"}; - demography[] = {CIV, 0.0, CIV_RU, 1.0}; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlatC_Balota { - name = ""; - position[] = {4388.25, 2538.51}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 30.0; - }; - - class AFlatC_Komarovo { - name = ""; - position[] = {3760.11, 2473.73}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 150.0; - }; - - class AFlatC_Kamenka { - name = ""; - position[] = {1684.68, 2234.78}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 20.0; - }; - - class AFlatC_Pavlovo { - name = ""; - position[] = {1732.25, 3740.96}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AFlatC_Bor { - name = ""; - position[] = {3481.35, 3997.94}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 25.0; - }; - - class AFlatC_Kozlovka { - name = ""; - position[] = {4465.96, 4570.83}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatC_Drozhino { - name = ""; - position[] = {3406.36, 4872.27}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 220.0; - }; - - class AFlatC_Zelenogorsk { - name = ""; - position[] = {2671.15, 5320.51}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 280.0; - }; - - class AFlatC_Sosnovka { - name = ""; - position[] = {2399.68, 6303.76}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 205.0; - }; - - class AFlatC_Pulkovo { - name = ""; - position[] = {4892.73, 5712.45}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 65.0; - }; - - class AFlatC_Nadezhdino { - name = ""; - position[] = {5807.61, 4998.41}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 240.0; - }; - - class AFlatC_Pogorevka { - name = ""; - position[] = {4519.03, 6324.5}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 360.0; - }; - - class AFlatC_Rogovo { - name = ""; - position[] = {4811.73, 6728.05}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 355.0; - }; - - class AFlatC_Vyshnoye { - name = ""; - position[] = {6522.85, 6149.59}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 50.0; - }; - - class AFlatC_NovySobor { - name = ""; - position[] = {7015.66, 7645.47}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 160.0; - }; - - class AFlatC_StarySobor { - name = ""; - position[] = {6306.92, 7540.0}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AFlatC_Kabanino { - name = ""; - position[] = {5449.29, 8608.54}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 265.0; - }; - - class AFlatC_Vybor { - name = ""; - position[] = {3635.42, 8897.64}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 225.0; - }; - - class AFlatC_Pustoshka { - name = ""; - position[] = {2934.61, 7780.66}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 275.0; - }; - - class AFlatC_Myshkino { - name = ""; - position[] = {1916.1, 7439.7}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 250.0; - }; - - class AFlatC_Lopatino { - name = ""; - position[] = {2636.01, 10089}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 235.0; - }; - - class AFlatC_Grishino { - name = ""; - position[] = {6008.88, 10420.3}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AFlatC_Petrovka { - name = ""; - position[] = {4977.83, 12583}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 75.0; - }; - - class AFlatC_Elektrozavodsk { - name = ""; - position[] = {10248.8, 2163.76}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 345.0; - }; - - class AFlatC_Prigorodki { - name = ""; - position[] = {7831.21, 3340.26}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlatC_Kamyshovo { - name = ""; - position[] = {12300.6, 3541.93}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 350.0; - }; - - class AFlatC_Pusta { - name = ""; - position[] = {9081.88, 3753.14}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 85.0; - }; - - class AFlatC_Mogilevka { - name = ""; - position[] = {7641.62, 4966.96}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 35.0; - }; - - class AFlatC_Tulga { - name = ""; - position[] = {12593.9, 4356.49}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 195.0; - }; - - class AFlatC_Msta { - name = ""; - position[] = {11387.2, 5503.74}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 10.0; - }; - - class AFlatC_Staroye { - name = ""; - position[] = {10278.8, 5539.12}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 235.0; - }; - - class AFlatC_Shakhovka { - name = ""; - position[] = {9708.31, 6479.32}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AFlatC_Dolina { - name = ""; - position[] = {11442.9, 6555.93}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 160.0; - }; - - class AFlatC_Orlovets { - name = ""; - position[] = {12166.4, 7150.0}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 175.0; - }; - - class AFlatC_Solnychniy { - name = ""; - position[] = {13459.3, 6064.03}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 95.0; - }; - - class AFlatC_Guglovo { - name = ""; - position[] = {8428.35, 6800.75}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 15.0; - }; - - class AFlatC_Polana { - name = ""; - position[] = {10911.2, 8136.78}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AFlatC_Berezino { - name = ""; - position[] = {12181.8, 9397.31}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 135.0; - }; - - class AFlatC_Gorka { - name = ""; - position[] = {9810.16, 8776.46}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 185.0; - }; - - class AFlatC_Dubrovka { - name = ""; - position[] = {10483, 9836.03}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 145.0; - }; - - class AFlatC_Khelm { - name = ""; - position[] = {12260.6, 10782.7}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatC_Olsha { - name = ""; - position[] = {13387.8, 12858.2}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AFlatC_Krasnostav { - name = ""; - position[] = {10982.9, 12377.4}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 195.0; - }; - - class AFlatC_Gvozdno { - name = ""; - position[] = {8510.66, 12007.6}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 225.0; - }; - - class AFlatC_Nizhnoye { - name = ""; - position[] = {13034.1, 8336.34}; - type = "FlatAreaCity"; - radiusA = 100.0; - radiusB = 100.0; - angle = 75.0; - }; - - class AFlatCS_Balota_02 { - name = ""; - position[] = {4384.55, 2380.82}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 35.0; - }; - - class AFlatCS_Komarovo_01 { - name = ""; - position[] = {3531.16, 2415.7}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 160.0; - }; - - class AFlatCS_Komarovo_02 { - name = ""; - position[] = {3669.81, 2412.33}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 95.0; - }; - - class AFlatCS_Kamenka_01 { - name = ""; - position[] = {1835.86, 2275.42}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 195.0; - }; - - class AFlatCS_Pavlovo_01 { - name = ""; - position[] = {1637.99, 3942.0}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatCS_Bor_01 { - name = ""; - position[] = {3235.45, 4011.75}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 25.0; - }; - - class AFlatCS_Nadezhdino_01 { - name = ""; - position[] = {5868.47, 4806.13}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AFlatCS_Kozlovka_01 { - name = ""; - position[] = {4301.77, 4751.35}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 240.0; - }; - - class AFlatCS_Kozlovka_02 { - name = ""; - position[] = {4401.23, 4666.25}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AFlatCS_Kozlovka_03 { - name = ""; - position[] = {4469.24, 4595.37}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 260.0; - }; - - class AFlatCS_Drozhino_01 { - name = ""; - position[] = {3323.82, 5002.93}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 215.0; - }; - - class AFlatCS_Drozhino_02 { - name = ""; - position[] = {3487.01, 4892.45}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 205.0; - }; - - class AFlatCS_Zelenogorsk_01 { - name = ""; - position[] = {2544.68, 5045.13}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 320.0; - }; - - class AFlatCS_Zelenogorsk_02 { - name = ""; - position[] = {2752.29, 5113.42}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 105.0; - }; - - class AFlatCS_Zelenogorsk_03 { - name = ""; - position[] = {2692.45, 5427.91}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 200.0; - }; - - class AFlatCS_Zelenogorsk_04 { - name = ""; - position[] = {2878.56, 5370.32}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AFlatCS_Pulkovo_01 { - name = ""; - position[] = {4856.25, 5629.71}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 195.0; - }; - - class AFlatCS_Pogorevka_01 { - name = ""; - position[] = {4346.98, 6463.28}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 220.0; - }; - - class AFlatCS_Rogovo_01 { - name = ""; - position[] = {4619.03, 6863.36}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 205.0; - }; - - class AFlatCS_Vyshnoye_01 { - name = ""; - position[] = {6422.01, 6170.91}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 205.0; - }; - - class AFlatCS_Vyshnoye_02 { - name = ""; - position[] = {6502.49, 6108.76}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 240.0; - }; - - class AFlatCS_Sosnovka_01 { - name = ""; - position[] = {2567.8, 6290.77}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 150.0; - }; - - class AFlatCS_Sosnovka_02 { - name = ""; - position[] = {2502.94, 6460.31}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatCS_Myshkino_01 { - name = ""; - position[] = {2123.76, 7321.47}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 30.0; - }; - - class AFlatCS_Pustoshka_01 { - name = ""; - position[] = {3158.45, 8044.45}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 30.0; - }; - - class AFlatCS_Pustoshka_02 { - name = ""; - position[] = {3140.71, 8101.63}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 10.0; - angle = 325.0; - }; - - class AFlatCS_NovySobor_01 { - name = ""; - position[] = {7147.77, 7573.71}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 95.0; - }; - - class AFlatCS_StarySobor_01 { - name = ""; - position[] = {6226.96, 7753.01}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 125.0; - }; - - class AFlatCS_Kabanino_01 { - name = ""; - position[] = {5348.69, 8731.31}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 200.0; - }; - - class AFlatCS_Vybor_01 { - name = ""; - position[] = {3903.04, 8799.05}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 200.0; - }; - - class AFlatCS_Vybor_02 { - name = ""; - position[] = {3752.26, 8639.15}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 125.0; - }; - - class AFlatCS_Lopatino_01 { - name = ""; - position[] = {2788.91, 9833.8}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AFlatCS_Lopatino_02 { - name = ""; - position[] = {2620.33, 9880.63}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AFlatCS_Lopatino_03 { - name = ""; - position[] = {2710.26, 10132.8}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 50.0; - }; - - class AFlatCS_Grishino_01 { - name = ""; - position[] = {5834.99, 10170.4}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 290.0; - }; - - class AFlatCS_Grishino_02 { - name = ""; - position[] = {5912.03, 10272.7}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 300.0; - }; - - class AFlatCS_Grishino_03 { - name = ""; - position[] = {6043.37, 10404.7}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AFlatCS_Grishino_04 { - name = ""; - position[] = {6039.71, 10525.3}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 295.0; - }; - - class AFlatCS_Petrovka_01 { - name = ""; - position[] = {5032.65, 12449.9}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AFlatCS_Krasnostav_01 { - name = ""; - position[] = {11336.4, 12276.5}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 115.0; - }; - - class AFlatCS_Krasnostav_02 { - name = ""; - position[] = {11248.4, 12170.7}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 30.0; - }; - - class AFlatCS_Krasnostav_03 { - name = ""; - position[] = {11551.8, 12250.5}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 355.0; - }; - - class AFlatCS_Krasnostav_04 { - name = ""; - position[] = {11162, 12140.1}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 290.0; - }; - - class AFlatCS_Krasnostav_05 { - name = ""; - position[] = {10738.7, 12407.9}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 165.0; - }; - - class AFlatCS_Gvozdno_01 { - name = ""; - position[] = {8601.28, 11857.9}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 235.0; - }; - - class AFlatCS_Gvozdno_02 { - name = ""; - position[] = {8773.88, 11697.9}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 80.0; - }; - - class AFlatCS_Gvozdno_03 { - name = ""; - position[] = {8435.86, 12008.5}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 180.0; - }; - - class AFlatCS_Gvozdno_04 { - name = ""; - position[] = {8691.0, 11841.1}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 45.0; - }; - - class AFlatCS_Khelm_01 { - name = ""; - position[] = {12319.7, 10729.6}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AFlatCS_Khelm_02 { - name = ""; - position[] = {12378.9, 10792.6}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 90.0; - }; - - class AFlatCS_Dubrovka_01 { - name = ""; - position[] = {10459.2, 9967.9}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatCS_Dubrovka_02 { - name = ""; - position[] = {10557, 9597.84}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 195.0; - }; - - class AFlatCS_Dubrovka_03 { - name = ""; - position[] = {10273.5, 9622.66}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 245.0; - }; - - class AFlatCS_Berezino_01 { - name = ""; - position[] = {11785.5, 9224.77}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 350.0; - }; - - class AFlatCS_Berezino_02 { - name = ""; - position[] = {11758.2, 9119.88}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 235.0; - }; - - class AFlatCS_Berezino_03 { - name = ""; - position[] = {12020.6, 8912.44}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 145.0; - }; - - class AFlatCS_Berezino_04 { - name = ""; - position[] = {12136.5, 9071.39}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 20.0; - }; - - class AFlatCS_Berezino_05 { - name = ""; - position[] = {12291.1, 9049.66}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AFlatCS_Berezino_06 { - name = ""; - position[] = {12058.9, 9258.5}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AFlatCS_Berezino_07 { - name = ""; - position[] = {12221.4, 9564.58}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 15.0; - }; - - class AFlatCS_Berezino_08 { - name = ""; - position[] = {12371.8, 9652.38}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AFlatCS_Berezino_09 { - name = ""; - position[] = {12658.7, 9792.38}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 330.0; - }; - - class AFlatCS_Berezino_10 { - name = ""; - position[] = {12915.9, 10067.5}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 120.0; - }; - - class AFlatCS_Berezino_11 { - name = ""; - position[] = {12953.2, 10243.0}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 290.0; - }; - - class AFlatCS_Berezino_12 { - name = ""; - position[] = {12943.4, 9826.84}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 285.0; - }; - - class AFlatCS_Gorka_01 { - name = ""; - position[] = {9809.33, 8822.68}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 5.0; - }; - - class AFlatCS_Gorka_02 { - name = ""; - position[] = {9225.92, 8787.83}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 205.0; - }; - - class AFlatCS_Gorka_03 { - name = ""; - position[] = {9319.5, 8929.39}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 325.0; - }; - - class AFlatCS_Nizhnoye_01 { - name = ""; - position[] = {12964.8, 8347.79}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 250.0; - }; - - class AFlatCS_Nizhnoye_02 { - name = ""; - position[] = {12990.8, 8245.67}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 255.0; - }; - - class AFlatCS_Nizhnoye_03 { - name = ""; - position[] = {13056.0, 8061.94}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 85.0; - }; - - class AFlatCS_Polana_01 { - name = ""; - position[] = {10705, 7982.89}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AFlatCS_Polana_02 { - name = ""; - position[] = {10773.8, 8212.94}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 215.0; - }; - - class AFlatCS_Orlovets_01 { - name = ""; - position[] = {12331, 7402.01}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 305.0; - }; - - class AFlatCS_Orlovets_02 { - name = ""; - position[] = {11988.7, 7241.98}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 190.0; - }; - - class AFlatCS_Dolina_01 { - name = ""; - position[] = {11127.2, 6622.73}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 200.0; - }; - - class AFlatCS_Dolina_02 { - name = ""; - position[] = {11360.8, 6583.02}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlatCS_Shakhovka_01 { - name = ""; - position[] = {9667.99, 6449.84}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 75.0; - }; - - class AFlatCS_Shakhovka_02 { - name = ""; - position[] = {9584.25, 6641.26}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 75.0; - }; - - class AFlatCS_Guglovo_01 { - name = ""; - position[] = {8343.99, 6766.49}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 190.0; - }; - - class AFlatCS_Staroye_01 { - name = ""; - position[] = {10295.5, 5578.51}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 65.0; - }; - - class AFlatCS_Staroye_02 { - name = ""; - position[] = {10111.3, 5550.66}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 75.0; - }; - - class AFlatCS_Staroye_03 { - name = ""; - position[] = {10020.7, 5705.52}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AFlatCS_Staroye_04 { - name = ""; - position[] = {10123.8, 5377.05}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatCS_Msta_01 { - name = ""; - position[] = {11431.7, 5564.05}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 35.0; - }; - - class AFlatCS_Msta_02 { - name = ""; - position[] = {11124.7, 5310.37}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 115.0; - }; - - class AFlatCS_Solnychniy_01 { - name = ""; - position[] = {13163.8, 6249.84}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AFlatCS_Solnychniy_02 { - name = ""; - position[] = {13443.5, 5939.22}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 100.0; - }; - - class AFlatCS_Solnychniy_03 { - name = ""; - position[] = {13438.5, 6411.26}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatCS_Prigorodki_01 { - name = ""; - position[] = {7793.31, 3496.96}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 165.0; - }; - - class AFlatCS_Mogilevka_01 { - name = ""; - position[] = {7512.98, 5054.14}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 295.0; - }; - - class AFlatCS_Mogilevka_02 { - name = ""; - position[] = {7529.12, 5291.37}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 245.0; - }; - - class AFlatCS_Pusta_01 { - name = ""; - position[] = {9180.62, 3928.19}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 325.0; - }; - - class AFlatCS_Elektrozavodsk_01 { - name = ""; - position[] = {9650.88, 2000.21}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 185.0; - }; - - class AFlatCS_Elektrozavodsk_02 { - name = ""; - position[] = {10089.7, 2114.46}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 350.0; - }; - - class AFlatCS_Elektrozavodsk_03 { - name = ""; - position[] = {10321.7, 1953.92}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 270.0; - }; - - class AFlatCS_Elektrozavodsk_04 { - name = ""; - position[] = {10369.7, 2048.25}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 125.0; - }; - - class AFlatCS_Elektrozavodsk_05 { - name = ""; - position[] = {10511.7, 2154.33}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 335.0; - }; - - class AFlatCS_Elektrozavodsk_06 { - name = ""; - position[] = {10393, 2265.15}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 305.0; - }; - - class AFlatCS_Elektrozavodsk_07 { - name = ""; - position[] = {10512.1, 2024.9}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 60.0; - }; - - class AFlatCS_Elektrozavodsk_08 { - name = ""; - position[] = {10391.9, 2516.4}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 5.0; - }; - - class AFlatCS_Elektrozavodsk_09 { - name = ""; - position[] = {10685.3, 2469.69}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 325.0; - }; - - class AFlatCS_Kamyshovo_01 { - name = ""; - position[] = {11960.7, 3515.92}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 355.0; - }; - - class AFlatCS_Kamyshovo_02 { - name = ""; - position[] = {12253.2, 3494.5}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 175.0; - }; - - class AFlatCS_Tulga_01 { - name = ""; - position[] = {12566.9, 4402.68}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 210.0; - }; - - class AFlatCS_Tulga_02 { - name = ""; - position[] = {12791.6, 4466.95}; - type = "FlatAreaCitySmall"; - radiusA = 100.0; - radiusB = 100.0; - angle = 5.0; - }; - - class AAirport_1 { - name = ""; - position[] = {4783.72, 2564.25}; - type = "Airport"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AAirport_2 { - name = ""; - position[] = {4828.25, 10205.3}; - type = "Airport"; - radiusA = 100.0; - radiusB = 100.0; - angle = 0.0; - }; - - class AStrong_Sosnovka_03 { - name = ""; - position[] = {2497.28, 6803.58}; - type = "StrongpointArea"; - radiusA = 207.58; - radiusB = 177.44; - angle = 40.0; - }; - - class AFlatCS_StarySobor_02 { - name = ""; - position[] = {6212.46, 7805.0}; - type = "FlatAreaCitySmall"; - radiusA = 219.4; - radiusB = 189.26; - angle = 310.0; - }; - - class AFlatCS_NovySobor_02 { - name = ""; - position[] = {7241.92, 7646.02}; - type = "FlatAreaCitySmall"; - radiusA = 155.62; - radiusB = 133.16; - angle = 195.0; - }; - - class AFlatCS_NovySobor_03 { - name = ""; - position[] = {7044.93, 7609.06}; - type = "FlatAreaCitySmall"; - radiusA = 135.15; - radiusB = 115.94; - angle = 175.0; - }; - - class hill_Lysina { - name = $STR_LOCATION_MT_LYSINA; - position[] = {2655.95, 14170.7}; - type = "Hill"; - radiusA = 125.34; - radiusB = 141.67; - angle = 0.0; - }; - - class hill_Misty_Peak { - name = $STR_LOCATION_MT_MISTYPEAK; - position[] = {3727.95, 14491.6}; - type = "Hill"; - radiusA = 188.63; - radiusB = 214.21; - angle = 0.0; - }; - - class hill_Bashnya { - name = $STR_LOCATION_MT_BASHNYA; - position[] = {4178.27, 11771.2}; - type = "Hill"; - radiusA = 276.97; - radiusB = 315.47; - angle = 0.0; - }; - - class hill_Veresnik { - name = $STR_LOCATION_MT_VERESNIK; - position[] = {4440.17, 8070.54}; - type = "Hill"; - radiusA = 85.14; - radiusB = 95.59; - angle = 0.0; - }; - - class hill_Kurgan { - name = $STR_LOCATION_MT_KURGAN; - position[] = {3368.52, 5296.87}; - type = "Hill"; - radiusA = 125.64; - radiusB = 142.01; - angle = 0.0; - }; - - class hill_Kustryk { - name = $STR_LOCATION_MT_KUSTRYK; - position[] = {4912.88, 5063.45}; - type = "Hill"; - radiusA = 232.9; - radiusB = 264.95; - angle = 0.0; - }; - - class hill_Windy_Mountain { - name = $STR_LOCATION_MT_WINDYMT; - position[] = {3892.74, 4200.59}; - type = "Hill"; - radiusA = 338.77; - radiusB = 386.3; - angle = 0.0; - }; - - class hill_Little_Hill { - name = $STR_LOCATION_MT_LITTLEHILL; - position[] = {6903.78, 4919.66}; - type = "Hill"; - radiusA = 391.98; - radiusB = 447.29; - angle = 0.0; - }; - - class hill_Pop_Ivan { - name = $STR_LOCATION_MT_POPIVAN; - position[] = {6420.26, 6570.66}; - type = "Hill"; - radiusA = 157.1; - radiusB = 178.07; - angle = 0.0; - }; - - class hill_Ridge_Lesnoy { - name = $STR_LOCATION_MT_RIDGELESNOY; - position[] = {8122.77, 7815.54}; - type = "Hill"; - radiusA = 287.79; - radiusB = 327.87; - angle = 0.0; - }; - - class hill_Vysoky_Kamen { - name = $STR_LOCATION_MT_VYSOKYKAMEN; - position[] = {8940.19, 4380.52}; - type = "Hill"; - radiusA = 279.91; - radiusB = 318.84; - angle = 0.0; - }; - - class hill_Dobryy { - name = $STR_LOCATION_MT_DOBRYY; - position[] = {10552.9, 3061.03}; - type = "Hill"; - radiusA = 149.99; - radiusB = 169.92; - angle = 0.0; - }; - - class hill_Baranchik { - name = $STR_LOCATION_MT_BARANCHIK; - position[] = {10104.7, 6202.21}; - type = "Hill"; - radiusA = 263.06; - radiusB = 296.32; - angle = 0.0; - }; - - class hill_Malinovka { - name = $STR_LOCATION_MT_MALINOVKA; - position[] = {10897.7, 7575.59}; - type = "Hill"; - radiusA = 472.68; - radiusB = 539.79; - angle = 0.0; - }; - - class hill_Dubina { - name = $STR_LOCATION_MT_DUBINA; - position[] = {11107.9, 8474.83}; - type = "Hill"; - radiusA = 351.49; - radiusB = 400.89; - angle = 0.0; - }; - - class hill_Klen { - name = $STR_LOCATION_MT_KLEN; - position[] = {11544.0, 11381.1}; - type = "Hill"; - radiusA = 510.49; - radiusB = 582.23; - angle = 0.0; - }; - - class hill_Black_Mountain { - name = $STR_LOCATION_MT_BLACKMT; - position[] = {10277.6, 12024.6}; - type = "Hill"; - radiusA = 469.73; - radiusB = 536.41; - angle = 0.0; - }; - - class hill_Ostry { - name = $STR_LOCATION_MT_OSTRY; - position[] = {10807.6, 12848.4}; - type = "Hill"; - radiusA = 349.39; - radiusB = 398.47; - angle = 0.0; - }; - - class hill_Olsha { - name = $STR_LOCATION_MT_OLSHA; - position[] = {12975.7, 12775.2}; - type = "Hill"; - radiusA = 141.52; - radiusB = 160.21; - angle = 0.0; - }; - - class w_Tikhaya { - name = $STR_LOCATION_W_BAYTIKHAYA; - position[] = {1221.49, 2111.89}; - type = "NameMarine"; - radiusA = 255.79; - radiusB = 291.19; - angle = 0.0; - }; - - class w_Mutnaya { - name = $STR_LOCATION_W_BAYMUTNAYA; - position[] = {5659.94, 1919.19}; - type = "NameMarine"; - radiusA = 196.48; - radiusB = 223.21; - angle = 0.0; - }; - - class w_Chyornaya_Bay { - name = $STR_LOCATION_W_BAYCHYORNAYA; - position[] = {7620.49, 3024.65}; - type = "NameMarine"; - radiusA = 130.67; - radiusB = 147.77; - angle = 0.0; - }; - - class w_Zelenaya { - name = $STR_LOCATION_W_BAYZELENAYA; - position[] = {11303.7, 3060.39}; - type = "NameMarine"; - radiusA = 241.66; - radiusB = 275.0; - angle = 0.0; - }; - - class w_Skalisty_Proliv { - name = $STR_LOCATION_W_SKALISTYPROLIV; - position[] = {13385.9, 3613.94}; - type = "NameMarine"; - radiusA = 186.38; - radiusB = 211.64; - angle = 0.0; - }; - - class w_Nizhnaya { - name = $STR_LOCATION_W_BAYNIZHNAYA; - position[] = {12989.3, 8515.76}; - type = "NameMarine"; - radiusA = 180.18; - radiusB = 204.52; - angle = 0.0; - }; - - class w_Rify { - name = $STR_LOCATION_W_RIFY; - position[] = {13802.2, 11185.6}; - type = "NameMarine"; - radiusA = 214.88; - radiusB = 244.3; - angle = 0.0; - }; - - class w_Willow_Lake { - name = $STR_LOCATION_W_LAKEWILLOW; - position[] = {13285, 11560.0}; - type = "NameMarine"; - radiusA = 320.32; - radiusB = 364.18; - angle = 0.0; - }; - - class w_Black_Lake { - name = $STR_LOCATION_W_LAKEBLACK; - position[] = {13322.6, 12050.0}; - type = "NameMarine"; - radiusA = 296.41; - radiusB = 341.67; - angle = 0.0; - }; - - class w_Pobeda_Dam { - name = $STR_LOCATION_W_DAMPOBEDA; - position[] = {9464.53, 13623.6}; - type = "NameMarine"; - radiusA = 159.59; - radiusB = 180.92; - angle = 0.0; - }; - - class w_Topolka_Dam { - name = $STR_LOCATION_W_DAMTOPOLKA; - position[] = {10231.3, 3691.15}; - type = "NameMarine"; - radiusA = 72.06; - radiusB = 80.6; - angle = 0.0; - }; - - class w_Ozerko { - name = $STR_LOCATION_W_OZERKO; - position[] = {6777.63, 4492.42}; - type = "NameMarine"; - radiusA = 94.14; - radiusB = 105.91; - angle = 0.0; - }; - - class w_Prud { - name = $STR_LOCATION_W_PRUD; - position[] = {6566.98, 9254.57}; - type = "NameMarine"; - radiusA = 67.5; - radiusB = 75.36; - angle = 0.0; - }; - - class w_Guba { - name = $STR_LOCATION_W_GUBA; - position[] = {14303.2, 13163}; - type = "NameMarine"; - radiusA = 344.67; - radiusB = 393.07; - angle = 0.0; - }; - - class Local_Pass_Grozovoy { - name = $STR_LOCATION_LOC_PASSGROZOVOY; - position[] = {1451.82, 14421.9}; - type = "NameLocal"; - radiusA = 427.43; - radiusB = 487.92; - angle = 0.0; - }; - - class Local_Pass_Sosnovy { - name = $STR_LOCATION_LOC_PASSSOSNOVY; - position[] = {2687.4, 6590.28}; - type = "NameLocal"; - radiusA = 168.62; - radiusB = 191.28; - angle = 0.0; - }; - - class Local_Green_Mountain { - name = $STR_LOCATION_LOC_GREENMOUNTAIN; - position[] = {3767.17, 6010.54}; - type = "NameLocal"; - radiusA = 256.14; - radiusB = 290.56; - angle = 0.0; - }; - - class Local_Airstrip1 { - name = $STR_LOCATION_AIRSTRIP; - position[] = {4955.75, 2427.69}; - type = "NameLocal"; - radiusA = 130.83; - radiusB = 147.96; - angle = 0.0; - }; - - class Local_Cement_Factory { - name = $STR_LOCATION_FACTORY; - position[] = {6515.46, 2683.52}; - type = "NameLocal"; - radiusA = 107.17; - radiusB = 120.84; - angle = 0.0; - }; - - class Local_Vysota { - name = $STR_LOCATION_LOC_VYSOTA; - position[] = {6591.63, 3400.0}; - type = "NameLocal"; - radiusA = 160.8; - radiusB = 182.67; - angle = 0.0; - }; - - class Local_Kopyto { - name = $STR_LOCATION_LOC_KOPYTO; - position[] = {7879.16, 3904.42}; - type = "NameLocal"; - radiusA = 174.97; - radiusB = 198.55; - angle = 0.0; - }; - - class Local_Cap_Golova { - name = $STR_LOCATION_LOC_CAPGOLOVA; - position[] = {8322.08, 2450.0}; - type = "NameLocal"; - radiusA = 370.61; - radiusB = 422.8; - angle = 0.0; - }; - - class Local_Drakon { - name = $STR_LOCATION_LOC_DRAKON; - position[] = {11160.5, 2477.5}; - type = "NameLocal"; - radiusA = 85.14; - radiusB = 95.59; - angle = 0.0; - }; - - class Local_Otmel { - name = $STR_LOCATION_LOC_OTMEL; - position[] = {11581.3, 3213.24}; - type = "NameLocal"; - radiusA = 199.36; - radiusB = 226.51; - angle = 0.0; - }; - - class Local_Skalisty_Island { - name = $STR_LOCATION_LOC_ISLANDSKALISTY; - position[] = {13728.9, 2919.62}; - type = "NameLocal"; - radiusA = 153.26; - radiusB = 173.67; - angle = 0.0; - }; - - class Local_Cap_Krutnoy { - name = $STR_LOCATION_LOC_CAPKRUTOY; - position[] = {13578.2, 3976.82}; - type = "NameLocal"; - radiusA = 124.21; - radiusB = 140.37; - angle = 0.0; - }; - - class Local_Three_Valleys { - name = $STR_LOCATION_LOC_THREEVALLEYS; - position[] = {12764.5, 5412.21}; - type = "NameLocal"; - radiusA = 629.64; - radiusB = 718.83; - angle = 0.0; - }; - - class Local_Quarry { - name = $STR_LOCATION_QUARRY; - position[] = {13103, 6072.1}; - type = "NameLocal"; - radiusA = 239.51; - radiusB = 271.47; - angle = 0.0; - }; - - class Local_Factory1 { - name = $STR_LOCATION_FACTORY; - position[] = {13057, 7120.0}; - type = "NameLocal"; - radiusA = 286.3; - radiusB = 326.17; - angle = 0.0; - }; - - class Local_Factory2 { - name = $STR_LOCATION_FACTORY; - position[] = {11497.7, 7490.0}; - type = "NameLocal"; - radiusA = 186.89; - radiusB = 211.06; - angle = 0.0; - }; - - class Local_Lumber_Mill { - name = $STR_LOCATION_LUMBERMILL; - position[] = {12676.7, 9658.46}; - type = "NameLocal"; - radiusA = 68.38; - radiusB = 76.38; - angle = 0.0; - }; - - class Local_Blunt_Rocks { - name = $STR_LOCATION_LOC_BLUNTROCKS; - position[] = {13115.1, 11900.0}; - type = "NameLocal"; - radiusA = 215.13; - radiusB = 244.59; - angle = 0.0; - }; - - class Local_Airstrip { - name = $STR_LOCATION_AIRSTRIP; - position[] = {12034.3, 12788.4}; - type = "NameLocal"; - radiusA = 136.67; - radiusB = 154.66; - angle = 0.0; - }; - - class Local_Novy_Lug { - name = $STR_LOCATION_LOC_NOVYLUG; - position[] = {9491.63, 11219.9}; - type = "NameLocal"; - radiusA = 166.29; - radiusB = 188.61; - angle = 0.0; - }; - - class Local_Black_Forest { - name = $STR_LOCATION_LOC_BLACKFOREST; - position[] = {9067.52, 7600.0}; - type = "NameLocal"; - radiusA = 131.78; - radiusB = 163.67; - angle = 0.0; - }; - - class Local_Pass_Oreshka { - name = $STR_LOCATION_LOC_PASSORESHKA; - position[] = {9935.03, 6044.51}; - type = "NameLocal"; - radiusA = 146.19; - radiusB = 165.57; - angle = 0.0; - }; - - class Local_Kumyrna { - name = $STR_LOCATION_LOC_KUMYRNA; - position[] = {8288.55, 6058.34}; - type = "NameLocal"; - radiusA = 97.25; - radiusB = 109.47; - angle = 0.0; - }; - - class Local_Old_Fields { - name = $STR_LOCATION_LOC_OLDFIELDS; - position[] = {6847.5, 9219.06}; - type = "NameLocal"; - radiusA = 149.42; - radiusB = 169.27; - angle = 0.0; - }; - - class Local_Airfield { - name = $STR_LOCATION_AIRFIELD; - position[] = {4631.52, 10192.2}; - type = "NameLocal"; - radiusA = 171.47; - radiusB = 193.34; - angle = 0.0; - }; - - class V_fir { - name = ""; - position[] = {8906.13, 5500.0}; - type = "VegetationFir"; - radiusA = 176.65; - radiusB = 204.4; - angle = 0.0; - }; - - class V_broad { - name = ""; - position[] = {8212.63, 3782.34}; - type = "VegetationBroadleaf"; - radiusA = 171.48; - radiusB = 194.55; - angle = 0.0; - }; - - class V_broad1 { - name = ""; - position[] = {10543, 2992.66}; - type = "VegetationBroadleaf"; - radiusA = 136.22; - radiusB = 154.14; - angle = 0.0; - }; - - class V_broad2 { - name = ""; - position[] = {12739.7, 4638.12}; - type = "VegetationBroadleaf"; - radiusA = 135.37; - radiusB = 153.16; - angle = 0.0; - }; - - class V_broad3 { - name = ""; - position[] = {12826, 7534.79}; - type = "VegetationBroadleaf"; - radiusA = 134.6; - radiusB = 152.28; - angle = 0.0; - }; - - class V_broad4 { - name = ""; - position[] = {11308.7, 9942.01}; - type = "VegetationBroadleaf"; - radiusA = 133.92; - radiusB = 151.5; - angle = 0.0; - }; - - class V_broad5 { - name = ""; - position[] = {11626.6, 13559.4}; - type = "VegetationBroadleaf"; - radiusA = 163.21; - radiusB = 185.08; - angle = 0.0; - }; - - class V_broad6 { - name = ""; - position[] = {2141.27, 3363.08}; - type = "VegetationBroadleaf"; - radiusA = 159.48; - radiusB = 180.8; - angle = 0.0; - }; - - class V_broad7 { - name = ""; - position[] = {1242.32, 3161.05}; - type = "VegetationBroadleaf"; - radiusA = 236.55; - radiusB = 268.85; - angle = 0.0; - }; - - class V_broad8 { - name = ""; - position[] = {9615.74, 4585.6}; - type = "VegetationBroadleaf"; - radiusA = 149.09; - radiusB = 168.71; - angle = 0.0; - }; - - class V_broad9 { - name = ""; - position[] = {5950.63, 4072.75}; - type = "VegetationBroadleaf"; - radiusA = 222.03; - radiusB = 252.23; - angle = 0.0; - }; - - class V_broad10 { - name = ""; - position[] = {6375.96, 3988.7}; - type = "VegetationBroadleaf"; - radiusA = 330.67; - radiusB = 375.63; - angle = 0.0; - }; - - class V_broad11 { - name = ""; - position[] = {5340.66, 11380}; - type = "VegetationBroadleaf"; - radiusA = 165.11; - radiusB = 187.05; - angle = 0.0; - }; - - class V_broad12 { - name = ""; - position[] = {9495.71, 10822.4}; - type = "VegetationBroadleaf"; - radiusA = 161.35; - radiusB = 182.75; - angle = 0.0; - }; - - class V_broad13 { - name = ""; - position[] = {10562.7, 12070.5}; - type = "VegetationBroadleaf"; - radiusA = 194.07; - radiusB = 220.21; - angle = 0.0; - }; - - class V_broad15 { - name = ""; - position[] = {1563.88, 2593.79}; - type = "VegetationBroadleaf"; - radiusA = 187.26; - radiusB = 212.41; - angle = 0.0; - }; - - class V_broad14 { - name = ""; - position[] = {1995.36, 2390.72}; - type = "VegetationBroadleaf"; - radiusA = 181.17; - radiusB = 205.44; - angle = 0.0; - }; - - class V_broad16 { - name = ""; - position[] = {2453.14, 2741.07}; - type = "VegetationBroadleaf"; - radiusA = 216.23; - radiusB = 245.58; - angle = 0.0; - }; - - class V_broad17 { - name = ""; - position[] = {2464.73, 2269.39}; - type = "VegetationBroadleaf"; - radiusA = 207.08; - radiusB = 235.1; - angle = 0.0; - }; - - class V_broad18 { - name = ""; - position[] = {6644.53, 3307.91}; - type = "VegetationBroadleaf"; - radiusA = 161.85; - radiusB = 183.32; - angle = 0.0; - }; - - class V_fir1 { - name = ""; - position[] = {8961.88, 4721.06}; - type = "VegetationFir"; - radiusA = 211.17; - radiusB = 239.79; - angle = 0.0; - }; - - class V_fir2 { - name = ""; - position[] = {10100.7, 4908.68}; - type = "VegetationFir"; - radiusA = 202.56; - radiusB = 229.93; - angle = 0.0; - }; - - class V_fir3 { - name = ""; - position[] = {10996.9, 4539.14}; - type = "VegetationFir"; - radiusA = 194.85; - radiusB = 221.1; - angle = 0.0; - }; - - class V_fir4 { - name = ""; - position[] = {11850.9, 4173.95}; - type = "VegetationFir"; - radiusA = 153.1; - radiusB = 173.3; - angle = 0.0; - }; - - class V_fir5 { - name = ""; - position[] = {12336.9, 3801.76}; - type = "VegetationFir"; - radiusA = 234.96; - radiusB = 265.96; - angle = 0.0; - }; - - class V_fir7 { - name = ""; - position[] = {12898.5, 4065.38}; - type = "VegetationFir"; - radiusA = 360.57; - radiusB = 408.15; - angle = 0.0; - }; - - class V_fir8 { - name = ""; - position[] = {13167.4, 4309.48}; - type = "VegetationFir"; - radiusA = 220.08; - radiusB = 249.99; - angle = 0.0; - }; - - class V_fir9 { - name = ""; - position[] = {11515.4, 4184.56}; - type = "VegetationFir"; - radiusA = 171.15; - radiusB = 193.97; - angle = 0.0; - }; - - class V_fir10 { - name = ""; - position[] = {12063.4, 4914.45}; - type = "VegetationFir"; - radiusA = 259.97; - radiusB = 294.63; - angle = 0.0; - }; - - class V_fir11 { - name = ""; - position[] = {12061.4, 7804.22}; - type = "VegetationFir"; - radiusA = 162.49; - radiusB = 184.06; - angle = 0.0; - }; - - class V_fir12 { - name = ""; - position[] = {11472.2, 8657.76}; - type = "VegetationFir"; - radiusA = 159.01; - radiusB = 180.07; - angle = 0.0; - }; - - class V_fir13 { - name = ""; - position[] = {11780.3, 11646}; - type = "VegetationFir"; - radiusA = 155.9; - radiusB = 176.51; - angle = 0.0; - }; - - class V_fir14 { - name = ""; - position[] = {10853.7, 13219.1}; - type = "VegetationFir"; - radiusA = 231.56; - radiusB = 263.13; - angle = 0.0; - }; - - class V_fir15 { - name = ""; - position[] = {10247.4, 12874.8}; - type = "VegetationFir"; - radiusA = 343.92; - radiusB = 390.82; - angle = 0.0; - }; - - class V_fir16 { - name = ""; - position[] = {7185.06, 12000.3}; - type = "VegetationFir"; - radiusA = 171.18; - radiusB = 194.0; - angle = 0.0; - }; - - class V_fir17 { - name = ""; - position[] = {6287.21, 11720.8}; - type = "VegetationFir"; - radiusA = 205.06; - radiusB = 232.79; - angle = 0.0; - }; - - class V_fir18 { - name = ""; - position[] = {3659.11, 11561.8}; - type = "VegetationFir"; - radiusA = 307.05; - radiusB = 348.58; - angle = 0.0; - }; - - class V_fir19 { - name = ""; - position[] = {2353.78, 12590.9}; - type = "VegetationFir"; - radiusA = 233.38; - radiusB = 265.22; - angle = 0.0; - }; - - class V_fir20 { - name = ""; - position[] = {1662.64, 6534.22}; - type = "VegetationFir"; - radiusA = 274.61; - radiusB = 312.42; - angle = 0.0; - }; - - class V_broad19 { - name = ""; - position[] = {1898.61, 6035.53}; - type = "VegetationBroadleaf"; - radiusA = 403.88; - radiusB = 459.49; - angle = 0.0; - }; - - class V_broad20 { - name = ""; - position[] = {1671.58, 7014.02}; - type = "VegetationBroadleaf"; - radiusA = 244.87; - radiusB = 278.37; - angle = 0.0; - }; - - class V_fir21 { - name = ""; - position[] = {6181.74, 4665.88}; - type = "VegetationFir"; - radiusA = 188.89; - radiusB = 214.28; - angle = 0.0; - }; - - class V_fir22 { - name = ""; - position[] = {6808.52, 6225.47}; - type = "VegetationFir"; - radiusA = 182.63; - radiusB = 207.11; - angle = 0.0; - }; - - class V_fir23 { - name = ""; - position[] = {6766.88, 6820.21}; - type = "VegetationFir"; - radiusA = 177.02; - radiusB = 200.69; - angle = 0.0; - }; - - class V_fir24 { - name = ""; - position[] = {8847.72, 3573.4}; - type = "VegetationFir"; - radiusA = 140.35; - radiusB = 158.7; - angle = 0.0; - }; - - class V_fir25 { - name = ""; - position[] = {9056.14, 2851.6}; - type = "VegetationFir"; - radiusA = 139.21; - radiusB = 157.4; - angle = 0.0; - }; - - class V_fir26 { - name = ""; - position[] = {10359, 6426.5}; - type = "VegetationFir"; - radiusA = 138.19; - radiusB = 156.23; - angle = 0.0; - }; - - class V_fir27 { - name = ""; - position[] = {9399.06, 8022.21}; - type = "VegetationFir"; - radiusA = 137.28; - radiusB = 155.19; - angle = 0.0; - }; - - class V_fir28 { - name = ""; - position[] = {8146.79, 7870.69}; - type = "VegetationFir"; - radiusA = 213.09; - radiusB = 240.89; - angle = 0.0; - }; - - class V_fir29 { - name = ""; - position[] = {10197, 11847.4}; - type = "VegetationFir"; - radiusA = 204.27; - radiusB = 231.88; - angle = 0.0; - }; - - class V_fir30 { - name = ""; - position[] = {8118.65, 12492.2}; - type = "VegetationFir"; - radiusA = 130.61; - radiusB = 147.55; - angle = 0.0; - }; - - class V_fir31 { - name = ""; - position[] = {7351.65, 4198.65}; - type = "VegetationFir"; - radiusA = 184.27; - radiusB = 208.99; - angle = 0.0; - }; - - class V_fir32 { - name = ""; - position[] = {5508.17, 5208.87}; - type = "VegetationFir"; - radiusA = 119.16; - radiusB = 134.45; - angle = 0.0; - }; - - class V_fir33 { - name = ""; - position[] = {5446.21, 6182.29}; - type = "VegetationFir"; - radiusA = 188.13; - radiusB = 212.26; - angle = 0.0; - }; - - class V_broad21 { - name = ""; - position[] = {5086.7, 6132.5}; - type = "VegetationBroadleaf"; - radiusA = 188.89; - radiusB = 214.28; - angle = 0.0; - }; - - class V_fir34 { - name = ""; - position[] = {4580.99, 5151.71}; - type = "VegetationFir"; - radiusA = 148.84; - radiusB = 168.42; - angle = 0.0; - }; - - class V_fir35 { - name = ""; - position[] = {3536.92, 5865.87}; - type = "VegetationFir"; - radiusA = 221.68; - radiusB = 251.82; - angle = 0.0; - }; - - class V_fir36 { - name = ""; - position[] = {3879.61, 6059.51}; - type = "VegetationFir"; - radiusA = 172.3; - radiusB = 195.29; - angle = 0.0; - }; - - class V_fir37 { - name = ""; - position[] = {3750.79, 3444.96}; - type = "VegetationFir"; - radiusA = 206.31; - radiusB = 234.23; - angle = 0.0; - }; - - class V_fir38 { - name = ""; - position[] = {3877.26, 4151.61}; - type = "VegetationFir"; - radiusA = 198.21; - radiusB = 224.95; - angle = 0.0; - }; - - class V_fir39 { - name = ""; - position[] = {1484.4, 8440.14}; - type = "VegetationFir"; - radiusA = 190.96; - radiusB = 216.65; - angle = 0.0; - }; - - class V_fir40 { - name = ""; - position[] = {6423.22, 5522.86}; - type = "VegetationFir"; - radiusA = 150.32; - radiusB = 170.12; - angle = 0.0; - }; - - class V_broad22 { - name = ""; - position[] = {5155.9, 6557.89}; - type = "VegetationBroadleaf"; - radiusA = 290.84; - radiusB = 329.09; - angle = 0.0; - }; - }; - - class Armory { - positionAdmin[] = {12548.3, 3140.68}; - positionStartWater[] = {7584.11, 1206.68}; - positionsViewer[] = {{4810.49, 10160.7}, {2637.16, 9777.03}, {6955.78, 2813.33}, {3716.81, 14503.9}}; - positionsViewerWater[] = {{14105.8, 3510.57}}; - positionBlacklist[] = {{{8150.07, 2267.8}, {8278.83, 2138.24}}, {{11064.1, 2614.1}, {11268.6, 2372.43}}, {{11290.5, 3442.58}, {12687.9, 3023.46}}, {{12881.1, 3822.22}, {14294.3, 2519.14}}}; - - class Challenges { - class CheckpointRace { - backUpRoute[] = {{4061.43, 4822.89}, {3996, 4780.64}, {4113.97, 4644.71}, {4246.81, 4456.91}, {3694.83, 3877.98}, {3544.34, 3903.62}, {3319.35, 3936.96}}; - }; - - class FiringRange { - positionsStart[] = {{4865.31, 9700.02}, {4636.6, 2553.73}}; - directionsStart[] = {330, 118}; - positionsStartWater[] = {{13608.4, 8965.45}}; - directionsStartWater[] = {0}; - }; - - class FitnessTrack { - positionStart[] = {{13094.9, 6891.64}}; - directionStart[] = {6.22921}; - objectSets[] = {"ca\chernarus\data\scripts\armory\fitTrack1.sqf"}; - positionAnchor[] = {{13155.9, 7102.43}}; - obstacleSets[] = {{{{13095.3, 6899.61}, 1.10213, 3, 2, 0, ""}, {{13107.7, 6950.43}, 30.3792, 1.8, 2, 9, ""}, {{13134.8, 6978.44}, 51.8825, 1.6, 2, 1, ""}, {{13151.6, 7026.52}, -14.7014, 2, 2, 3, ""}, {{13133.9, 7081.76}, 341.227, 2, 2, 12, ""}, {{13131.5, 7148.46}, 428.066, 2, 1.5, 6, ""}, {{13179.8, 7154.96}, 78.6647, 2, 2, 5, ""}, {{13184.2, 7182.75}, 64.1526, 1.4, 1.5, 4, ""}, {{13173.7, 7197.87}, -40.9861, 1, 1.2, 12, ""}, {{13107.5, 7194.29}, 161.734, 2.5, 2, 11, ""}, {{13053.4, 7188.99}, -17.0643, 3, 2, 6, ""}, {{13030.6, 7198.67}, -49.3159, 3, 2, 11, ""}, {{13054.5, 7225.2}, -115.63, 1.8, 2, 2, ""}, {{13091.7, 7224.59}, -2.72224, 3, 2, 7, ""}, {{13138.8, 7234.56}, 75.7073, 5, 2, 11, ""}, {{13291.4, 7289.55}, 0.672324, 2, 2, 8, ""}, {{13218.5, 7324.56}, -69.7547, 4, 2, 10, ""}}}; - positionMachineguns[] = {{{13175.7, 7183.29}}}; - directionMachineguns[] = {{-264.329}}; - positionStartAnimal[] = {{6907.97, 7809.62}}; - directionStartAnimal[] = {162.931}; - objectSetsAnimal[] = {"ca\chernarus\data\scripts\armory\fitTrackAnimals1.sqf"}; - positionAnchorAnimal[] = {{6949.95, 7739.74}}; - obstacleSetsAnimal[] = {{{{6909.26, 7803.94}, 161.905, 3, 2, 0, ""}, {{6951.48, 7766.52}, -225.434, 2.5, 2, 3, ""}, {{6981.53, 7738.84}, -36.381, 4, 2, 11, ""}, {{6988.8, 7721.26}, 101.748, 2, 2, 9, ""}, {{6961.07, 7739.35}, -32.4181, 3.5, 2, 11, ""}, {{6938.11, 7748.52}, -16.6424, 4, 2, 11, ""}, {{6952.14, 7727.59}, -34.0591, 1.5, 2, 2, ""}, {{6985.34, 7699.78}, 96.194, 3.5, 2, 7, ""}, {{7022.23, 7704.2}, 53.1431, 2.5, 2, 10, ""}}}; - }; - - class MobilityRange { - positionStart[] = {{12053.3, 3489.24}}; - directionStart[] = {-4.7294}; - positionStartAmphibious[] = {{12137.8, 3123.76}}; - directionStartAmphibious[] = {48.4716}; - positionStartWater[] = {{12065.6, 3405.79}}; - directionStartWater[] = {162.681}; - objectSets[] = {"ca\chernarus\data\scripts\armory\mobilityRange1.sqf"}; - positionAnchor[] = {{12507.5, 4194.75}}; - objectSetsWater[] = {"ca\chernarus\data\scripts\armory\mobilityRangeWater1.sqf"}; - positionAnchorWater[] = {{12252.5, 3171.1}}; - obstacleSets[] = {{{{{12071.9, 3591.15}, -7.02982, 5, 4, 0, ""}, {{12008.3, 3762.57}, -37.7214, 2.5, 4, 3, ""}, {{11949.1, 3883.31}, 57.1021, 5, 4, 4, ""}, {{12053.2, 3983.8}, -117.695, 3, 3.5, 1, ""}, {{12062.2, 3988.89}, -117.695, 3, 3.5, 2, ""}, {{12146.5, 4079.57}, 176.644, 3, 3.5, 6, ""}, {{12144.7, 4096.78}, -3.3011, 3, 3.5, 5, ""}, {{12101, 4277.94}, -22.3838, 3.5, 5, 8, ""}, {{12028.9, 4405.19}, -38.3716, 5, 4, 4, ""}, {{11963.4, 4505.31}, -37.1154, 5, 4, 7, ""}, {{11782.4, 4562.26}, -58.6036, 2.5, 4, 3, $STR_LIB_CHAL_MOB_RANGE_HINT_3}, {{11919.4, 4601.38}, -143.118, 3, 4, 7, ""}, {{12064.1, 4622.48}, -55.0453, 10, 4, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_1}, {{12133.9, 4579.64}, 135.321, 22, 4, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_1}, {{12211.6, 4496.3}, -258.86, 5, 4, 4, ""}, {{12354.5, 4478.4}, -247.526, 5, 4, 7, $STR_LIB_CHAL_MOB_RANGE_OBSTACLE_10_DESC}, {{12401.3, 4458.67}, 8.25237, 7, 3, 11, ""}, {{12415.4, 4455.72}, 15.3833, 7, 3, 11, ""}, {{12437.5, 4450.04}, 14.7473, 4, 3, 11, ""}, {{12446, 4448.1}, 10.4627, 4, 3, 11, ""}, {{12485.6, 4448.54}, 2.29143, 5, 4, 7, ""}, {{12331.2, 4560.79}, -49.7273, 6, 6, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_4}, {{12574.3, 4578.19}, 237.392, 2.5, 4, 3, ""}, {{12610.9, 4960.63}, -305.597, 5, 4, 4, ""}, {{12781.8, 4813.13}, -308.815, 5, 4, 4, ""}, {{13170.4, 5301.26}, 34.8985, 2.5, 4, 8, ""}, {{13260.4, 5428.17}, -115.369, 5, 4, 7, ""}, {{13376.2, 5429.76}, 90.0, 6, 3, 9, ""}}, {{{12182.2, 3170.91}, 26.1951, 6, 4, 0, ""}, {{12071.9, 3591.15}, -7.02982, 5, 4, 4, ""}, {{12008.3, 3762.57}, -37.7214, 2.5, 4, 3, ""}, {{11949.1, 3883.31}, 57.1021, 5, 4, 4, ""}, {{12053.2, 3983.8}, -117.695, 3, 3.5, 1, ""}, {{12062.2, 3988.89}, -117.695, 3, 3.5, 2, ""}, {{12146.5, 4079.57}, 176.644, 3, 3.5, 6, ""}, {{12144.7, 4096.78}, -3.3011, 3, 3.5, 5, ""}, {{12101, 4277.94}, -22.3838, 3.5, 5, 8, ""}, {{12028.9, 4405.19}, -38.3716, 5, 4, 4, ""}, {{12009.2, 4467.85}, 32.5832, 18, 4, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_1}, {{12039.7, 4535.72}, 26.4356, 28, 4, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_1}, {{12211.6, 4496.3}, -258.86, 5, 4, 4, ""}, {{12354.5, 4478.4}, -247.526, 5, 4, 7, $STR_LIB_CHAL_MOB_RANGE_OBSTACLE_10_DESC}, {{12401.3, 4458.67}, 8.25237, 7, 3, 11, ""}, {{12415.4, 4455.72}, 15.3833, 7, 3, 11, ""}, {{12437.5, 4450.04}, 14.7473, 4, 3, 11, ""}, {{12446, 4448.1}, 10.4627, 4, 3, 11, ""}, {{12485.6, 4448.54}, 2.29143, 5, 4, 7, ""}, {{12331.2, 4560.79}, -49.7273, 6, 6, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_4}, {{12574.3, 4578.19}, 237.392, 2.5, 4, 3, ""}, {{12610.9, 4960.63}, -305.597, 5, 4, 4, ""}, {{12781.8, 4813.13}, -308.815, 5, 4, 4, ""}, {{13170.4, 5301.26}, 34.8985, 2.5, 4, 8, ""}, {{13260.4, 5428.17}, -115.369, 5, 4, 7, ""}, {{13376.2, 5429.76}, 90.0, 6, 3, 9, ""}}}}; - obstacleSetsWater[] = {{{{12017.6, 3285.37}, 42.0182, 13, 4, 0, ""}, {{11844.2, 3127.83}, 44.3972, 5, 4, 3, ""}, {{11748.2, 2909.91}, -45.4878, 6.5, 4, 7, ""}, {{11917.3, 2951.09}, -0.640769, 12, 3, 11, ""}, {{11943.6, 2951.3}, -0.640769, 12, 3, 11, ""}, {{12204.3, 2975.06}, 88.1787, 9, 5, 8, ""}, {{12345.8, 3151.73}, 20.1174, 13, 4, 4, ""}, {{12091.6, 3426.72}, 29.1932, 5, 4, 7, ""}, {{12329.8, 3418.31}, 78.9531, 13, 4, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_1}, {{12415, 3428.55}, 85.594, 13, 4, 7, $STR_LIB_CHAL_MOB_RANGE_HINT_1}, {{12705.7, 3360.44}, 115.49, 13, 4, 10, ""}, {{12729.7, 3350.22}, 69.3157, 10, 4, 10, ""}, {{12746.6, 3379.15}, 77.9038, 10, 4, 10, ""}, {{12777.5, 3362.87}, 118.098, 13, 4, 10, ""}, {{12786.7, 3027.8}, -0.524382, 13, 5, 9, ""}}}; - positionRollingBarrels[] = {{12306.8, 4513.47}}; - directionRollingBarrels[] = {-168.907}; - positionTriggerRollingBarrels[] = {{12268.5, 4488.47}}; - radiusTriggerRollingBarrels[] = {10}; - positionOncomingTraffic[] = {{12805.3, 4989.41}}; - directionOncomingTraffic[] = {-154.203}; - waypointsOncomingTraffic[] = {{{12773.3, 4812.58}, {12609.4, 4945.45}, {12835.3, 4456.59}}}; - positionTriggerOncomingTraffic[] = {{12606.8, 4676.23}}; - radiusTriggerOncomingTraffic[] = {10}; - }; - - class KillHouse { - class Small { - positionStart[] = {{4654.47, 9694.46}}; - directionStart[] = {-79.0564}; - positionEnd[] = {{4691.72, 9608.63}}; - objectSet[] = {"ca\chernarus\data\scripts\armory\killHouse1.sqf"}; - positionAnchor[] = {{4625.39, 9641.47}}; - waypoints[] = {{{4608.23, 9703.41}, {4596.46, 9643.5}, {4600.54, 9602.46}, {4591.2, 9587.13}, {4608.54, 9571.21}, {4629.66, 9593.27}, {4671.44, 9587.56}}}; - - class Targets { - class Set1 { - class T1 { - position[] = {4620.94, 9693.76}; - direction = -117.926; - upTime = 4; - positionMove[] = {}; - moveTime = 0; - type = VSoft; - side = TEast; - size = 0; - spawn = 0; - positionTrigger[] = {4632.47, 9699.44}; - radiusTrigger = 10; - }; - - class T2 : T1 { - position[] = {4612.77, 9695.62}; - direction = -76.0219; - upTime = 6; - positionMove[] = {4613.48, 9698.9}; - moveTime = 2; - type = VArmor; - positionTrigger[] = {4625.14, 9700.42}; - }; - - class T3 : T2 { - position[] = {4614.18, 9710.1}; - direction = -80.856; - upTime = 7; - positionMove[] = {4613.73, 9707.11}; - moveTime = 1.5; - spawn = 1; - positionTrigger[] = {4625.16, 9700.64}; - }; - - class T4 : T1 { - position[] = {4601.68, 9707.36, 3}; - direction = -80.856; - upTime = 3; - side = TGuerrila; - spawn = 1; - positionTrigger[] = {4611.91, 9703.51}; - }; - - class T5 : T1 { - position[] = {4601.07, 9705.75, 3}; - direction = -81.122; - upTime = 5; - side = TEast; - spawn = 0; - positionTrigger[] = {4611.87, 9703.14}; - }; - - class T6 : T1 { - position[] = {4600.23, 9710.68}; - direction = -80.7032; - upTime = 7; - positionMove[] = {4603.56, 9710.06}; - moveTime = 4; - type = VArmor; - side = TEast; - spawn = 0; - positionTrigger[] = {4611.96, 9703.81}; - }; - - class T7 : T1 { - position[] = {4593.18, 9682.56}; - direction = -127.049; - upTime = 4; - side = TEast; - spawn = 0; - positionTrigger[] = {4603.64, 9688.61}; - }; - - class T7A : T7 { - position[] = {4593.15, 9681.68, -0.3}; - direction = -127.049; - side = TWest; - spawn = 1; - positionTrigger[] = {}; - }; - - class T7B : T7A { - position[] = {4592.78, 9683.82, -0.3}; - direction = -106.355; - spawn = 0; - }; - - class T8 : T1 { - position[] = {4608.29, 9676.64}; - direction = -210.795; - upTime = 5; - side = TGuerrila; - spawn = 1; - positionTrigger[] = {4602.85, 9682.78}; - }; - - class T9 : T1 { - position[] = {4610.67, 9666.25}; - direction = -226.667; - upTime = 6; - side = TEast; - positionTrigger[] = {4600.94, 9670.16}; - }; - - class T10 : T1 { - position[] = {4590.1, 9659.61}; - direction = -168.727; - upTime = 7; - positionMove[] = {4595.65, 9658.33}; - moveTime = 2; - type = VArmor; - positionTrigger[] = {4599.33, 9661.6}; - }; - - class T11 : T1 { - position[] = {4605.17, 9623.73}; - direction = -218.344; - upTime = 5; - side = TEast; - positionTrigger[] = {4595.86, 9632.64}; - }; - - class T11A : T1 { - position[] = {4605.8, 9637.13}; - direction = -256.126; - side = TWest; - positionTrigger[] = {}; - }; - - class T11B : T11A { - position[] = {4605.75, 9635.98}; - direction = -243.239; - spawn = 1; - }; - - class T11C : T11A { - position[] = {4604.82, 9635.07}; - direction = -220.679; - }; - - class T12 : T1 { - position[] = {4612.56, 9623.34}; - direction = -247.592; - upTime = 4; - side = TEast; - spawn = 1; - positionTrigger[] = {4595.83, 9631.47}; - }; - - class T13 : T1 { - position[] = {4586.47, 9609.68}; - direction = -98.0054; - upTime = 7; - side = TEast; - spawn = 0; - positionTrigger[] = {4595.24, 9620.3}; - }; - - class T14 : T1 { - position[] = {4587, 9599.77}; - direction = -148.175; - upTime = 6; - side = TGuerrila; - positionTrigger[] = {4595.73, 9615.29}; - }; - - class T15 : T1 { - position[] = {4590.33, 9602.83}; - direction = -173.984; - upTime = 7; - spawn = 1; - positionTrigger[] = {4594.53, 9615.33}; - }; - - class T16 : T1 { - position[] = {4612.99, 9606.23}; - direction = -252.048; - upTime = 5; - positionTrigger[] = {4600.94, 9602.38}; - }; - - class T16A : T1 { - position[] = {4612.5, 9606.76, -0.3}; - direction = -252.048; - side = TWest; - positionTrigger[] = {}; - }; - - class T17 : T1 { - position[] = {4614.69, 9603.25, 1.5}; - direction = -266.955; - upTime = 6; - positionTrigger[] = {4601.56, 9602.86}; - }; - - class T18 : T1 { - position[] = {4602.33, 9585.21}; - direction = -146.237; - upTime = 7; - positionMove[] = {4599.8, 9586.98}; - moveTime = 1.5; - type = VArmor; - spawn = 1; - positionTrigger[] = {4598.87, 9589.58}; - }; - - class T19 : T1 { - position[] = {4590.47, 9585.49}; - direction = -231.518; - upTime = 3; - positionTrigger[] = {4588.71, 9586.44}; - radiusTrigger = 5; - }; - - class T20 : T19 { - position[] = {4591.6, 9586.09}; - direction = -237.219; - positionTrigger[] = {4588.9, 9586.43}; - }; - - class T21 : T1 { - position[] = {4626.68, 9556.54}; - direction = -234.642; - upTime = 6; - spawn = 1; - positionTrigger[] = {4607.05, 9567.2}; - }; - - class T22 : T1 { - position[] = {4649.19, 9592.89}; - direction = -260.003; - upTime = 5; - positionTrigger[] = {4638.27, 9590.96}; - }; - - class T22A : T1 { - position[] = {4637.74, 9591.89}; - direction = -275.895; - side = TWest; - spawn = 1; - positionTrigger[] = {}; - }; - - class T22B : T22A { - position[] = {4637.32, 9590.41}; - direction = -231.068; - spawn = 0; - }; - - class T22C : T22A { - position[] = {4654.05, 9594.47}; - direction = -277.051; - }; - - class T23 : T1 { - position[] = {4648, 9587.15}; - direction = -245.411; - upTime = 6; - positionTrigger[] = {4638.17, 9590.38}; - }; - - class T24 : T1 { - position[] = {4668.75, 9576.74}; - direction = -218.422; - upTime = 7; - positionMove[] = {4660.85, 9571.12}; - moveTime = 3; - type = VArmor; - spawn = 1; - side = TGuerrila; - positionTrigger[] = {4651.26, 9582.77}; - }; - - class T25 : T1 { - position[] = {4675.39, 9607.92}; - direction = -343.508; - upTime = 4; - spawn = 1; - positionTrigger[] = {4672.22, 9592.77}; - }; - - class T26 : T1 { - position[] = {4683.13, 9597.62}; - direction = -304.14; - upTime = 5; - positionTrigger[] = {4673.46, 9592.7}; - }; - }; - }; - }; - - class Large { - positionStart[] = {{2094.56, 5142.6}}; - directionStart[] = {90.3508}; - positionEnd[] = {{1734.36, 5093.21}}; - objectSet[] = {"ca\chernarus\data\scripts\armory\killHouseLarge1.sqf"}; - positionAnchor[] = {{2011.88, 5144.04}}; - waypoints[] = {{{2195.27, 5161.7}, {2244.85, 5138.3}, {2299.79, 5202.5}, {2271.17, 5242.95}, {2304.75, 5299.43}, {1918.26, 5294.6}}}; - - class Targets { - class Set1 { - class T1 { - position[] = {2226.84, 5169.03}; - direction = 428.31; - upTime = 7; - positionMove[] = {}; - moveTime = 0; - type = VSoft; - side = TEast; - size = 0; - spawn = 0; - positionTrigger[] = {2189, 5158.99}; - radiusTrigger = 20; - }; - - class T1A : T1 { - position[] = {2223.28, 5171.04}; - direction = 420.029; - upTime = 6; - size = 1; - positionTrigger[] = {2189, 5158.99}; - }; - - class T2 : T1 { - position[] = {2208.26, 5142.22}; - direction = 546.34; - upTime = 8; - spawn = 1; - positionTrigger[] = {2215.68, 5150.12}; - }; - - class T2A : T2 { - position[] = {2211.53, 5142.73}; - direction = 521.097; - upTime = 6; - spawn = 0; - }; - - class T2B : T2 { - position[] = {2215.95, 5141.41}; - direction = 498.881; - upTime = 8; - spawn = 0; - }; - - class T3 : T1 { - position[] = {2218.57, 5138.31}; - direction = 498.881; - upTime = 8; - positionMove[] = {2221.69, 5141.63}; - moveTime = 1.5; - type = VArmor; - spawn = 1; - positionTrigger[] = {2217.45, 5148.79}; - }; - - class T4 : T1 { - position[] = {2244.8, 5145.16}; - direction = 481.229; - upTime = 6; - positionMove[] = {2241.02, 5137.93}; - moveTime = 2.5; - type = VArmor; - size = 1; - positionTrigger[] = {2235.92, 5139.98}; - }; - - class T5 : T1 { - position[] = {2258.17, 5143.34, 1.2}; - direction = 457.784; - upTime = 8; - spawn = 1; - positionTrigger[] = {2243.68, 5137.97}; - }; - - class T5A : T5 { - position[] = {2257.62, 5141.07, 7.3}; - direction = 463.099; - upTime = 10; - spawn = 0; - }; - - class T5B : T5 { - position[] = {2253.78, 5137.69, 1.2}; - direction = 475.085; - upTime = 9; - spawn = 0; - }; - - class T5C : T5 { - position[] = {2250.66, 5133.66, 4.3}; - direction = 486.949; - upTime = 9; - }; - - class T6 : T1 { - position[] = {2247.83, 5159.91}; - direction = 387.54; - upTime = 7; - positionMove[] = {2255.28, 5156.5}; - moveTime = 1.5; - type = VArmor; - positionTrigger[] = {2255.28, 5154.53}; - }; - - class T7 : T1 { - position[] = {2270.36, 5184.73}; - direction = 396.126; - upTime = 7; - positionMove[] = {2274.05, 5182.81}; - moveTime = 2; - type = VArmor; - positionTrigger[] = {2274.41, 5177.05}; - }; - - class T7A : T7 { - position[] = {2283.31, 5177.03}; - direction = 396.126; - upTime = 8; - positionMove[] = {2280.29, 5179.21}; - moveTime = 2.5; - spawn = 1; - }; - - class T8 : T1 { - position[] = {2315.9, 5216.26}; - direction = 423.249; - upTime = 8; - positionTrigger[] = {2299.86, 5210.85}; - }; - - class T8A : T8 { - position[] = {2315.42, 5220.45}; - direction = 376.954; - upTime = 6; - spawn = 1; - }; - - class T8B : T8 { - position[] = {2318.11, 5215.72}; - direction = 417.938; - upTime = 8; - spawn = 1; - size = 1; - }; - - class T9 : T1 { - position[] = {2266.47, 5246.29}; - direction = 302.317; - upTime = 6; - side = TGuerrila; - spawn = 1; - positionTrigger[] = {2272.9, 5240.45}; - }; - - class T9A : T9 { - position[] = {2269.15, 5249.92}; - direction = 338.726; - upTime = 7; - side = TGuerrila; - }; - - class T10 : T1 { - position[] = {2270.27, 5330.64}; - direction = 339.581; - upTime = 9; - side = TEast; - positionTrigger[] = {2294.45, 5304.98}; - }; - - class T10A : T10 { - position[] = {2275.55, 5333.93}; - direction = 376.441; - upTime = 8; - spawn = 1; - }; - - class T10B : T10 { - position[] = {2271.62, 5335}; - direction = 365.838; - upTime = 8; - spawn = 1; - }; - - class T10C : T10 { - position[] = {2274.47, 5331.99}; - direction = 0.756105; - side = TWest; - spawn = 1; - positionTrigger[] = {}; - }; - - class T10D : T10C { - position[] = {2272.2, 5331.99}; - direction = -16.8946; - }; - - class T10E : T10C { - position[] = {2273.06, 5333.44}; - direction = 15.0818; - spawn = 0; - }; - - class T10F : T10C { - position[] = {2270.75, 5332.85}; - direction = 1.92643; - spawn = 0; - }; - - class T11 : T1 { - position[] = {2076.06, 5287.85}; - direction = 288.088; - upTime = 8; - side = TEast; - size = 1; - positionTrigger[] = {2142.92, 5294.2}; - radiusTrigger = 40; - }; - - class T12 : T1 { - position[] = {2018.54, 5276.12}; - direction = 229.045; - upTime = 10; - positionTrigger[] = {2031.09, 5288.01}; - radiusTrigger = 40; - }; - - class T12A : T12 { - position[] = {2016.62, 5277.59}; - direction = 248.49; - upTime = 12; - spawn = 1; - }; - - class T12B : T12 { - position[] = {2009.93, 5279.49}; - direction = 255.209; - upTime = 8; - spawn = 1; - }; - - class T12C : T12 { - position[] = {2016.7, 5271.45}; - direction = 255.084; - upTime = 8; - }; - - class T13 : T1 { - position[] = {1830.04, 5269.21}; - direction = 281.054; - upTime = 10; - positionMove[] = {1858.29, 5299.51}; - moveTime = 4; - size = 1; - type = VArmor; - positionTrigger[] = {1927.31, 5295}; - radiusTrigger = 40; - }; - - class T14 : T1 { - position[] = {1860.31, 5193.49}; - direction = 230.029; - upTime = 13; - positionTrigger[] = {1875.47, 5208.27}; - radiusTrigger = 40; - }; - - class T14A : T14 { - position[] = {1871.89, 5186.69}; - direction = 200.36; - upTime = 11; - spawn = 1; - }; - - class T14B : T14 { - position[] = {1856.77, 5182.97}; - direction = 256.342; - upTime = 20; - }; - - class T15 : T1 { - position[] = {1806.01, 5091.16}; - direction = 200.036; - upTime = 8; - positionTrigger[] = {1827.73, 5117.99}; - radiusTrigger = 40; - }; - - class T15A : T15 { - position[] = {1806.56, 5089.46}; - direction = 192.134; - side = TWest; - spawn = 1; - positionTrigger[] = {}; - }; - - class T15B : T15A { - position[] = {1804.36, 5089.97}; - direction = 223.993; - spawn = 0; - }; - }; - }; - }; - - class Water { - positionStart[] = {{13265.8, 9374.16}}; - directionStart[] = {-32.2588}; - positionEnd[] = {{13354.5, 10221.9}}; - objectSet[] = {"ca\chernarus\data\scripts\armory\killHouseWater1.sqf"}; - positionAnchor[] = {{13302.9, 9781.72}}; - waypoints[] = {{{13085.5, 9598.67}, {13240.2, 9773.74}, {13063, 9773.86}, {13268.6, 9898.62}}}; - - class Targets { - class Set1 { - class T1 { - position[] = {13029.7, 9654.73}; - direction = 345.354; - upTime = 7; - positionMove[] = {}; - moveTime = 0; - type = VSoft; - side = TEast; - size = 0; - spawn = 0; - positionTrigger[] = {13084.3, 9608.92}; - radiusTrigger = 60; - }; - - class T1A : T1 { - position[] = {13034.9, 9655.12}; - direction = 346.135; - upTime = 8; - spawn = 1; - }; - - class T1B : T1 { - position[] = {13039.1, 9668.67}; - direction = 351.301; - upTime = 7; - }; - - class T1C : T1 { - position[] = {13043.7, 9668.42}; - direction = 353.415; - upTime = 8; - spawn = 1; - }; - - class T1D : T1 { - position[] = {13048.4, 9671.82}; - direction = 345.703; - upTime = 10; - }; - - class T2 : T1 { - position[] = {13106.5, 9706.59}; - direction = 325.726; - upTime = 8; - positionMove[] = {13112.8, 9695.03}; - moveTime = 2; - type = VArmor; - positionTrigger[] = {13142.4, 9664.88}; - }; - - class T2A : T2 { - position[] = {13110.5, 9710.24}; - direction = 328.887; - upTime = 10; - positionMove[] = {13114.5, 9697.77}; - moveTime = 2; - }; - - class T3 : T2 { - position[] = {13131, 9721.36}; - direction = 323.098; - upTime = 12; - positionMove[] = {13140.1, 9726.16}; - moveTime = 3; - positionTrigger[] = {13173.5, 9681.7}; - }; - - class T3A : T3 { - position[] = {13135.7, 9721.33}; - direction = 333.766; - upTime = 8; - positionMove[] = {}; - type = VSoft; - spawn = 1; - side = TGuerrila; - }; - - class T4 : T1 { - position[] = {13196.5, 9752.76}; - direction = 307.533; - side = TWest; - positionTrigger[] = {}; - }; - - class T4A : T4 { - position[] = {13197, 9754.3}; - direction = 273.802; - spawn = 1; - }; - - class T5 : T1 { - position[] = {13010.2, 9753.83, 5.8}; - direction = 274.867; - upTime = 7; - size = 1; - positionTrigger[] = {13055.9, 9773.8}; - }; - - class T5A : T5 { - position[] = {13010.5, 9756.23, 5.8}; - direction = 276.549; - upTime = 9; - size = 0; - spawn = 1; - }; - - class T5B : T5 { - position[] = {13011.1, 9758.27, 5.8}; - direction = 276.361; - upTime = 10; - size = 0; - }; - - class T6 : T1 { - position[] = {13013, 9790.19, 5.8}; - direction = 262.598; - upTime = 10; - spawn = 1; - side = TGuerrila; - positionTrigger[] = {13032, 9798.21}; - }; - - class T6A : T6 { - position[] = {13012.8, 9791.93, 5.8}; - direction = 295.817; - }; - - class T7 : T1 { - position[] = {13144.4, 9847.66, 5.8}; - direction = 399.089; - upTime = 10; - side = TGuerrila; - positionTrigger[] = {13139.8, 9813.26}; - }; - - class T7A : T7 { - position[] = {13146.3, 9851.37, 6.6}; - direction = 357.755; - upTime = 11; - side = TEast; - }; - - class T7B : T7 { - position[] = {13145.4, 9853.25, 6.6}; - direction = 403.987; - upTime = 12; - side = TEast; - spawn = 1; - }; - - class T8 : T2 { - position[] = {13174.5, 9903.92, -0.4}; - direction = 335.307; - upTime = 15; - positionMove[] = {13221.3, 9922.51, -0.4}; - moveTime = 5; - size = 1; - positionTrigger[] = {13238.9, 9865.97}; - }; - - class T9 : T1 { - position[] = {13257.3, 9932.39}; - direction = 338.875; - upTime = 14; - positionTrigger[] = {13284.8, 9896.29}; - }; - - class T9A : T9 { - position[] = {13258.6, 9932.83}; - direction = 343.983; - upTime = 13; - spawn = 1; - }; - - class T9B : T9 { - position[] = {13261.6, 9936.56}; - direction = 351.336; - upTime = 8; - }; - - class T10 : T1 { - position[] = {13266.6, 9981.59}; - direction = 294.114; - upTime = 8; - positionTrigger[] = {13304, 9983.04}; - }; - - class T10A : T10 { - position[] = {13263.9, 9978.06}; - direction = 273.371; - upTime = 9; - spawn = 1; - }; - - class T10B : T10 { - position[] = {13263.9, 9978.06}; - direction = 273.371; - side = TWest; - positionTrigger[] = {}; - }; - - class T10C : T10B { - position[] = {13264.4, 9983.05}; - direction = 287.217; - }; - - class T10D : T10B { - position[] = {13265, 9984.71}; - direction = 309.309; - spawn = 1; - }; - - class T11 : T1 { - position[] = {13280.7, 10047.7}; - direction = 306.055; - upTime = 8; - spawn = 1; - positionTrigger[] = {13324.9, 10049.9}; - }; - - class T11A : T11 { - position[] = {13281.4, 10048.8}; - direction = 329.551; - upTime = 9; - }; - - class T12 : T2 { - position[] = {13307.4, 10159.9, -0.4}; - direction = 354.346; - upTime = 10; - positionMove[] = {13310.5, 10121.1, -0.4}; - moveTime = 3; - size = 1; - spawn = 1; - positionTrigger[] = {13332.5, 10108.1}; - }; - - class T13 : T1 { - position[] = {13267.2, 9802.07, -0.4}; - direction = 391.664; - upTime = 7; - spawn = 1; - size = 1; - positionTrigger[] = {13248.6, 9752.04}; - }; - - class T13A : T13 { - position[] = {13278.4, 9793.03, -0.4}; - direction = 416.294; - upTime = 9; - }; - }; - }; - }; - }; - }; - }; - safePositionAnchor[] = {9122.17, 5178.92}; - safePositionRadius = 8500; - }; -}; diff --git a/SQF/dayz_code/Configs/RscDisplay/RscMap.hpp b/SQF/dayz_code/Configs/RscDisplay/RscMap.hpp new file mode 100644 index 000000000..9d77d01bf --- /dev/null +++ b/SQF/dayz_code/Configs/RscDisplay/RscMap.hpp @@ -0,0 +1,45 @@ +class RscDisplayMainMap +{ + class controls + { + delete CA_MainBackground; + delete CA_CurrentTaskLabel; + delete CA_CurrentTask; + delete CA_PlayerName; + delete CA_TopicsBackground; + delete CA_PlayerRank; + delete CA_MissionName; + class CA_SubTopicsBackground: IGUIBack + { + idc=1022; + x = "0.16*SafeZoneW + SafeZoneX"; + y = "SafeZoneY + 0.117"; + w = "0.283*SafeZoneW"; + h = "0.53"; + colorBackground[] = {0.30,0.30,0.30,0.85}; + }; + class CA_ContentBackground: IGUIBack + { + idc = 1023; + x = "0.446*SafeZoneW + SafeZoneX"; + y = "SafeZoneY + 0.117"; + w = "SafeZoneW * 0.272"; + h = "0.832"; + colorBackground[] = {0.30,0.30,0.30,0.85}; + }; + + + class DiaryList: RscIGUIListBox + { + idc = 1001; + colorText[] = {0.30,0.30,0.30,1}; + colorSelectBackground[]={0.60,0.60,0.60,1}; + colorSelectBackground2[]={0.60,0.60,0.60,1}; + onLBSelChanged = " [ _this select 0 , _this select 1 , 'List' ] call compile preprocessFileLineNumbers 'ca\Warfare2\Scripts\Client\GUI\GUI_logEH.sqf'; "; + onLoad = "((_this select 0) displayCtrl 1001) ctrlShow false"; + default = 1; + w = "0"; + h = "0"; + }; + }; +}; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 68c49230b..d65f6ab75 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -1641,4 +1641,6 @@ class DZ_ItemInteraction { #ifdef SpawnSelecter #include "RscDisplay\RscDisplaySpawnSelecter.hpp" -#endif \ No newline at end of file +#endif + +#include "RscDisplay\RscMap.hpp" \ No newline at end of file diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index 8f524b07e..2e7304adc 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -79,127 +79,6 @@ class CfgAddons }; }; -class CfgActions { - class None; // External class reference - - class Rearm : None { - show = 0; - }; - class Heal : None { - show = 0; - }; - class HealSoldier : None { - show = 0; - }; - class FirstAid : None { - show = 0; - }; - /* - class TakeBag : None { - show = 0; - }; - */ -}; - -class CfgLoadingTexts { - titlesDefault[] = {""}; -}; - -class CfgAISkill { - aimingaccuracy[] = {0, 0, 1, 1}; - aimingshake[] = {0, 0, 1, 1}; - aimingspeed[] = {0, 0, 1, 1}; - commanding[] = {0, 0, 1, 1}; - courage[] = {0, 1, 1, 1}; - endurance[] = {0, 0, 1, 1}; - general[] = {0, 0, 1, 1}; - reloadspeed[] = {0, 0, 1, 1}; - spotdistance[] = {0, 0, 1, 0.6}; - spottime[] = {0, 0, 1, 1}; -}; - -class CfgInGameUI -{ - class PeripheralVision - { - cueColor[] = {0,0,0,0}; - cueFriendlyColor[] = {0,0,0,0}; - cueEnemyColor[] = {0,0,0,0}; - }; - - - class MPTable - { - color[] = {0,0,0,0}; //{0.7,0.7,0.7,1}; - colorTitleBg[] = {0,0,0,0}; //{0.1,0.15,0.15,1}; - colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.9}; - colorSelected[] = {0,0,0,0}; //{0.7,0.7,0.7,0.4}; - colorWest[] = {0,0,0,0}; //{0.7,0.95,0.7,1}; - colorEast[] = {0,0,0,0}; //{0.95,0.7,0.7,1}; - colorCiv[] = {0,0,0,0}; //{0.8,0.8,0.8,1}; - colorRes[] = {0,0,0,0}; //{0.7,0.7,0.95,1}; - font = "EtelkaNarrowMediumPro"; - size = "0"; //"( 21 / 408 )"; - class Columns - { - class Order - { - width = 0; //0.046; - colorBg[] = {0,0,0,0}; //{0.1,0.27,0.1,0.8}; - doubleLine = 0; - }; - class Player - { - width = 0; //0.25; - colorBg[] = {0,0,0,0}; //{0.1,0.23,0.1,0.8}; - doubleLine = 0; - }; - class KillsInfantry - { - width = 0; //0.11; - doubleLine = 0; - colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; - picture = ""; //"\ca\ui\data\stats_infantry_ca.paa"; - }; - class KillsSoft - { - width = 0; //0.1; - doubleLine = 0; - colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; - picture = ""; //"\ca\ui\data\stats_soft_ca.paa"; - }; - class KillsArmor - { - width = 0; //0.11; - doubleLine = 0; - colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; - picture = ""; //"\ca\ui\data\stats_armored_ca.paa"; - }; - class KillsAir - { - width = 0; //0.1; - doubleLine = 0; - colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; - picture = ""; //"\ca\ui\data\stats_air_ca.paa"; - }; - class Killed - { - width = 0; //0.1; - doubleLine = 0; - colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8}; - picture = ""; //"\ca\ui\data\stats_killed_ca.paa"; - }; - class KillsTotal - { - width = 0; //0.1; - doubleLine = 0; - colorBg[] = {0,0,0,0}; //{0.1,0.35,0.1,0.9}; - picture = ""; //"\ca\ui\data\stats_total_ca.paa"; - }; - }; - }; -}; - class RscPictureGUI { access = 0; @@ -231,7 +110,6 @@ class RscStructuredTextGUI: RscStructuredText valign = "middle"; }; }; -// #include "Configs\CfgWorlds.hpp" #include "Configs\cfgMoves.hpp" #include "Configs\rscTitles.hpp" @@ -249,3549 +127,5 @@ class RscStructuredTextGUI: RscStructuredText #include "Configs\cfgLoot.hpp" #include "Configs\CfgMarkers.hpp" #include "Configs\CfgAmmo.hpp" - -class CfgSurvival { - class Inventory { - class Default { - //weapons[] = {"Makarov"}; - magazines[] = {"ItemBandage","ItemPainkiller"}; - weapons[] = {"ItemFlashlight"}; - backpackWeapon = ""; - backpack = "DZ_Patrol_Pack_EP1"; - }; - }; - class Meat { - class Default { - yield = 2; - rawfoodtype = "FoodmeatRaw"; - }; - class Cow: Default { - yield = 6; - rawfoodtype = "FoodbeefRaw"; - }; - class Cow01: Cow{}; - class Cow02: Cow{}; - class Cow03: Cow{}; - class Cow04: Cow{}; - class Cow01_EP1: Cow{}; - class Goat: Default { - yield = 4; - rawfoodtype = "FoodmuttonRaw"; - }; - class Goat01_EP1: Goat{}; - class Goat02_EP1: Goat{}; - class Sheep: Default { - yield = 4; - rawfoodtype = "FoodmuttonRaw"; - }; - class Sheep01_EP1: Sheep{}; - class Sheep02_EP1: Sheep{}; - class WildBoar: Default { - yield = 4; - rawfoodtype = "FoodbaconRaw"; - }; - class Hen: Default { - yield = 2; - rawfoodtype = "FoodchickenRaw"; - }; - class Cock: Hen{}; - class DZ_Fin: Default { - yield = 0; - rawfoodtype = "FoodSteakRaw"; - }; - class DZ_Pastor: DZ_Fin{}; - class Rabbit: Default { - yield = 1; - rawfoodtype = "FoodrabbitRaw"; - }; - - }; - class Skins { - class Default { - sex = "male"; - playerModel = "Survivor2_DZ"; - }; - class Skin_Survivor2_DZ: Default { - sex = "male"; - playerModel = "Survivor2_DZ"; - }; - class Skin_Sniper1_DZ: Default { - sex = "male"; - playerModel = "Sniper1_DZ"; - }; - class Skin_Camo1_DZ: Default { - sex = "male"; - playerModel = "Camo1_DZ"; - }; - class Skin_Rocket_DZ: Default { - sex = "male"; - playerModel = "Rocket_DZ"; - }; - class Skin_Soldier1_DZ: Default { - sex = "male"; - playerModel = "Soldier1_DZ"; - }; - class Skin_RU_Policeman_DZ: Default { - sex = "male"; - playerModel = "RU_Policeman_DZ"; - }; - class Skin_Pilot_EP1_DZ: Default { - sex = "male"; - playerModel = "Pilot_EP1_DZ"; - }; - class Skin_Haris_Press_EP1_DZ: Default { - sex = "male"; - playerModel = "Haris_Press_EP1_DZ"; - }; - class Skin_Ins_Soldier_GL_DZ: Default { - sex = "male"; - playerModel = "Ins_Soldier_GL_DZ"; - }; - class Skin_GUE_Commander_DZ: Default { - sex = "male"; - playerModel = "GUE_Commander_DZ"; - }; - class Skin_Functionary1_EP1_DZ: Default { - sex = "male"; - playerModel = "Functionary1_EP1_DZ"; - }; - class Skin_Priest_DZ: Default { - sex = "male"; - playerModel = "Priest_DZ"; - }; - class Skin_Rocker1_DZ: Default { - sex = "male"; - playerModel = "Rocker1_DZ"; - }; - class Skin_Rocker2_DZ: Default { - sex = "male"; - playerModel = "Rocker2_DZ"; - }; - class Skin_Rocker3_DZ: Default { - sex = "male"; - playerModel = "Rocker3_DZ"; - }; - class Skin_Rocker4_DZ: Default { - sex = "male"; - playerModel = "Rocker4_DZ"; - }; - class Skin_Bandit1_DZ: Default { - sex = "male"; - playerModel = "Bandit1_DZ"; - }; - class Skin_Bandit2_DZ: Default { - sex = "male"; - playerModel = "Bandit2_DZ"; - }; - class Skin_GUE_Soldier_MG_DZ: Default { - sex = "male"; - playerModel = "GUE_Soldier_MG_DZ"; - }; - class Skin_GUE_Soldier_Sniper_DZ: Default { - sex = "male"; - playerModel = "GUE_Soldier_Sniper_DZ"; - }; - class Skin_GUE_Soldier_Crew_DZ: Default { - sex = "male"; - playerModel = "GUE_Soldier_Crew_DZ"; - }; - class Skin_GUE_Soldier_CO_DZ: Default { - sex = "male"; - playerModel = "GUE_Soldier_CO_DZ"; - }; - class Skin_GUE_Soldier_2_DZ: Default { - sex = "male"; - playerModel = "GUE_Soldier_2_DZ"; - }; - class Skin_BanditW1_DZ: Default { - sex = "female"; - playerModel = "BanditW1_DZ"; - }; - class Skin_BanditW2_DZ: Default { - sex = "female"; - playerModel = "BanditW2_DZ"; - }; - class Skin_SurvivorW2_DZ: Default { - sex = "female"; - playerModel = "SurvivorW2_DZ"; - }; - class Skin_SurvivorWpink_DZ: Default { - sex = "female"; - playerModel = "SurvivorWpink_DZ"; - }; - class Skin_SurvivorWsequisha_DZ: Default { - sex = "female"; - playerModel = "SurvivorWsequisha_DZ"; - }; - class Skin_SurvivorWsequishaD_DZ: Default { - sex = "female"; - playerModel = "SurvivorWsequishaD_DZ"; - }; - class Skin_SurvivorWcombat_DZ: Default { - sex = "female"; - playerModel = "SurvivorWcombat_DZ"; - }; - class Skin_SurvivorWdesert_DZ: Default { - sex = "female"; - playerModel = "SurvivorWdesert_DZ"; - }; - class Skin_SurvivorWurban_DZ: Default { - sex = "female"; - playerModel = "SurvivorWurban_DZ"; - }; - class Skin_SurvivorW3_DZ: Default { - sex = "female"; - playerModel = "SurvivorW3_DZ"; - }; - class Skin_Soldier_TL_PMC_DZ: Default { - sex = "male"; - playerModel = "Soldier_TL_PMC_DZ"; - }; - - class Skin_Soldier_Sniper_PMC_DZ: Default { - sex = "male"; - playerModel = "Soldier_Sniper_PMC_DZ"; - }; - - class Skin_Soldier_Bodyguard_AA12_PMC_DZ: Default { - sex = "male"; - playerModel = "Soldier_Bodyguard_AA12_PMC_DZ"; - }; - - class Skin_FR_OHara_DZ: Default - { - sex = "male"; - playerModel = "FR_OHara_DZ"; - }; - class Skin_FR_Rodriguez_DZ: Default - { - sex = "male"; - playerModel = "FR_Rodriguez_DZ"; - }; - class Skin_CZ_Soldier_Sniper_EP1_DZ: Default - { - sex = "male"; - playerModel = "CZ_Soldier_Sniper_EP1_DZ"; - }; - class Skin_Graves_Light_DZ: Default - { - sex = "male"; - playerModel = "Graves_Light_DZ"; - }; - - class Skin_Drake_Light_DZ: Default { - sex = "male"; - playerModel = "Drake_Light_DZ"; - }; - - class Skin_CZ_Special_Forces_GL_DES_EP1_DZ: Default { - sex = "male"; - playerModel = "CZ_Special_Forces_GL_DES_EP1_DZ"; - }; - - class Skin_TK_INS_Soldier_EP1_DZ: Default { - sex = "male"; - playerModel = "TK_INS_Soldier_EP1_DZ"; - }; - - class Skin_TK_INS_Warlord_EP1_DZ: Default { - sex = "male"; - playerModel = "TK_INS_Warlord_EP1_DZ"; - }; - - - - class Skin_TK_Special_Forces_MG_EP1_DZ: Default { - sex = "male"; - playerModel = "TK_Special_Forces_MG_EP1_DZ"; - }; - class Skin_TK_Soldier_Sniper_EP1_DZ: Default { - sex = "male"; - playerModel = "TK_Soldier_Sniper_EP1_DZ"; - }; - class Skin_TK_Commander_EP1_DZ: Default { - sex = "male"; - playerModel = "TK_Commander_EP1_DZ"; - }; - class Skin_RU_Soldier_Crew_DZ: Default { - sex = "male"; - playerModel = "RU_Soldier_Crew_DZ"; - }; - class Skin_INS_Lopotev_DZ: Default { - sex = "male"; - playerModel = "INS_Lopotev_DZ"; - }; - class Skin_INS_Soldier_AR_DZ: Default { - sex = "male"; - playerModel = "INS_Soldier_AR_DZ"; - }; - class Skin_INS_Soldier_CO_DZ: Default { - sex = "male"; - playerModel = "INS_Soldier_CO_DZ"; - }; - class Skin_INS_Bardak_DZ: Default { - sex = "male"; - playerModel = "INS_Bardak_DZ"; - }; - class Skin_INS_Worker2_DZ: Default { - sex = "male"; - playerModel = "INS_Worker2_DZ"; - }; - - - - - - - }; -}; - -class CfgBuildingLoot { - class Default { - zombieChance = 0.2; - minRoaming = 0; - maxRoaming = 2; - zombieClass[] = {"zZombie_Base","z_hunter","z_teacher","z_suit1","z_suit2","z_worker1","z_worker2","z_worker3","z_villager1","z_villager2","z_villager3"}; - lootChance = 0; - lootPos[] = {}; - lootPosSmall[] = {}; - lootPosZombie[] = {}; - itemType[] = {}; - itemChance[] = {}; - itemTypeSmall[] = {}; - itemChanceSmall[] = {}; - hangPos[] = {}; - vehPos[] = {}; - }; - class Master { - weapons[] = { - "SMAW", - "Javelin", - "G36C", - "Stinger" - }; - }; - class Residential: Default { - zombieChance = 0.3; - maxRoaming = 2; - zombieClass[] = {"zZombie_Base","z_hunter","z_teacher","z_villager1","z_villager2","z_villager3"}; - lootChance = 0.4; - lootPos[] = {}; - itemType[] = { - { "ItemWatch","generic" }, - { "ItemCompass","generic" }, - { "ItemMap","weapon" }, - { "Makarov","weapon" }, - { "MakarovSD","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","generic" }, - { "ItemKnife","generic" }, - { "ItemMatchbox_DZE","generic" }, - { "","generic" }, - { "LeeEnfield","weapon" }, - { "revolver_EP1","weapon" }, - { "backpacks","backpack" }, - { "Winchester1866","weapon" }, - { "tents","single" }, - { "","military" }, - { "","trash" }, - { "Crossbow_DZ","weapon" }, - { "Binocular","weapon" }, - { "PartPlywoodPack","magazine" }, - { "clothes","single" }, - { "specialclothes","single" }, - { "WeaponHolder_MeleeCrowbar","object" }, - {"MR43","weapon"} - }; - itemChance[] = { - 0.04, - 0.03, - 0.02, - 0.05, - 0.01, - 0.02, - 0.01, - 0.04, - 0.01, - 0.36, - 0.03, - 0.02, - 0.04, - 0.01, - 0.01, - 0.02, - 0.17, - 0.01, - 0.02, - 0.02, - 0.01, - 0.01, - 0.03, - 0.01 - }; - itemTypeSmall[] = { - { "ItemSodaMdew","magazine" }, - { "ItemSodaRbull","magazine" }, - { "ItemSodaOrangeSherbet","magazine" }, - { "ItemWatch","weapon" }, - { "ItemCompass","weapon" }, - { "ItemMap","weapon" }, - { "Makarov","weapon" }, - { "MakarovSD","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","weapon" }, - { "ItemKnife","weapon" }, - { "ItemMatchbox_DZE","weapon" }, - { "","generic" }, - { "revolver_EP1","weapon" }, - { "","military" }, - { "","trash" }, - { "Binocular","weapon" }, - { "clothes","single" }, - { "specialclothes","single" } - }; - itemChanceSmall[] = { - 0.01, - 0.01, - 0.02, - 0.05, - 0.04, - 0.03, - 0.05, - 0.02, - 0.03, - 0.02, - 0.04, - 0.03, - 0.38, - 0.02, - 0.04, - 0.17, - 0.02, - 0.01, - 0.01 - }; - }; - class Office: Default { - maxRoaming = 3; - zombieClass[] = {"z_suit1","z_suit2"}; - zombieChance = 0.3; - lootChance = 0.4; - lootPos[] = {}; - itemType[] = { - { "ItemWatch","generic" }, - { "ItemCompass","generic" }, - { "ItemMap","weapon" }, - { "Makarov","weapon" }, - { "MakarovSD","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","generic" }, - { "ItemKnife","generic" }, - { "ItemMatchbox_DZE","generic" }, - { "","generic" }, - { "LeeEnfield","weapon" }, - { "revolver_EP1","weapon" }, - { "backpacks","backpack" }, - { "Winchester1866","weapon" }, - { "tents","single" }, - { "","military" }, - { "","trash" }, - {"Crossbow_DZ","weapon"}, - { "Binocular","weapon" }, - { "PartPlywoodPack","magazine" }, - { "clothes","single" }, - { "specialclothes","single" }, - { "WeaponHolder_MeleeCrowbar","object" }, - { "ItemBriefcaseEmpty","magazine" } - }; - itemChance[] = { - 0.04, - 0.03, - 0.02, - 0.06, - 0.01, - 0.02, - 0.01, - 0.04, - 0.01, - 0.31, - 0.03, - 0.02, - 0.04, - 0.01, - 0.01, - 0.02, - 0.21, - 0.01, - 0.02, - 0.02, - 0.01, - 0.01, - 0.03, - 0.01 - }; - itemTypeSmall[] = { - { "ItemSodaMdew","magazine" }, - { "ItemSodaRbull","magazine" }, - { "ItemSodaOrangeSherbet","magazine" }, - { "ItemWatch","weapon" }, - { "ItemCompass","weapon" }, - { "ItemMap","weapon" }, - { "Makarov","weapon" }, - { "MakarovSD","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","weapon" }, - { "ItemKnife","weapon" }, - { "ItemMatchbox_DZE","weapon" }, - { "","generic" }, - { "revolver_EP1","weapon" }, - { "","military" }, - { "","trash" }, - { "Binocular","weapon" }, - { "clothes","single" }, - { "specialclothes","single" }, - { "ItemDocument","magazine" } - }; - itemChanceSmall[] = { - 0.01, - 0.01, - 0.02, - 0.05, - 0.04, - 0.03, - 0.07, - 0.02, - 0.03, - 0.02, - 0.05, - 0.03, - 0.31, - 0.03, - 0.04, - 0.03, - 0.02, - 0.16, - 0.02, - 0.01 - }; - }; - class Industrial: Default { - zombieChance = 0.4; - zombieClass[] = {"z_worker1","z_worker2","z_worker3"}; - maxRoaming = 2; - lootChance = 0.4; - lootPos[] = {}; - itemType[] = { - { "ItemGenerator","magazine" }, - {"ItemFuelBarrel","magazine"}, - { "","generic" }, - { "","trash" }, - { "","military" }, - { "PartGeneric","magazine" }, - { "PartWheel","magazine" }, - { "PartFueltank","magazine" }, - { "PartEngine","magazine" }, - { "PartGlass","magazine" }, - { "PartVRotor","magazine" }, - { "ItemJerrycan","magazine" }, - { "WeaponHolder_ItemHatchet_DZE","object" }, - { "ItemKnife","military" }, - { "ItemToolbox","weapon" }, - { "ItemWire","magazine" }, - {"ItemTankTrap","magazine"}, - {"ItemKeyKit","weapon"}, - {"CinderBlocks","magazine"}, - {"MortarBucket","magazine"} - }; - itemChance[] = { - 0.01, - 0.01, - 0.17, - 0.25, - 0.04, - 0.04, - 0.05, - 0.02, - 0.02, - 0.04, - 0.01, - 0.04, - 0.07, - 0.07, - 0.06, - 0.01, - 0.04, - 0.01, - 0.03, - 0.01 - }; - itemTypeSmall[] = { - { "","generic" }, - { "","trash" }, - { "","military" }, - { "ItemKnife","weapon" }, - {"ItemKeyKit","weapon"} - }; - itemChanceSmall[] = { - 0.5, - 0.28, - 0.14, - 0.07, - 0.01 - }; - }; - class IndustrialFuel: Default { - zombieChance = 0.4; - zombieClass[] = {"z_worker1","z_worker2","z_worker3"}; - maxRoaming = 2; - lootChance = 0.4; - lootPos[] = {}; - itemType[] = { - { "ItemGenerator","magazine" }, - {"ItemFuelPump","magazine"}, - { "","generic" }, - { "","trash" }, - { "","military" }, - { "PartGeneric","magazine" }, - { "PartWheel","magazine" }, - { "PartFueltank","magazine" }, - { "PartEngine","magazine" }, - { "PartGlass","magazine" }, - { "PartVRotor","magazine" }, - { "ItemJerrycan","magazine" }, - { "WeaponHolder_ItemHatchet_DZE","object" }, - { "ItemKnife","military" }, - { "ItemToolbox","weapon" }, - { "ItemWire","magazine" }, - {"ItemTankTrap","magazine"}, - {"ItemKeyKit","weapon"} - }; - itemChance[] = { - 0.01, - 0.01, - 0.18, - 0.28, - 0.04, - 0.04, - 0.05, - 0.02, - 0.02, - 0.04, - 0.01, - 0.04, - 0.07, - 0.07, - 0.06, - 0.01, - 0.04, - 0.01 - }; - itemTypeSmall[] = { - { "","generic" }, - { "","trash" }, - { "","military" }, - { "ItemKnife","weapon" }, - {"ItemKeyKit","weapon"} - }; - itemChanceSmall[] = { - 0.5, - 0.28, - 0.14, - 0.07, - 0.01 - }; - }; - class Farm: Default { - zombieChance = 0.3; - maxRoaming = 3; - zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3"}; - lootChance = 0.5; - lootPos[] = {}; - itemType[] = { - { "ItemJerrycan","magazine" }, - { "","generic" }, - { "huntingrifle","weapon" }, - { "LeeEnfield","weapon" }, - { "Winchester1866","weapon" }, - { "","trash" }, - { "Crossbow_DZ","weapon"}, - { "PartPlankPack","magazine" }, - { "WeaponHolder_ItemHatchet_DZE","object" }, - { "MR43","weapon" }, - { "ItemFuelBarrel","magazine"}, - { "WeaponHolder_ItemMachete", "object"}, - { "ItemFishingPole","weapon" }, - { "ItemLightBulb","magazine"}, - { "ItemSledgeHandle","magazine"} - }; - itemChance[] = { - 0.05, - 0.3, - 0.02, - 0.04, - 0.03, - 0.26, - 0.03, - 0.08, - 0.05, - 0.06, - 0.01, - 0.03, - 0.01, - 0.02, - 0.01 - }; - itemTypeSmall[] = { - { "","generic" }, - { "","trash" }, - { "","military"}, - { "ItemLightBulb","magazine"}, - { "ItemSledgeHead","magazine"} - }; - itemChanceSmall[] = { - 0.79, - 0.14, - 0.05, - 0.01, - 0.01 - }; - }; - class Supermarket: Default { - lootChance = 0.6; - minRoaming = 2; - maxRoaming = 6; - zombieChance = 0.3; - zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; - itemType[] = { - { "ItemWatch","generic" }, - { "ItemCompass","generic" }, - { "ItemMap","weapon" }, - { "Makarov","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","generic" }, - { "ItemKnife","generic" }, - { "ItemMatchbox_DZE","generic" }, - { "","generic" }, - { "LeeEnfield","weapon" }, - { "revolver_EP1","weapon" }, - { "backpacks","backpack" }, - { "Winchester1866","weapon" }, - { "tents","single" }, - { "","food" }, - { "","trash" }, - {"Crossbow_DZ","weapon"}, - { "Binocular","weapon" }, - { "PartPlywoodPack","magazine" }, - {"MR43","weapon"} - }; - itemChance[] = { - 0.07, - 0.02, - 0.04, - 0.02, - 0.01, - 0.01, - 0.02, - 0.04, - 0.04, - 0.01, - 0.01, - 0.07, - 0.01, - 0.01, - 0.30, - 0.23, - 0.01, - 0.05, - 0.02, - 0.01 - }; - itemTypeSmall[] = { - { "ItemSodaMdew","magazine" }, - { "ItemSodaRbull","magazine" }, - { "ItemSodaOrangeSherbet","magazine" }, - { "ItemWatch","weapon" }, - { "ItemCompass","weapon" }, - { "ItemMap","weapon" }, - { "Makarov","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","weapon" }, - { "ItemKnife","weapon" }, - { "ItemMatchbox_DZE","weapon" }, - { "","generic" }, - { "revolver_EP1","weapon" }, - { "","food" }, - { "","trash" }, - { "Binocular","weapon" } - }; - itemChanceSmall[] = { - 0.01, - 0.01, - 0.03, - 0.07, - 0.03, - 0.05, - 0.04, - 0.02, - 0.01, - 0.02, - 0.04, - 0.21, - 0.02, - 0.24, - 0.18, - 0.02 - }; - }; - class HeliCrash: Default { - zombieChance = 0.4; - maxRoaming = 2; - zombieClass[] = {"z_soldier_pilot"}; - lootChance = 0.5; - lootPos[] = {}; - itemType[] = { - { "FN_FAL","weapon" }, - { "bizon_silenced","weapon" }, - { "M14_EP1","weapon" }, - { "FN_FAL_ANPVS4","weapon" }, - { "BAF_LRR_scoped","weapon" }, - { "AK_107_PSO","weapon" }, - { "Mk_48_DZ","weapon" }, - { "M249_DZ","weapon" }, - {"BAF_L85A2_RIS_SUSAT","weapon"}, - { "M4SPR","weapon" }, - { "","military" }, - { "","medical" }, - { "MedBox0","object" }, - { "NVGoggles","weapon" }, - { "AmmoBoxSmall_556","object" }, - { "AmmoBoxSmall_762","object" }, - { "militaryclothes","single" }, - {"G36C","weapon"}, - {"G36_C_SD_camo","weapon"}, - {"G36A_camo","weapon"}, - { "Pecheneg_DZ","weapon"}, - {"100Rnd_762x54_PK","magazine"}, - {"2000Rnd_762x51_M134","magazine"}, - {"29Rnd_30mm_AGS30","magazine"}, - {"50Rnd_127x107_DSHKM","magazine"}, - {"48Rnd_40mm_MK19","magazine"}, - {"100Rnd_127x99_M2","magazine"} - }; - itemChance[] = { - 0.02, - 0.03, - 0.02, - 0.01, - 0.01, - 0.02, - 0.02, - 0.02, - 0.01, - 0.02, - 0.35, - 0.19, - 0.05, - 0.01, - 0.03, - 0.03, - 0.05, - 0.02, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01 - }; - }; - class HeliCrash_No50s: Default { - zombieChance = 0.4; - maxRoaming = 2; - zombieClass[] = {"z_soldier_pilot"}; - lootChance = 0.5; - lootPos[] = {}; - itemType[] = { - {"FN_FAL","weapon"}, - {"bizon_silenced","weapon"}, - {"M14_EP1","weapon"}, - {"FN_FAL_ANPVS4","weapon"}, - {"Mk_48_DZ","weapon"}, - {"M249_DZ","weapon"}, - {"BAF_L85A2_RIS_SUSAT","weapon"}, - {"M4SPR","weapon"}, - {"","military"}, - {"","medical"}, - {"MedBox0","object"}, - {"NVGoggles","weapon"}, - {"AmmoBoxSmall_556","object"}, - {"AmmoBoxSmall_762","object"}, - { "militaryclothes","single" }, - {"G36C","weapon"}, - {"G36C_camo","weapon"}, - //{"G36_C_SD_camo","weapon"}, - {"G36A_camo","weapon"}, - {"G36K_camo","weapon"}, - {"100Rnd_762x54_PK","magazine"}, - {"2000Rnd_762x51_M134","magazine"}, - {"29Rnd_30mm_AGS30","magazine"}, - {"50Rnd_127x107_DSHKM","magazine"}, - {"48Rnd_40mm_MK19","magazine"}, - {"100Rnd_127x99_M2","magazine"} - }; - itemChance[] = { - 0.01, - 0.02, - 0.02, - 0.01, - 0.01, - 0.02, - 0.01, - 0.02, - 0.43, - 0.23, - 0.04, - 0.01, - 0.04, - 0.04, - 0.03, - 0.01, - 0.01, - //0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01 - }; - }; - class Hospital: Default { - zombieChance = 0.4; - minRoaming = 2; - maxRoaming = 6; - zombieClass[] = {"z_doctor","z_doctor","z_doctor"}; - lootChance = 1; - lootPos[] = {}; - itemType[] = { - { "","trash" }, - { "","hospital" }, - {"MedBox0","object"} - }; - itemChance[] = { - 0.1, - 0.7, - 0.2 - }; - itemTypeSmall[] = { - { "","trash" }, - { "","hospital" } - }; - itemChanceSmall[] = { - 0.1, - 0.9 - }; - }; - class Military: Default { - zombieChance = 0.3; - maxRoaming = 6; - zombieClass[] = {"z_soldier","z_soldier_heavy","z_policeman"}; - lootChance = 0.4; - lootPos[] = {}; - itemType[] = { - { "M9","weapon" }, - { "M16A2","weapon" }, - { "M16A2GL","weapon" }, - { "M9SD","weapon" }, - { "AK_74","weapon" }, - { "M4A1_Aim","weapon" }, - { "AKS_74_kobra","weapon" }, - { "AKS_74_U","weapon" }, - { "AK_47_M","weapon" }, - { "M24","weapon" }, - { "M1014","weapon" }, - { "M4SPR","weapon" }, - { "M4A1","weapon" }, - { "M14_EP1","weapon" }, - { "UZI_EP1","weapon" }, - { "Remington870_lamp","weapon" }, - { "glock17_EP1","weapon" }, - { "MP5A5","weapon" }, - { "MP5SD","weapon" }, - { "M4A3_CCO_EP1","weapon" }, - { "Binocular","weapon" }, - { "ItemFlashlightRed","military" }, - { "ItemKnife","military" }, - { "ItemGPS","weapon" }, - { "ItemMap","military" }, - { "militarybackpacks","backpack" }, - { "","medical" }, - { "","generic" }, - { "","military" }, - { "Sa61_EP1","weapon"}, - { "UZI_SD_EP1","weapon"}, - { "ItemEtool","weapon" }, - {"ItemSandbag","magazine"}, - {"Sa58P_EP1","weapon"}, - {"Sa58V_EP1","weapon"}, - {"BAF_L85A2_RIS_Holo","weapon"} - }; - itemChance[] = { - 0.01, - 0.01, - 0.01, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.02, - 0.02, - 0.02, - 0.02, - 0.01, - 0.01, - 0.03, - 0.04, - 0.01, - 0.01, - 0.02, - 0.05, - 0.03, - 0.1, - 0.35, - 0.01, - 0.01, - 0.02, - 0.02, - 0.01, - 0.02, - 0.01 - }; - itemTypeSmall[] = { - { "M9","weapon" }, - { "M9SD","weapon" }, - { "glock17_EP1","weapon" }, - { "Binocular","weapon" }, - { "ItemFlashlightRed","weapon" }, - { "ItemKnife","weapon" }, - { "ItemGPS","weapon" }, - { "ItemMap","weapon" }, - { "","medical" }, - { "","generic" }, - { "","military" }, - { "UZI_SD_EP1","weapon"}, - { "ItemEtool","weapon" } - }; - itemChanceSmall[] = { - 0.05, - 0.05, - 0.05, - 0.02, - 0.03, - 0.04, - 0.02, - 0.02, - 0.09, - 0.34, - 0.26, - 0.02, - 0.01 - }; - }; - class MilitaryIndustrial: Default { - zombieChance = 0.3; - maxRoaming = 6; - zombieClass[] = {"z_soldier","z_soldier_heavy","z_policeman","z_soldier","z_soldier_heavy","z_policeman","z_worker1","z_worker2","z_worker3"}; - lootChance = 0.4; - lootPos[] = {}; - itemType[] = { - { "M9","weapon" }, - { "M16A2","weapon" }, - { "M16A2GL","weapon" }, - { "M9SD","weapon" }, - { "PartGeneric","magazine" }, - { "M4A1_Aim","weapon" }, - { "AKS_74_kobra","weapon" }, - { "AKS_74_U","weapon" }, - { "AK_47_M","weapon" }, - { "M24","weapon" }, - { "M1014","weapon" }, - { "ItemGenerator","magazine" }, - { "M4A1","weapon" }, - { "M14_EP1","weapon" }, - { "UZI_EP1","weapon" }, - { "Remington870_lamp","weapon" }, - { "glock17_EP1","weapon" }, - { "PartWheel","magazine" }, - { "MP5SD","weapon" }, - { "M4A3_CCO_EP1","weapon" }, - { "Binocular","weapon" }, - { "ItemFlashlightRed","military" }, - { "ItemKnife","military" }, - { "ItemGPS","weapon" }, - { "PartVRotor","magazine" }, - { "militarybackpacks","backpack" }, - { "","medical" }, - { "","generic" }, - { "","military" }, - { "Sa61_EP1","weapon"}, - { "UZI_SD_EP1","weapon"}, - { "ItemEtool","weapon" }, - {"ItemSandbag","magazine"}, - {"Sa58P_EP1","weapon"}, - {"Sa58V_EP1","weapon"}, - {"BAF_L85A2_RIS_Holo","weapon"}, - {"ItemFuelBarrel","magazine"}, - {"ItemFuelPump","magazine"} - }; - itemChance[] = { - 0.01, - 0.01, - 0.01, - 0.01, - 0.03, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.02, - 0.02, - 0.02, - 0.02, - 0.01, - 0.01, - 0.03, - 0.04, - 0.01, - 0.01, - 0.03, - 0.05, - 0.03, - 0.06, - 0.35, - 0.01, - 0.01, - 0.02, - 0.03, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01 - }; - itemTypeSmall[] = { - { "M9","weapon" }, - { "M9SD","weapon" }, - { "UZI_EP1","weapon" }, - { "glock17_EP1","weapon" }, - { "Binocular","weapon" }, - { "ItemFlashlightRed","weapon" }, - { "ItemKnife","weapon" }, - { "ItemGPS","weapon" }, - { "","medical" }, - { "","generic" }, - { "","military" }, - { "UZI_SD_EP1","weapon"}, - { "ItemEtool","weapon" } - }; - itemChanceSmall[] = { - 0.05, - 0.05, - 0.05, - 0.02, - 0.03, - 0.04, - 0.02, - 0.02, - 0.09, - 0.34, - 0.26, - 0.02, - 0.01 - }; - }; - class MilitarySpecial: Default { - zombieChance = 0.4; - minRoaming = 2; - maxRoaming = 6; - zombieClass[] = {"z_soldier_heavy"}; - lootChance = 0.4; - lootPos[] = {}; - itemType[] = { - { "M16A2","weapon" }, - { "M16A2GL","weapon" }, - { "M249_DZ","weapon" }, - { "M9SD","weapon" }, - { "Pecheneg_DZ","weapon"}, - { "AK_74","weapon" }, - { "M4A1_Aim","weapon" }, - { "AKS_74_kobra","weapon" }, - { "AKS_74_U","weapon" }, - { "AK_47_M","weapon" }, - { "M24","weapon" }, - { "SVD_CAMO","weapon" }, - { "M1014","weapon" }, - { "BAF_LRR_scoped","weapon" }, - { "M4SPR","weapon" }, - { "M4A1","weapon" }, - { "M14_EP1","weapon" }, - { "UZI_EP1","weapon" }, - { "Remington870_lamp","weapon" }, - { "glock17_EP1","weapon" }, - { "M240_DZ","weapon" }, - { "M4A1_AIM_SD_camo","weapon" }, - { "M16A4_ACG","weapon" }, - { "M4A1_HWS_GL_camo","weapon" }, - { "Mk_48_DZ","weapon" }, - { "M4A3_CCO_EP1","weapon" }, - { "AmmoBoxSmall_556","object" }, - { "AmmoBoxSmall_762","object" }, - { "Binocular","weapon" }, - { "ItemFlashlightRed","military" }, - { "ItemKnife","military" }, - { "ItemGPS","weapon" }, - { "ItemMap","military" }, - { "Binocular_Vector","military" }, - { "militarybackpacks","backpack" }, - { "","medical" }, - { "","generic" }, - { "","military" }, - {"Sa58V_RCO_EP1","weapon"}, - {"Sa58V_CCO_EP1","weapon"}, - {"G36_C_SD_camo","weapon"}, - {"M40A3","weapon"}, - {"100Rnd_762x54_PK","magazine"}, - { "militaryclothes","single" }, - {"NVGoggles","weapon"}, - { "militaryammo","single" } - }; - itemChance[] = { - 0.01, - 0.01, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.01, - 0.02, - 0.02, - 0.03, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.02, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.05, - 0.04, - 0.08, - 0.3, - 0.01, - 0.01, - 0.01, - 0.01, - 0.02, - 0.01, - 0.01, - 0.03 - }; - itemTypeSmall[] = { - { "M9SD","weapon" }, - { "glock17_EP1","weapon" }, - { "AmmoBoxSmall_556","object" }, - { "AmmoBoxSmall_762","object" }, - { "Binocular","weapon" }, - { "ItemFlashlightRed","military" }, - { "ItemKnife","military" }, - { "ItemGPS","weapon" }, - { "ItemMap","weapon" }, - { "Binocular_Vector","weapon" }, - { "","medical" }, - { "","generic" }, - { "","military" }, - {"100Rnd_762x54_PK","magazine"}, - { "militaryclothes","single" }, - {"NVGoggles","weapon"}, - {"29Rnd_30mm_AGS30","magazine"}, - {"50Rnd_127x107_DSHKM","magazine"}, - {"48Rnd_40mm_MK19","magazine"}, - {"100Rnd_127x99_M2","magazine"} - }; - itemChanceSmall[] = { - 0.04, - 0.04, - 0.02, - 0.02, - 0.02, - 0.01, - 0.03, - 0.04, - 0.03, - 0.03, - 0.06, - 0.13, - 0.32, - 0.05, - 0.03, - 0.03, - 0.02, - 0.03, - 0.03, - 0.02 - }; - }; - class Hunting: Default { - zombieChance = 0.4; - minRoaming = 1; - maxRoaming = 3; - zombieClass[] = {"z_hunter","z_hunter","z_hunter"}; - lootChance = 1; - lootPos[] = {}; - itemType[] = { - {"ItemMap","weapon"}, - {"ItemFlashlight","generic"}, - {"ItemKnife","generic"}, - {"ItemMatchbox_DZE","generic"}, - {"Crossbow_DZ","weapon"}, - {"","military"}, - {"WeaponHolder_ItemMachete", "object"}, - {"huntingrifle","weapon"}, - {"","hunter"} - }; - itemChance[] = { - 0.02, - 0.01, - 0.01, - 0.03, - 0.01, - 0.38, - 0.02, - 0.02, - 0.5 - }; - itemTypeSmall[] = { - {"ItemMap","weapon"}, - {"ItemFlashlight","weapon"}, - {"ItemKnife","weapon"}, - {"ItemMatchbox_DZE","weapon"}, - {"","military"}, - {"","hunter"} - }; - itemChanceSmall[] = { - 0.02, - 0.02, - 0.02, - 0.04, - 0.4, - 0.5 - }; - }; - class Church: Residential { - minRoaming = 1; - maxRoaming = 3; - zombieClass[] = {"z_priest","z_priest","z_priest"}; - }; - class Land_HouseV_1I4: Residential { - lootPos[] = {{0.222168,3.90839,-2.73031},{-1.82983,-1.81403,-2.76768}}; - lootPosZombie[] = {{-0.329834,-5.01025,-1.89261},{-1.30762,1.8324,-1.85249}}; - lootPosSmall[] = {{-1.91772,-5.13812,-2.14811},{-4.34497,-1.12036,-1.88536},{-2.12329,-2.59363,-2.05582},{-1.34595,-2.80969,-2.04825}}; - }; - class Land_kulna: Residential { - lootPos[] = {{0.213379,1.49707,-1.14344}}; - lootPosZombie[] = {{0.0175781,-2.0542,-0.268438}}; - }; - class Land_Ind_Workshop01_01: Industrial { - lootPos[] = {{1.31201,-2.71387,-1.29234},{-0.819336,0.449219,-1.29946}}; - lootPosZombie[] = {{-1.14746,-0.979004,-0.424032},{1.69849,-0.175781,-0.418507}}; - lootPosSmall[] = {{1.81372,-3.33643,-0.714019},{1.92627,-1.69531,-1.29493},{-1.19482,2.00977,-0.22825},{-0.82251,1.2583,-0.836819}}; - }; - class Land_Ind_Garage01: Industrial { - lootPos[] = {{1.73755,2.71973,-1.24332},{-0.880371,-1.9082,-1.23318},{0.607178,3.2373,-1.23157}}; - lootPosZombie[] = {{-0.977051,3.12012,-0.349579},{2.8562,0.264648,-0.360748}}; - lootPosSmall[] = {{2.9375,2.47754,-1.12036},{2.8606,3.33398,-1.12131},{1.35205,3.58398,-0.0119934},{1.76196,3.62207,-0.772003}}; - }; - class Land_Ind_Workshop01_02: Industrial { - lootPos[] = {{1.47144,-0.825195,-1.42987},{-1.29663,-0.373047,-1.42896}}; - lootPosZombie[] = {{-0.029541,1.72314,-0.551222},{-0.258545,-0.877441,-0.554681}}; - lootPosSmall[] = {{1.65283,1.66846,-1.42742},{-1.75757,-1.08887,-1.43804}}; - }; - class Land_Ind_Workshop01_04: Industrial { - lootPos[] = {{-1.62207,-6.37305,-1.52724},{-0.118408,-3.88281,-1.52788},{-1.01611,2.13428,-1.53099}}; - lootPosZombie[] = {{-0.403076,-6.74121,-0.649656},{1.03564,-3.41113,-0.656917},{-0.902344,4.50293,-0.655569}}; - lootPosSmall[] = {{-1.3833,-3.02734,-0.298156},{-1.9519,-3.37891,-1.52803},{1.60425,4.75244,-1.52979},{-0.324219,1.91504,-0.680825},{-0.302734,2.08545,0.0790772},{-1.61523,-3.03809,0.0718207}}; - hangPos[] = {{-0.541748,4.01221,-2.03068}}; - }; - class Land_Ind_Workshop01_L: Industrial { - lootPos[] = {{3.89063,-4.09888,-1.31299},{1.80273,-1.88599,-1.31412},{-0.928223,4.50635,-1.31364}}; - lootPosZombie[] = {{0.876465,-3.66699,-0.438329},{-2.28223,4.8623,-0.429002},{-2.24268,2.19189,-0.429238}}; - lootPosSmall[] = {{0.62793,-1.49097,-1.23395},{0.805664,-1.45605,-0.0939465},{4.56055,-5.29443,-1.31279},{0.0273438,5.04443,-0.47565},{0.25,5.00342,0.284006}}; - }; - class Land_Hangar_2: Industrial { - lootPos[] = {{-13.1816,10.4204,-2.56318},{-0.127441,-2.88794,-2.56318},{0.291992,3.94775,-2.56318},{8.94482,6.87793,-2.56318},{-13.688,-4.67871,-2.56318},{3.4248,-8.1499,-2.56318}}; - lootPosZombie[] = {{-2.16357,-9.1582,-1.68818},{14.1777,-9.11182,-1.68818},{-14.1748,-9.45459,-1.68818},{-2.35498,10.2441,-1.68818},{2.53516,10.6001,-1.68818}}; - lootPosSmall[] = {{-14.3721,11.1743,-2.56319},{-0.0571289,5.94385,-2.56319},{11.751,11.3525,-2.56319},{-0.458008,-9.68652,-2.56319},{-14.3472,-6.29736,-2.56319},{14.4277,-4.83154,-2.56319}}; - }; - class Land_hut06: Residential { - lootPos[] = {{0.328125,2.26953,-1.57786},{-0.552368,-0.0620117,-1.53837}}; - }; - class Land_stodola_old_open: Farm { - lootPos[] = {{2.5437,-10.6599,2.96444},{-0.4021,-10.6228,2.96444},{-2.56641,-10.8538,-0.995487},{4.6665,3.45386,-5.08055},{-2.24414,10.396,-5.08055},{3.08691,9.24976,-5.08055},{-1.12744,10.5359,-0.993513},{-1.27563,10.6184,2.96444},{2.99268,10.7668,2.96444},{4.35425,-10.5923,-5.08055},{-2.47363,-5.49194,-5.08055}}; - lootPosZombie[] = {{4.7146,3.5752,-0.118511},{-2.76367,-3.53003,-0.138124},{1.01733,-0.312012,-4.20555}}; - lootPosSmall[] = {{2.7832,-9.15698,-4.13055},{-1.83765,7.05908,-4.13055},{3.73218,-5.77075,-0.0403633},{0.913818,-11.1099,2.96444},{5.14795,-10.01,-0.997503},{-2.89819,7.21069,-5.08055},{1.79053,8.75171,-5.08055},{5.07788,9.51514,-0.993513},{3.65845,10.1985,2.96444},{0.85498,-3.37793,-4.13055}}; - hangPos[] = {{-1.50537,5.34473,-5.08813},{0.494141,9.42725,-5.09016},{2.59473,-6.21191,-5.08055},{-1.74854,-2.39844,-1.14301}}; - }; - class Land_A_FuelStation_Build: IndustrialFuel { - lootChance = 0.5; - zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; - lootPos[] = {{1.88281,-0.879639,-1.57458}}; - lootPosZombie[] = {{-1.75146,-0.942993,-0.699436},{2.14331,0.848145,-0.699585}}; - lootPosSmall[] = {{-1.92578,0.237061,-0.604466},{-1.38672,0.592651,-1.09459}}; - }; - class Land_A_GeneralStore_01a: Supermarket { - lootPos[] = {{13.2969,4.94678,-1.20155},{2.97559,7.32373,-1.20155},{-8.35352,-0.0244141,-1.20155},{7.78223,4.45801,-1.20155},{6.59863,-0.292969,-1.20155},{-6.92285,-1.6709,-1.20155},{11.9189,-2.81885,-1.20155},{-1.85547,-2.16162,-1.20155}}; - lootPosZombie[] = {{-8.22168,1.93213,-0.32655},{14.3604,1.98828,-0.32655},{8.03613,-0.300781,-0.32655},{-7.64258,-2.21973,-0.32655},{9.83398,-1.41846,-0.32655}}; - lootPosSmall[] = {{12.4678,4.51172,-1.20155},{12.2119,6.25098,-0.301548},{12.1895,3.68262,0.0484505},{11.8174,6.31689,-0.65155},{-8.67676,-2.41064,-1.13155},{-4.2002,-3.14355,-0.351551},{-0.165039,-1.3457,-0.351551},{14.6006,-1.38281,-0.351551},{3.03809,-5.03418,-0.351551},{0.512695,3.40527,-0.31155},{4.77637,6.76172,-0.301548},{7.27539,0.938477,-0.621552},{3.96777,1.00488,-0.621552},{0.389648,0.95459,-0.621552},{5.04004,3.44287,-0.65155},{1.85254,6.4248,-0.65155},{-3.65723,6.61133,-0.20155},{-4.39746,4.46191,-0.691551},{6.9248,6.38574,-1.01155},{2.77637,3.38477,-1.01155},{-0.217773,6.68066,-1.01155},{4.49707,-4.98828,0.408451},{-2.33203,-1.35205,0.408451},{2.0127,-1.36572,0.408451},{6.39746,-3.04395,0.408451},{14.6045,-0.722168,0.408451},{-2.43164,-3.73682,0.02845},{-4.77539,-1.35986,0.02845},{-0.436523,-3.04297,0.02845},{14.6104,-2.17139,0.02845},{12.6592,0.830078,0.34845},{4.00684,-3.15039,-0.351551},{2.7334,-3.0415,-0.731548},{-2.67676,-1.36133,-0.731548},{-1.00488,-5.00537,-0.731548},{8.34863,-1.43018,-0.731548},{1.8291,3.77197,-0.661549}}; - }; - class Land_A_GeneralStore_01: Supermarket { - lootPos[] = {{11.8149,1.27979,-1.20155},{5.10449,1.61377,-1.20155},{1.70215,3.4292,-1.20155},{-0.771973,2.04102,-1.20155},{-3.59473,-6.04688,-1.20155},{-2.38428,-5.82202,-1.20155},{10.5171,-6.46729,-1.20155},{12.8472,-4.97754,-1.20155},{8.63623,-3.65381,-1.20155},{-3.22852,-10.0454,-1.21081}}; - lootPosZombie[] = {{12.4048,-1.49463,-0.326549},{3.18848,1.23926,-0.326549},{13.1211,4.95093,-0.326549},{-9.59521,-3.69678,-0.326549},{6.66309,-3.92041,-0.326549},{-8.38525,-5.50586,-0.326549},{8.26074,-5.41235,-0.326549},{4.03369,-5.50342,-0.326549}}; - lootPosSmall[] = {{11.0537,-0.321289,-0.661549},{11.0303,2.8833,0.0484514},{10.6646,1.86377,-0.651548},{6.66162,-2.69971,-0.611548},{6.02979,-2.6416,-0.611548},{2.16553,-2.68262,-0.611548},{-1.36963,-2.75684,-0.611548},{-0.919434,-0.283936,-0.301549},{0.583008,-0.308594,-1.01155},{0.804199,3.0752,-0.311549},{4.90234,3.04053,0.0484514},{-5.73779,0.694824,-0.20155},{0.796875,0.0898438,-0.301549},{2.73145,2.66406,-0.301549},{0.523926,2.81567,-1.01155},{-4.8208,2.87158,-0.701549},{-3.87061,-5.0415,-0.731549},{-4.73096,-5.00537,0.408451},{-2.1792,-5.02222,-0.351549},{-3.39795,-6.95508,-0.731549},{-3.58203,-7.24365,-0.731549},{-3.49756,-7.12695,0.408451},{-9.95215,-6.05859,0.348451},{13.4136,-5.93457,0.408451},{13.4463,-4.45898,0.028451},{13.4424,-6.20215,-0.351549},{2.93018,-8.67773,-0.351549},{1.53516,-6.79199,-0.351549},{7.16211,-5.12427,-0.351549},{6.79346,-5.11816,-0.73155},{2.87158,-6.91943,-0.73155},{0.0541992,-5.03271,-0.73155},{-1.979,-8.6875,-0.73155},{-5.84424,-5.04883,-0.73155},{-6.99268,-5.06836,-1.11155},{5.23535,-6.8335,-1.11155},{0.290039,-8.68701,-1.11155},{-0.649414,-8.68115,0.40845},{-0.983398,-9.56299,-1.21082}}; - }; - class Land_Farm_Cowshed_a: Farm { - lootPos[] = {{-1.06836,-5.92163,-3.08763},{1.69043,-4.91089,-3.08763},{5.8833,-6.15381,-3.08763},{8.83984,-5.60278,-3.08763},{9.74023,-2.48657,-3.08763},{2.88428,-2.34546,-3.08763},{7.88037,2.94214,-3.08763}}; - }; - class Land_stodola_open: Farm { - lootPos[] = {{-3.77881,6.2478,-4.11348},{1.59106,6.31494,-4.10928},{-3.94727,-1.95605,-4.15359},{-0.440918,-3.91187,-4.1938}}; - lootPosZombie[] = {{1.66333,4.70776,-3.24809},{1.57202,-6.3313,-3.23413}}; - lootPosSmall[] = {{-4.22217,-6.12866,-3.32453}}; - hangPos[] = {{-0.932617,-3.35962,-4.16446},{-2.01563,-0.115112,-4.19492}}; - }; - class Land_Barn_W_01: Farm { - lootPos[] = {{-4.45776,14.2153,-2.71607},{4.34277,-6.15088,-2.57279}}; - lootPosZombie[] = {{5.30298,18.0864,-1.76175},{-5.42627,17.7798,-1.7617},{-5.7019,-19.1206,-1.75527},{5.93481,-18.0952,-1.75545},{0.378662,0.887695,-1.75876}}; - lootPosSmall[] = {{4.09351,10.3872,-2.69559},{0.10791,3.48096,-2.64446},{-4.51636,-12.2603,-2.67148},{3.54419,-15.8311,-2.63077}}; - }; - class land_shed_m01: Farm { - lootPosZombie[] = {{0.218262,-1.78369,-0.347349}}; - }; - class land_r_housev2_04: Residential { - lootPos[] = {{0.364502,3.06128,-4.08876},{-4.49097,3.29565,-4.0887},{7.0625,-1.54053,-4.09079}}; - lootPosZombie[] = {{-1.72021,2.7146,-3.20429},{2.7522,2.9668,-3.20421},{4.73706,-0.942627,-3.20546}}; - lootPosSmall[] = {{-5.88696,2.77051,-4.08894},{-4.32666,6.00415,-4.0887},{7.37158,4.41968,-4.08918},{6.17065,2.39063,-4.09028}}; - }; - class Land_Hlidac_budka: Residential { - lootPos[] = {{2.4209,2.16064,-0.783617}}; - lootPosZombie[] = {{2.18311,0.502441,0.0913835}}; - lootPosSmall[] = {{0.987305,2.43359,-0.113617},{1.67773,2.24927,-0.113617},{-0.138184,0.0844727,-0.713617}}; - }; - class Land_HouseV2_02_Interier: Residential { - lootPos[] = {{6.97412,1.26904,-5.53068},{4.21631,6.56396,-5.53068},{-5.94922,-1.28955,-5.53068},{-3.31494,6.44287,-5.53068}}; - lootPosZombie[] = {{2.69043,5.47363,-4.65568},{-8.24561,-1.33496,-4.65568},{-2.74878,0.891602,-4.65568},{2.67603,1.12891,-4.65568}}; - lootPosSmall[] = {{6.44629,1.7251,-4.61068},{6.63672,1.2583,-4.61068},{8.7749,-2.23779,-4.74068},{2.81006,6.30908,-5.57068},{-4.97754,-2.1543,-5.57068},{-2.42676,5.58887,-5.57068}}; - }; - class Land_a_stationhouse: Military { - lootChance = 0.3; - lootPos[] = {{15.436,2.85498,-9.47058},{17.9861,-6.52832,-9.47058},{1.22583,2.24463,-9.47058},{-3.9126,-7.29834,-9.47058},{-2.28271,-6.21094,-4.6489},{-1.604,-8.68018,-0.043786},{-1.104,-5.60938,4.41139},{-3.55811,-8.56787,4.41139},{-2.99219,-8.27148,8.49209}}; - lootPosZombie[] = {{0.977295,-0.614746,-8.59558},{3.88477,2.83057,-8.59558},{-2.97949,-5.49365,-8.59558},{-1.08789,-8.40674,-3.7739},{-4.22363,-8.68604,0.831215},{-0.745117,-8.68896,5.28639},{21.0693,-9.00537,-8.63291},{-11.4531,-9.27734,-8.63291},{-3.64014,10.3086,-8.63291}}; - lootPosSmall[] = {{14.6826,3.55029,-8.25058},{9.97266,3.48584,-9.40058},{19.1477,-6.69629,-9.36058},{19.1719,-7.47998,-9.36058},{0.513672,1.19336,-9.39058},{0.51416,3.3418,-8.63058},{0.52124,1.92334,-7.87058},{-1.63623,-8.99756,-9.39058},{-3.5647,-9.01855,-8.63058},{-0.76709,-8.99072,-7.87058},{-2.40137,-9.03027,-8.25058},{-4.50391,-5.27588,-4.6489},{-1.02393,-9.02051,0.0562134},{-0.771484,-8.3335,0.0762138},{-0.7229,-9.03076,1.19621},{-4.40308,-8.7666,4.41139},{-2.27783,-5.35303,4.41139},{-4.4541,-8.81055,8.49209},{9.12549,3.64697,-8.25058}}; - }; - class Land_Mil_ControlTower: Military { - lootChance = 0.4; - lootPos[] = {{7.33203,-1.104,-1.0787},{2.00684,-0.88623,-1.0787},{6.10938,3.34473,-1.0787},{1.90332,3.67188,-5.51367},{8.71387,3.8042,-9.6387}}; - lootPosZombie[] = {{2.66016,3.62891,-8.75369},{10.0898,5.72559,-6.56369},{5.05957,3.61328,-4.58868},{4.86914,1.06152,-0.193695}}; - lootPosSmall[] = {{7.32324,-1.55957,2.98267},{5.49023,-1.72949,-0.378693},{4.7334,-1.66064,-0.378693},{7.44922,2.03809,-0.378693},{5.86035,3.98438,-0.248688},{6.21289,4.02539,-1.0087},{4.96875,-1.39941,-0.638702},{1.08008,3.98389,-5.51367},{10.0879,3.5459,-9.64868}}; - }; - - class Land_SS_hangar: MilitaryIndustrial { - maxRoaming = 3; - lootPos[] = {{-13.0562,-17.6318,-5.87253},{-12.9907,20.873,-5.87253},{12.7217,22.6377,-5.87253},{1.80469,3.94238,-5.87253},{13.1997,-18.3457,-5.87253}}; - lootPosZombie[] = {{-12.0562,-20.0518,-4.99753},{-7.35693,-1.4502,-4.99753},{-6.18555,16.3369,-4.99753},{8.46338,6.03613,-4.99753}}; - lootPosSmall[] = {{-14.1362,12.6729,-5.87253},{14.4819,-7.80371,-5.87253}}; - }; - class Land_A_Pub_01: Residential { - zombieChance = 0.2; - lootPos[] = {{1.17188,5.7522,-5.75623},{6.46191,-1.73706,-5.01623},{6.46777,1.47949,-5.75623},{0.975098,-5.80859,-5.75621},{-5.79736,-2.57813,-1.79123},{-7.35303,-3.7627,-1.79123},{4.56885,0.998291,-1.79123},{3.45947,0.236328,-1.79123},{1.91504,6.302,-1.79123},{0.114258,2.17432,-1.79123},{6.52832,6.10889,-1.79123},{0.555176,0.169189,-1.79123},{-4.37793,-2.64038,-5.75623},{-7.1709,-1.76855,-5.75623}}; - lootPosZombie[] = {{-5.01953,-5.39209,-0.886223},{3.14746,-3.76758,-0.886223},{6.39746,4.26367,-0.886223},{3.10889,2.92896,-0.886223},{-5.54248,-4.60083,-4.87122},{2.7334,-5.77441,-4.87122},{6.41846,-0.166992,-4.87122},{3.30518,4.54102,-4.87122}}; - lootPosSmall[] = {{-0.602051,2.69214,-5.48623},{2.0708,1.98486,-5.19622},{1.37744,7.89722,-5.01622},{3.28076,-1.51782,-4.75623},{2.79395,-1.90845,-4.75622},{1.19043,-1.97632,-4.7562},{4.03418,-5.81592,-5.30621},{1.46143,-6.27979,-5.01621},{-4.8252,-2.66309,-1.78122},{1.16504,1.125,-1.19122},{2.73486,0.744873,-0.701225},{5.04053,-2.60938,-1.78122},{5.00293,2.03491,-1.78122},{2.89844,5.78613,-1.37122},{1.44482,6.51831,-1.31123},{1.77734,7.88013,-1.79123},{5.81934,5.90967,-1.41122},{-3.41016,1.26123,-1.78123},{-7.37891,-1.24756,-5.28622}}; - }; - class Land_HouseB_Tenement: Office { - lootPos[] = {{2.39063,4.80322,-19.8245},{-10.2041,-0.48877,-20.3445},{4.65625,-2.125,-20.3445},{7.27734,11.5957,-20.8045},{-4.50854,5.10645,-19.8245},{5.11865,12.0298,-20.8045},{13.5625,12.1631,-20.8045}}; - lootPosZombie[] = {{-10.75,5.90088,-19.9095},{-9.99756,5.92529,-19.9095},{-8.12207,5.97852,-19.9095},{-7.31445,6.00879,-19.9095},{5.53882,10.6328,-19.9095},{4.28247,8.729,-19.9095}}; - lootPosSmall[] = {{-1.7771,4.57861,-19.8245},{-0.338623,4.80322,-19.8245},{-11.0986,-0.365234,-20.3445},{2.38574,5.15869,-20.2245},{14.2202,4.91895,-20.3945},{6.7251,11.6895,-20.3445},{3.2915,-1.90088,-20.3445},{12.9602,10.0479,-20.8045},{13.3726,0.939453,-20.8045}}; - }; - class Land_A_Hospital: hospital { - lootChance = 0.8; - lootPos[] = {{6.34253,-2.0498,-7.34966},{1.20044,-3.17676,-7.34966},{-6.09375,-1.32227,-7.34966},{-12.1106,-1.1416,-7.34966}}; - lootPosZombie[] = {{-1.05542,-7.77393,-6.57103},{1.37695,-7.51074,-6.57103},{-18.5427,-3.37891,-6.57896},{-1.56226,3.03711,-6.57103},{13.3225,3.51172,-6.57103},{20.2839,-3.38281,-6.58154}}; - lootPosSmall[] = {{-13.2749,-1.99512,-7.34966},{-11.0256,-2.84473,-6.89966},{-14.729,-1.21484,-7.34966},{-4.55444,-3.34229,-6.35966},{-1.68921,-4.03125,-6.35966},{2.29761,-3.49756,-6.75966},{2.92163,-0.976074,-6.89966},{4.47095,-0.858887,-7.34966},{7.62231,-0.94873,-7.34966},{9.41187,-0.902832,-6.89966},{16.623,-3.96729,-6.89966},{-15.7454,-0.918945,-6.89966}}; - }; - class Land_Panelak: Office { - lootPos[] = {{-3.76709,-5.5791,0.0714226},{-6,-5.1709,0.0714226},{-4.86719,-3.30518,0.0714226},{-5.75098,1.51172,0.0714226},{3.95483,-4.83008,2.77144},{4.8728,1.51855,2.77144},{6.07324,-5.4668,2.77144}}; - lootPosZombie[] = {{0.657227,-3.12109,0.946423},{-2.28564,-6.88281,0.946423},{-6.31055,-5.41943,0.946423},{-4.51709,3.01758,0.946423},{-0.828613,-3.01465,3.64644},{2.23975,-6.20801,3.64644},{6.84961,-4.8125,3.64644},{4.64917,2.84668,3.64644},{4.59229,-2.55957,3.64644}}; - lootPosSmall[] = {{-4.05713,-4.55469,1.21142},{-4.03857,-4.71094,0.0714211},{-5.52002,-6.45508,0.0714211},{-3.9873,-3.06934,0.761421},{-3.99072,-3.84375,1.29142},{-4.09497,-2.15625,0.0714211},{-5.01172,1.91406,0.0714211},{-4.146,1.42871,0.391421},{1.37354,-5.00684,2.77144},{4.1167,-7.4834,2.77144},{4.2417,-3.69287,3.00144},{5.16602,-3.7334,3.40144},{4.15137,1.27051,2.77144},{4.66846,1.74414,3.43144},{5.69775,-6.44727,2.77144}}; - }; - class Land_Panelak2: Office { - lootPos[] = {{0.53833,2.0498,-1.29137},{4.87939,1.90234,5.46665},{4.71045,-3.02197,5.46665},{6.01514,-5.86133,5.46665},{3.8833,-4.72314,5.46665}}; - lootPosZombie[] = {{0.611328,-3.38965,-1.75359},{0.584473,-3.44873,0.946428},{0.67334,-3.11133,3.58597},{-0.513428,-3.33057,6.31165},{6.30933,-4.92236,6.31165},{5.0686,3.12158,6.31165},{3.86108,-7.18848,6.31165}}; - lootPosSmall[] = {{4.85205,-3.7041,6.69665},{4.38281,-3.68848,6.09665},{5.229,1.64063,6.24665},{4.62354,1.4082,6.24665},{5.41382,-5.54199,5.79665},{1.20215,-4.93652,5.47665}}; - }; - class Land_Shed_Ind02: Industrial { - lootPos[] = {{3.39893,9.21875,-4.67596},{1.29541,0.227539,-4.67596},{-0.458984,11.6934,-1.28638},{-4.00879,-8.42773,-1.29721}}; - lootPosZombie[] = {{-3.95166,9.92188,-0.406006},{4.71387,-9.10059,-0.399109},{-3.69971,-7.85254,-3.75098},{2.20898,10.04,-3.75098}}; - lootPosSmall[] = {{-3.66064,-0.253906,-4.66599},{4.44873,9.92578,-4.66599},{-0.209961,-0.124023,-4.66599},{4.89307,-0.166992,-1.29736},{-3.74805,12.123,-1.28674}}; - }; - class Land_Shed_wooden: Residential { - lootPos[] = {{1.26807,-0.361328,-1.29153},{-0.342773,1.0293,-1.29153}}; - }; - class Land_HouseBlock_A1_1: Residential { - lootPos[] = {{-3.52881,0.158936,-4.74365},{-3.56152,-2.33484,-4.73106}}; - }; - class Land_Shed_W01: Industrial { - lootPos[] = {{-1.46289,-0.12207,-1.41129}}; - lootPosZombie[] = {{0.387207,-2.17822,-0.538036}}; - }; - class Land_HouseV_1I1: Residential { - lootPosZombie[] = {{-0.789551,-2.14307,-1.94944}}; - lootPosSmall[] = {{0.728516,-2.01514,-2.86235}}; - }; - class Land_Tovarna2: Industrial { - lootPos[] = {{-2.02222,7.87256,-5.62933},{-12.2107,-8.15527,-5.62469},{-12.2112,7.7998,-5.62933},{-8.99805,7.72168,-2.31135},{-6.54077,8.80469,-2.31156},{-12.6907,8.04932,1.58661},{-9.06421,8.10645,1.58661},{-5.39453,9.02783,1.56174},{-8.26465,-0.520508,0.37684},{-3.83984,4.99121,-2.31156},{-6.6416,8.03174,-5.62933},{-3.31763,-1.80762,-5.59492},{-6.66382,7.57861,1.56174},{-12.8,4.30664,1.58661},{-12.8074,-0.535156,0.374299},{-12.4324,5.15918,-2.31135},{-12.8635,1.78174,-5.61933},{-3.19507,-8.49707,-5.63091},{6.43872,-3.48145,-4.62884},{9.97998,-2.35059,-4.62604}}; - lootPosZombie[] = {{2.07422,8.08594,-4.68601},{-8.604,8.22559,-4.68433},{-8.79053,6.47461,-4.68433},{-12.7864,2.26172,-1.35635},{-4.00415,8.89844,-1.35656},{-12.7346,2,2.54161},{-3.98218,5.14697,2.49674}}; - lootPosSmall[] = {{-3.22974,9.69678,1.56174},{-10.2683,8.87354,1.58661},{-13.2981,7.09912,-2.31135},{-7.51001,9.64307,-2.31156},{-8.13623,5.60693,-5.62933},{-13.2112,0.257813,-5.62933},{2.41431,-2.05469,-5.62689},{1.64185,8.75879,0.374298},{-13.2427,-8.98438,3.3743},{-4.927,0.368164,0.372077},{-3.88208,-3.81641,6.62795},{-7.47241,4.50391,1.56174},{-8.28833,4.20068,1.58661},{-13.2944,-9.01514,0.374299},{-7.38672,4.53418,-2.31156},{-5.28125,2.875,-5.62933},{2.42627,-8.75684,-5.62154}}; - }; - class Land_rail_station_big: Office { - lootPos[] = {{2.11914,-0.13208,-4.98439},{0.712402,0.718994,-4.98439},{2.45654,3.80566,-4.98439},{7.45947,1.49683,-5.04438}}; - lootPosZombie[] = {{-5.02148,5.46338,-4.16938},{8.16309,-0.947998,-4.16938},{4.43018,-4.29761,-4.16938},{-9.5708,-4.60913,-4.16938}}; - lootPosSmall[] = {{1.81641,0.77417,-4.05439},{2.74609,0.869385,-4.05438},{-5.16943,-3.43555,-4.98439},{9.25,0.421631,-5.04438},{-6.54004,-4.09692,-5.04439}}; - }; - class Land_Ind_Vysypka: Industrial { - lootPos[] = {{1.50195,-15.9287,-4.9663},{1.88208,6.03809,-4.97856},{-8.42188,10.0103,-4.97909},{1.21948,13.2168,-4.97966},{-7.09595,26.0376,-4.99675}}; - lootPosZombie[] = {{1.58472,2.12793,-4.09329},{1.99658,-12.5371,-4.09167},{-7.51147,-5.00488,-4.09327}}; - lootPosSmall[] = {{2.5459,-16.5952,-4.97639},{-8.72485,-22.1318,-4.97806}}; - }; - class Land_A_MunicipalOffice: Residential { - zombieChance = 0.4; - minRoaming = 3; - maxRoaming = 9; - zombieClass[] = {"z_soldier","z_soldier_heavy","z_policeman"}; - lootChance = 0.4; - lootPos[] = {{-4.66113,-6.27173,-18.429},{3.31641,-5.77417,-18.429},{-0.20752,-6.48682,-18.429},{-9.72412,-4.88745,-3.78903},{-9.57813,3.55615,-3.78903},{-7.16797,11.0737,-3.78903},{5.07422,11.1838,-3.78903},{9.3208,5.38623,-3.78903},{9.65332,-4.82056,-3.78903},{3.23535,-0.105957,-0.169027},{4.85205,-3.69019,-0.169027},{-0.80127,-7.89087,-0.169027},{-4.4082,-4.91772,-0.169027},{-4.90771,-2.23169,-0.169027}}; - lootPosZombie[] = {{-3.04883,-6.00903,-17.554},{2.26807,-6.87524,-17.554},{0.310059,10.1396,-17.5491},{-0.589355,10.1394,-17.5491}}; - lootPosSmall[] = {{4.34521,-8.81567,-18.439},{-1.06787,-5.11499,-18.439},{1.3291,9.86938,-18.4413},{-1.54395,9.90649,-18.4353}}; - }; - class Land_A_Office01: Office { - lootPos[] = {{-7.84912,6.3855,-4.528},{3.84424,3.27051,-4.528},{-0.0383301,3.51733,-4.528},{5.37695,5.63379,-4.528},{15.5393,-1.90015,-4.528},{13.8057,-2.3811,-4.528},{10.114,3.44849,-4.528},{10.3008,6.32495,-4.528},{1.71021,1.66675,-4.528},{1.58032,5.87671,-2.028},{-0.599854,7.08984,-2.028},{3.87769,6.84229,-2.028},{-7.6709,6.72485,-2.038},{-4.729,4.19556,-2.028},{-7.93091,3.2041,-2.038},{10.2354,-1.9187,-2.018},{6.9812,-4.30933,-2.038},{15.4075,6.03198,-2.038},{13.9285,3.40649,-2.038},{0.163086,3.43286,0.472002},{7.13892,3.64844,0.471998},{1.71973,-1.40967,6.72491},{-0.443359,0.61499,-2.028},{-5.22144,-3.69971,-2.028}}; - lootPosZombie[] = {{-0.440674,7.06885,-3.653},{14.8137,4.05688,-1.153},{8.78906,-1.70557,-1.153},{2.57178,3.36401,-1.153},{-7.41211,4.16235,-1.153},{-12.9187,1.20825,-1.153},{-2.67383,3.98071,1.347},{2.06128,1.36035,1.347},{2.14526,7.03027,-3.653},{12.0562,-3.65308,-3.653},{8.42749,3.86108,-3.653}}; - lootPosSmall[] = {{3.50342,5.28027,-3.668},{5.68286,4.95898,-4.048},{0.895508,4.98511,-3.288},{2.42017,4.98291,-2.908},{15.8838,-2.62256,-2.908},{4.74072,6.75391,-0.938002},{7.69507,-0.465332,-1.618},{10.7341,-1.90918,-1.158},{6.34229,-2.73242,-0.398003},{-4.86572,7.16187,-0.988003},{-4.27173,4.2207,-0.778002},{-4.56543,5.48193,-1.348},{-8.21387,2.04932,-2.028},{12.6631,2.83398,-1.918},{12.8892,2.82178,-0.778002},{11.5281,7.08887,-1.338},{11.3428,5.02344,-1.158},{11.636,6.34937,-1.338},{-3.802,4.13525,1.71201},{0.720947,3.55957,0.952003},{-3.78076,4.44727,0.952003},{10.7363,3.28833,-3.668},{6.46191,5.13013,-2.908},{7.03906,6.25537,-4.098},{6.68823,5.81177,-3.818},{10.7056,4.13135,-3.288},{2.86792,-0.489014,6.72491}}; - }; - class Land_A_Office02: Office { - lootPos[] = {{19.8076,3.26123,5.38394},{0.27002,0.0458984,5.38394},{5.0415,-4.854,-8.17109},{-0.263184,-5.15259,-8.17105}}; - lootPosZombie[] = {{-14.7651,3.86694,6.25894},{-23.5288,2.58789,-7.26266},{2.23096,-8.4292,-7.27757},{23.479,2.6084,-7.26267}}; - lootPosSmall[] = {{-0.112305,-4.35254,-8.17073},{-0.813965,-4.14355,-7.79043},{4.104,-7.27051,-8.1711},{10.7427,2.16992,5.38394},{21.5991,2.56104,5.42394},{-4.02783,2.4668,5.38394},{-17.3232,1.29028,8.71684},{-18.0732,3.38623,8.71684}}; - }; - class land_barn_metal: Industrial { - lootChance = 0.4; - lootPos[] = {{-8.18506,19.9023,-5.44214},{4.70117,17.2849,-5.44214},{1.31738,-7.94946,-5.44214},{-7.74316,-20.5955,-5.44214}}; - lootPosZombie[] = {{-3.31738,-3.63574,-4.56714},{0.723633,3.1355,-4.56714},{3.99902,-2.87744,-4.56714},{10.6294,-2.91797,6.46288}}; - lootPosSmall[] = {{10.5313,22.6777,5.58788},{-9.65137,1.55225,5.58788},{-9.48535,-25.0022,5.58788},{2.83203,-25.1704,5.58788}}; - }; - class Land_A_BuildingWIP: Industrial { - lootChance = 0.5; - lootPos[] = {{-15.4871,-9.755,-6.53698},{-10.4043,-9.76697,-6.53213},{-12.0098,-5.50208,-6.53936},{-21.5681,-9.69409,-6.54067},{-23.7563,8.18347,-6.45811},{2.82544,11.3822,-6.47826},{-7.49634,-9.24609,-6.52115},{6.21216,7.7356,-6.41615},{-9.29541,0.683716,-6.53778},{16.8376,2.03186,-2.54291},{4.77661,-9.35681,-1.50389},{-20.3762,-2.86389,-2.53182},{-14.3564,-9.68604,-2.5341},{-24.1724,7.65405,-2.53182},{1.15796,8.03552,-2.53182},{-24.0901,11.4227,1.47364},{-22.1218,11.8442,1.47786},{-22.7849,10.4189,1.47402},{-8.66797,5.81238,1.47396},{-11.4856,-2.29419,2.50674},{-15.6948,-13.5236,5.46682},{-8.00171,-1.07678,5.31147},{8.66626,-8.14514,5.344},{11.5269,2.50977,-6.52237},{-15.926,-17.5713,-6.53193},{-23.8391,0.109863,-6.47638},{-24.2957,2.29199,-2.53182},{-7.6853,11.9902,-2.53182},{-17.7314,1.81299,-2.53182},{2.94116,6.97754,1.47579},{-9.39014,-9.62451,1.47428},{-24.1311,9.47656,5.46242}}; - lootPosZombie[] = {{2.2063,0.501709,-5.53659},{-4.65991,0.766846,-5.53039},{-17.9524,-3.8678,-5.63485},{-14.4016,-16.0522,-3.64149},{-14.2686,-16.675,0.360519},{-14.6934,-16.019,4.36047},{-10.7161,3.77234,2.37796},{-16.876,-2.25098,2.3687},{-16.8928,10.2216,-1.65682},{1.67065,10.3689,-1.65682},{-14.3699,-7.90063,-1.65894}}; - lootPosSmall[] = {{-10.4377,-8.03418,-6.54007},{-15.9675,-6.70959,-6.54014},{-15.8289,7.37451,-6.46946},{-6.89136,-5.30615,-6.52994},{-7.37231,0.36084,-5.627},{-20.3455,-4.8197,-2.24182},{-13.9419,-5.02502,-2.53268},{-6.2439,11.7518,-1.50182},{-23.1213,12.5128,1.47477},{-24.5806,9.80115,1.47403},{4.63794,-0.358765,2.17724},{-5.92505,11.8485,2.50079},{-11.2415,4.78796,6.37765},{-24.7756,-10.0265,5.46264},{5.75464,-9.76001,1.47425},{-23.0313,2.87158,-5.43137},{-0.398193,7.37256,-6.52535},{13.678,1.89307,-6.54251},{-7.79321,-9.53564,-2.53376},{15.3154,11.478,-2.54182},{-19.8633,12.3149,-2.54182},{-21.0286,-11.563,5.46691}}; - }; - class Land_Church_01: Church { - lootPos[] = {{-6.92822,0.516602,-4.2191}}; - lootPosZombie[] = {{4.18628,-4.37549,-5.50933},{7.23792,4.85742,-5.70495}}; - lootPosSmall[] = {{-7.27332,-1.16895,-4.22726}}; - }; - class Land_Church_03: Church { - lootPos[] = {{-0.665527,-3.02832,-14.3021},{2.90771,3.07422,-14.3021},{9.75342,0.0117188,-13.7588},{4.74609,8.1582,-14.3021},{-2.41943,1.72168,-14.3049}}; - lootPosZombie[] = {{-8.01465,-4.29297,-13.4271},{-8.01074,4.1123,-13.4271},{6.23047,-0.046875,-13.4199},{-4.29785,0.00488281,-13.4199}}; - lootPosSmall[] = {{-0.791992,2.21191,-13.7321},{2.93945,-1.59766,-13.7349},{6.21191,3.48535,-13.7321},{6.56787,-3.55176,-14.3021},{-0.741211,-8.75684,-14.3021},{-0.126465,5.94434,-14.3021},{-1.14893,-3.6416,-14.3021},{-2.71484,-1.56055,-13.7349}}; - hangPos[] = {{1.72168,-8.39771,-0.172569},{2.08838,-14.4236,-0.27536},{-13.7158,-10.4808,-0.795174},{-12.9072,-16.4105,-0.895065}}; - }; - class Land_Church_02: Church { - lootPos[] = {}; - maxRoaming = 2; - }; - class Land_Church_02a: Church { - lootPos[] = {}; - maxRoaming = 2; - }; - class Land_Church_05R: Church { - lootPos[] = {}; - maxRoaming = 2; - }; - class Land_Mil_Barracks_i: MilitarySpecial { - lootPos[] = {{4.56494,-2.67383,-1.14822},{0.312988,1.54492,-1.09824},{-2.95361,1.49414,-1.11823},{-3.39111,-1.99023,-0.708221},{-6.68604,-1,0.0917664},{-8.94238,-2.52441,-1.09824},{-0.59668,-1.49609,-1.10825},{3.03467,-1.00586,0.0917664},{-0.214355,-2.19531,0.0917664},{-8.93018,1.53906,-1.09824}}; - lootPosZombie[] = {{-7.97119,0.0888672,-0.223236},{-5.29053,-0.952148,-0.223236},{-1.9707,-1.5957,-0.223236},{1.48193,-2.20313,-0.223236},{5.24463,-2.05664,-0.223236}}; - lootPosSmall[] = {{3.88037,-0.905273,-0.358246},{6.48242,-2.51367,-0.978241},{3.03662,-1.78418,-0.698242},{-0.179199,0.488281,-1.10825},{-3.20703,-0.101563,-1.11823},{-3.37061,-1.08887,0.0917664},{-6.79297,-2.63086,-1.09824},{-9.29541,-0.212891,-1.09824}}; - }; //Qty: 2 - class Land_A_TVTower_Base: Industrial { - lootPos[] = {{-0.982422,-1.92627,-2.21573},{-2.01782,-4.2417,-2.21918},{-0.759277,1.42139,-2.21573}}; - }; - class Land_Mil_House: Military { - vehPos[] = {{13.439,3.25244,-5.71244,84}}; - lootPos[] = {{12.457,1.4248,-5.81439},{11.0391,4.85278,-5.81439},{13.667,4.42139,-5.81439}}; - }; - class Land_Misc_Cargo1Ao: Industrial { - lootPos[] = {{0.48877,-1.61377,-1.09224},{0.012207,2.19263,-1.09224},{0.00976563,0.19043,-1.09224}}; - }; - class Land_Misc_Cargo1Bo: Industrial { - lootPos[] = {{-0.322021,1.68555,-1.09222},{0.548584,-1.96289,-1.09222},{0.223389,-0.580078,-1.09222}}; - }; - /* - class Land_Nav_Boathouse: Industrial { - lootPos[] = {{-5.24414,-2.32715,3.67999},{-5.43994,7.17676,3.67548},{6.13232,0.615234,3.6694},{-1.00439,6.89355,3.68311}}; - lootPosZombie[] = {{4.46143,7.24414,4.60098},{5.44775,3.14551,4.60623},{-5.35254,3.41211,4.60873}}; - lootPosSmall[] = {{5.2002,7.64746,6.30902},{-1.88623,7.55762,6.30902},{4.75781,-2.49121,3.67984},{-0.398438,4.61914,3.61755},{2.91797,8.50293,3.67038}}; - }; - */ - class Land_ruin_01: Residential { - lootPos[] = {{-4.31934,-0.115234,-1.45578},{3.41309,0.270508,-1.71365},{3.00293,3.42773,-1.55765},{0.62207,-1.73779,-1.49048}}; - }; - class Land_wagon_box: Industrial { - lootPos[] = {{0.542969,-3.89453,-0.776679},{0.47998,-0.608398,-0.776638},{0.515381,3.03857,-0.776592}}; - }; - class Land_HouseV2_04_interier: Residential { - lootPos[] = {{-5.08826,3.13818,-5.73971},{7.37061,6.52881,-5.73873},{1.75281,3.70752,-5.73953},{-3.75183,7.1626,-5.73842},{0.292725,1.27441,-2.93809}}; - lootPosZombie[] = {{-1.18665,2.89355,-4.86479},{3.33203,6.44092,-4.86366},{4.81616,1.38086,-4.86529}}; - lootPosSmall[] = {{4.7594,2.8042,-5.07979},{4.93396,2.56348,-5.07979},{1.95215,2.67529,-5.05956},{0.668823,2.56299,-5.74944},{-3.7146,7.07813,-4.98862},{-3.31897,6.68457,-4.98895},{-2.87244,6.92676,-5.29893},{-3.95215,2.85449,-5.19935}}; - }; - class Land_HouseV2_01A: Residential { - lootPosZombie[] = {{-2.21313,-3.28174,-4.79521}}; - lootPosSmall[] = {{-3.53906,-3.29736,-5.55779},{-0.759766,-3.95068,-5.56563}}; - }; - class Land_KBud: Residential { - zombieChance = 0.3; - maxRoaming = 0; - lootPos[] = {{-0.0170898,0.0114746,-0.66367}}; - }; // Qty: 90 - class Land_A_Castle_Bergfrit: Residential { - lootPos[] = {{0.0185547,1.91602,-2.8364},{1.19141,-1.43848,-2.8364},{-2.36816,3.32275,-0.628571},{2.36133,3.86768,1.83972},{2.48438,-3.20557,3.85541},{-2.09473,-3.44873,6.31903},{-1.15918,3.13867,8.76691},{1.74707,1.26807,8.76691},{-0.540039,-2.35254,8.76691},{-1.62207,-4.27979,13.4801},{-2.23047,4.82471,16.856},{1.67578,-0.825195,16.8505}}; - }; // Qty: 3 - class Land_A_Castle_Stairs_A: Residential { - lootPos[] = {{0.697998,-1.79395,0.726929},{8.3938,0.890625,0.875122},{8.17261,1.48926,7.02588}}; - }; // Qty: 3 - class Land_A_Castle_Gate: Residential { - lootChance = 0.7; - lootPos[] = {{0.244141,-4.48486,-3.14362},{-1.25293,2.98779,-3.07028},{4.50684,-3.31152,-2.94885},{4.55176,3.29834,-2.94858},{7.94824,1.4082,-2.91003}}; - }; // Qty: 3 - class Land_Mil_Barracks: Military { - lootPos[] = {}; - lootPosZombie[] = {{9.02515,-0.694336,-1.16602},{9.01538,0.856445,-1.16602}}; - }; // Qty: 8 - class Land_Mil_Barracks_L: Military { - lootPos[] = {}; - }; // Qty: 5 - - class Land_Barn_W_02: Farm { - lootPos[] = {{3.16504,5.56543,-2.31409},{3.35938,-0.152344,-2.31305},{2.53613,-5.89453,-2.30957},{-2.94629,-5.01367,-2.31006},{-2.84375,0.212891,-2.31183},{-5.63281,4.8291,-2.31363}}; - }; // Qty: 3 - class Land_sara_domek_zluty: Residential { - maxRoaming = 1; - lootPos[] = {{6.91724,3.09277,-2.43372},{6.52881,-0.521973,-2.43379},{0.613037,3.74463,-2.4337},{-7.00024,-0.744141,-2.43373},{-3.13672,3.45459,-2.43364},{-6.81055,-2.67676,-2.43385}}; - lootPosZombie[] = {{-5.43433,-2.46777,-1.55883},{-2.5957,2.12891,-1.55869},{0.22583,2.46631,-1.5587},{6.02344,1.64941,-1.55872}}; - lootPosSmall[] = {{7.26685,-0.882324,-2.43378},{4.00684,3.84766,-2.43372},{-1.11255,1.29395,-2.43382},{-7.22192,-4.23584,-2.43386}}; - }; // Qty: 3 - class Land_HouseV_3I4: Residential { - maxRoaming = 3; - lootPosZombie[] = {{6.1272,2.78906,-2.07073},{-4.63208,5.15771,-2.20779}}; - }; // Qty: 103 - class Land_Shed_W4: Residential { - maxRoaming = 3; - lootPosZombie[] = {{-1.36035,-5.73657,-0.56669},{0.554688,-5.27881,-0.569374}}; - }; // Qty: 172 - - class Land_HouseV_3I1: Residential { - maxRoaming = 3; - lootPosZombie[] = {{5.18896,-2.26819,-1.60805},{-5.49658,-3.26038,-1.8894}}; - }; // Qty: 103 - - class Land_HouseV_1T: Residential { - maxRoaming = 3; - lootPosZombie[] = {{-4.91797,6.75098,-2.32535},{3.49487,-1.74414,-2.40549}}; - }; // Qty: 90 - class Land_telek1: Industrial { - maxRoaming = 3; - lootPos[] = {}; - }; // Qty: 4 - class Land_Rail_House_01: Industrial { - lootPos[] = {{-2.35864,3.04199,-1.28266}}; - lootPosZombie[] = {{0.141846,2.74268,-0.40766}}; - lootPosSmall[] = {{3.13745,3.62549,-1.28266}}; - }; // Qty: 9 - class Land_HouseV_2I: Default { - maxRoaming = 3; - lootPos[] = {}; - lootPosZombie[] = {{-6.33838,-0.644531,-2.07941},{-4.12793,-9.34375,-2.07941}}; - }; // Qty: 83 - class Land_Misc_deerstand: Hunting { - zombieChance = 0.3; - lootChance = 0.5; - maxRoaming = 3; - lootPos[] = {{-0.923828,-0.808594,1.08539},{0.419922,-0.237305,1.08539}}; - }; // Qty: 56 - - class Camp: Military { - maxRoaming = 1; - lootPos[] = {{0.833252,-1.52246,-1.15955},{0.38501,0.963867,-1.15955}}; - }; // Qty: 1 - - class CampEast: Military { - maxRoaming = 1; - lootPos[] = {{-1.05713,-1.80762,-1.31049},{0.627441,1.83398,-1.31049}}; - }; // Qty: 1 - class CampEast_EP1: Military { - maxRoaming = 1; - lootPos[] = {{-0.670898,0.95459,-1.31049},{1.68506,-2.43384,-1.31049},{-1.76318,-1.62646,-1.31049}}; - }; // Qty: 1 - - class MASH: Hospital { - maxRoaming = 1; - lootChance = 0.4; - lootPos[] = {{1.18213,-1.65039,-1.17793},{0.24707,0.799316,-1.17803}}; - }; // Qty: 1 - class MASH_EP1: MASH{}; - - class UH1Wreck_DZ: Military { - zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; - zombieChance = 0.3; - lootChance = 0.6; - minRoaming = 4; - maxRoaming = 8; - lootPos[] = {}; - }; - - class UH60Wreck_DZ: Military { - zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; - zombieChance = 0.3; - lootChance = 0.6; - minRoaming = 4; - maxRoaming = 8; - lootPos[] = {}; - }; - - class USMC_WarfareBFieldhHospital: MASH { - minRoaming = 1; - maxRoaming = 3; - zombieClass[] = {"z_soldier","z_soldier_heavy"}; - lootPos[] = {{-3.52246,-5.03931,1.14726},{2.36621,-4.52295,1.14786},{1.39063,-0.423096,1.14746},{1.14258,5.00952,1.1478},{3.7124,1.89795,1.14788}}; - }; // Qty: 1 - - class Land_Ind_Shed_02_main: Default { - zombieChance = 0.3; - maxRoaming = 3; - }; // Qty: 283 - - class HouseRoaming: Residential { - lootChance = 0.5; - zombieChance = 0.2; - maxRoaming = 2; - }; - class FarmRoaming: Farm { - lootChance = 0.3; - zombieChance = 0.4; - maxRoaming = 2; - }; - class land_shed_m03: HouseRoaming { - lootPosZombie[] = {{1.73657,-0.0332031,-0.198479}}; - }; - class land_ind_workshop01_03: HouseRoaming { - lootPosZombie[] = {{2.75952,0.594727,-0.606018},{2.77246,2.89258,-0.606018},{-3.54077,5.02344,-0.606018}}; - }; - class Land_Shed_W03: HouseRoaming { - lootPosZombie[] = {{0.35022,-2.35254,0.0159397}}; - }; // Qty: 206 - class Land_HouseV_1I3: HouseRoaming { - lootPosZombie[] = {{2.03467,-1.04419,-1.25841}}; - }; // Qty: 117 - class Land_HouseV_1L1: HouseRoaming {}; // Qty: 97 - class Land_HouseV_1I2: Residential{ - lootPosZombie[] = {{0.911133,-4.5022,-1.35152},{-3.38965,2.33008,-1.35312}}; - }; - class Land_HouseV_2L: Residential{ - lootPosZombie[] = {{-4.25684,-3.86255,-3.11304},{4.41699,1.95239,-3.05204}}; - lootPosSmall[] = {{4.39404,1.28296,-3.96535},{4.12988,2.52222,-3.95569}}; - }; - class Land_HouseV_2T1: Residential{ - lootPosZombie[] = {{-4.86328,5.27539,-2.35536},{6.10547,-3.55127,-2.35536},{2.22485,-4.75195,-2.35536}}; - }; - class Land_houseV_2T2: Residential{ - lootPos[] = {{-3.49072,1.01782,-4.03519}}; - lootPosZombie[] = {{-4.70093,0.893921,-3.16019},{6.19409,4.90735,-3.99267}}; - lootPosSmall[] = {{2.8606,4.33081,-4.65974},{-0.222778,4.34985,-4.65713}}; - }; - class Land_HouseV_3I2: HouseRoaming{}; - - class Land_HouseBlock_A1: HouseRoaming{}; - class Land_HouseBlock_A1_2: HouseRoaming{}; - class Land_HouseBlock_A2: HouseRoaming{}; - class Land_HouseBlock_A2_1: HouseRoaming{}; - class Land_HouseBlock_A3: HouseRoaming{}; - class Land_HouseBlock_B1: HouseRoaming{}; - class Land_HouseBlock_B2: HouseRoaming{}; - class Land_HouseBlock_B3: Residential{ - lootPosZombie[] = {{0.878418,5.69189,-6.38459}}; - lootPosSmall[] = {{2.4126,5.16846,-6.94959}}; - }; - class Land_HouseBlock_B4: Residential{ - lootPosZombie[] = {{0.0595703,-5.58252,-6.69312},{-1.1543,5.55225,-6.74633}}; - lootPosSmall[] = {{-0.0693359,4.82227,-7.28133}}; - }; - class Land_HouseBlock_B5: Residential{ - lootPosZombie[] = {{6.5918,0.56543,-6.60703},{-0.304932,-6.36328,-6.60701}}; - }; - class Land_HouseBlock_B6: Residential{ - lootPosZombie[] = {{-4.28174,1.32861,-6.7437},{-3.84131,-0.0163574,-6.74365}}; - }; - class Land_HouseBlock_C1: HouseRoaming{}; - class Land_HouseBlock_C2: HouseRoaming{}; - class Land_HouseBlock_C3: HouseRoaming{}; - class Land_HouseBlock_C4: HouseRoaming{}; - class Land_HouseBlock_C5: HouseRoaming{}; - class Land_HouseV2_01B: Residential { - lootPosZombie[] = {{-3.51318,-3.36133,-4.67352},{9.73682,3.37646,-5.2341}}; - lootPosSmall[] = {{-4.27881,-2.22852,-5.18173}}; - }; // Qty: 20 - class Land_Misc_Cargo1D: HouseRoaming {}; // Qty: 29 - class Land_HouseV2_03: HouseRoaming {}; // Qty: 8 - class Land_Ind_Shed_01_end: HouseRoaming {}; // Qty: 266 - class Land_A_statue01: HouseRoaming { - zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2","z_soldier","z_soldier_heavy","z_policeman"}; - minRoaming = 2; - maxRoaming = 8; - }; // Qty: 3 - class Land_Shed_W02: FarmRoaming {}; // Qty: 213 - //allow - class Grave: HouseRoaming { - maxRoaming = 3; - }; - class GraveCross1: HouseRoaming { - maxRoaming = 2; - }; - class GraveCross2: HouseRoaming { - maxRoaming = 2; - }; - class GraveCrossHelmet: Military { - maxRoaming = 4; - }; - - class Land_HouseV_1L2: Residential { - maxRoaming = 3; - lootPosZombie[] = {{-2.88257,4.3457,-2.1376},{2.77734,-5.9126,-2.14038}}; - lootPosSmall[] = {{0.183594,-5.47998,-1.08436}}; - }; // Qty: 101 - - class Land_Misc_PowerStation: Industrial { - lootPos[] = {{4.22314,1.09888,-1.2678}}; - lootPosZombie[] = {{3.88232,-2.35083,-0.393564},{-6.12842,3.4292,-1.1761}}; - lootPosSmall[] = {{3.67725,4.86694,-1.2576}}; - }; - - class Land_HouseV_3I3: HouseRoaming{ - lootPosZombie[] = {{0.915527,3.53455,-1.24826},{4.38135,3.39111,-1.36197}}; - }; - - class Land_Mil_Guardhouse: Military { - lootPos[] = {{-2.43457,3.06396,-1.69939},{-2.36816,-0.151855,-1.69939}}; - lootPosZombie[] = {{-2.56885,0.749512,-0.794393},{5.69531,0.884766,-1.12091}}; - lootPosSmall[] = {{-2.14746,1.94531,-1.69939}}; - }; - - // DAYZ AMP More buildings - class Mass_grave_DZ: HouseRoaming { - zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3","z_doctor","z_soldier_pilot","z_soldier_heavy"}; - minRoaming = 8; - maxRoaming = 16; - lootChance = 1; - zombieChance = 1; - }; - class Land_Shed_W02_EP1: FarmRoaming{}; - class Land_MBG_ApartmentsOne_W: HouseRoaming{}; - class Land_MBG_ApartmentsTwo_P: HouseRoaming{}; - class Land_MBG_ApartmentsTwo_G: HouseRoaming{}; - class Land_MBG_ApartmentsTwo_B: HouseRoaming{}; - class Land_Ind_FuelStation_Build_EP1: IndustrialFuel - { - lootChance = 0.5; - zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; - lootPos[] = {{-1.34521,1.40698,-1.33611},{2.27051,-0.949951,-1.33611},{-2.23193,-1.146,-1.33589},{-0.185059,0.775146,-1.33609}}; - }; - class Land_ibr_FuelStation_Build: IndustrialFuel - { - lootChance = 0.5; - zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; - lootPos[] = {{-1.34521,1.40698,-1.33611},{2.27051,-0.949951,-1.33611},{-2.23193,-1.146,-1.33589},{-0.185059,0.775146,-1.33609}}; - }; - class Land_Mil_ControlTower_EP1: Military - { - lootChance = 0.4; - lootPos[] = { - { 5.53369,3.64355,-5.46368 }, - { 7.67236,3.68115,-1.0687 }, - { 7.53271,-1.70068,-1.0687 }, - { 4.55225,1.64111,2.92148 }, - { 10.1292,3.6958,-9.62869 }, - { 0.491943,6.1543,-9.62869}, - { 7.54956,1.74512,-0.378696}, - {5.40234,-1.71289,-0.378696}}; - }; - class Land_Mil_hangar_EP1: MilitaryIndustrial - { - maxRoaming = 3; - lootPos[] = {{-9.83203,-12.4097,-5.38129},{10.5488,-12.1318,-5.38129},{13.002,0.0214844,-5.38129},{-13.3887,0.25,-5.38129},{13.3203,20.5176,-5.38129},{-13.1865,19.9839,-5.38129},{0.0195313,21.5078,-5.38129},{0.49707,11.5469,-5.38129},{-0.836914,-0.634277,-5.38129},{0.177734,-11.6821,-5.38129}}; - }; - class Land_Mil_Guardhouse_EP1: Military - { - lootPos[] = {{-3.05859,1.76514,-1.59003},{-3.16895,3.45361,-1.59003},{-3.19922,-0.323242,-1.59003}}; - }; - class Land_Mil_Repair_center_EP1: Industrial - { - lootPos[] = { - {-2.42432,-0.73584,-1.52847}, - {-2.43018,2.83984,-1.52847}}; - }; - class Land_Ind_PowerStation_EP1: Industrial { - lootPos[] = {{4.04248,-3.4917,-1.26547},{3.8645,3.5249,-1.28112}}; - }; - class land_repair_center: Industrial { - lootPosZombie[] = {{0.629883,-3.35498,-1.64651},{-2.61719,3.68213,-0.653473}}; - lootPosSmall[] = {{-2.52832,1.68213,-1.54846}}; - }; - class Land_Ind_TankBig: Industrial - { - lootChance = 0.1; - lootPosSmall[] = {{-1.2981,3.27441,5.34628},{3.49609,-3.02539,5.34628}}; - }; - class Land_Ind_Coltan_Main_EP1: Industrial { - lootPos[] = {{4.57178,-9.46716,2.36833},{-3.41223,16.6705,-6.38571},{-2.18005,4.8584,-6.33167},{-1.8158,7.86523,-6.33167},{6.59717,16.1372,0.928326},{7.28076,16.1573,4.84833}}; - }; - class Land_A_Mosque_big_hq_EP1: Church { - lootPos[] = {{4.06592,-6.90674,-9.31999},{5.25195,4.07666,-9.31999},{5.70264,7.5376,-4.04752},{-4.78857,-7.00684,-4.04753},{3.93262,9.41846,0.567287},{0.882324,-0.134766,-9.31999}}; - }; - class Land_A_Mosque_big_addon_EP1: Church { - lootPos[] = {{-5.10791,-1.75098,-6.4124},{6.30908,-3.39795,-6.38554},{6.87109,2.81934,-6.38554},{2.14111,-4.38086,-6.35463},{4.86475,4.65576,-6.38554},{-4.72021,-10.5127,-1.15605}}; - }; - - class Land_A_Mosque_big_wall_EP1: Church { - lootPos[] = {{2.81543,3.9458,-2.02844},{-4.94531,3.60645,5.18165}}; - }; - class Land_A_Mosque_small_1_EP1: Church - { - lootPos[] = { - { 2.45117,3.39063,-2.04604 }, - { 0.183105,0.826172,-2.04605 }, - { 6.66406,4.11719,-1.9437 }, - { 0.49707,-1.33301,-1.69603 }}; - }; - - class Land_A_Mosque_small_2_EP1: Church - { - lootPos[] = { - { 1.33496,-0.726074,-2.48535 }, - { -0.794922,-1.74414,-2.48538 }}; - }; - class Land_Mil_Barracks_i_EP1: MilitarySpecial - { - lootChance = 0.2; - maxRoaming = 2; - lootPos[] = { - {5.15625,-2.30371,-1.09824}, - {1.05664,-2.45508,-1.09824}, - {-0.841797,-2.36133,-1.09824}, - {-4.03516,-2.31836,-1.09824}, - {-8.49609,-2.33838,-1.09824}}; - }; - class Land_fortified_nest_big_EP1: Military - { - lootPos[] = { - {0.663086,1.06738,-0.740341}, - {0.513184,-1.3623,-0.740341}, - {-0.991211,1.11621,-0.740341}, - {-2.87109,-3.94238,-0.740341}}; - }; - - class Land_Mil_House_EP1: Military - { - vehPos[] = { - { 13.439,3.25244,-5.71244,84 }}; - lootPos[] = {{11.7949,4.3147,-5.81439}}; - lootPosZombie[] = {{-2.13477,6.69116,-4.56909},{5.58887,6.41284,-4.44098}}; - lootPosSmall[] = {{-1.54785,5.46997,-5.00406},{-2.61816,5.46362,-5.0097}}; - }; - class Land_Misc_Cargo1Bo_EP1: Industrial { - lootPos[] = {{-0.0170898,-0.331421,-1.09225}}; - }; - - class Land_Mil_Barracks_EP1: Military - { - lootPos[] = {}; - }; - class Land_Mil_Barracks_L_EP1: Military - { - lootPos[] = {}; - lootPosZombie[] = {{-3.97998,-7.65137,-1.33652},{-2.41919,-7.81445,-1.33569}}; - }; - class Land_vez: Military - { - maxRoaming = 1; - lootPos[] = {{-0.0585938,1.51367,1.36331}}; - lootPosZombie[] = {{-0.116699,-0.801758,-2.81857}}; - }; - class Land_Shed_W03_EP1: Residential - { - maxRoaming = 3; - lootPos[] = {}; - }; - class Land_Ind_Oil_Pump_EP1: Industrial - { - lootPos[] = { - { 1.49048,-1.99609,-2.08473 }}; - }; - class Land_IndPipe2_bigL_L_EP1: Industrial - { - lootPos[] = { - { 1.09961,1.11572,2.0323 }}; - }; - class Land_Barrack2: Hospital - { - maxRoaming = 1; - lootChance = 0.4; - lootPos[] = { - { -1.96484,4.15576,-0.689606 }, - { 1.15381,0.3125,-0.691864 }}; - }; - class HMMWVWreck: Military - { - zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; - zombieChance = 0.3; - lootChance = 0; - minRoaming = 1; - maxRoaming = 2; - lootPos[] = {}; - }; - class UralWreck: Military - { - zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; - zombieChance = 0.3; - lootChance = 0; - minRoaming = 1; - maxRoaming = 2; - lootPos[] = {}; - }; - class SKODAWreck: Residential - { - zombieClass[] = {"zZombie_Base","z_hunter"}; - zombieChance = 0.3; - lootChance = 0; - minRoaming = 1; - maxRoaming = 2; - lootPos[] = {}; - }; - class UAZWreck: Residential - { - zombieClass[] = {"zZombie_Base","z_hunter"}; - zombieChance = 0.3; - lootChance = 0; - minRoaming = 1; - maxRoaming = 2; - lootPos[] = {}; - }; - class datsun01Wreck: Residential - { - zombieClass[] = {"zZombie_Base","z_hunter"}; - zombieChance = 0.3; - lootChance = 0; - minRoaming = 1; - maxRoaming = 2; - lootPos[] = {}; - }; - class hiluxWreck: Industrial - { - zombieClass[] = {"zZombie_Base","z_hunter"}; - zombieChance = 0.3; - lootChance = 0; - minRoaming = 1; - maxRoaming = 2; - lootPos[] = {}; - }; - class datsun02Wreck: Military - { - zombieClass[] = {"zZombie_Base","z_hunter"}; - zombieChance = 0.3; - lootChance = 0; - minRoaming = 1; - maxRoaming = 2; - lootPos[] = {}; - }; - - class Land_Ind_Shed_01_EP1: Default - { - zombieChance = 0.3; - maxRoaming = 3; - }; - class DynamicDebris: Default - { - lootChance = 0.4; - minRoaming = 0; - maxRoaming = 2; - zombieChance = 0.3; - zombieClass[] = {"zZombie_Base","zZombie_Base","z_teacher","z_suit1","z_suit2"}; - itemType[] = { - { "ItemWatch","generic" }, - { "ItemCompass","generic" }, - { "ItemMap","weapon" }, - { "Makarov","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","generic" }, - { "ItemKnife","generic" }, - { "ItemMatchbox_DZE","generic" }, - { "ItemToolbox","weapon" }, - { "","generic" }, - { "","food" }, - { "PartGeneric","magazine" }, - { "PartWheel","magazine" }, - { "PartFueltank","magazine" }, - { "PartEngine","magazine" }, - { "PartGlass","magazine" }, - { "WeaponHolder_ItemJerrycan","object" } - }; - itemChance[] = { - 0.191, - 0.012, - 0.062, - 0.024, - 0.024, - 0.055, - 0.055, - 0.055, - 0.022, - 0.169, - 0.055, - 0.066, - 0.055, - 0.033, - 0.011, - 0.078, - 0.033 - }; - }; - - class DynamicDebrisMilitary: Default - { - lootChance = 0.4; - minRoaming = 0; - maxRoaming = 2; - zombieChance = 0.3; - zombieClass[] = {"z_soldier_pilot","z_soldier_heavy"}; - itemType[] = { - { "ItemEtool","weapon" }, - { "ItemSandbag","magazine"}, - { "","military" }, - { "ItemWatch","generic" }, - { "ItemCompass","generic" }, - { "ItemMap","weapon" }, - { "MakarovSD","weapon" }, - { "Colt1911","weapon" }, - { "ItemFlashlight","generic" }, - { "ItemKnife","generic" }, - { "ItemMatchbox_DZE","generic" }, - { "ItemToolbox","weapon" }, - { "","generic" }, - { "","food" }, - { "PartGeneric","magazine" }, - { "PartWheel","magazine" }, - { "PartFueltank","magazine" }, - { "PartEngine","magazine" }, - { "PartGlass","magazine" }, - { "PartVRotor","magazine" }, - { "WeaponHolder_ItemJerrycan","object" } - }; - itemChance[] = { - 0.050, - 0.100, - 0.080, - 0.100, - 0.020, - 0.050, - 0.010, - 0.020, - 0.010, - 0.050, - 0.050, - 0.020, - 0.150, - 0.050, - 0.060, - 0.050, - 0.030, - 0.02, - 0.03, - 0.02, - 0.03 - }; - }; - class SupplyDrop: Default { - zombieChance = 1; - maxRoaming = 3; - zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3","z_doctor","z_soldier_pilot","z_soldier_heavy"}; - lootChance = 1; - lootPos[] = {}; - itemType[] = { - { "PartPlywoodPack","magazine" }, - { "PartPlankPack","magazine" }, - { "CinderBlocks","magazine" }, - { "MortarBucket","magazine" }, - { "bulk_PartGeneric","magazine" }, - { "bulk_ItemSandbag","magazine"}, - { "bulk_ItemTankTrap","magazine"}, - { "ItemSledge","weapon" }, - }; - itemChance[] = { - 0.1, - 0.2, - 0.1, - 0.1, - 0.2, - 0.1, - 0.1, - 0.1 - }; - }; - class MassGrave: Default { - zombieChance = 1; - maxRoaming = 3; - zombieClass[] = {"zZombie_Base","z_hunter","z_hunter","z_hunter","z_villager1","z_villager2","z_villager3","z_doctor","z_soldier_pilot","z_soldier_heavy"}; - lootChance = 1; - lootPos[] = {}; - itemType[] = { - { "M16A2","weapon" }, - { "M16A2GL","weapon" }, - { "M249_DZ","weapon" }, - { "M9SD","weapon" }, - { "Pecheneg_DZ","weapon"}, - { "AK_74","weapon" }, - { "M4A1_Aim","weapon" }, - { "AKS_74_kobra","weapon" }, - { "AKS_74_U","weapon" }, - { "AK_47_M","weapon" }, - { "M24","weapon" }, - { "SVD_CAMO","weapon" }, - { "M1014","weapon" }, - { "BAF_LRR_scoped","weapon" }, - { "M4SPR","weapon" }, - { "M4A1","weapon" }, - { "M14_EP1","weapon" }, - { "UZI_EP1","weapon" }, - { "Remington870_lamp","weapon" }, - { "glock17_EP1","weapon" }, - { "M240_DZ","weapon" }, - { "M4A1_AIM_SD_camo","weapon" }, - { "M16A4_ACG","weapon" }, - { "M4A1_HWS_GL_camo","weapon" }, - { "Mk_48_DZ","weapon" }, - { "M4A3_CCO_EP1","weapon" }, - //Ammo - { "AmmoBoxSmall_556","object" }, - { "AmmoBoxSmall_762","object" }, - - //{"NVGoggles","weapon"}, - { "Binocular","weapon" }, - { "ItemFlashlightRed","military" }, - { "ItemKnife","military" }, - { "ItemGPS","weapon" }, - { "ItemMap","military" }, - { "Binocular_Vector","military" }, - - {"DZ_ALICE_Pack_EP1","object"}, // 16 - {"DZ_TK_Assault_Pack_EP1","object"}, // 16 - {"DZ_British_ACU","object"}, // 18 - {"DZ_CivilBackpack_EP1","object"}, // 24 - {"DZ_Backpack_EP1","object"}, // 30 - {"DZ_LargeGunBag_EP1","object"}, // 45 - - { "","medical" }, - { "","generic" }, - { "","military" }, - //{"Body","object"}, - {"PipeBomb","magazine"}, - {"Sa58V_RCO_EP1","weapon"}, - {"Sa58V_CCO_EP1","weapon"}, - {"G36_C_SD_camo","weapon"}, - {"M40A3","weapon"}, - {"100Rnd_762x54_PK","magazine"}, - { "","militaryclothes" }, - {"WeaponHolder_ItemMachete", "object"}, - { "SCAR_H_LNG_Sniper_SD","weapon" }, - {"2000Rnd_762x51_M134","magazine"}, - }; - itemChance[] = { - 0.03, - 0.01, - 0.01, - 0.02, - 0.01, - 0.02, - 0.01, - 0.01, - 0.02, - 0.02, - 0.01, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.02, - 0.03, - 0.01, - 0.02, - 0.02, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.03, - 0.03, - 0.01, - 0.02, - 0.01, - 0.01, - 0.01, - 0.01, - 0.03, - 0.02, - 0.02, - 0.02, - 0.01, - 0.01, - 0.05, - 0.05, - 0.13, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.05, - 0.02, - 0.01, - 0.01 - }; - }; - class Land_House_C_1_EP1: Residential - { - lootPos[] = {{-3.62476,-1.83301,-0.967744},{3.19263,-2.92676,-0.937744},{7.94824,-1.15381,-0.957744}}; - lootPosZombie[] = {{-5.45166,-0.360596,-0.0527439},{5.60938,-1.80347,-0.0527439}}; - lootPosSmall[] = {{-7.64917,-2.33325,-0.257745},{-2.65161,-2.34473,-0.717744},{2.07666,-3.62549,-0.0177441},{7.56982,-2.3689,-0.257744},{2.6355,-1.62378,-0.947745}}; - }; - class Land_House_C_2_EP1: Residential - { - lootPos[] = {{-3.63477,2.83398,-2.27891},{5.94116,1.08691,-2.30269},{0.387207,1.1936,-1.47782},{5.49438,-1.47388,1.56868},{-2.24487,-1.44019,0.547503},{-2.01343,3.41553,0.547503},{5.06909,1.21997,0.746294},{5.75464,-4.69043,0.794252}}; - lootPosZombie[] = {{-0.131592,3.38794,1.63951},{-4.25537,1.24023,1.4225},{2.3269,1.89136,-1.43735},{-1.87183,-0.48584,-1.4121},{1.21802,-1.58765,1.67137}}; - lootPosSmall[] = {{0.1604,1.06812,-2.00456},{-0.469482,1.10962,-2.2006},{1.1167,0.707031,-1.78269},{-1.62158,-1.72437,1.1175},{-1.63965,-1.27368,1.4575},{5.88379,-3.06787,1.17425},{-2.31738,3.16724,1.3775},{-1.8562,3.80322,1.3775},{-0.393799,3.50586,-1.61131},{6.06934,0.0444336,-2.07269},{-1.95215,-1.91943,-2.33913},{2.17334,-1.75024,0.74663}}; - }; - class Land_House_C_3_EP1: Residential - { - lootPos[] = { - { 6.61987,-1.8667,-3.91483 }, - { 5.80493,1.21094,-3.91483 }, - { -7.11523,2.78418,-3.86868 }, - { -6.45874,-0.478271,-3.86868 }, - { -6.37598,-2.27344,-3.86868 }, - { -4.84521,-2.55664,0.576136 }, - { -1.21606,-1.24634,1.96108 }}; - }; - class Land_House_C_4_EP1: Residential - { - lootPos[] = { - { 5.38452,-0.364746,-3.48355 }, - { 3.16089,2.81616,-3.48355 }, - { -3.36499,2.44629,-3.48355 }, - { -4.60474,0.0483398,-3.48355 }, - { 4.34985,-0.835205,-0.35146 }, - { 1.84668,-3.7168,-0.352423 }, - { -1.23096,-5.15308,-0.27861 }, - { -4.16602,2.48022,-0.348963 }}; - }; - class Land_House_C_5_EP1: Residential - { - lootPos[] = { - { 3.1499,2.39502,-1.36692 }, - { -1.80127,-2.98022,-1.36692 }}; - }; - class Land_House_C_5_V2_EP1: Residential - { - lootPos[] = { - { 3.42529,1.77832,-1.36692 }, - { -3.6687,1.98779,-1.36692 }, - { -2.0271,-2.9126,-1.36692 }, - { -1.271,-3.94385,1.33329 }}; - }; - class land_panelak3: Residential - { - lootPos[] = {{2.00415,-1.33325,12.3769},{0.0378418,-1.23608,-10.8254}}; - lootPosZombie[] = {{-0.654541,1.48291,-9.94038},{0.709717,1.21411,-9.94038}}; - }; - class Land_House_C_5_V3_EP1: Residential - { - lootPos[] = {{2.43799,1.03662,2.2605},{-1.00391,-3.9248,1.22732},{0.83374,4.91699,-0.671498},{-1.63037,3.66699,-1.4815},{-1.24463,-3.43701,-1.4815}}; - lootPosZombie[] = {{-3.54736,1.73535,-0.596497},{2.47021,4.54834,-0.59645},{1.73682,2.96338,2.2955},{-3.40234,-4.05664,2.18232}}; - lootPosSmall[] = {{3.44287,1.23535,1.4205},{3.64917,3.85156,1.4605},{-0.623779,-5.09424,1.24732},{2.31201,0.770996,-0.0414982},{2.53198,0.82959,-0.731498},{1.81738,5.23926,-1.4815},{-4.40332,0.501465,-1.0415},{-0.46582,-2.83594,-1.0815},{-0.466797,-3.58984,-0.401499}}; - }; - class Land_House_C_5_V1_EP1: Residential - { - lootPos[] = {{1.01025,4.85181,-1.4815},{3.42773,1.4248,-1.4915},{-1.62939,-4.69336,-1.4815},{-1.56982,3.66333,-1.4915},{2.28418,1.03076,2.2605},{-0.941895,-3.75952,1.16351}}; - lootPosZombie[] = {{-3.11206,1.50952,-0.596497},{2.39453,4.8396,-0.592795},{1.48633,3.10425,2.2955}}; - lootPosSmall[] = {{0.615479,4.92847,-0.671498},{2.23071,0.780518,-0.411497},{2.61011,0.823975,-1.0915},{-4.35205,-0.0966797,-1.0515},{-0.5271,-2.93677,-1.4215},{-4.2854,3.09082,-1.4715},{-4.42822,-5.13232,-1.4815},{-0.468018,-3.18481,-0.0414963},{2.96582,1.17114,2.2605},{1.85205,4.83716,1.7605}}; - }; - class Land_House_K_6_EP1: Residential - { - lootPos[] = { - {2.36108,1.41309,-1.60797}, - {-2.57178,1.42285,-1.59425}, - {-4.81445,2.98193,1.48639}, - {-0.123047,3.83203,1.47144}, - {2.7063,0.193359,4.42145}, - {-4.3584,-2.99609,4.33153}, - {-0.0888672,3.0293,4.42143}, - {2.10864,0.180664,1.47076}, - {-4.10083,-2.09082,1.55551}}; - }; - class Land_House_C_9_EP1: Residential - { - lootPos[] = { - { -3.47339,2.13086,-3.74726 }, - { -3.17773,4.19849,-3.74837 }, - { -0.839844,5.7041,-3.74944 }, - { 4.67529,1.19897,-3.74832 }, - { 4.20508,-1.85229,-3.74805 }, - { 1.01074,-0.609619,-0.152166 }, - { 0.213379,1.56616,-0.152166 }, - { 1.66138,4.33472,-0.152166 }, - { 4.38208,-5.14136,-0.152166 }}; - }; - class Land_House_C_10_EP1: Residential - { - lootPos[] = {{-0.476807,-6.18408,-4.2081},{-2.19189,-2.32666,-4.19943},{0.970459,5.15942,-4.19894},{2.09814,8.11133,-4.19852},{0.209961,8.65503,-4.19772},{-1.55542,-2.83594,-0.0197258},{0.849854,-5.49219,-0.869633},{-1.56226,8.49561,-0.878298},{-4.927,0.8396,-0.574228},{-2.1604,8.40674,2.47196},{2.02271,5.81372,5.22763},{-2.17822,1.53076,-0.878794}}; - lootPosZombie[] = {{0.153076,-2.36743,-3.31192},{-0.96167,-7.51587,-3.32074},{2.4646,5.95142,-3.2957},{-3.10596,6.55762,-3.29418},{2.66089,5.73584,0.00634003},{-1.50708,7.18359,0.00669289},{-0.899902,-4.46045,0.00529861}}; - lootPosSmall[] = {{-3.52124,-9.30933,-4.20103},{0.401611,-0.616211,-4.19847},{-1.30835,9.25757,-4.11613},{-0.946045,9.29761,-3.10613},{0.183594,9.23438,-2.74583},{1.15552,4.8877,-3.25071},{0.820313,4.84009,-3.58973},{-0.0129395,9.26294,-3.78608},{0.918701,-1.18433,-0.879436},{-2.12231,-2.69775,-0.399366},{-3.64014,4.15503,-0.268515},{-3.17114,0.63916,-0.878897},{2.64014,4.59009,2.47196},{0.853516,5.55664,5.22757},{2.84448,5.5791,2.47196},{3.43945,-9.37354,-0.879139},{1.83667,7.45825,-0.878618},{3.32861,-2.79565,-4.20015}}; - }; - class Land_House_C_11_EP1: Residential - { - lootPos[] = { - { -4.875,-3.75586,-2.45703 }, - { -1.22852,-3.17529,-2.08453 }, - { 6.55859,0.731934,-2.08453 }, - { 4.74072,3.21436,-2.08453 }, - { 4.39551,0.458984,-2.08453 }, - { 0.449219,-3.03857,0.972969 }, - { 4.8291,3.44629,0.972969 }}; - }; - class Land_House_C_12_EP1: Industrial - { - lootPos[] = {{-3.27197,-1.5813,-3.50101},{-2.09863,-6.13086,-3.52102},{-2.979,-8.6936,0.141808},{-2.66602,-3.0437,0.139957},{5.91016,-3.59204,0.132626},{2.33154,-1.00244,-3.51937}}; - lootPosZombie[] = {{2.11182,-8.16724,1.00763},{1.85498,-3.48828,-2.63601},{-2.74854,0.133301,-2.63601},{2.65674,-5.69165,-2.63601},{-2.60742,-7.35913,1.0174}}; - lootPosSmall[] = {{-4.03857,-2.06226,-2.43102},{-4.02344,-1.44019,-3.11102},{-3.55371,-0.618164,-3.29102},{7.38184,0.690674,-3.12101},{-2.99268,-6.54883,3.45573},{7.58105,-2.40894,0.112629},{-1.79004,-3.58325,0.128376},{-2.05713,-9.00806,0.150394}}; - }; - class Land_House_K_3_EP1: Residential - { - lootPos[] = { - { 0.524414,3.5166,-0.53767 }, - { 1.53491,-0.0644531,-0.790318 }, - { -0.887451,0.615234,-0.790318 }, - { -4.46191,1.38379,-0.795597 }, - { 1.1001,5.40723,2.81719 }}; - }; - class Land_House_K_7_EP1: Residential - { - lootPos[] = { - { -0.995361,1.89014,-0.218372 }, - { -4.9541,3.85254,-0.218374 }, - { -3.4502,4.0376,3.32767 }}; - }; - class Land_House_L_7_EP1: Residential - { - lootPos[] = { - { 3.52979,-0.34375,0.102112 }, - { -0.245117,3.10742,-0.261154 }, - { -5.43408,3.36426,-0.646149 }, - { -4.90137,1.19189,-0.651993}, - { 0.214844,-3.70947,-1.00735}}; - }; - class Land_House_L_6_EP1: Residential - { - lootPos[] = { - { 5.51416,-0.64624,-1.509 }, - { 1.1626,1.93677,-1.5399 }, - { 4.20996,1.62158,1.28101 }, - { 3.15381,-2.12427,1.28099 }, - { -3.74268,-2.23193,-1.53738 }}; - }; - class Land_House_K_8_EP1: Residential - { - lootPos[] = {{2.94263,2.71948,3.34996},{-0.0541992,3.51294,3.34996},{-2.81274,1.99365,0.231133},{-2.59253,3.66528,-1.81557},{-2.55493,-2.54126,-2.63675},{2.97803,-1.89355,-2.64059}}; - lootPosZombie[] = {{-2.60083,-1.24683,-1.66764},{3.30005,-1.26563,1.12351},{-0.615479,2.00049,1.1274},{-1.73755,2.1958,-1.708}}; - lootPosSmall[] = {{-0.681641,0.580322,3.54996},{1.30103,3.72339,3.81996},{1.45947,2.58374,3.34996},{-3.10376,-1.51025,3.34996},{-4.21533,1.6499,0.0964928},{3.22192,3.68018,0.234936},{-3.19409,-1.90552,0.496338},{3.31445,-0.210938,-1.82104},{3.00293,-0.161865,-2.16398},{0.443359,-3.27417,-2.67695},{-3.1377,1.33936,-2.2182}}; - }; - class Land_House_K_5_EP1: Residential - { - lootPos[] = { - { -2.40381,1.90674,1.51889 }, - { -5.96777,0.826416,0.710116 }, - { -3.05811,4.05676,1.52165 }, - { 1.29199,1.85913,1.54825 }, - { 4.40381,3.96619,2.26365 }, - { 4.17725,0.271484,2.4009 }, - { 1.30908,1.50195,1.55225 }}; - }; - class Land_House_K_1_EP1: Residential - { - lootPos[] = { - { -0.685547,4.02161,1.56626 }, - { 3.71387,5.48114,1.56626 }, - { 3.23438,2.35388,1.56626 }, - { -3.30566,4.65558,1.54929 }, - { -3.77539,2.02087,1.60863 }}; - }; - - class Land_House_L_1_EP1: Residential - { - lootPos[] = { - {1.63135,-1.2251,-0.619034}, - {-0.165039,-1.74463,-0.6114815}, - {-1.18311,-0.15918,-0.596542}}; - }; - class Land_House_L_3_EP1: Residential - { - lootPos[] = { - { -5.59863,-0.384766,-0.173644 }, - { -5.23425,2.49609,-0.22691 }, - { 0.75769,2.95508,-0.222477 }, - { -0.387817,0.0234375,-0.222477 }, - { 2.11365,2.99512,-0.222477 }}; - }; - class Land_House_L_4_EP1: Residential - { - lootPos[] = { - { -3.34961,-0.487122,-1.33058 }, - { -6.60547,0.131348,-1.29852 }, - { -0.385742,-0.0551758,-1.34066 }, - { -0.209961,3.14941,-1.253 }, - { 3.47559,0.370972,-1.05766 }, - { 5.41992,3.25671,-1.01435 }}; - }; - class Land_House_L_9_EP1: Residential - { - lootPos[] = { - { 4.4043,0.311035,-0.621445 }, - { -2.23584,1.68604,-0.542923 }, - { 4.0918,0.924805,2.60419}}; - }; - class LAND_ibr_bank: Office - { - lootPos[] = { - { 1.44702,-0.9551,-1.60158 }, - { -7.40649,-4.9482,-1.60158 }, - { -7.50879,3.1616,-1.60158 }, - { -13.1931,3.0244,-1.60158 }, - { -10.6316,-1.4922,-1.60158 }, - { -10.3481,-5.6631,-1.60158 }, - { -14.0247,-6.4653,-1.60158 }, - { -10.1897,-2.6592,-1.60158 }}; - }; - class Land_House_L_8_EP1: Residential - { - lootPos[] = { - { 0.662598,5.04395,-1.01205 }, - { 0.73291,2.59424,-1.01574 }, - { 4.73828,3.56836,-0.773781 }, - { 3.76758,3.67578,1.73622 }, - { -2.51514,-2.19971,-1.55013 }, - { -2.51514,-2.19971,-1.55013 }}; - }; - class Land_ibrhotel: Residential - { - lootPos[] = { - { -8.44922,9.08105,-7.74672 }, - { -0.813965,9.1748,-7.74672 }, - { 3.17383,11.873,-7.74672 }, - { 2.74072,2.91016,-7.74672 }, - { 3.80225,-2.44434,-7.85944 }, - { -1.28711,-0.235352,-4.25943 }, - { 17.8379,-8.18896,-4.25943 }, - { 15.4878,-11.4014,-4.25943 }, - { 11.8403,-17.5391,-4.25943 }, - { 4.74902,-11.9019,-4.25943 }, - { -9.04395,-17.6064,-4.25943 }, - { -11.9761,-15.2539,-4.25943 }, - { -15.9063,-12.082,-4.25943 }, - { -12.2837,-4.31934,-4.25943 }, - { -16.7495,9,-4.25943 }, - { -15.7764,11.6875,-4.25944 }, - { -11.9551,16.458,-4.25944 }, - { -4.83203,12.1294,-4.25943 }, - { -5.21436,6.14258,-4.25943 }, - { 3.57373,5.38721,-4.25943 }, - { 8.66553,17.2417,-4.25943 }, - { 12.2725,16.1885,-4.25943 }, - { 11.8359,4.06348,-4.25943 }, - { 8.99023,1.72949,-4.25943 }, - { -1.28711,-0.235352,-0.759062 }, - { 17.8379,-8.18896,-0.759062 }, - { 15.4878,-11.4014,-0.759062 }, - { 11.8403,-17.5391,-0.759062 }, - { 4.74902,-11.9019,-0.759062 }, - { -9.04395,-17.6064,-0.759062 }, - { -11.9761,-15.2539,-0.759062 }, - { -15.9063,-12.082,-0.759062 }, - { -12.2837,-4.31934,-0.759062 }, - { -16.7495,9,-0.759062 }, - { -15.7764,11.6875,-4.25944 }, - { -11.9551,16.458,-4.25944 }, - { -4.83203,12.1294,-0.759062 }, - { -5.21436,6.14258,-0.759062 }, - { 3.57373,5.38721,-0.759062 }, - { 8.66553,17.2417,-0.759062 }, - { 12.2725,16.1885,-0.759062 }, - { 11.8359,4.06348,-0.759062 }, - { 8.99023,1.72949,-0.759062 }, - { -1.28711,-0.235352,2.74082 }, - { 17.8379,-8.18896,2.74082 }, - { 15.4878,-11.4014,2.74082 }, - { 11.8403,-17.5391,2.74082 }, - { 4.74902,-11.9019,2.74082 }, - { -9.04395,-17.6064,2.74082 }, - { -11.9761,-15.2539,2.74082 }, - { -15.9063,-12.082,2.74082 }, - { -12.2837,-4.31934,2.74082 }, - { -16.7495,9,2.74082 }, - { -15.7764,11.6875,-4.25944 }, - { -11.9551,16.458,-4.25944 }, - { -4.83203,12.1294,2.74082 }, - { -5.21436,6.14258,2.74082 }, - { 3.57373,5.38721,2.74082 }, - { 8.66553,17.2417,2.74082 }, - { 12.2725,16.1885,2.74082 }, - { 11.8359,4.06348,2.74082 }, - { -1.54492,0.158691,6.24485 }, - { 3.11914,5.81445,6.24485 }}; - }; - class Land_MBG_Shanty_BIG: Residential - { - lootPos[] = { - { -29.8752,-15.8057,2.99997 }, - { 23.4097,11.5024,24.9672 }, - { -29.345,-16.7568,3.04013 }, - { 23.2319,11.6201,27.9672 }, - { -33.3779,-11.3564,5.81198 }}; - }; - class Land_dum_istan3_hromada2: Residential - { - lootPos[] = { - { 1.67627,3,-4.62603 }, - { -1.47363,4.92285,-1.28517 }, - { 6.43848,1.93555,2.08801 }}; - }; - class Land_budova4_in: Military - { - lootPos[] = { - { -6.50415,2.1416,-1.88723 }, - { -1.66162,2.10168,-1.88723 }, - { 2.94312,2.297,-1.88723 }, - { 5.34082,-1.82922,-1.88723 }}; - }; - class land_army_hut_int: Military - { - lootPos[] = { - { 2.7959,-5.07373,-1.33056 }, - { 2.79785,-2.1626,-1.33056 }, - { -0.943359,-0.060791,-1.35981 }, - { 0.689453,1.87134,-1.36167 }}; - }; - class Land_army_hut3_long_int: Military - { - lootPos[] = { - { -2.88721,-4.36035,-1.23617 }, - { 0.753906,-3.90039,-1.23617 }, - { -2.53711,-1.95117,-1.23617 }, - { -2.27856,-0.211914,-1.23617 }, - { -0.0664063,-1.70801,-1.23617 }, - { 0.141113,2.31104,-1.23617 }}; - }; - class land_army_hut2_int: Military - { - lootPos[] = { - { -0.421387,-0.0517578,-0.948329 }, - { 1.80103,0.945313,-0.948329 }, - { 2.24585,-2.6875,-0.948329 }, - { -1.24561,-1.53955,-0.948329 }}; - }; - class land_ibr_hangar: MilitaryIndustrial - { - lootPos[] = { - { -5.75635,9.95386,-3.57318 }, - { -8.06152,-11.4065,-3.58192 }, - { 8.68555,-5.30371,-3.57942 }}; - }; - class Land_MBG_Police_Station: Office - { - lootPos[] = { - { 9.81543,-4.36365,-1.59829 }, - { 1.01172,-6.02344,-1.59829 }, - { -5.03369,-5.98376,-1.59829 }, - { -8.5415,-0.348511,-1.59829 }, - { -8.88574,-2.93823,-1.59829 }, - { -5.55518,4.80493,-1.59829 }, - { -1.77246,5.49365,-1.59829 }, - { 2.32129,6.33032,-1.59829 }, - { 3.54492,6.27332,1.68834 }, - { 9.88916,4.68176,1.68833 }, - { 10.0566,-1.07727,1.68833 }, - { 6.6499,1.78296,1.68833 }, - { -5.30029,-2.68726,1.68833 }, - { 1.25977,-1.76636,1.68833 }, - { -6.56689,1.51843,1.68834 }, - { -5.33887,3.92529,1.68834 }, - { -2.3125,6.18774,1.68834 }}; - }; - class Land_dum_mesto_in: Residential - { - lootPos[] = { - { -5.53796,-2.51996,-3.99769 }, - { -4.66113,1.34052,-4.26331 }, - { -4.9137,3.4718,-4.26331 }, - { 0.397583,-2.74866,-4.26418 }, - { 2.18762,0.74707,-4.26418 }, - { 4.94128,-1.67108,-4.26418 }, - { 4.48279,2.82495,-4.26418 }, - { 1.11023,4.69928,-2.75561 }, - { 4.98938,3.79883,-1.28095 }, - { 5.55957,-1.61218,-1.28095 }, - { 0.695679,-2.18268,-1.28095 }, - { -2.42969,-1.18854,-1.27582 }, - { -4.77722,3.51996,-1.27582 }}; - }; - class Land_tovarna1: Industrial - { - lootPos[] = { - { 2.83887,5.23889,-5.75442 }, - { -2.30774,7.31934,-5.75442 }, - { -11.0908,5.44897,-5.75442 }, - { -11.4746,-1.5791,-5.75442 }, - { -5.52405,1.68994,-5.75442 }, - { 2.82605,1.4801,-5.75442 }, - { 2.44128,-6.50256,-5.75442 }, - { -6.68335,-0.453369,2.17997 }, - { -3.81812,0.690186,2.17997 }, - { 2.78735,1.19409,2.17997 }, - { 1.59167,-6.06665,2.17997 }, - { -2.4646,-5.63696,2.17997 }, - { -5.77393,-7.28271,2.17997 }, - { -0.484985,-3.14197,4.82992 }}; - }; - class Land_Ind_Garage01_EP1: Industrial - { - lootPos[] = {{1.65088,2.49048,-1.23114}}; - lootPosZombie[] = {{0.125488,0.557861,-0.357141},{1.11084,-1.33643,-0.36116}}; - lootPosSmall[] = {{2.89014,2.49634,-1.12063},{2.84814,3.43677,-1.12102},{1.39063,3.59766,-0.391855},{1.57227,3.61353,0.368147},{1.7251,3.61353,-1.15185}}; - }; - class land_hut01: Residential - { - lootPos[] = { - { 0.304749,-0.543213,-0.448339 }, - { 0.885254,2.90747,-0.44834 }}; - }; - - class land_housev2_05: Residential - { - lootPosZombie[] = {{-3.78809,-0.407715,-2.06879},{5.36499,7.90381,-2.08879}}; - }; - class land_hut02: Residential - { - lootPos[] = { - { -0.498901,2.974,-0.445764 }, - { -1.07245,-0.756958,-0.445764 }}; - }; - class land_hut04: Residential - { - lootPos[] = { - { -1.07227,-0.354492,-0.437198 }, - { 0.939697,2.78271,-0.437198 }}; - }; - class Land_Ind_Oil_Tower_EP1: Industrial - { - lootPos[] = { - { 3.55743,-5.92773,-12.9755 }, - { 4.63086,1.24902,-12.9932 }, - { -0.240356,-1.08252,-12.9875 }, - { 6.87689,-6.34961,-8.00889 }, - { 2.31177,0.231689,-8.00478 }}; - }; - class Land_ibr_terminal: Office - { - lootPos[] = { - { 11.1885,-13.0669,-4.04974 }, - { 4.42383,-9.64746,-4.04974 }, - { -2.42822,-6.94775,-4.04974 }, - { -3.00537,-1.25439,-4.04974 }, - { 0.473145,8.72314,-4.04974 }, - { 14.8608,12.5249,-4.04974 }, - { 3.33838,-14.5229,0.581566 }, - { -3.88428,-17.5376,0.581566 }, - { -17.3682,0.572266,-4.05001 }, - { -13.7939,0.576172,-0.231342 }, - { -2.83545,10.9009,-0.949741 }, - { -2.27686,-16.4238,3.68157 }}; - }; - class Land_A_Villa_EP1: Office - { - lootPos[] = { - { -23.3442,1.71484,-3.65929 }, - { 14.5498,-5.69775,-5.06722 }, - { 5.8457,-2.09814,-5.06717 }, - { 9.5249,3.76563,-5.06717 }, - { 10.0454,11.5093,-5.0734 }, - { 0.268555,8.64648,-5.06699 }, - { -0.378906,15.3989,-5.06724 }, - { -6.68506,14.9448,-5.06722 }, - { -10.9644,13.0996,-5.06719 }, - { 11.0571,4.48926,-1.48401 }, - { 2.85938,9.12939,-1.48407 }, - { -3.87646,8.01416,-1.4844 }, - { 0.0537109,10.3984,-1.4844 }, - { -2.78467,13.5903,-1.4844 }, - { -0.118652,15.3394,-1.4844 }, - { -6.73779,15.772,-1.4844 }, - { -8.39453,13.5249,-1.4844 }, - { -10.5317,9.75146,-1.4844 }, - { -11.8062,14.2358,-1.4844 }, - { -15.5771,14.0396,-1.4844 }}; - }; - class Land_A_Office01_EP1: Land_A_Office01 - { - lootPos[] = { - { -2.50391,-2.46948,-4.728 }, - { 4.23535,-0.336914,-4.728 }, - { 4.11133,6.1123,-4.728 }, - { 0.242188,6.06299,-4.728 }, - { 4.31641,3.74023,-4.728 }, - { 5.08887,0.219727,-4.728 }, - { 11.6504,-1.5647,-4.728 }, - { 14.5811,-4.1123,-4.728 }, - { 13.8545,-0.749023,-4.728 }, - { -7.7627,5.59082,-4.728 }, - { 1.81152,0.993408,-2.228 }, - { 4.93164,4.31982,-2.228 }, - { 1.18945,6.07031,-2.228 }, - { 2.23145,3.76563,-2.228 }, - { -4.76367,-2.51221,-2.228 }, - { -14.5596,-3.40723,-2.228 }, - { -15.2705,5.92773,-2.228 }, - { -10.9063,6.04175,0.672008 }, - { -6.30762,3.30078,0.672006 }, - { 7.6416,6.38696,0.672001 }, - { 13.6729,6.5957,0.671999 }, - { 13.1924,-2.58691,0.671998 }, - { 3.0918,2.4375,6.20491 }, - { -1.45703,-2.28369,6.20491 }, - { -2.12988,4.51587,0.672005 }, - { 4.74414,-4.60156,-2.21486 }, - { 8.3457,-1.10718,-2.228 }, - { 9.94727,-3.74146,-2.228 }, - { 7.13867,-2.50732,-2.228 }, - { 12.8701,4.70923,-2.228 }, - { 15.3721,3.42383,-2.228 }}; - }; - class Land_A_Stationhouse_ep1: Land_a_stationhouse{}; - class Land_ibrPanelak: Land_Panelak{}; - class Land_ibrPanelak2: Land_Panelak2{}; - - class Land_Ind_Expedice_1: Industrial - { - lootPos[] = {{5.56104,-18.4136,-5.75725},{-10.0732,-18.7891,-3.48673},{-6.21045,-7.65479,-3.48673},{0.0634766,-0.0908203,-5.68389},{-2.59351,18.4795,-5.68389},{-1.85474,13.1089,-3.48673}}; - lootPosZombie[] = {{-7.98584,-18.7822,-2.61173},{2.97021,17.729,-4.8089}}; - lootPosSmall[] = {{6.71289,-18.1563,-5.75725},{-9.12036,-17.6846,-3.48673},{-7.7959,-8.31201,-3.48673},{-1.51221,0.0673828,-5.68389},{-2.6748,11.6543,-5.6839},{-2.34814,11.9219,-3.48673}}; - }; - - // Isla Dula - class land_dum_istan2b: Residential - { - lootPos[] = { - {-6.44531,-5.13037,3.80019}, - {-6.71777,2.81592,3.80019}, - { 3.33887,-0.539307,0.822979}, - {-0.506836,-2.2229,0.822979}, - {-3.93457,2.11401,-2.29981}}; - }; - - class Land_dum_olez_istan2: HouseRoaming{}; - class Land_dum_olez_istan2_maly2: HouseRoaming{}; - class land_dum_mesto3_istan: HouseRoaming{}; - class land_dum_istan2_03a: HouseRoaming{}; - class land_ind_pec_03a: HouseRoaming{ - lootPosZombie[] = {{-16.4072,-12.3384,-4.473},{-16.4097,-14.7412,-4.47244},{0.900879,28.8267,-4.48695}}; - }; - - - - class land_nasypka: Residential - { - lootPos[] = {{-1.46045,-0.168945,6.56824}}; - lootPosZombie[] = {{1.50659,-0.027832,-5.55527}}; - lootPosSmall[] = {{-1.58691,0.717285,6.56824}}; - }; - - class Land_dum_istan3_pumpa: Residential - { - lootPos[] = { - {-2.14502,3.03662,-1.86787}, - {4.09619,-0.563965,1.47485}, - {0.189453,0.540039,1.47485}, - {-1.73682,2.44775,1.47485}}; - }; - class land_dum_istan3: Residential - { - lootPos[] = { - {-8.4917,-0.922363,0.585144}, - {5.97852,1.38037,0.585148}, - {3.55176,-5.42822,0.58514}, - {-2.33105,3.74805,-2.67237}}; - }; - class land_house_y: Residential - { - lootPos[] = { - {-0.570313,-5.21387,-1.40696}, - {-5.15625,-5.32275,-1.40696}, - {2.34766,4.9917,-1.40696}}; - }; - class land_dum_istan4_inverse: Residential - { - lootPos[] = { - {-2.77246,-1.72949,-4.33588}, - {5.30176,5.76563,-7.28588}, - {-0.282227,5.89746,-7.28588}, - {-6.5918,5.96973,-7.28588}}; - }; - class Land_duala_mini: Residential - { - lootPos[] = { - {-1.37207,2.25488,-2.74846}, - {-3.43457,-2.04932,-2.74846}, - {3.82959,0.034668,-2.74846}, - {3.79102,-2.25977,-2.74846}}; - }; - class Land_hut_old02: Industrial - { - lootPos[] = { - {-5.60449,-1.20215,-3.03296}, - {-3.80371,-2.33154,-3.03296}, - {2.10156,-8.16406,-3.03296}, - {3.87402,8.28125,-3.03296}}; - }; - class land_dum_istan2_02: Industrial - { - lootPos[] = { - {-0.566406,-3.44775,-4.14959}, - {-2.00146,1.43604,-4.14959}}; - }; - class LAND_garaz_bez_tanku: Industrial - { - lootPos[] = {{-2.98047,0.0463867,3.41651}}; - lootPosZombie[] = {{-5.14404,-2.02295,-1.71924},{4.92676,-2.67383,-1.71924}}; - lootPosSmall[] = {{-1.36499,-0.579102,3.42651}}; - }; - class land_mbg_brickhouse_01: Residential - { - lootPos[] = { - {-7.06543,4.02197,-0.051506}, - {5.55518,-0.523438,-0.051506}, - {-0.717773,4.01855,-0.051506}, - {-2.00293,-2.35107,-3.35652}, - {4.99219,-0.20752,-3.35652}, - {-6.80469,3.94043,-3.35652}}; - }; - class land_bouda_garaz: Industrial - { - lootPos[] = { - {26.1628,-12.502,-0.952108}, - {23.3086,-6.62305,-0.952108}}; - }; - - - // Taviana 1.0 building loots - class Land_majak_podesta: Residential - { - lootPos[] = { - {-1.22461,-2.17969,2.28329}, - {1.14844,-2.9707,2.28329}}; - }; - // blue trailer - Also affects chernarus - class Land_Shed_M02: Industrial - { - lootPosZombie[] = {{-0.00195313,3.29932,-0.6586}}; - lootPosSmall[] = {{1.00586,0.0698242,-1.01666},{-0.931641,0.0825195,-1.01755}}; - }; - class Land_sara_Domek_sedy: Residential - { - lootPos[] = { - {-1.76367,-1.11328,-2.14196}, - {-5.0127,3.01953,-2.14196}, - {5.41211,2.625,-2.14196}, - {4.86035,-0.738281,-2.14196}}; - }; - class Land_dum_rasovna: Residential - { - lootPos[] = {{-1.271,3.38281,-2.69958},{3.14893,3.86255,-2.69958},{3.30957,-4.17871,-2.69958},{-0.936523,-1.97412,0.242605},{1.05518,3.77271,0.242605}}; - lootPosZombie[] = {{-1.08252,-1.93018,-1.79458},{-1.68555,2.19971,-1.79458}}; - lootPosSmall[] = {{-0.964844,-3.52148,0.952604},{0.613281,-0.726807,-2.69958},{3.69873,-1.69995,-2.69958}}; - }; - class land_sara_domek_kovarna: Residential - { - lootPosZombie[] = {{0.0998535,-0.891602,-0.880356}}; - }; - class land_sara_domek_hospoda: Residential - { - lootPos[] = {{-2.14844,-3.56396,-2.74878}}; - lootPosZombie[] = {{1.48291,-3.28223,-1.85291}}; - lootPosSmall[] = {{-1.16064,-4.72485,-2.75951}}; - }; - - class Land_leseni2x: Industrial - { - lootPos[] = { - {1.15625,-0.206055,2.55466}}; - }; - // Train Station - class LAND_vokzal_big: Residential - { - lootPos[] = { - {7.28613,-0.216797,-7.96283}, - {6.84961,2.56152,-7.96283}, - {6.9834,-4.98047,-7.96283}, - {-7.07227,1.28223,-7.96283}}; - }; - - class Land_dum_mesto2: Residential - { - lootPos[] = { - {2.46582,7.10742,-4.34475}, - {2.87305,4.03906,-4.34475}, - {-3.56738,4.05078,-4.34475}, - {-2.49902,0.46875,-4.34475}, - {1.77734,-7.41797,-4.34475}, - {-3.24512,-7.69922,-4.34475}, - {-3.16113,-1.58984,-4.34475}, - {3.19531,1.64258,-0.945168}, - {-3.19141,7.76563,-0.944004}, - {-0.253906,4.78516,-0.944004}, - {-3.35645,-5.74414,-0.944004}, - {-1.70508,-7.22656,-0.944004}, - {1.21973,-1.07617,-0.944004}}; - }; - // Large Supermarket - class LAND_shopping_sab5: Supermarket - { - lootPos[] = { - {-21.1367,-1.94238,-2.18279}, - {-22.1387,5.40918,-2.18285}, - {-5.17383,-1.17773,-2.1828}, - {2,-12.3975,-2.18271}, - {-4.03906,-11.5391,-2.18272}, - {-9.62109,-11.6016,-2.18272}, - {-15.1699,-11.5225,-2.18272}, - {-18.5156,-12.9307,-2.18271}, - {-20.3633,-10.1182,-2.18273}, - {-17.1367,-6.3623,-2.18276}, - {-12.0098,-3.98535,-2.18277}, - {-14.1758,4.46973,-2.18284}, - {-15.7285,-1.02539,-2.1828}, - {3.40625,4.30664,-2.18284}, - {6.83789,-3.75391,-1.36222}, - {-1.27344,10.9521,-1.36222}, - {-22.4199,9.1084,-1.36222}, - {1.22461,8.13672,-2.18285}, - {-3.18164,8.71484,-2.18285}, - {-7.77344,7.51563,-2.18285}}; - }; - class LAND_Zachytka : Residential - { - lootPos[] = { - {3.79492,-4.12891,-2.02697}, - {-4.92285,-6.8584,-2.02697}, - {-3.6543,-6.7002,-2.02697}, - {-2.60449,-6.87891,-2.02697}, - {-1.82422,0.0361328,-2.02697}, - {-6.2832,-4.51074,-2.02697}, - {-3.60547,5.1875,-2.02697}, - {4.42188,11.2158,-2.02697}}; - }; - class LAND_hospoda : Residential - { - lootPos[] = { - {3.46094,-1.42871,-1.80302}, - {2.40137,-1.22656,-1.80307}, - {7.81836,-1.63281,-1.80282}, - {2.04004,-6.71777,-1.80289}, - {-5.56641,0.793945,-1.80295}, - {-4.18164,8.64063,-1.80286}, - {1.16602,5.0791,-1.80348}, - {1.21582,3.73242,-1.8034}, - {0.248047,5.55176,-1.80324}, - {-1.84766,3.92969,-1.80313}, - {-1.85254,0.222656,-1.80321}}; - }; - class LAND_Kiosk2 : Residential - { - lootPos[] = { - {-20.7441,45.2878,3.05876}, - {-3.80933,-33.6328,3.02246}, - {-3.57007,-22.666,3.02246}, - {4.76587,-24.3711,-0.618923}, - {-1.10449,43.1938,-0.58263}, - {8.77441,23.7346,-0.845428}, - {-9.86914,41.6533,3.05876}, - {7.84668,20.991,4.76736}, - {6.91211,27.9067,10.1178}}; - }; - class Land_deutshe_mini : Residential - { - lootPos[] = { - {-4.34277,-2.54297,-2.74846}, - {-0.624023,-0.357422,-2.74846}, - {0.853516,1.04395,-2.74846}, - {-2.75781,2.44336,-2.74846}}; - }; - class LAND_shopping_sab1 : Supermarket - { - lootPos[] = { - {-30.0442,28.7891,-6.25663}, - {-18.561,23.7578,-6.25663}, - {1.32031,24.5879,-6.25663}, - {-7.86792,15.1182,-6.25663}, - {-22.3628,16.8828,-6.25663}, - {-26.7896,-24.9424,-6.25663}, - {-22.4546,-17.333,-6.25663}, - {-30.6628,-11.0195,-6.25663}, - {-2.51978,-23.1719,-6.25663}, - {0.889893,-14.1914,-6.25663}, - {23.3015,-15.1357,-6.25663}, - {42.353,-13.5322,-6.25663}, - {37.3396,-22.9014,-6.34278}, - {14.5388,-26.2158,-6.25663}, - {9.93091,-18.2871,-6.25663}, - {7.23315,24.9834,-6.25663}, - {8.8877,16.46,-6.25663}, - {16.9697,11.9541,-6.25663}, - {27.3679,21.3857,-6.25663}, - {-28.7632,27.7227,-2.38664}, - {33.5342,16.8047,-6.25663}, - {-31.0317,12.626,-2.38664}, - {-22.1975,16.3066,-2.38664}, - {-17.7339,21.0166,-2.38664}, - {-8.78564,27.5811,-2.38664}, - {-7.71826,15.2012,-2.38664}, - {1.65771,16.3496,-2.38664}, - {-36.4099,8.60352,-2.38664}, - {-43.6084,8.64258,-2.38664}, - {-41.8218,-2.6748,-2.38664}, - {-35.7854,-5.95313,-2.38664}, - {-16.2727,-13.2295,-2.38664}, - {-23.0032,-13.2764,-2.38664}, - {-25.6714,-25.6045,-2.38664}, - {-10.1611,-26.001,-2.38664}, - {2.98145,-26.7119,-2.38664}, - {2.59131,-13.5352,-2.38664}, - {10.7913,-16.2617,-2.38664}, - {17.1582,-27.3232,-2.38664}, - {26.3887,-25.0986,-2.38664}, - {30.8889,-22.1074,-2.38664}, - {42.4817,-21.6602,-2.47279}, - {41.8726,-13.7373,-2.38664}, - {32.7183,-12.5967,-2.38664}, - {34.2241,-5.04199,-2.38664}, - {40.2024,-7.14941,-2.38664}, - {39.8079,-0.0917969,-2.38664}, - {43.5059,6.59766,-2.38664}, - {33.3914,3.02148,-2.38664}, - {29.0322,11.1025,-2.38664}, - {33.1868,17.4531,-2.38664}, - {22.3228,26.3857,-2.38664}, - {7.32861,23.8564,-2.38664}}; - }; - class LAND_skola : Residential - { - lootPos[] = { - {15.8508,20.459,-2.00361}, - {29.0132,22.3887,-2.00361}, - {30.6335,16.1104,-2.00361}, - {30.7412,5.33691,-2.00361}, - {18.7554,5.07324,-2.00361}, - {2.84912,14.2744,-2.00361}, - {-1.27197,12.2324,-2.00361}, - {-5.66699,16.6445,-2.00361}, - {-2.93408,22.0967,-2.00361}, - {5.48535,21.7969,-2.00361}, - {-9.52954,-8.64063,-2.00361}, - {-18.5305,-9.60449,-2.00361}, - {-23.9783,-0.905273,-2.00361}, - {-8.50586,13.9482,-2.00361}, - {5.84448,0.175781,-2.00361}, - {2.56885,-14.167,-2.00361}, - {-3.15063,-14.084,-2.00361}, - {-3.76294,-21.2754,-2.00361}, - {5.4397,-24.5635,-2.00361}, - {18.5049,-11.9141,-2.00361}, - {10.7795,-18.4443,-2.00361}, - {18.3979,-21.9854,1.22083}, - {20.1707,-14.1572,1.22083}, - {30.334,5.12402,1.22083}, - {22.9521,12.1387,1.22083}, - {1.45825,18.208,1.22083}, - {-5.56128,20.1572,1.22083}, - {-6.19165,15.4678,1.22083}, - {-1.05029,9.69141,1.22083}, - {6.17896,5.19434,1.22083}, - {5.00513,2.78711,1.22083}, - {5.81836,-5.65625,1.22083}, - {-0.54541,-15.1104,1.22083}, - {1.8418,-19.8584,1.22083}, - {-2.10864,-21.9961,1.22083}, - {-5.78857,-24.9277,1.22083}, - {16.3679,-15.4463,1.22083}, - {28.0537,-17.1328,1.22083}, - {22.1833,11.416,-2.00361}}; - }; - class LAND_konecna : Office - { - lootPos[] = {{14.8423,-0.987793,-1.59364}, - {16.873,-2.86865,-1.59364}, - {13.3672,-9.11377,-1.59364}, - {5.09497,-9.98682,-1.59364}, - {-24.8281,-1.17871,-1.59364}, - {-14.0747,-7.3042,-1.59364}, - {-19.0789,0.98291,-1.59364}, - {4.67944,0.805176,-1.59364}, - {-11.4639,-10.1475,-1.59364}}; - }; - class LAND_Tav_Panelak2 : Residential - { - lootPos[] = {{2.7627,-5.62524,5.43665}, - {2.63867,-0.156494,5.43665}, - {3.4873,2.76855,5.43665}, - {6.06152,3.64966,5.43665}, - {6.70996,0.734619,5.43665}, - {4.71875,-1.69263,5.43665}, - {-0.347656,-2.23315,5.43665}, - {0.814453,-1.73901,2.71097}, - {-0.545898,-2.29468,2.71097}, - {-0.415039,4.25122,1.32864}, - {0.75,-2.01318,0.0714264}, - {0.644531,-1.86401,-2.62859}}; - }; - class LAND_Tav_panelak : Residential - { - lootPos[] = {{5.24121,-6.39453,2.77144}, - {6.71191,-5.43262,2.77144}, - {4.65625,-1.83838,2.77144}, - {6.69531,0.225586,2.77144}, - {6.54395,3.06519,2.77144}, - {3.40234,3.32324,2.77144}, - {2.61523,0.798096,2.77144}, - {2.7041,-4.98389,2.77144}, - {3.66016,-6.17651,2.77144}, - {-0.982422,-1.86328,2.77144}, - {-0.904297,4.13086,1.32864}, - {0.942383,-2.10474,0.0714226}, - {-2.56836,-1.68628,0.0714226}, - {-2.69531,3.42407,0.0714226}, - {-6.24902,3.01392,0.0714226}, - {-6.07227,0.556396,0.0714226}, - {-5.75488,-2.03857,0.0714226}, - {-6.66406,-4.34497,0.0714226}, - {-5.49219,-6.70581,0.0714226}, - {-2.41602,-4.19434,0.0714226}, - {-3.70801,-6.17212,0.0714226}}; - }; - class LAND_Tav_Panelak3 : Residential - { - lootPos[] = {{0.0878906,0.793457,-10.8154}, - {-0.810547,3.44824,-10.8154}}; - }; - class LAND_Big_Panelak : Residential - { - lootPos[] = {{3.30566,-9.23413,-14.7521}, - {3.10059,-7.05005,-14.7521}, - {5.36914,0.495361,-14.7521}, - {-0.236328,-3.16772,-14.7521}, - {3.05078,-0.838379,-14.7521}}; - }; - - class LAND_Posta : Residential - { - lootPos[] = {{-17.4678,-9.28809,1.00044}, - {-16.5732,-1.32227,1.00044}, - {-3.60254,-5.11377,1.00044}, - {9.72168,-6.61035,1.00044}, - {17.333,-8.2085,1.00044}, - {13.3633,7.1958,1.00044}, - {1.56445,8.49707,1.00044}}; - }; - - // Proving grounds PMC - class Land_GeneralStore_01a_PMC : Supermarket - { - lootPos[] = {{-8.28796,-0.435303,-1.20155}, - {-4.33252,5.51575,-1.20155}, - {1.05743,5.22791,-1.20155}, - {7.36511,2.40076,-1.20155}, - {13.2913,4.79199,-1.20155}, - {3.06958,7.47021,-1.20155}, - {7.43213,-0.266724,-1.20155}, - {13.5172,-1.04089,-1.20155}, - {10.0657,-1.31946,-1.20155}, - {3.42236,-3.46387,-1.20155}, - {-1.89722,-2.65051,-1.20155}, - {-7.28711,-1.95728,-1.20155}}; - }; - class Land_ruin_01_PMC : Residential - { - lootPos[] = {{-2.57568,2.16443,-1.76358}, - {-2.64172,-2.50488,-1.76358}, - {0.851563,1.67505,-1.76358}}; - }; - class Land_Ruin_Cowshed_a_PMC : Residential - { - lootPos[] = {{-3.573,2.80774,-2.31227}, - {8.85077,-2.67871,-2.46388}, - {-2.83069,-5.90613,-2.46388}, - {8.89893,-5.66711,-2.46388}}; - }; - class Land_Ruin_Cowshed_b_PMC : Residential - { - lootPos[] = {{10.4032,2.35046,-3.14048}, - {2.99207,-3.36682,-3.13994}}; - }; - class Land_Ruin_Cowshed_c_PMC : Residential - { - lootPos[] = {{5.05737,2.52881,-3.09486}}; - }; - class Land_FuelStation_Build_PMC : IndustrialFuel - { - lootPos[] = {{-1.29761,-0.527832,-1.336}, - {-1.51141,1.30359,-1.33611}, - {2.23376,0.0710449,-1.33611}}; - }; - // Namalsk - class land_seb_vod_vez: Industrial { - lootPos[] = {{2.02881,0.0849609,15.155}}; - }; - class land_seb_near_fac: Industrial { - lootPos[] = {{-10.4116,-18.0859,1.75552}}; - }; - class land_seb_rozvodna: Industrial { - lootPos[] = {{-1.2168,2.9668,0.583904}}; - }; - class land_seb_mine_maringotka: Residential { - lootPos[] = {{0.423828,0.721191,-0.612675},{-0.976563,-1.32764,-0.612675}}; - }; - class Land_hut_old01: Residential { - lootPos[] = {{2.2793,-7.06348,-3.06107},{-3.3584,-1.7334,-3.01178},{-5.0332,-0.929688,-3.0112}}; - }; - class land_st_vez: MilitarySpecial { - lootPos[] = {{-5.56445,4.23975,-3.31476},{-5.05566,-3.17627,-3.31476},{4.12109,3.92822,2.42732},{-1.73389,2.68896,6.40834},{-4.23584,1.29736,6.40834},{-3.80322,-1.09277,6.40834},{0.430664,1.31787,6.40834},{-2.45166,-2.16748,6.40834},{-0.608398,-0.57666,-11.095},{-2.08691,1.10303,-11.0649},{0.259277,-3.89697,-3.31476},{3.9375,3.30957,-8.50825}}; - }; - - class Land_dulni_bs: Residential { - lootPos[] = {{2.76758,2.70068,-1.75205},{2.34668,-1.28564,-1.75205},{-0.478516,-2.64844,-1.75205},{-0.53418,3.11133,-1.75205}}; - }; - class land_bunka: Office { - lootPos[] = {{1.83496,0.451172,-1.51244},{-2.04492,2.11377,-1.51245},{3.07324,2.41675,-1.51245}}; - }; - class land_pozorovatelna: Military { - lootPos[] = {{-2.36328,-2.79248,-2.49767},{3.11426,-2.92969,-2.49767},{0.740234,2.47852,-2.49767},{-1.67578,-2.50049,7.54509},{-1.23047,1.90283,7.54509},{2.88477,2.08496,7.54509},{2.61426,-2.48096,7.54509},{0.491211,-0.290527,7.54509}}; - }; - class land_panelova3: Residential { - lootPos[] = {{-0.0615234,2.92871,0.0510063},{6.44482,-0.967773,0.0510063},{6.26807,-3.85547,0.0510063},{-0.0327148,-5.30273,0.0510063}}; - }; - class land_vysoky2: Residential { - lootPos[] = {{6.74121,-2.95508,-15.7673},{6.63232,4.17676,-15.7673},{0.72998,-2.63574,-15.7051},{1.1958,0.116211,-15.6513},{2.84131,2.35742,13.1248},{-0.51123,2.16699,13.1248},{4.37012,0.773438,13.1248},{9.61328,13.2432,13.1248},{6.39307,-12.292,13.1248}}; - }; - class land_vysoky1: Residential { - lootPos[] = {{-6.74414,5.46875,13.2833},{0.54541,4.38379,13.2833},{10.9004,1.47949,13.2833},{6.0415,-13.4297,13.2833},{1.12744,-2.39258,13.2833}}; - }; - class land_hotel_p2: Residential { - lootPos[] = {{-3.26953,3.02783,-7.29951},{4.04395,-1.92188,-7.29951},{9.48145,0.459473,-7.32974},{1.53711,0.0078125,6.06893},{4.5332,0.862305,6.06893},{4.73438,-3.63232,6.06893}}; - }; - class land_hotel_p1: Residential { - lootPos[] = {{-12.1006,-3.29248,-4.92428},{-3.09375,-1.66357,-4.92429},{-1.78125,3.53271,-4.92429},{-5.97852,3.80273,-4.92428},{13.8809,1.77246,-1.39091},{13.751,-9.81104,-1.39091},{12.1787,0.0078125,-3.22923}}; - }; - class land_trubice: Industrial { - lootPos[] = {{-2.36719,2.7627,2.59438},{5.82715,3.01563,2.59438},{1.57617,0.709961,2.59438}}; - }; - class land_dlouhy1: Residential { - lootPos[] = {{-6.40918,-0.21875,-9.60495},{-12.395,2.47559,-9.60091},{1.38428,3.15332,-9.61021},{1.91748,8.89746,-9.61057},{-6.90918,8.53027,-9.60461},{-12.3315,8.00195,-9.60096},{-17.9946,9.73926,-9.59713},{-9.91797,5.16699,-9.60259},{6.95801,9.37988,-9.61397},{4.39404,7.64941,-9.61224},{5.43994,9.80469,-5.09157},{0.418457,-0.611328,-5.09031},{-5.27051,7.41895,-5.08631},{2.20361,8.79004,-5.09157},{-8.93848,6.08301,-5.08698},{-9.49854,11.3086,-5.08437},{9.38232,1.54199,-5.09157},{8.95361,9.74707,-5.09157},{11.436,11.4756,-5.08435}}; - }; - class land_dlouhy2: Residential { - lootPos[] = {{1.73047,5.30957,-9.32314},{-1.38867,-0.568848,-9.31474},{-1.47461,-5.5957,-9.3145}}; - }; - class land_jzd_kr2: Farm { - lootPos[] = {{1.92139,-4.90527,-6.17321},{0.709961,5.00488,-6.17321},{1.8623,7.37109,1.40623},{3.00684,-3.30566,1.41873},{-3.0625,-3.38477,-2.05339},{-2.62646,10.8418,-2.05339}}; - }; - class land_jzd_kr1: Farm { - lootPos[] = {{-1.04834,-3.67578,-6.27279},{1.63818,0.775391,-6.27279},{-1.41992,5.10449,-6.27279},{-0.993164,2.94629,-2.15298},{0.717285,-3.79688,-2.15298}}; - }; - class land_jzd_stodola2: Farm { - lootPos[] = {{8.15527,11.8477,-2.0262},{5.5127,5.6377,-2.0262},{-4.16113,3.67383,-2.0262},{7.53223,-14.4741,-2.0262},{1.16992,0.390625,1.31123}}; - }; - class land_jzd_stodola1: Farm { - lootPos[] = {{-3.81592,-11.418,-2.0262},{1.73877,-6.20605,-2.0262},{-4.13477,-0.265625,-2.0262},{-1.04883,0.180664,-2.0262}}; - }; - class land_jzd_silo_tes: Industrial { - lootPos[] = {{2.74902,6.52246,0.214748},{11.5796,5.20703,0.214748},{5.72949,0.644531,0.21475},{10.6719,-6.1416,0.214748},{0.97998,-2.64844,0.214373},{3.22168,-7.55664,0.214746},{-2.62695,-0.580078,10.224}}; - }; - class land_rozvodna: Residential { - lootPos[] = {{-6.8208,-1.58789,-0.369419}}; - }; - class land_jzd_4silka: Industrial { - lootPos[] = {{0.551758,-5.24219,1.64133},{0.224609,1.37646,1.64133},{3.04492,0.456055,1.64133},{4.31641,5.94189,5.51407},{-3.53125,-5.80127,5.51407}}; - }; - class land_jzd_bezstrechy: Residential { - lootPos[] = {{-10.4614,-2.97461,-5.22504},{0.170898,0.177734,-5.22504},{-0.368652,-3.34668,-5.22504},{0.905762,2.52344,-5.22504},{0.802246,2.12305,-0.40476},{1.05615,1.88574,-3.01179},{8.00244,0.787109,-5.22504}}; - }; - class land_AII_last_floor: MilitarySpecial { - lootPos[] = {{-1.73975,-7.99756,11.6976},{-1.73975,-7.99756,11.6976},{-1.20801,5.45605,4.6129},{-3.82813,2.81494,5.46183}}; - }; - class land_AII_middle_floor: MilitarySpecial { - lootPos[] = {{-7.64941,4.97412,0.510368},{-7.7207,5.10498,0.510216},{-7.27979,-0.931152,0.518509},{8.47461,-2.3252,-4.63377},{9.20508,0.508301,-4.63377},{4.36768,3.7998,-4.63377},{-0.669434,2.74805,-4.63377},{-10.3594,5.03516,-4.63377},{-13.9766,9.10059,-4.63377},{-8.021,1.22314,-4.63377},{6.07227,-2.64551,-4.63377},{-8.75293,8.79297,-2.10379}}; - }; - class land_x_skladiste_low_tex: Industrial { - lootPos[] = {{-8.12354,-0.32373,-2.85032},{-2.31592,-4.27539,-2.5975},{8.15527,-6.89307,-2.5975},{0.398926,4.80029,-2.82628},{-6.0249,-7.64355,-2.85032}}; - }; - class Land_budova4_winter: MilitarySpecial { - lootPos[] = {{-7.73389,0.300049,-1.09824},{-7.7666,1.97388,-1.09824},{-5.85645,1.92651,-1.09824},{-4.82373,0.194336,-1.09824},{-4.82715,-2.00244,-1.09824},{-8.09766,-2.28149,-1.09824},{-3.06787,2.24805,-1.09824},{-1.65283,-1.91821,-1.09824},{-1.41309,-0.034668,-1.09824},{0.266602,1.76807,-1.09824},{1.28369,0.289307,-1.09824},{1.81982,-2.28687,-1.09824},{4.37549,2.14941,-1.09824},{5.61865,1.71338,-1.09824},{5.06787,-1.74316,-1.09824},{2.54785,2.33716,-1.09824}}; - }; - class land_domek_podhradi_1: Residential { - lootPos[] = {{5.20862,3.45215,-2.7391},{3.04761,1.61621,-2.73912},{2.7594,-1.33691,-2.73915},{-3.32617,4.14404,-2.73909}}; - }; - class land_b_small1: Industrial { - lootPos[] = {{-3.14185,1.36816,-1.50033},{-0.0275879,-1.74707,-1.50033},{-3.59619,-3.18945,-1.50033},{-0.729004,-4.95996,-1.50033}}; - }; - class land_cast1: Industrial { - lootPos[] = {{-5.39551,6.56055,-4.38392},{-5.68555,9.04297,-4.38393},{-5.57251,9.08203,-4.38393},{-3.05396,14.5527,-4.38392},{2.97681,13.9014,-4.38392},{-0.227783,11.8418,-4.38393},{1.44995,3.27246,-3.50372},{2.53198,-5.45508,-3.5118},{-4.85596,-2.20898,-3.4266},{1.04224,0.729492,-1.06585}}; - }; - class land_vstup: Military { - lootPos[] = {{-11.51,-2.64844,-1.53312},{-6.24463,-2.85059,-1.53312},{-1.16992,-2.84961,-1.53312},{2.70898,-2.85059,-1.53312}}; - }; - class land_panelova: Industrial { - lootPos[] = {{16,-14.6357,-4.04666},{3.79102,1.25659,-4.08966},{-15.4639,-8.38086,-4.08966},{-14.3535,-0.195313,-4.08966},{-1.61719,-12.8313,-4.08966},{15.4287,-4.25635,3.37273},{9.19336,-14.6272,3.37141},{5.80957,9.09253,3.37141},{9.95508,9.7937,3.37141},{-8.11523,-2.98291,3.34401},{-15.2598,-8.56641,3.34401}}; - }; - class land_garaze: Industrial { - lootPos[] = {{-0.00292969,-7.72925,-2.12658},{3.7334,1.02759,-2.12658},{3.2793,6.28857,-2.12658},{6.72949,7.34131,-2.12658},{1.68848,-3.91479,-2.12658}}; - }; - class land_seb_bouda3: Industrial { - lootPos[] = {{2.63574,-3.0332,-1.72872},{-2.71875,-5.08691,-1.72873},{-3.00293,-1.50781,-1.72877},{-2.91357,3.86328,-1.72876},{3.12891,3.01563,-1.72879}}; - }; - class Land_bouda2_vnitrek: Residential { - lootPos[] = {{2.33496,0.372559,-0.610508},{-0.845703,2.32129,-0.610506},{-3.27344,-2.27295,-0.610508}}; - }; - class land_f_b2: Industrial { - lootPos[] = {{1.58398,0.899414,-4.24147},{-1.33301,-0.991211,-4.24147},{1.91113,-1.68262,-4.24147}}; - }; - class land_bud2: Industrial { - lootPos[] = {{-2.32031,-1.25,-1.76814},{-1.58008,-2.3125,-1.77484}}; - }; - class land_senik: Residential { - lootPos[] = {{-4.56445,-2.97705,-4.13721},{13.1641,-6.80127,-4.28022},{-4.23242,-0.213379,-4.1315},{-3.44043,4.7998,-4.12115},{-7.64453,3.81445,-4.12319},{-14.0889,-5.66602,-4.14276},{-1.25977,-3.44336,-4.13817}}; - }; - class land_zd_1: Residential { - lootPos[] = {{2.14258,3.37402,-3.67255},{-1.60645,-3.25098,-3.67255},{0.649902,-2.38086,-3.67255},{-1.16113,1.41406,-3.67255},{2.88721,-2.80078,-3.67255},{-4.45117,-3.0127,-4.04225},{-5.94385,3.13867,-4.04225}}; - }; - class Land_dum_ras: Residential { - lootPos[] = {{-1.53223,3.34424,-2.66958},{1.36621,-0.507813,-2.66958},{0.860352,3.72705,0.272604},{-0.767578,-1.96289,0.272604},{-0.27832,-3.96045,0.272604}}; - }; - class land_kostelik_final_2122: Church { - lootPos[] = {{5.41992,-3.45703,-5.57918},{-0.963379,4.74414,-5.57919},{1.09082,-2.79297,-5.57919},{-1.39063,-5.18555,-5.57918}}; - }; - class land_plynom: Residential { - lootPos[] = {{1.07568,-0.65625,2.21929},{-0.184082,-1.46973,2.21929},{-1.24854,-0.0126953,2.21929},{1.1377,-0.887695,-2.60304},{-1.3877,0.386719,-2.60304},{-0.822754,-1.33398,-2.60304}}; - }; - class land_seb_mine_main_opt: Industrial { - lootPos[] = {{0.590332,4.68115,-0.991421},{-1.86768,4.13525,-0.992432},{0.14209,2.53271,-0.995407},{-3.43457,2.68115,-0.995136},{-3.01416,2.59521,-5.08478},{0.776855,-2.89209,-5.11486},{-6.06885,3.33838,7.8684},{-6.38086,-2.05469,7.8684},{-1.7251,-3.09668,7.8684},{-5.64111,-0.92334,14.6913},{-6.23584,2.76465,14.6913}}; - }; - class land_seb_mine_near: Industrial { - lootPos[] = {{7.87646,-5.52881,-8.8979},{9.02979,-5.5918,-8.8979},{4.37451,-7.10156,-8.8979}}; - }; - class land_x_vez_tex: Residential { - lootPos[] = {{0.433105,-1.02734,-0.273926},{1.00391,3.02197,-0.272713},{1.36426,0.449219,-0.273571},{-1.89795,3.22168,-0.27232},{-5.00537,-3.64307,-0.274128}}; - }; - class land_marsh1: Residential { - lootPos[] = {{3.76953,-5.73193,-3.95897},{-0.986816,-4.26074,-3.95897},{2.52637,0.376465,-3.95897},{4.78955,2.92969,-3.95897},{4.56543,6.82227,-3.95897},{-2.88184,4.24121,-4.01684}}; - }; - class land_molovabud1: Industrial { - lootPos[] = {{-2.4458,2.20703,1.27995},{-4.68164,1.95508,1.27995},{-7.92822,6.29199,1.27995},{-1.81055,-1.29199,1.56745}}; - }; - class land_f_b1: Industrial { - lootPos[] = {{-4.45996,-2.84619,-2.21533},{-1.81152,-5.01123,-2.21533},{-5.32227,-5.21875,-2.21533}}; - }; - class land_seb_bouda1: Residential { - lootPos[] = {{2.49316,-2.44238,1.13067},{-0.645996,-2.44824,1.13067},{-0.924316,-0.460938,0.573963},{-2.89697,1.9043,0.571716},{2.80566,1.2334,-3.28989},{-2.38672,-0.893555,-3.28989},{-2.7666,2.41699,-3.28989}}; - }; - - // Panthera - class Land_sara_stodola: Farm { - lootPos[] = {{5.01367,3.33118,-2.19523},{2.51758,1.05737,-2.19523},{-1.30957,-1.02954,-2.19523},{-4.24414,4.0238,-2.19523},{5.16211,-0.661621,-2.19523}}; - }; - class land_cihlovej_dum_mini: Residential { - lootPos[] = {{-2.4646,-0.78418,-2.86942},{-1.75586,2.88525,-2.86942},{2.76587,2.08154,-2.86942},{1.96265,-1.98877,-2.86942},{0.0109863,0.876465,-2.86942},{0.116455,3.05762,-2.86942}}; - }; - class Land_hruzdum: Residential { - lootPos[] = {{-1.67188,3.71826,-4.72847},{-2.52295,-1.02246,-1.16867},{-1.94971,1.22021,1.5983}}; - lootPosZombie[] = {{-1.66382,-1.14795,-3.82291},{-2.79248,3.60742,-0.251995}}; - lootPosSmall[] = {{-2.84448,0.796875,2.35386},{2.79614,3.2666,-1.15755},{-3.03979,2.35303,-4.72847}}; - }; - class Land_cihlovej_dum_in: Residential { - lootPos[] = {{-0.0117188,0.0441895,-1.81473},{-1.76758,2.24805,-1.8147},{-2.88965,-1.64795,-1.8147},{1.84277,-2.07983,-1.81471},{1.58691,-1.3374,-5.27588},{1.22852,2.57324,-5.27588}}; - }; - -}; +#include "Configs\CfgBuildingLoot\CfgBuildingLoot.hpp" +#include "Configs\CfgArma.hpp" \ No newline at end of file