diff --git a/CREDITS.md b/CREDITS.md
index b86cd894..f972d4b6 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -7,25 +7,26 @@ Open source survival gamemode for Arma 3.
Epoch Server DB extension (DLL / so)
### [Epoch Mod](https://github.com/EpochModTeam/EpochCore)
-Epoch Assets Mod - Custom Units, Vehicles, Weapons, Items and more!
+Epoch Assets Mod Configs - Custom Units, Vehicles, Weapons, Items and more!
-#### Credits
-
-* [Aaron Clark ([VB]AWOL)](http://epochmod.com): Code, Configs, Textures
-* [Kenneth Bente (Axle)](www.twitch.tv/axles): Tester, Models
-* [Paul Tomany (Sequisha)](https://www.twitch.tv/sequisha): Models, Textures
-* [Andrew Gregory (Axeman)](http://thefreezer.co.uk): AI Code
-* [Raimonds Virtoss (Raymix)](https://www.twitch.tv/raymich): UI Code
-* [Florian Kinder (Fank)](https://github.com/Fank): Code
-* [Denis Erygin (devd)](https://github.com/denisio): Linux Code Support
-* [Darren Harrison (Kiory)](https://www.twitch.tv/kiory123): Models, Textures, Configs
-* [Paden Sturtevant (SteamPunkGears)](https://www.twitch.tv/steampunkgears): Models, Textures
-* [Niklas Wagner (Skaronator)](https://skaronator.com): Code
-* Damian Clark ([VB]GREEN): Graphics
+#### Developers
+* [Aaron Clark ([VB]AWOL)](http://epochmod.com): Concept, Code, Configs, Textures - [x] Active
+* [Kenneth Bente (Axle)](www.twitch.tv/axles): Tester, Models - [ ] Active
+* [Paul Tomany (Sequisha)](https://www.twitch.tv/sequisha): Models, Textures - [ ] Active
+* [Andrew Gregory (Axeman)](http://thefreezer.co.uk): AI Code - [x] Active
+* [Raimonds Virtoss (Raymix)](https://www.twitch.tv/raymich): UI Code - [x] Active
+* [Florian Kinder (Fank)](https://github.com/Fank): Code - [ ] Active
+* [Denis Erygin (devd)](https://github.com/denisio): Linux Code Support - [ ] Active
+* [Darren Harrison (Kiory)](https://www.twitch.tv/kiory123): Models, Textures, Configs - [ ] Active
+* [Paden Sturtevant (SteamPunkGears)](https://www.twitch.tv/steampunkgears): Models, Textures - [ ] Active
+* [Niklas Wagner (Skaronator)](https://skaronator.com): Code - [ ] Active
+* [Damian Clark ([VB]GREEN)](http://epochmod.com): Graphics - [ ] Active
#### Contributors
* [Dan (OrangeSherbet)](https://www.twitch.tv/OrangeSherbet): Tester, Videos, Wiki Editor
+* [HeMan](https://github.com/Ignatz-HeMan)
+* [Robio](https://github.com/RC-Robio)
* [Poulmba](https://www.youtube.com/user/poulmba): Wiki Editor, Tester
* Richie: Map Support, Forum Moderator
* [Tobias Solem](http://whatthepoch.com/): Tester
diff --git a/Changelogs/0.4.0.0.txt b/Changelogs/0.4.0.0.txt
new file mode 100644
index 00000000..c40398ae
--- /dev/null
+++ b/Changelogs/0.4.0.0.txt
@@ -0,0 +1,28 @@
+[New] Dynamic and extensible inventory sub menu system for item interaction and crafting options. (Double click item in your inventory)
+[Added] Vehicle immunity when a vehicle is left locked inside a player owned base (within jammer range) at server startup. Thanks to @morgoth0 for the feedback!
+[Added] Stamina loss when a player jumps.
+[Added] Option to pour our gas to get an empty Jerry can and a "Drink" option to poison yourself.
+[Added] Option to pour out honey and get an empty jar instead of eating it.
+[Changed] Inventory Armor stats feature now dynamic and no longer forced via config.
+[Changed] Group menu and group requests options are now found options on the self-action menu. (SPACE BAR)
+[Changed] Wardrobe mirror now works in single player.
+[Changed] Jetski and Electric Motorcycle motorcycle in-vehicle HUD now functions in singleplayer or editor.
+[Changed] Updated Tanoa trade city layout and added ATM's. Thanks to @morgoth0 (aka Grahame on EpochMod.com Forum)
+[Changed] Players now start with only 30% Hunger and Thirst instead of 100%.
+[Fixed] Increased mass of "Hotwire Kit" (ItemHotwire) magazine item from 2 to 50 to address balance issues. Thanks to PR from @Ignatz-HeMan
+[Fixed] Disposal of Snakes and other animals when inside a protection zone.
+[Fixed] Shark bite attack and effect can now target all players.
+[Fixed] Female ghillie suit transparency issue since Arma update 1.62.
+[Fixed] Fireplace position incorrectly shifted down after lighting the fireplace. Thanks for the report by @Ignatz-HeMan #592
+[Fixed] Increased anti-teleport range that should hopefully allow for proper HALO spawning.
+[Fixed] Typos in Battleye script.txt that caused the filter not to function properly.
+[Fixed] Trailing commas in mission addons array. Thanks to a RP from @SPKcoding (aka $p4rky on EpochMod.com Forum)
+[Fixed] No longer possible to unlock Doors / Gates while using a UAV. Thanks to PR from @Ignatz-HeMan
+
+Server Side Only:
+[New] EpochServer.dll/so is now statically linked to pcre3 and hredis. On Windows this means that the pcre3.dll file in the arma 3 root can now be removed. On Linux we no longer depend on libhredis and libpcre to be installed.
+[Added] Example mission file epoch_RyanZed.Tanoa that includes "RyanZombies" in the required addons array.
+[Fixed] Database logging now trims log entries via the LogLimit setting provided in EpochServer.ini. The default is 1000 log records per list.
+
+Known Issues:
+Jetski and Electric Motorcycle motorcycle in-vehicle HUD will not initialize if player is spawned inside vehicle, as display getin EH did not fire.
diff --git a/Server_Install_Pack/@epochhive/EpochServer.dll b/Server_Install_Pack/@epochhive/EpochServer.dll
index 3a9436b2..c6ec5d9b 100644
Binary files a/Server_Install_Pack/@epochhive/EpochServer.dll and b/Server_Install_Pack/@epochhive/EpochServer.dll differ
diff --git a/Server_Install_Pack/@epochhive/EpochServer.ini b/Server_Install_Pack/@epochhive/EpochServer.ini
index 0669862e..70586730 100644
--- a/Server_Install_Pack/@epochhive/EpochServer.ini
+++ b/Server_Install_Pack/@epochhive/EpochServer.ini
@@ -2,6 +2,7 @@
BattlEyePath = C:\BattlEye
InstanceID = NA123
LogAbuse = 1
+LogLimit = 999
IP = 127.0.0.1
Port = 2306
Password = changeme
diff --git a/Server_Install_Pack/@epochhive/addons/epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/epoch_server.pbo
index 2e0b6b05..f4aef47c 100644
Binary files a/Server_Install_Pack/@epochhive/addons/epoch_server.pbo and b/Server_Install_Pack/@epochhive/addons/epoch_server.pbo differ
diff --git a/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo b/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo
index 882ba94f..23780559 100644
Binary files a/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo and b/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo differ
diff --git a/Server_Install_Pack/@epochhive/addons/epoch_server_settings.pbo b/Server_Install_Pack/@epochhive/addons/epoch_server_settings.pbo
index 16afaed5..417903c4 100644
Binary files a/Server_Install_Pack/@epochhive/addons/epoch_server_settings.pbo and b/Server_Install_Pack/@epochhive/addons/epoch_server_settings.pbo differ
diff --git a/Server_Install_Pack/@epochhive/epochah.hpp b/Server_Install_Pack/@epochhive/epochah.hpp
index 77b2b401..d9c37686 100644
--- a/Server_Install_Pack/@epochhive/epochah.hpp
+++ b/Server_Install_Pack/@epochhive/epochah.hpp
@@ -4,7 +4,7 @@ antihack_cfgPatchesCheck = true; // cfgPatches (AddOn Check)
antihack_PVSPrefix = "EPAH_"; // used to help whitelist pveh variables in BE without BEC and watchdog, leave blank to use no prefix.
antihack_cfgPatchesMode[] = {2}; // 0 == BAN - 1 = LOG, 2 = KICK
antihack_ahInitAuthCfg[] = {0,180}; // 0 == BAN - 1 = LOG, 60 = ban or log if anti hack is not started in 180 seconds
-antihack_whitelistedCfgPatches[] = {"A3Data","A3_BaseConfig_F","A3_Dubbing_Radio_F","A3_Functions_F","A3_Functions_F_EPA","A3_Functions_F_EPC","A3_Language_F_MP_Mark","A3_LanguageMissions_F_MP_Mark","Map_VR","A3_Map_VR_Scenes","CUP_A10_Data","CUP_Afghan_Data","CUP_Air2_Data","CUP_Air3_Data","CUP_Air_Data","CUP_Air_d_baf_Data","CUP_Air_e_Data","CUP_Air_pmc_Data","CUP_CA_animals2","CA_animals2","CUP_Animations_Data","CUP_Animations_Config","CUP_Bohemia_Data","CUP_Bootcamp_acr_Data","CUP_Buildings2_Data","CUP_Buildings2_Ind_Cementworks_Data","CUP_Buildings_Data","CUP_Ca_acr_Data","CUP_CA_Config","CAData","CUP_Ca_e_Data","CUP_Ca_pmc_Data","CUP_Characters2_Data","CUP_Chernarus_Data","CUP_Chernarus_Summer_Data","CUP_Cti_buildings_Data","CUP_CA_Data","CUP_CAData_ParticleEffects","CAData_ParticleEffects","CUP_Data_baf_Data","CUP_dbe1_data","CUP_Desert2_Data","CUP_Desert2_Objects","Desert2_Objects","CUP_Desert_Data","CUP_Desert_e_Data","CUP_Hotfix_Data","CUP_L39_Data","CUP_CALanguage","CALanguage","CUP_CALanguage_ACR","CALanguage_ACR","CUP_CALanguage_missions","CALanguage_missions","CUP_CALanguage_missions_e","CALanguage_missions_e","CUP_Misc3_Data","CUP_CAMisc","CUP_Misc_Data","CAMisc","CUP_Misc_acr_Data","CUP_Misc_e_Data","CUP_CA_MPA","CA_MPA","CUP_CA_Plants2_Clutter","CA_Plants2_Clutter","CUP_CAPlants","CAPlants","CUP_CA_Plants_E_Clutter","CA_Plants_E_Clutter","CUP_Provinggrounds_pmc_Data","CUP_CARoads2","CARoads2","CUP_CARoads2Dam","CARoads2Dam","CUP_CARoads","CARoads","CUP_CARoads_E","CARoads_E","CUP_CARoads_PMC","CARoads_PMC","CUP_CARocks2","CARocks2","CUP_CARocks","CARocks","CUP_CARocks_E","CARocks_E","CUP_Sara_Data","CUP_Saralite_Data","CUP_Shapur_baf_Data","CUP_CASigns","CASigns","CUP_CASigns_E","CASigns_E","CUP_Sounds_Data","CUP_Sounds_Config","CASounds","CUP_Sounds_e_Data","CUP_Structures_Data","CUP_pond_test","pond_test","CUP_Structures_e_Data","CUP_Structures_pmc_Data","CUP_Takistan_Data","CUP_Tracked2_Data","CUP_Tracked_Data","CUP_Tracked_e_Data","CUP_CAFonts","CAFonts","CUP_Utes_Data","CUP_Water2_Data","CUP_Water_Data","CUP_Weapons2_Data","CUP_Weapons_Data","CUP_Weapons_e_Data","CUP_Weapons_pmc_Data","CUP_Wheeled2_Data","CUP_Wheeled_Data","CUP_Wheeled_e_Data","CUP_Zargabad_Data","CUP_A1AlwaysDummy","CAVideo2_PMC","CA_AnimsHotfix","CA_CutSceneAnims","CAIntroAnims","CAUSMCD","CAVoice","CAweapons3_aks74pso","CAWeapons3_ammocrates","CAweapons3_ksvk","CAweapons3_m107","CAweapons3_m16a4_acg_gl","CAweapons3_m16a4_acg","CAweapons3_m16a4_gl","CAweapons3_m16a4","CAWeapons3","CTI_buildingsBmp2_hq","CTI_buildingsM113_hq","DSHkM_Mini","M2HD_Mini","MK19_Tripod","Warfare","WarfareBuildings_Stinger_Twice_static","WarfareBuildings_T72_RACS","WarfareBuildings_TOW_Tripod","CUP_AiA_compat","AiA_A1AlwaysDummy","AiA_Afghan_Config","AiA_Afghan_Data","AiA_BaseConfig_F","AiA_Bohemia_Config","AiA_Bohemia_Data","AiA_Bootcamp_acr_Config","AiA_Bootcamp_acr_Data","AiA_Buildings_Config","AiA_Buildings_Data","AiA_Buildings2_Config","AiA_Buildings2_Data","AiA_Buildings2_Ind_Cementworks_Config","AiA_Buildings2_Ind_Cementworks_Data","AiA_Ca_acr_Config","AiA_Ca_acr_Data","AiA_CA_Config","AiA_CA_Config_Data_ParticleEffects","AiA_CA_Data","AiA_Ca_e_Config","AiA_Ca_e_Data","AiA_Ca_pmc_Config","AiA_Ca_pmc_Data","AiA_CBA_A2_xeh_Dummy","AiA_CBA_OA_xeh_Dummy","AiA_cba_xeh_a2_Dummy","AiA_cba_xeh_oa_Dummy","AiA_Chernarus_Config","AiA_Chernarus_Data","AiA_Chernarus_Summer_Config","AiA_Chernarus_Summer_Data","AiA_Core","AiA_Cti_buildings_Config","AiA_Cti_buildings_Data","AiA_Data_baf_Config","AiA_Data_baf_Data","AiA_Desert_Config","AiA_Desert_Data","AiA_Desert_e_Config","AiA_Desert_e_Data","AiA_Desert2_Config","AiA_Desert2_Data","AiA_Hotfix_Config","AiA_Hotfix_Data","AiA_Language_acr_Config","AiA_Language_acr_Data","AiA_Language_baf_Config","AiA_Language_baf_Data","AiA_Language_e_Config","AiA_Language_e_Data","AiA_Language_pmc_Config","AiA_Language_pmc_Data","AiA_Languagemissions_acr_Config","AiA_Languagemissions_acr_Data","AiA_Languagemissions_baf_Config","AiA_Languagemissions_baf_Data","AiA_Languagemissions_pmc_Config","AiA_Languagemissions_pmc_Data","AiA_Misc_acr_Config","AiA_Misc_acr_Data","AiA_Misc_Config","AiA_Misc_Data","AiA_Misc_e_Config","AiA_Misc_e_Data","AiA_Misc2_Config","AiA_Misc2_Data","AiA_Misc3_Config","AiA_Misc3_Data","AiA_Models_DBE1_Config","AiA_Models_DBE1_Data","AiA_Plants_Config","AiA_Plants_Data","AiA_Plants_e_Config","AiA_Plants_e_Data","AiA_Plants_e2_Config","AiA_Plants_e2_Data","AiA_Plants_pmc_Config","AiA_Plants_pmc_Data","AiA_Plants2_Bush_Config","AiA_Plants2_Bush_Data","AiA_Plants2_Clutter_Config","AiA_Plants2_Clutter_Data","AiA_Plants2_Misc_Config","AiA_Plants2_Misc_Data","AiA_Plants2_Plant_Config","AiA_Plants2_Plant_Data","AiA_Plants2_Tree_Config","AiA_Plants2_Tree_Data","AiA_Provinggrounds_pmc_Config","AiA_Provinggrounds_pmc_Data","AiA_Roads_Config","AiA_Roads_Data","AiA_Roads_e_Config","AiA_Roads_e_Data","AiA_Roads_pmc_Config","AiA_Roads_pmc_Data","AiA_Roads2_Config","AiA_Roads2_Data","AiA_Rocks_Config","AiA_Rocks_Data","AiA_Rocks_e_Config","AiA_Rocks_e_Data","AiA_Rocks2_Config","AiA_Rocks2_Data","AiA_Sara_Config","AiA_Sara_Data","AiA_Sara_dbe1_Config","AiA_Sara_dbe1_Data","AiA_Saralite_Config","AiA_Saralite_Data","AiA_Shapur_baf_Config","AiA_Shapur_baf_Data","AiA_Signs_Config","AiA_Signs_Data","AiA_Signs_e_Config","AiA_Signs_e_Data","AiA_Signs2_Config","AiA_Signs2_Data","AiA_Sounds_Config","AiA_Sounds_Data","AiA_StandaloneTerrainPack_Core","AiA_StandaloneTerrains_Core","AiA_Structures_Config","AiA_Structures_Data","AiA_Structures_e_Config","AiA_Structures_e_Data","AiA_Structures_pmc_Config","AiA_Structures_pmc_Data","AiA_Takistan_Config","AiA_Takistan_Data","AiA_Ui_Config","AiA_Ui_Data","AiA_Utes_Config","AiA_Utes_Data","AiA_Water_Config","AiA_Water_Data","AiA_Water2_Config","AiA_Water2_Data","AiA_Weapons_Config","AiA_Weapons_Data","AiA_Weapons_e_Config","AiA_Weapons_e_Data","AiA_Weapons_pmc_Config","AiA_Weapons_pmc_Data","AiA_Weapons2_Config","AiA_Weapons2_Data","AiA_Wheeled_Config","AiA_Wheeled_Data","AiA_Wheeled_e_Config","AiA_Wheeled_e_Data","AiA_Wheeled2_Config","AiA_Wheeled2_Data","AiA_Worlds","AiA_Worlds_Ambient","AiA_Worlds_Author","AiA_Worlds_Clutter","AiA_Worlds_ClutterDist","AiA_Worlds_Delete","AiA_Worlds_DisableInfiniteTerrain","AiA_Worlds_DustEffects","AiA_Worlds_EnvSounds","AiA_Worlds_FullDetailDist","AiA_Worlds_Grid","AiA_Worlds_Intros","AiA_Worlds_Lighting","AiA_Worlds_Lighting_Chernarus","AiA_Worlds_Lighting_Desert","AiA_Worlds_MapSize","AiA_Worlds_MidDetailTexture","AiA_Worlds_NoDetailDist","AiA_Worlds_Seabed","AiA_Worlds_SkyTexture","AiA_Worlds_StreetLamp","AiA_Worlds_Surfaces","AiA_Worlds_Water","AiA_Zargabad_Config","AiA_Zargabad_Data","CUP_StandaloneTerrains_Dummy","CA_ACR","CA_Animals2_Anim_Config","CA_Anims_Char","CA_Anims_E_Wmn","CA_E","CA_PMC","CAAir","CACharacters","CATracked","CAWater","CAWater2","CAWater2_seafox","CAWeapons","CAWeapons_Warfare_weapons","CAWheeled","CAWheeled_E","CAWheeled2","6G30_DBE1","Arma2_Ka52","BI_SRRS","CA_AH64D","CA_AIR_E_MQ9PredatorB","CA_AIR_E_Su25","CA_AIR2_Su25","CA_Animals_E","CA_Animals2_Chicken","CA_Animals2_Cow","CA_Animals2_Dogs","CA_Animals2_Dogs_Fin","CA_Animals2_Dogs_Pastor","CA_Animals2_Goat","CA_Animals2_Rabbit","CA_Animals2_Sheep","CA_Animals2_WildBoar","CA_Anims","CA_Anims_E","CA_Anims_E_Sdr","CA_Anims_Sdr","CA_Anims_Wmn","CA_CommunityConfigurationProject_E","CA_CruiseMissile","CA_Dubbing","CA_Dubbing_Baf","CA_Dubbing_Counterattack","CA_Dubbing_E","CA_Dubbing_PMC","CA_DubbingRadio_E","CA_DubbingRadio_PMC","CA_E_ParticleEffects","CA_Editor","CA_HC_Sounds","CA_Heads","CA_HighCommand","CA_L39","CA_Missions","CA_Missions_AlternativeInjurySimulation","CA_Missions_AmbientCombat","CA_Missions_Armory1","CA_Missions_Armory2","CA_Missions_BAF","CA_Missions_BAF_2","CA_Missions_BAF_Templates_SecOps","CA_Missions_BattlefieldClearance","CA_Missions_E","CA_Missions_E_Armory2","CA_Missions_E_SecOps","CA_Missions_E_Templates_SecOps","CA_Missions_FirstAidSystem","CA_Missions_GarbageCollector","CA_Missions_PMC","CA_Missions_SecOps","CA_Missions_Templates_SecOps","CA_Missions2_PMC","CA_Modules","CA_Modules_Alice","CA_Modules_Animals","CA_Modules_ARTY","CA_Modules_clouds","CA_Modules_Coin","CA_Modules_DynO","CA_Modules_E","CA_Modules_E_DynO","CA_Modules_E_Jukebox","CA_Modules_E_OO","CA_Modules_E_UAV","CA_Modules_E_UAV_Heli","CA_Modules_E_Weather","CA_Modules_Functions","CA_Modules_Marta","CA_Modules_PMC","CA_Modules_PMC_SimpleFIrstAid","CA_Modules_Silvie","CA_Modules_StratLayer","CA_Modules_UAV","CA_Modules_ZoRA","CA_MPA_Challenges","CA_MPA_Core","CA_MPA_MP","CA_MPA_Scenarios","CA_Sounds_Baf","CA_SoundsMissions_E","CA_Support","CAA10","CAAir_BAF","CAAir_BAF_CH_47F","CAAir_E","CAAir_E_A10","CAAir_E_AH64D","CAAir_E_AH6J","CAAir_E_An2","CAAir_E_C130J","CAAir_E_CH_47F","CAAir_E_Halo","CAAir_E_Mi24","CAAir_E_MI8","CAAir_E_UH1H_EP1","CAAir_E_UH60M","CAAir_PMC","CAAir_PMC_KA137","CAAir_PMC_KA60","CAAir2","CAAir2_C130J","CAAir2_ChukarTarget","CAAir2_F35B","CAAir2_MQ9PredatorB","CAAir2_MV22","CAAir2_Pchela1T","CAAir2_UH1Y","CAAir3","CAAir3_Su34","CAAnimals","CACharacters_BAF","CACharacters_BAF_Head","CACharacters_E","CACharacters_E_Head","CACharacters_PMC","CACharacters_PMC_Head","CACharacters_W_BAF","CACharacters2","CAMisc_fix","CAMisc_fix_A2FREE","CAMisc_fix_air","CAMisc_fix_Ch2","CAMisc_fix_Str","CAMisc_fix_Weap","CAMusic","CAMusic_E","CAMusic_PMC","CASounds_E","CASounds_Missions","CATracked_BAF","CATracked_E","CATracked_E_BMP2","CATracked_E_M1_Abrams","CATracked_E_M113","CATracked_E_M2A2_Bradley","CATracked_E_T34","CATracked_E_T55","CATracked_E_T72","CATracked_E_us_m270mlrs","CATracked_E_ZSU","CATracked_W_BAF","CATracked2","CATracked2_2S6M_Tunguska","CATracked2_AAV","CATracked2_BMP3","CATracked2_T34","CATracked2_T90","CATracked2_us_m270mlrs","CAWater2_Destroyer","CAWater2_fishing_boat","CAWater2_Fregata","CAWater2_smallboat_1","CAWeapons_2b14_82mm_Mortar","CAWeapons_AK","CAWeapons_AmmoBoxes","CAWeapons_BAF","CAWeapons_bizon","CAWeapons_Colt1911","CAWeapons_DMR","CAWeapons_E","CAWeapons_E_AGS","CAWeapons_E_AK","CAWeapons_E_AmmoBoxes","CAWeapons_E_Colt1911","CAWeapons_E_D30","CAWeapons_E_DSHKM","CAWeapons_E_FIM92_static","CAWeapons_E_fnfal","CAWeapons_E_G36","CAWeapons_E_GrenadeLauncher","CAWeapons_E_Igla","CAWeapons_E_Javelin","CAWeapons_E_KORD","CAWeapons_E_ksvk","CAWeapons_E_LeeEnfield","CAweapons_E_m107","CAWeapons_E_M110","CAWeapons_E_M119_Howitzer","CAWeapons_E_M136","CAWeapons_E_M14","CAWeapons_E_M16","CAWeapons_E_M240","CAWeapons_E_M252_81mm_Mortar","CAWeapons_E_M2StaticMG","CAWeapons_E_M47","CAWeapons_E_M9","CAWeapons_E_MAAWS","CAWeapons_E_Makarov","CAWeapons_E_Metis","CAWeapons_E_Mk19_MiniTriPod","CAWeapons_E_PK","CAWeapons_E_Podnos_2b14_82mm","CAWeapons_E_RPG18","CAWeapons_E_RPG7","CAWeapons_E_scar","CAWeapons_E_Searchlight","CAWeapons_E_SPG9","CAWeapons_E_STATIC","CAWeapons_E_Stinger","CAWeapons_E_Strela","CAWeapons_E_TOW","CAWeapons_E_ZU23","CAWeapons_Kord","CAweapons_ksvk","CAWeapons_M1014","CAweapons_m107","CAWeapons_M252_81mm_Mortar","CAWeapons_Metis_AT_13","CAWeapons_PMC","CAWeapons_PMC_AA_12","CAWeapons_PMC_AS50","CAWeapons_PMC_XM8","CAWeapons_Saiga12K","CAWeapons_SPG9","CAWeapons_VSS_vintorez","CAWeapons_ZU23","CAWeapons2","CAWeapons2_HuntingRifle","CAWeapons2_RPG18","CAWeapons2_SMAW","CAWheeled_D_BAF","CAWheeled_E_ATV","CAWheeled_E_BRDM2","CAWheeled_E_BTR40","CAWheeled_E_BTR60","CAWheeled_E_HMMWV","CAWheeled_E_Ikarus","CAWheeled_E_LADA","CAWheeled_E_LandRover","CAWheeled_E_M1030","CAWheeled_E_MTVR","CAWheeled_E_Offroad","CAWheeled_E_Old_bike","CAWheeled_E_Old_moto","CAWheeled_E_Pickup","CAWheeled_E_s1203","CAWheeled_E_SCUD","CAWheeled_E_stryker","CAWheeled_E_SUV","CAWheeled_E_TT650","CAWheeled_E_UAZ","CAWheeled_E_Ural","CAWheeled_E_V3S","CAWheeled_E_Volha","CAWheeled_Offroad","CAWheeled_Pickup","CAWheeled_PMC","CAWheeled_PMC_ArmoredSUV","CAWheeled_W_BAF","CAWheeled2_BTR90","CAWheeled2_GAZ39371","CAWheeled2_HMMWV_Ambulance","CAWheeled2_HMMWV_BASE","CAWheeled2_Ikarus","CAWheeled2_Kamaz","CAWheeled2_LADA","CAWheeled2_LAV25","CAWheeled2_M1114_Armored","CAWheeled2_M998A2_Avenger","CAWheeled2_MMT","CAWheeled2_MTVR","CAWheeled2_TowingTractor","CAWheeled2_V3S","CAWheeled2_VWGolf","CAWheeled3","CAWheeled3_M1030","CAWheeled3_TT650","Datsun_armed_DBE1","DBE1","DBE1_UI","DC3_DBE1","HALO_Test","Hilux_armed_DBE1","Warfare2","Warfare2_E","Warfare2Vehicles","CUP_Models_DBE1_Data","CUP_Anims_DBE1","Anims_DBE1","CUP_HMMWV_DBE1","HMMWV_DBE1","CUP_Mercenary_DBE1","Mercenary_DBE1","CUP_Misc_DBE1","Misc_DBE1","CUP_Music_DBE1","Music_DBE1","CUP_NPCs_DBE1","NPCs_DBE1","CUP_ploty_DBE1","ploty_DBE1","CUP_Prisoners_DBE1","Prisoners_DBE1","CUP_Roads_DBE1","Roads_DBE1","CUP_UH60Desert","UH60Desert","CUP_Sara_dbe1_Data","CUP_TKOH_Dummy","HSim_Data_H","HSim_Data_H_data_ParticleEffects","HSim_Data_H_data_ParticleEffects_rotor_blades","HSim_Dubbing_H","HSim_DubbingRadio_H","HSim_Editor_H","Intro_Island_H","HSim_Missions_H","HSim_ModulesCore_H","HSim_ModulesCore_H_AmbientCombat","HSim_ModulesCore_H_DynO","HSim_ModulesCore_H_Functions","HSim_ModulesCore_H_GarbageCollector","HSim_ModulesCore_H_Functions_E","HSim_ModulesCore_H_OO","HSim_ModulesCore_H_Functions_PMC","HSim_Music_H","HSim_Sounds_H","South_Asia_H","HSim_UIFonts_H","United_States_H","HSim_Animals_H","HSim_Animals_H_Anim_Config","HSim_Animals_H_Dog","HSim_Characters_H_Faces","HSim_Characters_H_Heads","HSim_Modules_H","HSim_UI_H","HSim_Weapons_H","HSim_Weapons_H_AK47","HSim_Weapons_H_DShKM","HSim_Weapons_H_Glock","HSim_Weapons_H_HandItems","HSim_Weapons_H_M16","HSim_Weapons_US_H","HSim_Characters_H","HSim_Characters_US_H","HSim_Missions_H_FreeFlight","HSim_Functions_Base_H","HSim_Water_H","HSim_Water_H_Civ_FishingBoat_Large","HSim_Water_H_Civ_Jetboat","HSim_Water_H_Civ_Yacht","HSim_Water_H_Container_Ship","HSim_Water_H_Cruise_Ship","HSim_Water_H_Destroyer","HSim_Water_H_Fishing_Boat","HSim_Water_H_Fregata","HSim_Water_H_LHD","HSim_Water_H_Oil_tanker","HSim_Water_H_Rubber_Boat","HSim_Water_H_Whales","HSim_Water_H_Whales_GreyWhale","HSim_Water_H_Whales_Whale1","HSim_Weapons_H_IGLA","HSim_Weapons_US_H_M2","HSim_Wheeled_H","HSim_Wheeled_H_Ambulance","HSim_Wheeled_H_FireTruck","HSim_Wheeled_H_Hatchback","HSim_Wheeled_H_Military_Offroad_LR","HSim_Wheeled_H_Military_Pickup_DSHKM","HSim_Wheeled_H_Offroad","HSim_Wheeled_H_Police_Car","HSim_Wheeled_H_TowingTractor","HSim_Wheeled_H_Tractor","HSim_Wheeled_H_Trailers","HSim_Wheeled_H_Truck_Light_Transport","HSim_Wheeled_H_Ural","HSim_Wheeled_H_Van_Passenger","HSim_Wheeled_US_H","HSim_Wheeled_US_H_Military_Offroad","HSim_Wheeled_US_H_Military_Truck","HSim_Wheeled_US_H_Pickup_01","HSim_Wheeled_US_H_Pickup_02","HSim_Wheeled_US_H_SUV","HSim_Wheeled_US_H_Truck_US_Type","HSim_Air_H","HSim_Air_H_Aircraft_A","HSim_Air_H_Aircraft_C","HSim_Air_H_Aircraft_D","HSim_Air_H_Aircraft_E_H","HSim_Air_H_Airliner_A","HSim_Air_H_Airliner_B","HSim_Air_H_Parachute","HSim_Air_US_H","HSim_Air_US_H_Helicopters_Heavy","HSim_Air_US_H_Helicopters_Light","HSim_Air_US_H_Helicopters_Medium","HSim_Misc_H","HSim_Misc_H_Antena","HSim_Misc_H_Barels","HSim_Misc_H_Bleacher","HSim_Misc_H_BoardsPack","HSim_Misc_H_CncBlock","HSim_Misc_H_Doghouse","HSim_Misc_H_Engine_Crane","HSim_Misc_H_Fence","HSim_Misc_H_Fire_Extinguisher","HSim_Misc_H_Fire_Suppression","HSim_Misc_H_First_Aid","HSim_Misc_H_Flagpole","HSim_Misc_H_Folding_Ladder","HSim_Misc_H_FuelCan","HSim_Misc_H_Heliport_Furniture","HSim_Misc_H_Helicopter_Parts","HSim_Misc_H_Helipads","HSim_Misc_H_Heliport_Objects","HSim_Misc_H_Helpers","HSim_Misc_H_Info_Board","HSim_Misc_H_Infostands","HSim_Misc_H_Inspection_Visuals","HSim_Misc_H_Interior","HSim_Misc_H_Loudspeakers","HSim_Misc_H_Market","HSim_Misc_H_Office_Objects","HSim_Misc_H_Perimeter_Ligh","HSim_Misc_H_Pike","HSim_Misc_H_Platform_Cart","HSim_Misc_H_Portable_Generator","HSim_Misc_H_Props","HSim_Misc_H_SawHorse","HSim_Misc_H_Shooting_Range","HSim_Misc_H_Signs","HSim_Misc_H_Sink","HSim_Misc_H_Targets","HSim_Misc_H_Tent","HSim_Misc_H_Toilet","HSim_Misc_H_Tools","HSim_Misc_H_Tools_Racking","HSim_Misc_H_Trash","HSim_Misc_H_Weather_Station","HSim_Misc_H_Weld_Gastank","HSim_Misc_H_Wheel_Chocks","HSim_Misc_H_Wheeled_Scaffolding","HSim_Misc_H_wheeled_tool_cart","HSim_Misc_H_Wheeled_Whiteboard","HSim_Misc_H_Winch","HSim_Misc_H_Windsock","HSim_Misc_H_Workbench","HSim_Misc_H_Wrecks","HSim_Structures_H","HSim_Structures_H_Airport_Papi","HSim_Structures_H_Harbour","HSim_Structures_H_Heliports_Heliport_Big","HSim_Structures_H_Heliports_Heliport_Small","HSim_Structures_H_Industrial_A_CraneCon","HSim_Structures_H_Industrial_Rooftop_Objects","HSim_Structures_US_H","HSim_Structures_US_H_Bld_US","HSim_Structures_US_H_Landmarks_Space_Needle","HSim_Tracked_H","HSim_Tracked_H_BMP2","HSim_Tracked_US_H","HSim_Tracked_US_H_M1A2","HSim_Tracked_US_H_MLRS","HSim_Data_H_EditorGroups","HSim_Anims_H","HSim_Anims_H_config_sdr","HSim_Anims_H_config_wmn","CUP_Hsim_Language_H","Hsim_Language_H","CUP_Hsim_Language_missions_H","Hsim_Language_missions_H","a2_epoch_structures","A3_epoch_assets_1","epoch_objects","A3_epoch_assets_3","Underground_Epoch","A3_epoch_vehicles","a3_epoch_weapons","A3_Data_F","A3_Data_F_Hook","A3_Data_F_ParticleEffects","A3_Data_F_Bootcamp","A3_Data_F_Exp_A","A3_Data_F_Kart_ParticleEffects","A3_Data_F_Mark","A3_Editor_F","A3_Functions_F_Bootcamp","A3_Functions_F_Curator","A3_Functions_F_Exp_A","A3_Functions_F_Heli","A3_Functions_F_Mark","A3_Functions_F_MP_Mark","A3_Language_F","A3_Language_F_Beta","A3_Language_F_Curator","A3_Language_F_EPA","A3_Language_F_EPB","A3_Language_F_EPC","A3_Language_F_Gamma","A3_Language_F_Heli","A3_Language_F_Kart","A3_Language_F_Mark","A3_LanguageMissions_F","A3_LanguageMissions_F_Beta","A3_LanguageMissions_F_Gamma","A3_LanguageMissions_F_Kart","A3_Misc_F","A3_Misc_F_Helpers","A3_Modules_F","A3_Modules_F_DynO","A3_Modules_F_Effects","A3_Modules_F_Events","A3_Modules_F_GroupModifiers","A3_Modules_F_HC","A3_Modules_F_Intel","A3_Modules_F_LiveFeed","A3_Modules_F_Marta","A3_Modules_F_Misc","A3_Modules_F_Multiplayer","A3_Modules_F_ObjectModifiers","A3_Modules_F_Sites","A3_Modules_F_Skirmish","A3_Modules_F_StrategicMap","A3_Modules_F_Supports","A3_Modules_F_UAV","A3_Modules_F_Beta","A3_Modules_F_Beta_FiringDrills","A3_Modules_F_EPB","A3_Modules_F_EPB_Misc","A3_Modules_F_Heli","A3_Modules_F_Heli_SpawnAi","A3_Modules_F_Mark","A3_Modules_F_Mark_FiringDrills","A3_Modules_F_MP_Mark","A3_Modules_F_Mark_Objectives","A3_Music_F","A3_Music_F_Bootcamp","A3_Music_F_EPA","A3_Music_F_EPB","A3_Music_F_EPC","A3_Music_F_Heli","A3_Music_F_Mark","A3_Roads_F","A3_Rocks_F","A3_Sounds_F","A3_Sounds_F_Bootcamp","A3_Sounds_F_EPB","A3_Sounds_F_EPC","A3_Sounds_F_Exp_A","A3_Structures_F","A3_Structures_F_Bridges","A3_Structures_F_Civ","A3_Structures_F_Civ_Accessories","A3_Structures_F_Civ_Ancient","A3_Structures_F_Civ_BellTowers","A3_Structures_F_Civ_Calvaries","A3_Structures_F_Civ_Camping","A3_Structures_F_Civ_Chapels","A3_Structures_F_Civ_Constructions","A3_Structures_F_Civ_Dead","A3_Structures_F_Civ_Garbage","A3_Structures_F_Civ_Graffiti","A3_Structures_F_Civ_InfoBoards","A3_Structures_F_Civ_Kiosks","A3_Structures_F_Civ_Lamps","A3_Structures_F_Civ_Market","A3_Structures_F_Civ_Offices","A3_Structures_F_Civ_Pavements","A3_Structures_F_Civ_PlayGround","A3_Structures_F_Civ_SportsGrounds","A3_Structures_F_Civ_Statues","A3_Structures_F_Civ_Tourism","A3_Structures_F_Dominants","A3_Structures_F_Dominants_Amphitheater","A3_Structures_F_Dominants_Castle","A3_Structures_F_Dominants_Church","A3_Structures_F_Dominants_Hospital","A3_Structures_F_Dominants_Lighthouse","A3_Structures_F_Dominants_WIP","A3_Structures_F_Furniture","A3_Structures_F_Households","A3_Structures_F_Households_Addons","A3_Structures_F_Households_House_Big01","A3_Structures_F_Households_House_Big02","A3_Structures_F_Households_House_Shop01","A3_Structures_F_Households_House_Shop02","A3_Structures_F_Households_House_Small01","A3_Structures_F_Households_House_Small02","A3_Structures_F_Households_House_Small03","A3_Structures_F_Households_Slum","A3_Structures_F_Households_Stone_Big","A3_Structures_F_Households_Stone_Shed","A3_Structures_F_Households_Stone_Small","A3_Structures_F_Households_WIP","A3_Structures_F_Ind","A3_Structures_F_Ind_AirPort","A3_Structures_F_Ind_Cargo","A3_Structures_F_Ind_CarService","A3_Structures_F_Ind_ConcreteMixingPlant","A3_Structures_F_Ind_Crane","A3_Structures_F_Ind_DieselPowerPlant","A3_Structures_F_Ind_Factory","A3_Structures_F_Ind_FuelStation","A3_Structures_F_Ind_FuelStation_Small","A3_Structures_F_Ind_Pipes","A3_Structures_F_Ind_PowerLines","A3_Structures_F_Ind_ReservoirTank","A3_Structures_F_Ind_Shed","A3_Structures_F_Ind_SolarPowerPlant","A3_Structures_F_Ind_Tank","A3_Structures_F_Ind_Transmitter_Tower","A3_Structures_F_Ind_WavePowerPlant","A3_Structures_F_Ind_Windmill","A3_Structures_F_Ind_WindPowerPlant","A3_Structures_F_Items","A3_Structures_F_Items_Documents","A3_Structures_F_Items_Electronics","A3_Structures_F_Items_Cans","A3_Structures_F_Items_Gadgets","A3_Structures_F_Items_Luggage","A3_Structures_F_Items_Medical","A3_Structures_F_Items_Military","A3_Structures_F_Items_Stationery","A3_Structures_F_Items_Tools","A3_Structures_F_Items_Valuables","A3_Structures_F_Items_Vessels","A3_Structures_F_Mil","A3_Structures_F_Mil_BagBunker","A3_Structures_F_Mil_BagFence","A3_Structures_F_Mil_Barracks","A3_Structures_F_Mil_Bunker","A3_Structures_F_Mil_Cargo","A3_Structures_F_Mil_Flags","A3_Structures_F_Mil_Fortification","A3_Structures_F_Mil_Helipads","A3_Structures_F_Mil_Offices","A3_Structures_F_Mil_Radar","A3_Structures_F_Mil_Shelters","A3_Structures_F_Mil_TentHangar","A3_Structures_F_Naval","A3_Structures_F_Naval_Buoys","A3_Structures_F_Naval_Fishing","A3_Structures_F_Naval_Piers","A3_Structures_F_Naval_RowBoats","A3_Structures_F_Research","A3_Structures_F_System","A3_Structures_F_Training","A3_Structures_F_Training_InvisibleTarget","A3_Structures_F_Walls","A3_Structures_F_Bootcamp_Ind_Cargo","A3_Structures_F_Bootcamp_Items_Sport","A3_Structures_F_Bootcamp_System","A3_Structures_F_Bootcamp_Training","A3_Structures_F_Bootcamp_VR_Blocks","A3_Structures_F_Bootcamp_VR_CoverObjects","A3_Structures_F_Bootcamp_VR_Helpers","A3_Structures_F_EPA_Civ_Camping","A3_Structures_F_EPA_Civ_Constructions","A3_Structures_F_EPA_Items_Electronics","A3_Structures_F_EPA_Items_Food","A3_Structures_F_EPA_Items_Medical","A3_Structures_F_EPA_Items_Tools","A3_Structures_F_EPA_Items_Vessels","A3_Structures_F_EPA_Walls","A3_Structures_F_EPB_Civ_Accessories","A3_Structures_F_EPB_Civ_Camping","A3_Structures_F_EPB_Civ_Dead","A3_Structures_F_EPB_Civ_Garbage","A3_Structures_F_EPB_Civ_Graffiti","A3_Structures_F_EPB_Civ_PlayGround","A3_Structures_F_EPB_Furniture","A3_Structures_F_EPB_Items_Documents","A3_Structures_F_EPB_Items_Luggage","A3_Structures_F_EPB_Items_Military","A3_Structures_F_EPB_Items_Vessels","A3_Structures_F_EPB_Naval_Fishing","A3_Structures_F_EPC_Civ_Accessories","A3_Structures_F_EPC_Civ_Camping","A3_Structures_F_EPC_Civ_Garbage","A3_Structures_F_EPC_Civ_InfoBoards","A3_Structures_F_EPC_Civ_Kiosks","A3_Structures_F_EPC_Civ_PlayGround","A3_Structures_F_EPC_Civ_Tourism","A3_Structures_F_EPC_Dominants_GhostHotel","A3_Structures_F_EPC_Dominants_Stadium","A3_Structures_F_EPC_Furniture","A3_Structures_F_EPC_Items_Documents","A3_Structures_F_EPC_Items_Electronics","A3_Structures_F_EPC_Walls","A3_Structures_F_Exp_A","A3_Structures_F_Exp_A_VR_Blocks","A3_Structures_F_Exp_A_VR_Helpers","A3_Structures_F_Heli_Civ_Accessories","A3_Structures_F_Heli_Civ_Constructions","A3_Structures_F_Heli_Civ_Garbage","A3_Structures_F_Heli_Civ_Market","A3_Structures_F_Heli_Furniture","A3_Structures_F_Heli_Ind_AirPort","A3_Structures_F_Heli_Ind_Cargo","A3_Structures_F_Heli_Ind_Machines","A3_Structures_F_Heli_Items_Airport","A3_Structures_F_Heli_Items_Luggage","A3_Structures_F_Heli_Items_Sport","A3_Structures_F_Heli_Items_Tools","A3_Structures_F_Heli_VR_Helpers","A3_Structures_F_Kart_Civ_SportsGrounds","A3_Structures_F_Kart_Mil_Flags","A3_Structures_F_Mark_Items_Military","A3_Structures_F_Mark_Items_Sport","A3_Structures_F_Mark_Mil_Flags","A3_Structures_F_Mark_Training","A3_Structures_F_Mark_VR_Helpers","A3_Structures_F_Mark_VR_Shapes","A3_Structures_F_Mark_VR_Targets","A3_UIFonts_F","CUP_Buildings_Config","CABuildings","CUP_CABuildings_Misc","CABuildings_Misc","CUP_Desert2_Buildings","Desert2_Buildings","CUP_CA_desert2_Characters","CA_desert2_Characters","CUP_Desert_Config","Desert","CUP_DBE1_Hotfix","DBE1_Hotfix","CUP_CALanguage_e","CALanguage_e","CUP_CALanguage_PMC","CALanguage_PMC","CUP_CALanguage_missions_PMC","CALanguage_missions_PMC","CUP_CAWater2_seafox_EP1","CAWater2_seafox_EP1","CUP_CA_Plants2","CA_Plants2","CUP_CA_Plants2_Plant","CA_Plants2_Plant","CUP_CA_Plants2_Tree","CA_Plants2_Tree","CUP_CA_Plants_E2","CA_Plants_E2","CUP_CA_Plants_E","CA_Plants_E","CUP_CA_Plants_E_Misc","CA_Plants_E_Misc","CUP_CA_Plants_E_Plant","CA_Plants_E_Plant","CUP_CA_Plants_E_Tree","CA_Plants_E_Tree","CUP_Sara_Config","Sara","CUP_Saralite_Config","SaraLite","CUP_CASigns2","CASigns2","CUP_Structures_Config","CAStructures","CUP_CAStructures_A_BuildingWIP","CAStructures_A_BuildingWIP","CUP_CAStructures_A_CraneCon","CAStructures_A_CraneCon","CUP_CAStructuresLand_A_MunicipalOffice","CAStructuresLand_A_MunicipalOffice","CUP_CAStructuresBarn_W","CAStructuresBarn_W","CUP_CAStructures_Castle","CAStructures_Castle","CUP_CAStructuresHouse","CAStructuresHouse","CUP_CAStructuresHouse_A_FuelStation","CAStructuresHouse_A_FuelStation","CUP_CAStructuresHouse_A_Hospital","CAStructuresHouse_A_Hospital","CUP_CAStructuresHouse_A_Office01","CAStructuresHouse_A_Office01","CUP_CAStructuresHouse_A_Office02","CAStructuresHouse_A_Office02","CUP_CAStructuresHouse_a_stationhouse","CAStructuresHouse_a_stationhouse","CUP_CAStructuresHouse_Church_02","CAStructuresHouse_Church_02","CUP_CAStructuresHouse_Church_03","CAStructuresHouse_Church_03","CUP_CAStructuresHouse_Church_05R","CAStructuresHouse_Church_05R","CUP_CAStructuresHouse_HouseBT","CAStructuresHouse_HouseBT","CUP_CAStructuresHouse_HouseV2","CAStructuresHouse_HouseV2","CUP_CAStructuresHouse_HouseV","CAStructuresHouse_HouseV","CUP_CAStructuresLand_Ind_Stack_Big","CAStructuresLand_Ind_Stack_Big","CUP_CAStructures_IndPipe1","CAStructures_IndPipe1","CUP_CAStructuresInd_Quarry","CAStructuresInd_Quarry","CUP_Ind_SawMill","Ind_SawMill","CUP_CAStructures_Mil","CAStructures_Mil","CUP_CAStructures_Misc","CAStructures_Misc","CUP_CAStructures_Misc_Armory","CAStructures_Misc_Armory","CUP_CAStructures_Misc_Armory_Armor_Popuptarget","CAStructures_Misc_Armory_Armor_Popuptarget","CUP_CAStructures_Misc_Powerlines","CAStructures_Misc_Powerlines","CUP_CAStructures_Nav","CAStructures_Nav","CUP_CAStructuresLand_Nav_Boathouse","CAStructuresLand_Nav_Boathouse","CUP_CAStructures_Proxy_BuildingParts","CAStructures_Proxy_BuildingParts","CUP_CAStructures_Proxy_Ruins","CAStructures_Proxy_Ruins","CUP_CAStructures_Rail","CAStructures_Rail","CUP_CAStructuresHouse_rail_station_big","CAStructuresHouse_rail_station_big","CUP_CAStructures_Ruins","CAStructures_Ruins","CUP_CAStructuresShed_Small","CAStructuresShed_Small","CUP_CAStructuresHouse_Shed_Ind","CAStructuresHouse_Shed_Ind","CUP_CAStructures_Wall","CAStructures_Wall","CUP_CAUI","CAUI","CUP_CAWater2_LHD","CAWater2_LHD","CUP_Models_DBE1_Config","Models_DBE1","CUP_Kamenolom_DBE1","Kamenolom_DBE1","CUP_Pila_DBE1","Pila_DBE1","CUP_UI_DBE1","UI_DBE1","CUP_Vysilac_DBE1","Vysilac_DBE1","CUP_Zakladna_DBE1","Zakladna_DBE1","CUP_Sara_dbe1_Config","Sara_dbe1","a3_epoch_structures","A3_Animals_F","A3_Animals_F_AnimConfig","A3_Animals_F_Fishes","A3_Animals_F_Kestrel","A3_Animals_F_Rabbit","A3_Animals_F_Seagull","A3_Animals_F_Snakes","A3_Animals_F_Turtle","A3_Animals_F_Chicken","A3_Animals_F_Dog","A3_Animals_F_Goat","A3_Animals_F_Sheep","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Anims_F_EPA","A3_Anims_F_EPC","A3_Anims_F_Exp_A","A3_Anims_F_Kart","A3_Anims_F_Mark_Deployment","A3_Language_F_Bootcamp","A3_Language_F_Exp_A","A3_Map_Data","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Plants_F_Bush","A3_Props_F_Exp_A","A3_Props_F_Exp_A_Military","A3_Signs_F","A3_Signs_F_AD","A3_Structures_F_Signs_Companies","A3_Structures_F_Bootcamp_Civ_Camping","A3_Structures_F_Bootcamp_Civ_SportsGrounds","A3_Structures_F_Bootcamp_Items_Electronics","A3_Structures_F_Bootcamp_Items_Food","A3_Structures_F_Heli_Items_Electronics","A3_Structures_F_Heli_Items_Food","A3_Structures_F_Kart_Signs_Companies","A3_UI_F","A3_UI_F_Curator","A3_UI_F_Kart","A3_UI_F_Mark","A3_UI_F_MP_Mark","A3_Weapons_F","A3_Weapons_F_NATO","A3_Weapons_F_CSAT","A3_Weapons_F_AAF","A3_weapons_F_FIA","A3_Weapons_F_ItemHolders","A3_Weapons_F_Headgear","A3_Weapons_F_Uniforms","A3_Weapons_F_Vests","A3_Weapons_F_Ammoboxes","A3_Weapons_F_DummyWeapons","A3_Weapons_F_Explosives","A3_Weapons_F_Items","A3_Weapons_F_Launchers_NLAW","A3_Weapons_F_Launchers_LAW","A3_Weapons_F_Launchers_Titan","A3_Weapons_F_EPA_LongRangeRifles_DMR_01","A3_Weapons_F_EBR","A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_LongRangeRifles_M320","A3_Weapons_F_Machineguns_M200","A3_Weapons_F_Machineguns_Zafir","A3_Weapons_F_Pistols_ACPC2","A3_Weapons_F_Pistols_P07","A3_Weapons_F_Pistols_Pistol_heavy_01","A3_Weapons_F_Pistols_Pistol_heavy_02","A3_Weapons_F_Pistols_Rook40","A3_Weapons_F_Rifles_Khaybar","A3_Weapons_F_Rifles_Mk20","A3_Weapons_F_Rifles_MX","A3_Weapons_F_EPB_Rifles_MX_Black","A3_Weapons_F_Rifles_SDAR","A3_Weapons_F_Rifles_TRG20","A3_Weapons_F_Pistols_PDW2000","A3_Weapons_F_Rifles_Vector","a3_weapons_f_rifles_SMG_02","A3_Weapons_F_beta","A3_Weapons_F_Beta_Ammoboxes","A3_Weapons_F_beta_EBR","A3_Weapons_F_EPA_LongRangeRifles_GM6","A3_Weapons_F_EPB_LongRangeRifles_M320","A3_Weapons_F_beta_Rifles_Khaybar","A3_Weapons_F_beta_Rifles_MX","A3_Weapons_F_beta_Rifles_TRG20","A3_Weapons_F_Bootcamp_LongRangeRifles_GM6","A3_Weapons_F_Bootcamp_LongRangeRifles_M320","A3_Weapons_F_EPB_LongRangeRifles_GM3","A3_Weapons_F_gamma","A3_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_EPA_EBR","A3_Weapons_F_EPA_Rifles_MX","A3_Weapons_F_Kart_Pistols_Pistol_Signal_F","A3_Weapons_F_Mark_LongRangeRifles_DMR_01","A3_Weapons_F_Mark_EBR","A3_Weapons_F_Mark_LongRangeRifles_GM6","A3_Weapons_F_Mark_LongRangeRifles_GM6_camo","A3_Weapons_F_Mark_LongRangeRifles_M320","A3_Weapons_F_Mark_LongRangeRifles_M320_camo","A3_Weapons_F_Mark_Machineguns_M200","A3_Weapons_F_Mark_Machineguns_Zafir","A3_Weapons_F_Mark_Rifles_Khaybar","A3_Weapons_F_Mark_Rifles_Mk20","A3_Weapons_F_Mark_Rifles_MX","A3_Weapons_F_Mark_Rifles_SDAR","A3_Weapons_F_Mark_Rifles_TRG20","CUP_Buildings2_Config","CABuildings2","CUP_A_Crane_02","A_Crane_02","CUP_A_GeneralStore_01","A_GeneralStore_01","CUP_CABuildings2_A_Pub","CABuildings2_A_Pub","CUP_A_statue","A_statue","CUP_Barn_Metal","Barn_Metal","CUP_CABuildingParts","CABuildingParts","CUP_CABuildingParts_Signs","CABuildingParts_Signs","CUP_CATEC","CATEC","CUP_Church_01","Church_01","CUP_Farm_Cowshed","Farm_Cowshed","CUP_Farm_WTower","Farm_WTower","CUP_CAHouseBlock_A","CAHouseBlock_A","CUP_CAHouseBlock_B","CAHouseBlock_B","CUP_CAHouseBlock_C","CAHouseBlock_C","CUP_CAHouseBlock_D","CAHouseBlock_D","CUP_HouseRuins","HouseRuins","CUP_Ind_Dopravnik","Ind_Dopravnik","CUP_Ind_Expedice","Ind_Expedice","CUP_Ind_MalyKomin","Ind_MalyKomin","CUP_Ind_Mlyn","Ind_Mlyn","CUP_Ind_Pec","Ind_Pec","CUP_ind_silomale","ind_silomale","CUP_Ind_SiloVelke","Ind_SiloVelke","CUP_Ind_Vysypka","Ind_Vysypka","CUP_Ind_Garage01","Ind_Garage01","CUP_CAStructures_IndPipe1_todo_delete","CAStructures_IndPipe1_todo_delete","CUP_IndPipe2","IndPipe2","CUP_Ind_Shed_01","Ind_Shed_01","CUP_Ind_Shed_02","Ind_Shed_02","CUP_Ind_Tank","Ind_Tank","CUP_Ind_Workshop01","Ind_Workshop01","CUP_CABuildings2_Misc_Cargo","CABuildings2_Misc_Cargo","CUP_Misc_PowerStation","Misc_PowerStation","CUP_Misc_WaterStation","Misc_WaterStation","CUP_Rail_House_01","Rail_House_01","CUP_Shed_small","Shed_small","CUP_Shed_wooden","Shed_wooden","CUP_particle_effects","particle_effects","CUP_Chernarus_Config","Chernarus","CUP_Chernarus_Summer_Config","Chernarus_Summer","CUP_Desert2_Config","Porto","CUP_Hotfix_Config","CA_Hotfix","CUP_CA_QGClutterHotfix","CA_QGClutterHotfix","CUP_CA_Hotfix_vez_ropa","CA_Hotfix_vez_ropa","CUP_CAMisc2","CAMisc2","CUP_Misc3_Config","CAMisc3","CUP_WarfareBuildings","WarfareBuildings","CUP_Misc_e_Config","CAMisc_E","CUP_CAMisc_E_WF","CAMisc_E_WF","CUP_CAMP_Armory_Misc","CAMP_Armory_Misc","CUP_CAMP_Armory_Misc_Concrete_Wall","CAMP_Armory_Misc_Concrete_Wall","CUP_CAMP_Armory_Misc_Entrance_Gate","CAMP_Armory_Misc_Entrance_Gate","CUP_CAMP_Armory_Misc_Info_Board","CAMP_Armory_Misc_Info_Board","CUP_CAMP_Armory_Misc_Infostands","CAMP_Armory_Misc_Infostands","CUP_CAMP_Armory_Misc_Laptop","CAMP_Armory_Misc_Laptop","CUP_CAMP_Armory_Misc_Loudspeakers","CAMP_Armory_Misc_Loudspeakers","CUP_CAMP_Armory_Misc_Plasticpole","CAMP_Armory_Misc_Plasticpole","CUP_CAMP_Armory_Misc_Red_Light","CAMP_Armory_Misc_Red_Light","CUP_CAMP_Armory_Misc_Sign_Armex","CAMP_Armory_Misc_Sign_Armex","CUP_CAMP_Armory_Misc_Sign_Direction","CAMP_Armory_Misc_Sign_Direction","CUP_CA_Plants2_Bush","CA_Plants2_Bush","CUP_CA_Plants2_Misc","CA_Plants2_Misc","CUP_CA_Plants_E_Bush","CA_Plants_E_Bush","CUP_CA_Plants_PMC","CA_Plants_PMC","CUP_CARoads2Bridge","CARoads2Bridge","CUP_CARoads_PMC_Bridge","CARoads_PMC_Bridge","CUP_A_TVTower","A_TVTower","CUP_CAStructures_Nav_pier","CAStructures_Nav_pier","CUP_CAStructures_Railway","CAStructures_Railway","CUP_Structures_e_Config","CAStructures_E","CUP_CAStructures_E_HouseA","CAStructures_E_HouseA","CUP_CAStructures_E_HouseA_A_BuildingWIP","CAStructures_E_HouseA_A_BuildingWIP","CUP_CAStructures_E_HouseA_A_CityGate1","CAStructures_E_HouseA_A_CityGate1","CUP_CAStructures_E_HouseA_A_Minaret","CAStructures_E_HouseA_A_Minaret","CUP_CAStructures_E_HouseA_A_Minaret_Porto","CAStructures_E_HouseA_A_Minaret_Porto","CUP_CAStructures_E_HouseA_A_Mosque_big","CAStructures_E_HouseA_A_Mosque_big","CUP_CAStructures_E_HouseA_A_Mosque_small","CAStructures_E_HouseA_A_Mosque_small","CUP_CAStructures_E_HouseA_A_Office01","CAStructures_E_HouseA_A_Office01","CUP_CAStructures_E_HouseA_a_stationhouse","CAStructures_E_HouseA_a_stationhouse","CUP_CAStructures_E_HouseA_A_Statue","CAStructures_E_HouseA_A_Statue","CUP_CAStructures_E_HouseA_A_Villa","CAStructures_E_HouseA_A_Villa","CUP_CAStructures_E_HouseC","CAStructures_E_HouseC","CUP_CAStructures_E_HouseK","CAStructures_E_HouseK","CUP_CAStructures_E_HouseL","CAStructures_E_HouseL","CUP_CAStructures_E_Ind","CAStructures_E_Ind","CUP_CAStructures_E_Ind_Ind_Coltan_Mine","CAStructures_E_Ind_Ind_Coltan_Mine","CUP_CAStructures_E_Ind_Ind_FuelStation","CAStructures_E_Ind_Ind_FuelStation","CUP_CAStructures_E_Ind_Ind_Garage01","CAStructures_E_Ind_Ind_Garage01","CUP_CAStructures_E_Ind_Oil_Mine","CAStructures_E_Ind_Oil_Mine","CUP_CAStructures_E_Ind_IndPipes","CAStructures_E_Ind_IndPipes","CUP_CAStructures_E_Ind_Misc_PowerStation","CAStructures_E_Ind_Misc_PowerStation","CUP_CAStructures_E_Ind_Ind_Shed","CAStructures_E_Ind_Ind_Shed","CUP_CAStructures_E_Mil","CAStructures_E_Mil","CUP_CAStructures_E_Misc","CAStructures_E_Misc","CUP_CAStructures_E_Misc_Misc_cables","CAStructures_E_Misc_Misc_cables","CUP_CAStructures_E_Misc_Misc_Construction","CAStructures_E_Misc_Misc_Construction","CUP_CAStructures_E_Misc_Misc_Garbage","CAStructures_E_Misc_Misc_Garbage","CUP_CAStructures_E_Misc_Misc_Interier","CAStructures_E_Misc_Misc_Interier","CUP_CAStructures_E_Misc_Misc_Lamp","CAStructures_E_Misc_Misc_Lamp","CUP_CAStructures_E_Misc_Misc_Market","CAStructures_E_Misc_Misc_Market","CUP_CAStructures_E_Misc_Misc_powerline","CAStructures_E_Misc_Misc_powerline","CUP_CAStructures_E_Misc_Misc_Water","CAStructures_E_Misc_Misc_Water","CUP_CAStructures_E_Misc_Misc_Well","CAStructures_E_Misc_Misc_Well","CUP_CAStructures_E_Wall","CAStructures_E_Wall","CUP_CAStructures_E_Wall_Wall_L","CAStructures_E_Wall_Wall_L","CUP_Structures_pmc_Config","CAStructures_PMC","CUP_CAStructures_PMC_Buildings","CAStructures_PMC_Buildings","CUP_CAStructures_PMC_Buildings_Bunker","CAStructures_PMC_Buildings_Bunker","CUP_CAStructures_PMC_Buildings_GeneralStore_PMC","CAStructures_PMC_Buildings_GeneralStore_PMC","CUP_CAStructures_PMC_Buildings_Ruin_Cowshed","CAStructures_PMC_Buildings_Ruin_Cowshed","CUP_CAStructures_PMC_Ind","CAStructures_PMC_Ind","CUP_CAStructures_PMC_FuelStation","CAStructures_PMC_FuelStation","CUP_CAStructures_PMC_Misc","CAStructures_PMC_Misc","CUP_CAStructures_PMC_Misc_Shed","CAStructures_PMC_Misc_Shed","CUP_CAStructures_PMC_Ruins","CAStructures_PMC_Ruins","CUP_CAStructures_PMC_Walls","CAStructures_PMC_Walls","CUP_Takistan_Config","Takistan","CUP_Utes_Config","Utes","CUP_Zargabad_Config","zargabad","CUP_ibr_plants","ibr_plants","a2_epoch_weapons","A3_epoch_assets","A3_Anims_F_Heli","A3_Characters_F","A3_Characters_F_BLUFOR","A3_Characters_F_Civil","A3_Characters_F_Heads","A3_Characters_F_OPFOR","A3_Characters_F_Proxies","A3_Characters_F_Beta","A3_Characters_F_INDEP","A3_Characters_F_Bootcamp","A3_Characters_F_EPB_Heads","A3_Characters_F_Gamma","A3_Characters_F_Mark","A3_Data_F_Curator","A3_Data_F_Curator_Eagle","A3_Data_F_Curator_Intel","A3_Data_F_Curator_Misc","A3_Data_F_Curator_Respawn","3DEN","A3_Data_F_Kart","A3_UAV_F_Characters_F_Gamma","A3_UAV_F_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_gamma_Items","A3_Map_Altis","A3_Map_Altis_Scenes","A3_Missions_F","A3_Missions_F_Beta","A3_Missions_F_Gamma","A3_Missions_F_Kart","A3_Modules_F_Bootcamp","A3_Modules_F_Curator","A3_Modules_F_Curator_Animals","A3_Modules_F_Curator_CAS","A3_Modules_F_Curator_Curator","A3_Modules_F_Curator_Effects","A3_Modules_F_Curator_Environment","A3_Modules_F_Curator_Flares","A3_Modules_F_Curator_Intel","A3_Modules_F_Curator_Lightning","A3_Modules_F_Curator_Mines","A3_Modules_F_Curator_Misc","A3_Modules_F_Curator_Multiplayer","A3_Modules_F_Curator_Objectives","A3_Modules_F_Curator_Ordnance","A3_Modules_F_Curator_Respawn","A3_Modules_F_Curator_Smokeshells","A3_Modules_F_Exp_A","A3_Modules_F_Kart","A3_Modules_F_Kart_TimeTrials","A3_Props_F_Exp_A_Military_Equipment","A3_Static_F","A3_Static_F_Mortar_01","A3_Static_F_Beta_Mortar_01","A3_Static_F_Gamma","A3_Static_F_Gamma_Mortar_01","A3_Static_F_Mark_Designator_01","A3_Static_F_Mark_Designator_02","A3_Supplies_F_Heli","A3_Supplies_F_Heli_Bladders","A3_Supplies_F_Heli_CargoNets","A3_Supplies_F_Heli_Fuel","A3_Supplies_F_Heli_Slingload","A3_Supplies_F_Mark","A3_UI_F_Bootcamp","A3_UI_F_Exp_A","A3_UI_F_Heli","A3_Weapons_F_Acc","A3_Weapons_F_Beta_Acc","A3_Weapons_F_Bootcamp_Ammoboxes","A3_Weapons_F_EPA","A3_Weapons_F_EPA_Acc","A3_Weapons_F_EPA_Ammoboxes","A3_Weapons_F_EPB","A3_Weapons_F_EPB_Acc","A3_Weapons_F_EPB_Ammoboxes","A3_Weapons_F_EPC","A3_Weapons_F_gamma_Acc","A3_Weapons_F_Kart","A3_Weapons_F_Mark_Acc","CUP_Afghan_Config","Mountains_ACR","CUP_Bohemia_Config","Woodland_ACR","CUP_Bootcamp_acr_Config","Bootcamp_ACR","CUP_Data_baf_Config","CA_BAF","CUP_Desert_e_Config","Desert_E","CUP_CALanguage_Baf","CALanguage_Baf","CUP_CALanguageMissions_baf","CALanguageMissions_baf","CUP_Misc_acr_Config","CAMisc_ACR","CUP_CAMisc_ACR_3DMarkers","CAMisc_ACR_3DMarkers","CUP_CAMisc_ACR_Container","CAMisc_ACR_Container","CUP_CAMisc_ACR_Dog","CAMisc_ACR_Dog","CUP_CAMisc_ACR_Helpers","CAMisc_ACR_Helpers","CUP_CAMisc_ACR_PBX","CAMisc_ACR_PBX","CUP_CAMisc_ACR_ScaffoldingSmall","CAMisc_ACR_ScaffoldingSmall","CUP_CAMisc_ACR_Shooting_range","CAMisc_ACR_Shooting_range","CUP_CAMisc_ACR_Sign_Mines","CAMisc_ACR_Sign_Mines","CUP_CAMisc_ACR_Targets","CAMisc_ACR_Targets","CUP_CAMisc_ACR_Targets_InvisibleTarget","CAMisc_ACR_Targets_InvisibleTarget","CUP_CAMisc_ACR_TestSphere","CAMisc_ACR_TestSphere","CUP_CAMisc_BAF","CAMisc_BAF","CUP_Provinggrounds_pmc_Config","ProvingGrounds_PMC","CUP_Shapur_baf_Config","Shapur_BAF","CUP_BaseConfig_F","A3_Air_F","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Light_02","A3_Air_F_Beta","A3_Air_F_Beta_Heli_Attack_01","A3_Air_F_Beta_Heli_Attack_02","A3_Air_F_Beta_Heli_Transport_01","A3_Air_F_Beta_Heli_Transport_02","A3_Air_F_Beta_Parachute_01","A3_Air_F_Beta_Parachute_02","A3_Air_F_EPB_Heli_Light_03","A3_Air_F_EPC_Plane_CAS_01","A3_Air_F_EPC_Plane_CAS_02","A3_Air_F_Gamma_Plane_Fighter_03","A3_Air_F_Heli","A3_Air_F_Heli_Heli_Attack_01","A3_Air_F_Heli_Heli_Attack_02","A3_Air_F_Heli_Heli_Light_01","A3_Air_F_Heli_Heli_Light_02","A3_Air_F_Heli_Heli_Light_03","A3_Air_F_Heli_Heli_Transport_01","A3_Air_F_Heli_Heli_Transport_02","A3_Air_F_Heli_Heli_Transport_03","A3_Air_F_Heli_Heli_Transport_04","A3_Armor_F","A3_armor_f_beta","A3_Armor_F_Panther","A3_armor_f_beta_APC_Tracked_02","A3_Armor_F_EPB_APC_tracked_03","A3_Armor_F_EPB_MBT_03","A3_Armor_F_Slammer","A3_Armor_F_T100K","A3_Boat_F","A3_Boat_F_Boat_Armed_01","A3_Boat_F_Boat_Transport_01","A3_Boat_F_Beta_Boat_Armed_01","A3_Boat_F_Beta_Boat_Transport_01","A3_Boat_F_SDV_01","A3_Boat_F_EPC_Submarine_01_F","A3_Boat_F_Civilian_Boat","A3_Boat_F_Trawler","A3_Boat_F_Gamma_Boat_Transport_01","A3_Boat_F_Heli_Boat_Armed_01","A3_Boat_F_Heli_SDV_01","A3_Characters_F_Common","A3_Characters_F_Bootcamp_Common","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Characters_F_EPC","A3_Characters_F_Kart","A3_Data_F_Curator_Characters","A3_Data_F_Curator_Virtual","A3_Data_F_Exp_A_Virtual","A3_Data_F_Heli","A3_Air_F_Gamma_UAV_01","A3_Air_F_Gamma_UAV_02","A3_Missions_F_Bootcamp","A3_Missions_F_Curator","A3_Missions_F_EPA","A3_Missions_F_EPB","A3_Missions_F_EPC","A3_Missions_F_Exp_A","A3_Missions_F_Heli","A3_Missions_F_Mark","A3_Missions_F_MP_Mark","A3_Modules_F_Bootcamp_Misc","A3_Modules_F_Curator_Chemlights","A3_Soft_F","A3_Soft_F_MRAP_01","A3_Soft_F_MRAP_02","A3_Soft_F_Offroad_01","A3_Soft_F_Quadbike","A3_Soft_F_MRAP_03","A3_Soft_F_Beta_Quadbike","A3_Soft_F_HEMTT","A3_Soft_F_TruckHeavy","A3_Soft_F_EPC_Truck_03","A3_Soft_F_Car","A3_Soft_F_Gamma_Offroad","A3_Soft_F_Gamma_Quadbike","A3_Soft_F_SUV","A3_Soft_F_Gamma_HEMTT","A3_Soft_F_Gamma_TruckHeavy","A3_Soft_F_Truck","A3_Soft_F_Heli_Car","A3_Soft_F_Heli_MRAP_01","A3_Soft_F_Heli_MRAP_02","A3_Soft_F_Heli_MRAP_03","A3_Soft_F_Heli_Quadbike","A3_Soft_F_Heli_SUV","A3_Soft_F_Heli_Truck","A3_Soft_F_Kart_Kart_01","A3_Static_F_Gamma_AA","A3_Static_F_Gamma_AT","A3_Structures_F_Mil_Scrapyard","A3_Structures_F_Wrecks","A3_Structures_F_EPA_Mil_Scrapyard","A3_Weapons_F_Bootcamp","A3_Weapons_F_Mark","A3_Weapons_F_Mark_LongRangeRifles_DMR_02","A3_Weapons_F_Mark_LongRangeRifles_DMR_03","A3_Weapons_F_Mark_LongRangeRifles_DMR_04","A3_Weapons_F_Mark_LongRangeRifles_DMR_05","A3_Weapons_F_Mark_LongRangeRifles_DMR_06","A3_Weapons_F_Mark_Machineguns_MMG_01","A3_Weapons_F_Mark_Machineguns_MMG_02","A3_epoch_language","A3_epoch_vehicles_1","A3_Air_F_EPC_Plane_Fighter_03","A3_Armor_F_AMV","A3_Armor_F_Marid","A3_Armor_F_EPC_MBT_01","A3_Armor_F_APC_Wheeled_03","A3_CargoPoses_F","A3_CargoPoses_F_Heli","A3_Soft_F_Crusher_UGV","A3_Soft_F_Bootcamp_Offroad_01","A3_Soft_F_Bootcamp_Quadbike","A3_Soft_F_Bootcamp_Truck","A3_Soft_F_Heli_Crusher_UGV","CUP_Core","CUP_StandaloneTerrains_Core","CUP_StandaloneTerrains_Core_Faction","CUP_StandaloneTerrains_Core_VehicleClass","CUP_Worlds","CUP_Worlds_Ambient","CUP_Worlds_Author","CUP_Worlds_Clutter","CUP_Worlds_ClutterDist","CUP_Worlds_Delete","CUP_Worlds_DisableInfiniteTerrain","CUP_Worlds_DustEffects","CUP_Worlds_EnvSounds","CUP_Worlds_FullDetailDist","CUP_Worlds_Grid","CUP_Worlds_Intros","CUP_Worlds_Lighting","CUP_Worlds_Lighting_Chernarus","CUP_Worlds_Lighting_Desert","CUP_Worlds_MapSize","CUP_Worlds_MidDetailTexture","CUP_Worlds_NoDetailDist","CUP_Worlds_PictureMap","CUP_Worlds_PictureShot","CUP_Worlds_Seabed","CUP_Worlds_SkyTexture","CUP_Worlds_StreetLamp","CUP_Worlds_Surfaces","CUP_Worlds_Water","A3_epoch_config","CUP_A1_EditorObjects","CUP_A2_EditorObjects","A3_epoch_code","A3_epoch_functions"}; //whitelisted cfgPatches for CUP terrains
+antihack_whitelistedCfgPatches[] = {}; //
antihack_banReason = "EpochMod Autoban";
antihack_kickReason = "EpochMod Autokick";
antihack_banReasons[] = {
diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp
index 3e0b9573..6af055c9 100644
--- a/Server_Install_Pack/@epochhive/epochconfig.hpp
+++ b/Server_Install_Pack/@epochhive/epochconfig.hpp
@@ -30,6 +30,15 @@ cloneCost = 100; // debt incurred on player death
// vehicles - Max vehicle slots is calculated from per vehicle limits below. Warning! Higher the number lower the performance.
simulationHandlerOld = false; // When enabled this feature disables simulation on vehicles that are not nea players. Can help improve client fps at the cost of server fps.
vehicleLockTime = 1800; // Controls how many seconds it takes to allow another person/group to unlock vehicle.
+removevehweapons[] = { // remove these Weapons from spawned Vehicles
+ "missiles_DAR","gatling_30mm","gatling_20mm","missiles_DAGR","cannon_30mm_Plane_CAS_02_F","Missile_AA_03_Plane_CAS_02_F","Missile_AGM_01_Plane_CAS_02_F","Rocket_03_HE_Plane_CAS_02_F",
+ "Rocket_03_AP_Plane_CAS_02_F","Bomb_03_Plane_CAS_02_F","Bomb_04_Plane_CAS_01_F","Rocket_04_AP_Plane_CAS_01_F","Rocket_04_HE_Plane_CAS_01_F","Missile_AGM_02_Plane_CAS_01_F","Missile_AA_04_Plane_CAS_01_F",
+ "Gatling_30mm_Plane_CAS_01_F","GBU12BombLauncher_Plane_Fighter_03_F","missiles_ASRAAM","missiles_SCALPEL","Twin_Cannon_20mm","missiles_Zephyr","rockets_skyfire","gatling_30mm_vtol_02"
+};
+removevehmagazinesturret[] = { // Remove these Magazines from the given Turret from spawned Vehicles
+ {"24Rnd_missiles",{-1}},
+ {"200Rnd_40mm_G_belt",{0}}
+};
// Traders
taxRate = 0.1; // controls the price increase for purchases
diff --git a/Server_Install_Pack/@epochhive/epochserver.so b/Server_Install_Pack/@epochhive/epochserver.so
index e6b68ac9..bc15b66f 100644
Binary files a/Server_Install_Pack/@epochhive/epochserver.so and b/Server_Install_Pack/@epochhive/epochserver.so differ
diff --git a/Server_Install_Pack/@epochhive/libhiredis.so b/Server_Install_Pack/@epochhive/libhiredis.so
deleted file mode 100644
index 20966cc1..00000000
--- a/Server_Install_Pack/@epochhive/libhiredis.so
+++ /dev/null
@@ -1 +0,0 @@
-libhiredis.so.0.10
\ No newline at end of file
diff --git a/Server_Install_Pack/@epochhive/libhiredis.so.0.10 b/Server_Install_Pack/@epochhive/libhiredis.so.0.10
deleted file mode 100644
index a9b153ea..00000000
Binary files a/Server_Install_Pack/@epochhive/libhiredis.so.0.10 and /dev/null differ
diff --git a/Server_Install_Pack/@epochhive/libpcre.so b/Server_Install_Pack/@epochhive/libpcre.so
deleted file mode 100644
index 535bba28..00000000
--- a/Server_Install_Pack/@epochhive/libpcre.so
+++ /dev/null
@@ -1 +0,0 @@
-libpcre.so.3.13.1
\ No newline at end of file
diff --git a/Server_Install_Pack/@epochhive/libpcre.so.3 b/Server_Install_Pack/@epochhive/libpcre.so.3
deleted file mode 100644
index 1ec7125a..00000000
Binary files a/Server_Install_Pack/@epochhive/libpcre.so.3 and /dev/null differ
diff --git a/Server_Install_Pack/INSTALL.txt b/Server_Install_Pack/INSTALL.txt
index 7213953e..06775909 100644
--- a/Server_Install_Pack/INSTALL.txt
+++ b/Server_Install_Pack/INSTALL.txt
@@ -1,6 +1,6 @@
A3 EPOCH Server Install Guide
-Prerequisites:
+Prerequisites (Windows):
Visual C++ Redistributable Packages for Visual Studio 2013:
http://www.microsoft.com/en-us/download/details.aspx?id=40784
@@ -8,19 +8,17 @@ http://www.microsoft.com/en-us/download/details.aspx?id=40784
== INSTALL ==
1. Remove any previous @Epoch folders and Install A3 Epoch client files (@Epoch) into Arma3 root directory.
-2. Copy the pcre3.dll and @EpochHive folder into your Arma3 root directory.
-3. Open "DB" folder and start redis-server.exe with the parameter "redis.conf" or use start-redis.cmd. (Only one redis instance is needed per box, All servers connecting to the same redis will share character data by default.)
-4. Open @EpochHive folder and edit EpochServer.ini BattlEyePath to match your server path to Battleye.
-5. If running multiple servers on the same box, open "@EpochHive" folder and edit the "EpochServer.ini" setting "InstanceID" to a unique string for each A3 Epoch server.
-6. Open "SC" folder and rename server-example.cfg to server.cfg edit the server.cfg server name, password, etc.
-7. Open the SC/Battleye folder and rename example-BEServer.cfg to BEServer.cfg and change the RConPassword.
+2. Open "DB" folder and start redis-server.exe with the parameter "redis.conf" or use start-redis.cmd. (Only one redis instance is needed per box, All servers connecting to the same redis will share character data by default.)
+3. Open @EpochHive folder and edit EpochServer.ini BattlEyePath to match your server path to Battleye.
+4. If running multiple servers on the same box, open "@EpochHive" folder and edit the "EpochServer.ini" setting "InstanceID" to a unique string for each A3 Epoch server.
+5. Open "SC" folder and rename server-example.cfg to server.cfg edit the server.cfg server name, password, etc.
+6. Open the SC/Battleye folder and rename example-BEServer.cfg to BEServer.cfg and change the RConPassword.
7. Look at the "start-A3-cmd-line-example.txt" file for an example command line for starting your server.
== NOTES ==
-* As of 0.2.5.2 Server Hotfix Build A you only need BEC (http://ibattle.org/) with watchdog plugin (included in BEC folder) if you use do not use a PVS prefix.
* You should use a service restarter (like firedaemon) to keep the redis server and Arma 3 server running.
* A3 Server should be restarted every 4 hours. A good option ssing BEC http://ibattle.org/ scheduler and the #shutdown rcon command works well. (Scheduler Example: https://gist.github.com/vbawol/38b2f57d89c2c36106b3)
* The log rotator found in tools should only need one path to Arma 3 changed and should be ran just before the Arma 3 server starts. (firedeamon Pre/post service: Before Event)
* It is recommended that you use ASM https://github.com/fred41/ASM to monitor your server performance.
-* Go to http://epochmod.com/forum/ for more help if needed.
+* Go to http://epochmod.com/forum/ for more help if needed. GLHF!
diff --git a/Server_Install_Pack/keys/epoch0390.bikey b/Server_Install_Pack/keys/epoch0390.bikey
deleted file mode 100644
index 9f855bbc..00000000
Binary files a/Server_Install_Pack/keys/epoch0390.bikey and /dev/null differ
diff --git a/Server_Install_Pack/keys/epoch0400.bikey b/Server_Install_Pack/keys/epoch0400.bikey
new file mode 100644
index 00000000..32d562f1
Binary files /dev/null and b/Server_Install_Pack/keys/epoch0400.bikey differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Altis.pbo b/Server_Install_Pack/mpmissions/epoch.Altis.pbo
index 6c3623ab..0daf47a7 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Altis.pbo and b/Server_Install_Pack/mpmissions/epoch.Altis.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Australia.pbo b/Server_Install_Pack/mpmissions/epoch.Australia.pbo
index a07c6748..69eb652d 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Australia.pbo and b/Server_Install_Pack/mpmissions/epoch.Australia.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Bootcamp_ACR.pbo b/Server_Install_Pack/mpmissions/epoch.Bootcamp_ACR.pbo
index b1892386..b9ea0fd0 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Bootcamp_ACR.pbo and b/Server_Install_Pack/mpmissions/epoch.Bootcamp_ACR.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo b/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo
index a4279d24..4d2bc48b 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo and b/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo b/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo
index 722405ec..dc67f5f0 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo and b/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo b/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo
index 423aa5cd..83c4b935 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo and b/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Desert_E.pbo b/Server_Install_Pack/mpmissions/epoch.Desert_E.pbo
index 89e282b0..ddc9aa9e 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Desert_E.pbo and b/Server_Install_Pack/mpmissions/epoch.Desert_E.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Esseker.pbo b/Server_Install_Pack/mpmissions/epoch.Esseker.pbo
index fa7c9c32..5fd74b57 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Esseker.pbo and b/Server_Install_Pack/mpmissions/epoch.Esseker.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Mountains_ACR.pbo b/Server_Install_Pack/mpmissions/epoch.Mountains_ACR.pbo
index 5e06d2f4..0d02382f 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Mountains_ACR.pbo and b/Server_Install_Pack/mpmissions/epoch.Mountains_ACR.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Napf.pbo b/Server_Install_Pack/mpmissions/epoch.Napf.pbo
index 78c7ccad..66b449e8 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Napf.pbo and b/Server_Install_Pack/mpmissions/epoch.Napf.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Porto.pbo b/Server_Install_Pack/mpmissions/epoch.Porto.pbo
index e551f341..7baadead 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Porto.pbo and b/Server_Install_Pack/mpmissions/epoch.Porto.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.ProvingGrounds_PMC.pbo b/Server_Install_Pack/mpmissions/epoch.ProvingGrounds_PMC.pbo
index 615fe23f..e4d7d48f 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.ProvingGrounds_PMC.pbo and b/Server_Install_Pack/mpmissions/epoch.ProvingGrounds_PMC.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Sara.pbo b/Server_Install_Pack/mpmissions/epoch.Sara.pbo
index c1b90392..a4258563 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Sara.pbo and b/Server_Install_Pack/mpmissions/epoch.Sara.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.SaraLite.pbo b/Server_Install_Pack/mpmissions/epoch.SaraLite.pbo
index d0dbedbb..cbed6664 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.SaraLite.pbo and b/Server_Install_Pack/mpmissions/epoch.SaraLite.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Sara_dbe1.pbo b/Server_Install_Pack/mpmissions/epoch.Sara_dbe1.pbo
index 1f13afbe..6263fc38 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Sara_dbe1.pbo and b/Server_Install_Pack/mpmissions/epoch.Sara_dbe1.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Shapur_BAF.pbo b/Server_Install_Pack/mpmissions/epoch.Shapur_BAF.pbo
index 7e147acc..622e814c 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Shapur_BAF.pbo and b/Server_Install_Pack/mpmissions/epoch.Shapur_BAF.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Stratis.pbo b/Server_Install_Pack/mpmissions/epoch.Stratis.pbo
index 3e86db07..5f4367b7 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Stratis.pbo and b/Server_Install_Pack/mpmissions/epoch.Stratis.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Takistan.pbo b/Server_Install_Pack/mpmissions/epoch.Takistan.pbo
index f310301d..3e2e9951 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Takistan.pbo and b/Server_Install_Pack/mpmissions/epoch.Takistan.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Tanoa.pbo b/Server_Install_Pack/mpmissions/epoch.Tanoa.pbo
index 12477677..f7ebe140 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Tanoa.pbo and b/Server_Install_Pack/mpmissions/epoch.Tanoa.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.VR.pbo b/Server_Install_Pack/mpmissions/epoch.VR.pbo
index b3e5dada..bf56bf99 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.VR.pbo and b/Server_Install_Pack/mpmissions/epoch.VR.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Woodland_ACR.pbo b/Server_Install_Pack/mpmissions/epoch.Woodland_ACR.pbo
index 905983c6..cdeabe27 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Woodland_ACR.pbo and b/Server_Install_Pack/mpmissions/epoch.Woodland_ACR.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.Zargabad.pbo b/Server_Install_Pack/mpmissions/epoch.Zargabad.pbo
index 0334de68..264ddfbe 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.Zargabad.pbo and b/Server_Install_Pack/mpmissions/epoch.Zargabad.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch.utes.pbo b/Server_Install_Pack/mpmissions/epoch.utes.pbo
index 51efd528..c67a4db7 100644
Binary files a/Server_Install_Pack/mpmissions/epoch.utes.pbo and b/Server_Install_Pack/mpmissions/epoch.utes.pbo differ
diff --git a/Server_Install_Pack/mpmissions/epoch_RyanZed.Tanoa.pbo b/Server_Install_Pack/mpmissions/epoch_RyanZed.Tanoa.pbo
new file mode 100644
index 00000000..7d775db9
Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch_RyanZed.Tanoa.pbo differ
diff --git a/Server_Install_Pack/pcre3.dll b/Server_Install_Pack/pcre3.dll
deleted file mode 100644
index 6ea09a1e..00000000
Binary files a/Server_Install_Pack/pcre3.dll and /dev/null differ
diff --git a/Server_Install_Pack/sc/BattlEye/addweaponcargo.txt b/Server_Install_Pack/sc/BattlEye/addweaponcargo.txt
index 330e0c88..0e5276c9 100644
--- a/Server_Install_Pack/sc/BattlEye/addweaponcargo.txt
+++ b/Server_Install_Pack/sc/BattlEye/addweaponcargo.txt
@@ -1 +1 @@
-5 "" !="(V|H)_(F|)[0-9]{1,3}_EPOCH" !="Item(Map|GPS|Compass|Watch)" !="EpochRadio[0-9]" !="(U|G|bipod|acc|muzzle|optic)_[0-9A-Z_]{1,100}" !="(NVG|Defib|Heal|Repair|Elcan(_reflex|))_EPOCH" !="(Binocular|Rangefinder|Hatchet|CrudeHatchet|WoodClub|Melee(Sledge|Maul|Rod|Sword)|ChainSaw|MultiGun|Rollins_F|Plunger)" !="(ruger_pistol|speargun|1911_pistol|akm|m14|M14Grn|m16|m16Red|m107|m107Tan|m249|m249Tan|m4a3|sr25|l85a2|l85a2_(pink|ugl))_epoch" !="SMG_(01|02)_F" !="hgun_(PDW2000|ACPC2|Rook40|P07|Pistol_heavy_0[1-2]|Pistol_Signal)_F" !="LMG_(Mk200|Zafir)_F" !="srifle_(EBR|GM6|LRR|DMR_01)_(camo_|)F" !="arifle_(Katiba|Katiba_C|Katiba_GL|SDAR|TRG21|TRG20|TRG21_GL|Mk20|Mk20C|Mk20C_plain|Mk20_GL|Mk20_plain|Mk20_GL_plain)_F" !="arifle_(MXC|MX|MX_GL|MXM|MXM_Black|MX_GL_Black|MX_Black|MXC_Black|MX_SW|MX_SW_Black)_F" !="srifle_DMR_0[2-6](_(camo|sniper|khaki|tan|multicam|woodland|spotter|blk|hex|olive)_|_)F" !="MMG_0[1-2]_(hex|tan|camo|black|sand)_F" !"CUP_((h|s)gun|(s|a)rifle|(l|s)mg)_"
+5 "" !="(V|H)_(F|)[0-9]{1,3}_EPOCH" !="Item(Map|GPS|Compass|Watch)" !="EpochRadio[0-9]" !="B_UavTerminal" !="(U|G|bipod|acc|muzzle|optic)_[0-9A-Z_]{1,100}" !="(NVG|Defib|Heal|Repair|Elcan(_reflex|))_EPOCH" !="(Binocular|Rangefinder|Hatchet|CrudeHatchet|WoodClub|Melee(Sledge|Maul|Rod|Sword)|ChainSaw|MultiGun|Rollins_F|Plunger)" !="(ruger_pistol|speargun|1911_pistol|akm|m14|M14Grn|m16|m16Red|m107|m107Tan|m249|m249Tan|m4a3|sr25|l85a2|l85a2_(pink|ugl))_epoch" !="SMG_(01|02)_F" !="hgun_(PDW2000|ACPC2|Rook40|P07|Pistol_heavy_0[1-2]|Pistol_Signal)_F" !="LMG_(Mk200|Zafir)_F" !="srifle_(EBR|GM6|LRR|DMR_01)_(camo_|)F" !="arifle_(Katiba|Katiba_C|Katiba_GL|SDAR|TRG21|TRG20|TRG21_GL|Mk20|Mk20C|Mk20C_plain|Mk20_GL|Mk20_plain|Mk20_GL_plain)_F" !="arifle_(MXC|MX|MX_GL|MXM|MXM_Black|MX_GL_Black|MX_Black|MXC_Black|MX_SW|MX_SW_Black)_F" !="srifle_DMR_0[2-6](_(camo|sniper|khaki|tan|multicam|woodland|spotter|blk|hex|olive)_|_)F" !="MMG_0[1-2]_(hex|tan|camo|black|sand)_F" !"CUP_((h|s)gun|(s|a)rifle|(l|s)mg)_"
diff --git a/Server_Install_Pack/sc/BattlEye/attachto.txt b/Server_Install_Pack/sc/BattlEye/attachto.txt
index aea73eda..1fca43b2 100644
--- a/Server_Install_Pack/sc/BattlEye/attachto.txt
+++ b/Server_Install_Pack/sc/BattlEye/attachto.txt
@@ -1 +1 @@
-5 "" !WeaponHolderSimulated !Shot !"(Safe|LockBox|FirePlace|PlotPole|Jack|SolarGen)_EPOCH" !"Jack_SIM_EPOCH" !"LockBox_Ghost_EPOCH" !"CinderWallHalf_Ghost_EPOCH" !"(Tipi|Workbench|StorageShelf|Wood(Floor|LargeWall|Stairs|Ramp|Ladder|Tower)_Ghost_EPOCH" !"(Hesco3|Metal|Foundation)_Ghost_EPOCH" !"Land_Cages_F" !"Epoch_Sapper_F"
+5 "" !WeaponHolderSimulated !Shot !"(Safe|LockBox|FirePlace|PlotPole|Jack|SolarGen)_EPOCH" !"Jack_SIM_EPOCH" !"LockBox_Ghost_EPOCH" !"CinderWallHalf_Ghost_EPOCH" !"(Tipi|Workbench|StorageShelf|Wood(Floor|LargeWall|Stairs|Ramp|Ladder|Tower)_Ghost_EPOCH" !"(Hesco3|Metal|Foundation)_Ghost_EPOCH" !"Land_Cages_F" !"Epoch_Sapper_F" !"[A-Z]_(G_)?(Offroad|Quadbike|Hatchback|SUV|Rubberboat|Van|Boat_Civil|SDV|MRAP|Truck)_([0-9]+_)?((box|transport|covered|mover|police|rescue|armed)_)?EPOCH" !"([A-Z]_)?[A-Z]+_(Boat|Scooter|Offroad|LSV)_((Transport)_)?[0-9]+_((unarmed|light)_)?F" !"K0(1|2|3|4)"
diff --git a/Server_Install_Pack/sc/BattlEye/scripts.txt b/Server_Install_Pack/sc/BattlEye/scripts.txt
index e2977d5f..8d4be834 100644
--- a/Server_Install_Pack/sc/BattlEye/scripts.txt
+++ b/Server_Install_Pack/sc/BattlEye/scripts.txt
@@ -1,5 +1,5 @@
//new2
-7 "BIS_fnc_dynamictext" !="\"BIS_fnc_dynamictext"\" !="'BIS_fnc_dynamictext'"
+7 "BIS_fnc_dynamictext" !="\"BIS_fnc_dynamictext\"" !="'BIS_fnc_dynamictext'"
7 forceRespawn !="ForceRespawnDuration" !="reviveHandleForceRespawnAction" !="forcerespawn player;"
7 setFriend
7 setAmmo
@@ -8,65 +8,65 @@
7 setWeaponReloadingTime
7 allMissionObjects !="_alljammer = allmissionobjects 'PlotPole_EPOCH';"
7 callExtension
-7 showCommandingMenu !="showCommandingMenu '';" !"showCommandingMenu '#USER:"
-7 moveIn !="\"A3\functions_f\Misc\fn_moveIn.sqf\"" !="\"A3\functions_f\arrays\fn_removeIndex.sqf\"" !="player moveInAny _vehicle;\nEPOCH_antiWallCount = EPOCH_antiWallCount + 1;" !="[\"I_UAV_AI\", position _unit, [], 0, \"CAN_COLLIDE\"];\n_driver moveInAny _unit;" !="_driver moveInAny Epoch_mission_uav;" !="axeVIP moveInDriver vehicle axeVIP;" !="axeVIP moveInCargo vehicle axeVIP; !="_driver moveInDriver _axeCopter;" !="_unit moveInGunner _axeCopter;" !="axeVIP moveInDriver vehicle axeVIP;" !="axeVIP moveInCargo vehicle axeVIP;"
-7 attachTo !="EP_light attachTo [player,[0,8.11,_nlZ]];" !="_bomb attachTo [_unit, [0,0,0],\"Pelvis\"];" !="_dogHolder attachTo [_dog, [-0.2,1.2,0.7]];" !="EPOCH_target attachTo[player];" !="_sapperSmoke attachTo [_sapper,[0,0,-0.4]];"" !="_cage attachTo [_cage2,[0,1.3,0]];"
+7 showCommandingMenu !="showCommandingMenu '';" !="showCommandingMenu '#USER:"
+7 moveIn !="\"BIS_fnc_moveIn\"" !="\"A3\functions_f\Misc\fn_moveIn.sqf\"" !="\"A3\functions_f\arrays\fn_removeIndex.sqf\"" !="player moveInAny _vehicle;\nEPOCH_antiWallCount = EPOCH_antiWallCount + 1;" !="[\"I_UAV_AI\", position _unit, [], 0, \"CAN_COLLIDE\"];\n_driver moveInAny _unit;" !="_driver moveInAny Epoch_mission_uav;" !="axeVIP moveInDriver vehicle axeVIP;" !="axeVIP moveInCargo vehicle axeVIP;" !="_driver moveInDriver _axeCopter;" !="_unit moveInGunner _axeCopter;" !="axeVIP moveInDriver vehicle axeVIP;" !="axeVIP moveInCargo vehicle axeVIP;" !="_driver moveInAny axeUAV"
+7 attachTo !="attachToRelative" !="_meat attachTo [_object,[0,0,0.2],\"head\"];" !="setParticleClass \"ObjectDestructionFire1Smallx\";\n_source01 attachto [_object,[0,0,0]];" !="_smoke1 attachTo [_v,[0,0,0],\"engine_effect_1\"];" !="EP_light attachTo [player,[0,8.11,_nlZ]];" !="_bomb attachTo [_unit, [0,0,0],\"Pelvis\"];" !="_dogHolder attachTo [_dog, [-0.2,1.2,0.7]];" !="EPOCH_target attachTo[player];" !="_sapperSmoke attachTo [_sapper,[0,0,-0.4]];" !="_cage attachTo [_cage2,[0,1.3,0]];"
7 enableCollisionWith
7 hideObject !="_dogHolder hideobject true;" !="_dogHolder hideobject false;" !="player hideobject true;" !="_ship hideobject true;\n_ship hideobjectglobal true;"
7 setvelocity !="setVelocityTarget" !="_bolt setPosATL _pos;\n_bolt setVelocity [0, 0, -10];" !="EPOCH_target setvelocitytransformation" !="_currentTarget setVelocity [0,0,-0.01];" !="_head setVelocity [\n(sin _dir * _speed), \n(cos _dir * _speed)" !="_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)];" !="_head setVelocity [random 2,random 2,10];" !="_bobber setVelocity [0,-1,-10];" !="_x setvelocity [0,0,0.1];" !="_veh setVelocity [0,0,0];" !="_this select 0 setvelocity (_this select 1)" !="_zombie setVelocityTransformation [_aslPos,_aslPos,_unitV,_unitV,_unitvDir,_vDir,_unitvUp,_unitvUp,2];"
-7 assignAs !="assignAsCargo" !="_unit assignAsGunner _axeCopter;" !="_driver assignAsDriver _axeCopter;" !="axeVIP assignAsDriver vehicle axeVIP;"
+7 assignAs !"assignAsCargo" !="_unit assignAsGunner _axeCopter;" !="_driver assignAsDriver _axeCopter;" !="axeVIP assignAsDriver vehicle axeVIP;"
7 assignAsCargo !="_x assignAsCargo axeGeneralsBoat;" !="axeVIP assignAsCargo vehicle player;" !="axeVIP assignAsCargo vehicle axeVIP;"
7 allowDamage !="_unit allowDamage false;" !="_unit allowDamage true;" !="player allowDamage true;" !="vehicle player allowDamage true;" !="player allowDamage false;" !="_target allowDamage true;" !="_cargo allowDamage false;"
7 addWeaponCargo !="_acceptHolder addWeaponCargo [_wWeapon, 1] ;" !="CBA_fnc_addWeaponCargo" !="\\fnc_addWeaponCargo" !="\"addWeaponCargo" !="cba_fAddWeaponCargo"
7 onMapSingleClick !="onMapSingleClick '';" !="\"onmapsingleclick\""
7 addMagazine !"addMagazineCargo" !="player addMagazine [_item, _magazineSizeMax];" !="player addMagazine [_item, floor (_magazineSize % _magazineSizeMax)];" !="player addMagazine[_x select 0, _x select 1];" !="player addMagazine \"sledge_swing\";" !="player addMagazine \"Hatchet_swing\";" !="player addMagazine \"stick_swing\";" !="_wh addMagazineAmmoCargo[_item, 1, _count];" !="CBA_fnc_addMagazine" !="\\fnc_addMagazine" !="\"addMagazine"
-7 addMagazineCargo !"_dogHolder addMagazineCargo [\"RabbitCarcass_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"Pelt_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"Venom_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"SnakeCarcass_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"ChickenCarcass_EPOCH\", 1]" !="_acceptHolder addMagazineCargo [_wAmmo, 1] ;" !="CBA_fnc_addMagazineCargo" !="\\fnc_addMagazineCargo" !="\"addMagazineCargo" !="cba_fAddMagazineCargo"
+7 addMagazineCargo !="_dogHolder addMagazineCargo [\"RabbitCarcass_EPOCH\", 1]" !="_dogHolder addMagazineCargo [\"Pelt_EPOCH\", 1]" !="_dogHolder addMagazineCargo [\"Venom_EPOCH\", 1]" !="_dogHolder addMagazineCargo [\"SnakeCarcass_EPOCH\", 1]" !="_dogHolder addMagazineCargo [\"ChickenCarcass_EPOCH\", 1]" !="_acceptHolder addMagazineCargo [_wAmmo, 1] ;" !="CBA_fnc_addMagazineCargo" !="\\fnc_addMagazineCargo" !="\"addMagazineCargo" !="cba_fAddMagazineCargo"
7 addItem !="{player addItemToVest _x} forEach _vestItems;" !="player addItem _item;" !="_plyr addItemToVest _missionItem;" !="axeVIP addItemToVest _item;" !="_plyr addItemToVest _missionItem;" !="EPOCH_fnc_addItemOverflow" !="CBA_fnc_addItem" !="\\fnc_addItem" !="\"addItem" !="fnc_addItemCargo"
7 addBackPack !="fnc_addBackpackCargo"
-7 addMissionEventHandler !="addMissionEventHandler ['Draw3D',_var + \"call Epoch_gui3DCooldownEH;\"];" !="addMissionEventHandler ['Draw3D',_var + \"call epoch_gui3dModelPosEH;\"];" !="addMissionEventHandler ['Draw3D',_var + \"call epoch_gui3dWorldPosEH;\"];" !="addMissionEventHandler [\n"ended",\n{\n\nBIS_fnc_missionHandlers_end = _this;"
+7 addMissionEventHandler !="addMissionEventHandler [\"HandleDisconnect\"," !="addMissionEventHandler [\"Loaded\"," !="addMissionEventHandler ['Draw3D',_var + \"call Epoch_gui3DCooldownEH;\"];" !="addMissionEventHandler ['Draw3D',_var + \"call epoch_gui3dModelPosEH;\"];" !="addMissionEventHandler ['Draw3D',_var + \"call epoch_gui3dWorldPosEH;\"];" !="addMissionEventHandler [\n\"ended\",\n{\n\nBIS_fnc_missionHandlers_end = _this;"
7 removeMissionEventHandler !="removeMissionEventHandler [\"Draw3D\", _id];"
7 removeAllWeapons !="removeAllWeapons axeGeneral;"
7 removeAllItems
7 removeAllActions
-7 setViewDistance !"setViewDistance 1600"
+7 setViewDistance !="setViewDistance 1600"
7 createGroup !="EPOCH_server_createGroup" !="_grp = createGroup RESISTANCE;" !="if (isserver) then {\n_group = creategroup sidelogic;" !="grpVIPGeneral = createGroup RESISTANCE;" !="_grp = createGroup side _plyr;" !="_grp = createGroup side player;" !="_grp = createGroup _side;" !="_grp = createGroup (side _plyr);" !="createcenter sidelogic;\n_grpLogic = creategroup sidelogic;\nbis_functions_mainscope" !="_group = creategroup west;"
7 createVehicleCrew !="createvehiclecrew _x;"
-7 createVehicleLocal !"\"#particlesource\" createVehicleLocal" !"\"#lightpoint\" createVehicleLocal" !"\"BloodSplat\" createVehicleLocal" !"[\"lightning1_F\", \"lightning2_F\"] call BIS_fnc_selectRandom;\n_lighting = _class createVehicleLocal" !="SLX_XEH_DUMMY createVehicleLocal [0, 0, 0];" !="CBA_eventHandlers = "Logic" createVehicleLocal [0, 0];"
-7 createUnit !="_unit = _grp createUnit[(_arrUnits select _i), _pos, [], 0, \"FORM\"];" !="_driver = _grp createUnit[\"I_UAV_AI\", position _unit, [], 0, \"CAN_COLLIDE\"];" !="axeGeneral = grpVIPGeneral createUnit ["I_officer_F", axeGeneralPos, [], 1, "CAN_COLLIDE"];"
-7 createAgent !="_unit = createAgent[_unitClass, _targetPos, [], 256, \"FORM\"];" !="_unit = createAgent [_unitClass, _targetPos, [], 120, \"FORM\"];" !="_animal = createAgent[_randomAIClass, _animalPos, [], 5, \"NONE\"];" !="_unit = createAgent [\"Epoch_Cloak_F\", _pos, [], 0, \"CAN_COLLIDE\"];" !="_unit = createAgent [\"Epoch_Sapper_F\", _targetPos, [], 180, \"FORM\"];" !="_sapper = createAgent ["Epoch_Sapper_F", getPos _cage2, [], 0, "FORM"];" !="_unit = createAgent[_unitClass, position player, [], _zRange, \"FORM\"];"
+7 createVehicleLocal !="\"#particlesource\" createVehicleLocal" !="\"#lightpoint\" createVehicleLocal" !="\"BloodSplat\" createVehicleLocal" !="[\"lightning1_F\", \"lightning2_F\"] call BIS_fnc_selectRandom;\n_lighting = _class createVehicleLocal" !="SLX_XEH_DUMMY createVehicleLocal [0, 0, 0];" !="CBA_eventHandlers = \"Logic\" createVehicleLocal [0, 0];"
+7 createUnit !="_driver = _grp createUnit[\"I_UAV_AI\", position _unit, [], 0, \"CAN_COLLIDE\"];" !="axeGeneral = grpVIPGeneral createUnit [\"I_officer_F\", axeGeneralPos, [], 1, \"CAN_COLLIDE\"];" !="bis_functions_mainscope = _grpLogic createunit [\"Logic\",[9,9,9],[],0,\"none\"];" !="_unit = _grp createUnit[selectRandom _arrUnits, _pos, [], 0, \"FORM\"];" !="_driver = (group player) createUnit[\"I_UAV_AI\", position axeUAV, [], 0, \"CAN_COLLIDE\"];"
+7 createAgent !="bis_revive_ratioLethal = createAgent [\"Logic\", [10,10,0], [], 0, \"CAN_COLLIDE\"];" !="_unit = createAgent[_unitClass, _targetPos, [], 256, \"FORM\"];" !="_unit = createAgent [_unitClass, _targetPos, [], 120, \"FORM\"];" !="_animal = createAgent[_randomAIClass, _animalPos, [], 5, \"NONE\"];" !="_unit = createAgent [\"Epoch_Cloak_F\", _pos, [], 0, \"CAN_COLLIDE\"];" !="_unit = createAgent [\"Epoch_Sapper_F\", _targetPos, [], 180, \"FORM\"];" !="_sapper = createAgent [\"Epoch_Sapper_F\", getPos _cage2, [], 0, \"FORM\"];" !="_unit = createAgent[_unitClass, position player, [], _zRange, \"FORM\"];" !="_animal = createAgent[_randomAIClass, _animalPos, [], 0, \"CAN_COLLIDE\"];" !="_axeSapper = createAgent [\"Epoch_Sapper_F\", _pos, [], 12, \"FORM\"];"
7 createTeam
7 createDialog !="createDialog \"rmx_dynamenu\";" !="createDialog \"rmx_craftingUI\";" !="createDialog \"QuickUpgrade\";" !="createDialog \"QuickTake\";" !="createDialog \"InteractBank\";" !="createdialog \"SelectGender\";" !="_handled = createdialog _dialog;" !="if !(createdialog \"InteractItem\") exitWith {};" !="createDialog _tapDiag;" !="if !(createdialog \"Trade\") exitWith {};" !="_ok = createdialog \"Interact\";" !="_ok = createdialog \"TradeNPCMenu\";" !="createDialog \"Epoch_myGroup\";" !="createDialog (if ((Epoch_my_GroupUID == \"\") && (Epoch_my_Group isEqualTo [])) then {\"EPOCH_createGrp\"} else {\"Epoch_myGroup\"});" !="createDialog \"GroupRequests\";" !="_ok = createdialog \"MissionSelect\";" !="createDialog 'Skaronator_AdminMenu';"
-7 createDisplay !="createDisplay \"rmx_dynamenu\";" !="_parent createdisplay _displayClass;" !="finddisplay 151 createdisplay 'RscDisplayOptionsLayout'"
+7 createDisplay !="createDisplay \"rmx_dynamenu\";" !="createDisplay \"rmx_moveDynamicHUD\";" !="_parent createdisplay _displayClass;" !="finddisplay 151 createdisplay 'RscDisplayOptionsLayout'"
7 deleteMarker !="deleteMarkerLocal _mName;"
-7 setMarker !="CBA_fnc_setMarkerPersistent\"" !="\\fnc_setMarkerPersistent" !="\"setMarkerPersistent" !="_mrkr setMarkerShapeLocal _mShape;" !="_mrkr setMarkerTypeLocal _mType;"
+7 setMarker !="CBA_fnc_setMarkerPersistent\"" !="\\fnc_setMarkerPersistent" !="\"setMarkerPersistent" !="_mName setMarkerShapeLocal _mShape;" !="_mName setMarkerTypeLocal _mType;"
7 createMarker !="CBA_fnc_createMarker\"" !="\\fnc_createMarker" !="\"createMarker" !="cba_fCreateMarker" !="createMarkerLocal [_mName, _mPos];"
7 assignItem !="axeVIP assignItem _item;" !="unassignItem"
7 forceAddUniform
7 removeAllMPEventHandlers
7 setDammage
7 displaySetEventHandler
-7 ctrlSetEventHandler !"BIS_fnc_guiMessage_status" !"ctrlSetEventHandler ['LBDblClick', '_this call" !="_buttonRespawn ctrlseteventhandler [\"buttonclick\",\"with uinamespace do {['buttonRespawn'," !="_ctrl ctrlSetEventHandler [\"mouseEnter\"" !="_ctrlBtn ctrlSetEventHandler [\"MouseButtonDblClick\", _verAct];"
+7 ctrlSetEventHandler !="_ctrlButtonOK ctrlseteventhandler [\"buttonclick\"," !="ctrlSetEventHandler ['LBDblClick', '_this call" !="_buttonRespawn ctrlseteventhandler [\"buttonclick\",\"with uinamespace do {['buttonRespawn'," !="_ctrl ctrlSetEventHandler [\"mouseEnter\"" !="_ctrlBtn ctrlSetEventHandler [\"MouseButtonDblClick\", _verAct];" !="_button_gen ctrlSetEventHandler [\"ButtonClick\",_btn_code + \"(uiNamespace getVariable [\""
7 addMPEventHandler
-7 addEventHandler !"displayAddEventHandler" !"ctrlAddEventHandler" !"[\"FiredNear"\" !"[\"EpeContactStart"\" !"[\"GetOut"\" !"[\"local"\" !"[\"PostReset"\" !"[\"TaskSetAsCurrent"\" !="player addEventHandler [_x,([\"CfgEpochClient\", _x, \"\"] call EPOCH_fnc_returnConfigEntryV2)];" !="\"CBA_fnc_addEventHandler\"" !="\\fnc_addEventHandler" !="\"addEventHandler" !="_eventFunc = _eventFunc + \"(_this select 0) addEventHandler ['Respawn', \" + str _eventFunc + \"];\";" !="_unit addEventHandler [\"hitpart\"," !="CBA_fnc_addEventHandler" !="_ship addEventHandler [\"AttributesChanged3DEN\"" !="addEventHandler [\"HandleDamage\",bis_fnc_reviveOnPlayerHandleDamage];"
-7 displayAddEventHandler !="(findDisplay 46) displayAddEventHandler [\"KeyDown\",\"true\"];" !="_display displayAddEventHandler [_x,([\"CfgEpochClient\", _x, \"\"] call EPOCH_fnc_returnConfigEntryV2)];" !="_display displayaddeventhandler\n[\n\"mousemoving\"," !="_display displayaddeventhandler [\"unload\",\"uinamespace setvariable ['BIS_fnc_guiMess" !="findDisplay -1337 displayAddEventHandler ['Unload'" !="_display displayaddeventhandler [\"keydown\",\"with uinamespace do {['keyDown'" !="_display displayaddeventhandler [_x,_fnc_animate];" !="Development\") then\n{\n_display displayaddeventhandler [\n\"keydown\"" !="CBA_fnc_addDisplayHandler" !="_display displayAddEventHandler [\"MouseMoving"
-7 ctrlAddEventHandler !"rCfg >> \"refreshDelay\");" !" [\n\"draw\"," !" [\"buttonclick\"," !="(uiNamespace getVariable 'ESP_map') ctrlAddEventHandler['Draw', '_esp_targets = EPOCH_ESPMAP_TARGETS;" !="ctrlAddEventHandler ['MouseButtonDown'" !="(_display displayctrl _idc) ctrlAddEventHandler [\"LBSelChanged\"," !="_ctrl ctrlSetEventHandler [\"mouseEnter\", (format [\"_c = _this select 0;" !="_ctrl ctrlSetEventHandler [\"mouseExit\", (format [\"_c = _this select 0;" !="_ctrl ctrlSetEventHandler [\"mouseButtonDown\", (format [\"call %1;\",(_buttonSettings select _e select 2)])];" !="_prevButton ctrlAddEventHandler [\"MouseButtonUp\", {_this call cba_diagnostic_fnc_debug" !="BIS_RscRespawnControlsMap_ctrlHeaderRespawnButton ctrlAddEventhandler [/"ButtonDown/""
-7 removeAllEventHandlers !="ctrlRemoveAllEventHandlers" !="displayRemoveAllEventHandlers" !="_vehicle removeAllEventHandlers \"GetOut\";" !="_sapper removeAllEventHandlers \"Hit\";\n_sapper removeAllEventHandlers \"FiredNear\";" !="_unit removeAllEventHandlers \"Hit\";\n_unit removeAllEventHandlers \"FiredNear\";" !="{_ship removeAllEventHandlers _x;} forEach [\"AttributesChanged3DEN\"" !="_zombie removeAllEventHandlers \"Hit\";" !="_zombie removeAllEventHandlers \"FiredNear\";"
+7 addEventHandler !"displayAddEventHandler" !"ctrlAddEventHandler" !="player addeventhandler [\"PostReset\",{BIS_EnginePPReset = true;} ];" !="player addEventHandler [_x,([\"CfgEpochClient\", _x, \"\"] call EPOCH_fnc_returnConfigEntryV2)];" !="\"CBA_fnc_addEventHandler\"" !="\\fnc_addEventHandler" !="\"addEventHandler" !="_eventFunc = _eventFunc + \"(_this select 0) addEventHandler ['Respawn', \" + str _eventFunc + \"];\";" !="_unit addEventHandler [\"hitpart\"," !="CBA_fnc_addEventHandler" !="_ship addEventHandler [\"AttributesChanged3DEN\"" !="addEventHandler [\"HandleDamage\",bis_fnc_reviveOnPlayerHandleDamage];" !="_unit addEventHandler [\"FiredNear\", \"sapperHndl setFSMVariable" !="_smokeEH = _plyr addEventHandler [\"FiredNear\", \"airDropHandle setFSMVariable" !="_onContactEH = _currentTarget addEventHandler[\"EpeContactStart""
+7 displayAddEventHandler !="(findDisplay 46) displayAddEventHandler [\"KeyDown\",\"true\"];" !="displayAddEventHandler [_x,([\"CfgEpochClient\", _x, \"\"] call EPOCH_fnc_returnConfigEntryV2)];" !="_display displayaddeventhandler\n[\n\"mousemoving\"," !="_display displayaddeventhandler [\"unload\",\"uinamespace setvariable ['BIS_fnc_guiMess" !="findDisplay -1337 displayAddEventHandler ['Unload'" !="_display displayaddeventhandler [\"keydown\",\"with uinamespace do {['keyDown'" !="_display displayaddeventhandler [_x,_fnc_animate];" !="Development\") then\n{\n_display displayaddeventhandler [\n\"keydown\"" !="CBA_fnc_addDisplayHandler" !="_display displayAddEventHandler [\"MouseMoving" !="private _handler = _display displayAddEventHandler [_key, _code];"
+7 ctrlAddEventHandler !="_ctrlMap = _display displayctrl 101;\n_ctrlMap ctrladdeventhandler" !="_display displayctrl 21995;\n_assetsButton ctrladdeventhandler [\"buttonclick\"," !="_display displayctrl 2406; \n_control ctrladdeventhandler [\"buttonclick\"," !="_display displayctrl 2400;\n_control ctrladdeventhandler [\"buttonclick\"," !="_ctrlTags ctrladdeventhandler [\"lbselchanged\"," !="_ButtonGeneral ctrladdeventhandler [\"buttonclick\"," !="_ctrlExecuteLocal ctrladdeventhandler [\"buttonclick\"," !="_bg ctrlAddEventHandler [\"MouseEnter\"," !="_container ctrlAddEventHandler [\"LBDblClick\",\"_this call EPOCH_itemInteractClick\"];" !="(uiNamespace getVariable 'ESP_map') ctrlAddEventHandler['Draw', '_esp_targets = EPOCH_ESPMAP_TARGETS;" !="ctrlAddEventHandler ['MouseButtonDown'" !="(_display displayctrl _idc) ctrlAddEventHandler [\"LBSelChanged\"," !="_ctrl ctrlSetEventHandler [\"mouseEnter\", (format [\"_c = _this select 0;" !="_ctrl ctrlSetEventHandler [\"mouseExit\", (format [\"_c = _this select 0;" !="_ctrl ctrlSetEventHandler [\"mouseButtonDown\", (format [\"call %1;\",(_buttonSettings select _e select 2)])];" !="_prevButton ctrlAddEventHandler [\"MouseButtonUp\", {_this call cba_diagnostic_fnc_debug" !="BIS_RscRespawnControlsMap_ctrlHeaderRespawnButton ctrlAddEventhandler [\"ButtonDown\"" !="_control = _display displayctrl 105;\n_control ctrladdeventhandler [\"MouseButtonUp\""
+7 removeAllEventHandlers !"ctrlRemoveAllEventHandlers" !"displayRemoveAllEventHandlers" !="_vehicle removeAllEventHandlers \"GetOut\";" !="_sapper removeAllEventHandlers \"Hit\";\n_sapper removeAllEventHandlers \"FiredNear\";" !="_unit removeAllEventHandlers \"Hit\";\n_unit removeAllEventHandlers \"FiredNear\";" !="{_ship removeAllEventHandlers _x;} forEach [\"AttributesChanged3DEN\"" !="_zombie removeAllEventHandlers \"Hit\";" !="_zombie removeAllEventHandlers \"FiredNear\";"
7 displayRemoveAllEventHandlers !="_display displayRemoveAllEventHandlers _x;" !="if !(isMultiplayer) then { { (findDisplay 46) displayRemoveAllEventHandlers _x } forEach [\"KeyUp\", \"KeyDown\"] };"
7 removeAllMissionEventHandlers
7 ctrlRemoveAllEventHandlers !="(uiNamespace getVariable 'ESP_map') ctrlRemoveAllEventHandlers 'Draw';" !="ctrlAddEventHandler ['MouseButtonDown'"
-7 removeEventHandler !="displayRemoveEventHandler" !="player removeEventHandler ['Fired', 0];" !"_currentTarget removeEventHandler[\"EpeContactStart\", _onContactEH]" !" [_adminVar,objnull];\npublicvariable _adminVar;\nplayer removeeventhandler [\"respawn\",_respawn];" !="_plyr removeEventHandler [\"FiredNear\", _smokeEH];" !="player removeEventHandler [_ehKey, 0];" !="player removeEventHandler [_x, 0];" !="\"CBA_fnc_removeEventHandler\"" !="\\fnc_removeEventHandler" !="\"removeEventHandler"
+7 removeEventHandler !="displayRemoveEventHandler" !="player removeEventHandler ['Fired', 0];" !="_currentTarget removeEventHandler[\"EpeContactStart\", _onContactEH]" !=" [_adminVar,objnull];\npublicvariable _adminVar;\nplayer removeeventhandler [\"respawn\",_respawn];" !="_plyr removeEventHandler [\"FiredNear\", _smokeEH];" !="player removeEventHandler [_ehKey, 0];" !="player removeEventHandler [_x, 0];" !="\"CBA_fnc_removeEventHandler\"" !="\\fnc_removeEventHandler" !="\"removeEventHandler"
7 switchCamera !="vehicle player switchCamera" !="_antagonist switchCamera \"Internal\";"
-7 remoteControl !"fn_moduleRemoteControl.sqf" !="\"BIS_fnc_moduleRemoteControl"\"
-7 drawIcon3D !="drawIcon3D[\"\x\addons\a3_epoch_code\Data\Member.paa\",_color,_pos,1,1,0,_text,1,0.025,\"PuristaMedium\"];\n}forEach EPOCH_ESP_TARGETS;" !"drawIcon3D[format[\"\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa\",_stability],_color,(getPosATL EPOCH_stabilityTarget),5,5,0,\"\",1,0.05,\"PuristaMedium\"];" !"drawIcon3D[format[\"\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa\",_num],_color,_pos,4,4,0,\"\",1,0.05,\"PuristaMedium\"];" !"EPOCH_drawIcon3dStability" !"EPOCH_drawIcon3d" !"if (_condition) then {\ndrawIcon3D [_icon, _color, _position, _sizeX, _sizeY, _angle, _text," !="drawIcon3D [\"\A3\UI_F_MP_Mark\Data\Tasks\Misc\background.paa\"" !="drawIcon3D\n[\n(_x getVariable [\"bis_fnc_reviveGet3dIcons_textures" !="drawIcon3D[\"x\addons\a3_epoch_code\Data\UI\snap_ca.paa\""
-7 drawLine3D !"{\nfor [{_i = 1}, {_i < count _x}, {_i = _i + 1}] do {\ndrawLine3D [_x select (_i - 1), _x select _i, ((BIS_tracedShooter getVari"
-7 ctrlCreate !="ctrlCreate [\"RscProgress\",_idc + 1];" !="ctrlCreate [\"rmx_rscControlsGroup\"" !="_ListGroup = _display ctrlCreate [\"RscControlsGroupNoHScrollbars\"" !="ctrlCreate [_x,call _getIDC];" !="_mainGrp = _display ctrlCreate [\"Epoch_main_config_group\",_value];" !="ctrlCreate [\"RscControlsGroupNoScrollbars\",call epoch_getIDC];" !="ctrlCreate [\"rmx_rscPicture\",(66600 + _e)];" !="ctrlCreate ["RscStructuredText",call epoch_getIDC];"
+7 remoteControl !="fn_moduleRemoteControl.sqf" !="\"BIS_fnc_moduleRemoteControl\""
+7 drawIcon3D !="EPOCH_drawIcon3dStability" !="EPOCH_drawIcon3d" !="drawIcon3D[\"\x\addons\a3_epoch_code\Data\Member.paa\",_color,_pos,1,1,0,_text,1,0.025,\"PuristaMedium\"];\n}forEach EPOCH_ESP_TARGETS;" !="drawIcon3D[format[\"\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa\",_stability],_color,(getPosATL EPOCH_stabilityTarget),5,5,0,\"\",1,0.05,\"PuristaMedium\"];" !="drawIcon3D[format[\"\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa\",_num],_color,_pos,4,4,0,\"\",1,0.05,\"PuristaMedium\"];" !="if (_condition) then {\ndrawIcon3D [_icon, _color, _position, _sizeX, _sizeY, _angle, _text," !="drawIcon3D [\"\A3\UI_F_MP_Mark\Data\Tasks\Misc\background.paa\"" !="drawIcon3D\n[\n(_x getVariable [\"bis_fnc_reviveGet3dIcons_textures" !="drawIcon3D[\"x\addons\a3_epoch_code\Data\UI\snap_ca.paa\""
+7 drawLine3D !="{\nfor [{_i = 1}, {_i < count _x}, {_i = _i + 1}] do {\ndrawLine3D [_x select (_i - 1), _x select _i, ((BIS_tracedShooter getVari"
+7 ctrlCreate !="_parent ctrlcreate [\"RscMessageBox\",2351];" !="_c = _dsp ctrlCreate [\"rmx_drag_RscActivePicture\", call epoch_getIDC];" !="_c = _dsp ctrlCreate [\"rmx_t1\", call epoch_getIDC];" !="ctrlCreate [\"RscProgress\",_idc + 1];" !="ctrlCreate [\"rmx_rscControlsGroup\"" !="_ListGroup = _display ctrlCreate [\"RscControlsGroupNoHScrollbars\"" !="ctrlCreate [_x,call _getIDC];" !="_mainGrp = _display ctrlCreate [\"Epoch_main_config_group\",_value];" !="ctrlCreate [\"RscControlsGroupNoScrollbars\",call epoch_getIDC];" !="ctrlCreate [\"rmx_rscPicture\",(66600 + _e)];" !="ctrlCreate [\"RscStructuredText\",call epoch_getIDC];" !="_bar = _display ctrlCreate [\"RscCustomProgress\"" !="_group = _dsp ctrlCreate [\"rscControlsGroup\", call Epoch_getIDC]" !="_control = _display ctrlCreate [\"RscControlsGroupNoScrollbars\", 5678910];"
7 ctrlClassName
7 ctrlModel
7 ctrlModelDirection
7 ctrlModelSide
7 ctrlModelUp
7 ctrlSetDirection
-7 deleteVehicleCrew !"fn_deleteVehicleCrew.sqf" !="\"BIS_fnc_deleteVehicleCrew"\"
+7 deleteVehicleCrew !="fn_deleteVehicleCrew.sqf" !="\"BIS_fnc_deleteVehicleCrew\""
7 loadFile
7 selectPlayer !="selectPlayer _playerObject;"
7 setGroupIconsVisible
diff --git a/Server_Install_Pack/sc/BattlEye/setvariable.txt b/Server_Install_Pack/sc/BattlEye/setvariable.txt
index 3443ada5..9c8e75e8 100644
--- a/Server_Install_Pack/sc/BattlEye/setvariable.txt
+++ b/Server_Install_Pack/sc/BattlEye/setvariable.txt
@@ -1 +1 @@
-5 "" !=(Offer|Accept|BUILD_SLOT|TRADE_ACTIVE|last_targeter|epoch_(antagobj|antagBomb|gm_enabled)) !="bis_fnc_objectvar_var" !="bis_fnc_selectrespawntemplate_respawned"
+5 "" !=(traderName|Offer|Accept|BUILD_SLOT|TRADE_ACTIVE|last_targeter|epoch_(antagobj|antagBomb|gm_enabled)) !="bis_fnc_objectvar_var" !="bis_fnc_selectrespawntemplate_respawned"
diff --git a/Server_Install_Pack/sc/users/sc/sc.arma3profile b/Server_Install_Pack/sc/users/sc/sc.arma3profile
index 09f7ce5d..c9b84212 100644
--- a/Server_Install_Pack/sc/users/sc/sc.arma3profile
+++ b/Server_Install_Pack/sc/users/sc/sc.arma3profile
@@ -24,22 +24,22 @@ class DifficultyPresets
// Personal awareness
weaponInfo = 1; // Weapon info (0 = never, 1 = fade out, 2 = always)
stanceIndicator = 1; // Stance indicator (0 = never, 1 = fade out, 2 = always)
- staminaBar = 1; // Stamina bar (0 = never, 1 = always)
- weaponCrosshair = 1; // Weapon crosshair (0 = never, 1 = always)
- visionAid = 0; // Vision aid (0 = never, 1 = always)
+ staminaBar = 1; // Stamina bar (0 = disabled, 1 = enabled)
+ weaponCrosshair = 1; // Weapon crosshair (0 = disabled, 1 = enabled)
+ visionAid = 0; // Vision aid (0 = disabled, 1 = enabled)
// View
- thirdPersonView = 1; // 3rd person view (0 = enabled, 1 = disabled)
- cameraShake = 1; // Camera shake (0 = enabled, 1 = disabled)
+ thirdPersonView = 1; // 3rd person view (0 = disabled, 1 = enabled)
+ cameraShake = 1; // Camera shake (0 = disabled, 1 = enabled)
// Multiplayer
- scoreTable = 1; // Score table
- deathMessages = 1; // Killed by
- vonID = 1; // VON ID
+ scoreTable = 1; // Score table (0 = disabled, 1 = enabled)
+ deathMessages = 1; // Killed by (0 = disabled, 1 = enabled)
+ vonID = 1; // VON ID (0 = disabled, 1 = enabled)
// Misc
- mapContent = 0; // Extended map content
- autoReport = 0; // Automatic reporting
- multipleSaves = 0; // Multiple saves
+ mapContent = 0; // Extended map content (0 = disabled, 1 = enabled)
+ autoReport = 0; // Automatic reporting (0 = disabled, 1 = enabled)
+ multipleSaves = 0; // Multiple saves (0 = disabled, 1 = enabled)
};
aiLevelPreset=2;
};
diff --git a/Sources/epoch_code/System/player_login.fsm b/Sources/epoch_code/System/player_login.fsm
index 40eb0198..b0b5f42b 100644
--- a/Sources/epoch_code/System/player_login.fsm
+++ b/Sources/epoch_code/System/player_login.fsm
@@ -1,8 +1,8 @@
-/*%FSM*/
+/*%FSM*/
/*%FSM*/
/*
item0[] = {"INIT",0,250,-25.000000,-375.000000,75.000000,-325.000000,0.000000,"INIT"};
-item1[] = {"FINISH",1,4346,-25.000000,1475.000000,75.000000,1525.000000,0.000000,"FINISH"};
+item1[] = {"FINISH",1,4346,-149.463196,1518.792480,-49.463196,1568.792480,0.000000,"FINISH"};
item2[] = {"true",8,218,-150.000000,-125.000000,-50.000000,-75.000000,0.000000,"true"};
item3[] = {"Version_Check",2,250,-25.000000,-75.000000,75.000000,-25.000000,0.000000,"Version Check"};
item4[] = {"Player_Object_Re",4,218,-150.000000,75.000000,-50.000000,125.000000,0.000000,"Player" \n "Object Ready"};
@@ -183,8 +183,8 @@ link93[] = {82,76};
link94[] = {83,16};
link95[] = {83,22};
link96[] = {84,31};
-globals[] = {0.000000,0,0,0,0,640,480,1,247,6316128,1,-534.004700,883.834412,1895.573975,986.017029,1287,884,1};
-window[] = {2,-1,-1,-32000,-32000,1149,2931,3915,382,3,1305};
+globals[] = {0.000000,0,0,0,0,640,480,1,247,6316128,1,-566.678223,916.507324,1906.129761,921.949097,1287,854,1};
+window[] = {2,-1,-1,-1,-1,923,-1524,-540,156,3,1305};
*//*%FSM*/
class FSM
{
@@ -236,35 +236,34 @@ class FSM
{
name = "FINISH";
itemno = 1;
- init = /*%FSM*/"[] spawn {" \n
- " disableSerialization;" \n
- " waitUntil{!isNull (findDisplay 46)};" \n
- " _display = findDisplay 46;" \n
- " {" \n
- " _display displayAddEventHandler [_x,([""CfgEpochClient"", _x, """"] call EPOCH_fnc_returnConfigEntryV2)];" \n
- " } forEach ([""CfgEpochClient"", ""displayAddEventHandler"", []] call EPOCH_fnc_returnConfigEntryV2);" \n
- " call epoch_dynamicHUD_start; " \n
- " player switchMove """";" \n
- "};" \n
+ init = /*%FSM*/"// setup display EH's" \n
+ "{" \n
+ " (findDisplay 46) displayAddEventHandler [_x,([""CfgEpochClient"", _x, """"] call EPOCH_fnc_returnConfigEntryV2)];" \n
+ "} forEach ([""CfgEpochClient"", ""displayAddEventHandler"", []] call EPOCH_fnc_returnConfigEntryV2);" \n
"" \n
- "3 fadeSound 1;" \n
+ "// reset anim state" \n
+ "player switchMove """";" \n
"" \n
- "if (_debug) then {" \n
- " diag_log ""EPOCH-LOGIN: Finish!"";" \n
- "};" \n
+ "// setup Epoch Hud" \n
+ "call epoch_dynamicHUD_start;" \n
+ "[] spawn EPOCH_masterLoop;" \n
"" \n
"EPOCH_loginFSM = nil;" \n
"EPOCH_playerLoginInit = nil;" \n
"" \n
- "//player enableSimulation true;" \n
- "" \n
+ "// fade in sound and screen" \n
+ "3 fadeSound 1;" \n
"titleCut ["""", ""BLACK IN"", 1];" \n
"1338 cutText ["""",""PLAIN"",0]; " \n
"" \n
"progressLoadingScreen 1.0;" \n
- "" \n
"endLoadingScreen;" \n
- "EPOCH_loadingScreenDone = true;"/*%FSM*/;
+ "EPOCH_loadingScreenDone = true;" \n
+ "" \n
+ "if (_debug) then {" \n
+ " diag_log ""EPOCH-LOGIN: Finish!"";" \n
+ "};" \n
+ ""/*%FSM*/;
precondition = /*%FSM*/""/*%FSM*/;
class Links
{
@@ -287,7 +286,7 @@ class FSM
"_epoch_assets3 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_assets_3"");" \n
"_epoch_config = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_config"");" \n
"_epoch_language = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_language"");" \n
- "_epoch_underground = getText(configFile >> ""Epoch"" >> ""Version"" >> ""Underground_Epoch"");" \n
+ "_epoch_community = getText(configFile >> ""Epoch"" >> ""Version"" >> ""a3_epoch_community"");" \n
"_epoch_vehicles = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_vehicles"");" \n
"_epoch_weapons = getText(configFile >> ""Epoch"" >> ""Version"" >> ""a3_epoch_weapons"");" \n
"" \n
@@ -299,7 +298,7 @@ class FSM
"_my_epoch_assets3 = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_assets_3"" >> ""epochVersion"");" \n
"_my_epoch_config = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_config"" >> ""epochVersion"");" \n
"_my_epoch_language = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_language"" >> ""epochVersion"");" \n
- "_my_epoch_underground = getText(configFile >> ""CfgPatches"" >> ""Underground_Epoch"" >> ""epochVersion"");" \n
+ "_my_epoch_community = getText(configFile >> ""CfgPatches"" >> ""a3_epoch_community"" >> ""epochVersion"");" \n
"_my_epoch_vehicles = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_vehicles"" >> ""epochVersion"");" \n
"_my_epoch_weapons = getText(configFile >> ""CfgPatches"" >> ""a3_epoch_weapons"" >> ""epochVersion"");" \n
"" \n
@@ -321,7 +320,7 @@ class FSM
"_my_epoch_assets3 != _epoch_assets3 ||" \n
"_my_epoch_config != _epoch_config ||" \n
"_my_epoch_language != _epoch_language ||" \n
- "_my_epoch_underground != _epoch_underground ||" \n
+ "_my_epoch_community != _epoch_community ||" \n
"_my_epoch_vehicles != _epoch_vehicles ||" \n
"_my_epoch_weapons != _epoch_weapons"/*%FSM*/;
action=/*%FSM*/""/*%FSM*/;
@@ -911,7 +910,6 @@ class FSM
" }forEach EPOCH_playerHitPoints;" \n
"};" \n
"" \n
- "[] spawn EPOCH_masterLoop;" \n
"true call EPOCH_fnc_Weather;" \n
"[5,100] spawn EPOCH_niteLight;" \n
"" \n
@@ -965,7 +963,7 @@ class FSM
priority = 0.000000;
to="FINISH";
precondition = /*%FSM*/""/*%FSM*/;
- condition=/*%FSM*/"preloadCamera _playerPos"/*%FSM*/;
+ condition=/*%FSM*/"!(isNull (findDisplay 46)) && {preloadCamera _playerPos}"/*%FSM*/;
action=/*%FSM*/"call compile _extraPayload;"/*%FSM*/;
};
/*%FSM*/
@@ -1435,4 +1433,4 @@ class FSM
"Reject_without_B",
};
};
-/*%FSM*/
\ No newline at end of file
+/*%FSM*/
diff --git a/Sources/epoch_code/compile/EPOCH_LootIT.sqf b/Sources/epoch_code/compile/EPOCH_LootIT.sqf
index 438fa9b7..a8c79b43 100644
--- a/Sources/epoch_code/compile/EPOCH_LootIT.sqf
+++ b/Sources/epoch_code/compile/EPOCH_LootIT.sqf
@@ -4,7 +4,7 @@
Contributors:
Description:
- Request loot event and setup mirror
+ Request loot event
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
@@ -14,29 +14,4 @@
*/
if (!isNull _this) then {
[_this,player,Epoch_personalToken] remoteExec ["EPOCH_server_lootContainer",2];
-
- if (typeof _this == "wardrobe_EPOCH") then {
- if !(_this getVariable["MIRROR_SETUP", false]) then {
- _this spawn {
- _this setVariable ["MIRROR_SETUP", true];
- _cam = "camera" camCreate (_this modelToWorld [0,0.25,1.5]);
- _cam camSetTarget (_this modelToWorld [0,-30,1]);
- _cam camSetFov 0.3;
- _cam camCommit 0;
- "rendertargetwardrobe0" setPiPEffect [0];
- _cam cameraEffect ["Internal", "FRONT","rendertargetwardrobe0"];
- _this setObjectTexture [0,"#(argb,512,512,1)r2t(rendertargetwardrobe0,1.0)"];
-
- waitUntil {
- uiSleep 5;
- (isNull _this) || ((_this distance player) > 20)
- };
-
- _cam cameraEffect ["terminate","back"];
- camDestroy _cam;
- _this setVariable["MIRROR_SETUP", nil];
- _this setObjectTexture [0,""];
- };
- };
- };
};
diff --git a/Sources/epoch_code/compile/EPOCH_QuickTakeAll.sqf b/Sources/epoch_code/compile/EPOCH_QuickTakeAll.sqf
index afd21762..c942ca60 100644
--- a/Sources/epoch_code/compile/EPOCH_QuickTakeAll.sqf
+++ b/Sources/epoch_code/compile/EPOCH_QuickTakeAll.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_QuickTakeAll.sqf
*/
-private ["_magazines","_items","_weapons"];
+//[[[cog import generate_private_arrays ]]]
+private ["_items","_magazines","_weapons"];
+//[[[end]]]
closeDialog 0;
{
diff --git a/Sources/epoch_code/compile/EPOCH_QuickTakeLoad.sqf b/Sources/epoch_code/compile/EPOCH_QuickTakeLoad.sqf
index 094064bc..cc1bf3fd 100644
--- a/Sources/epoch_code/compile/EPOCH_QuickTakeLoad.sqf
+++ b/Sources/epoch_code/compile/EPOCH_QuickTakeLoad.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_QuickTakeLoad.sqf
*/
-private ["_magazines"];
+//[[[cog import generate_private_arrays ]]]
+private ["_index","_magazines"];
+//[[[end]]]
createDialog "QuickTake";
{
_magazines = magazinesAmmoCargo _x;
diff --git a/Sources/epoch_code/compile/EPOCH_SpawnTraderMiltia.sqf b/Sources/epoch_code/compile/EPOCH_SpawnTraderMiltia.sqf
index 06a6ab2a..8d19e12e 100644
--- a/Sources/epoch_code/compile/EPOCH_SpawnTraderMiltia.sqf
+++ b/Sources/epoch_code/compile/EPOCH_SpawnTraderMiltia.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_SpawnTraderMiltia.sqf
*/
-private ["_startPos","_rndHouse","_unit","_trgt","_nrBuilds","_grp"];
+//[[[cog import generate_private_arrays ]]]
+private ["_allpositions","_grp","_nrBuilds","_rndHouse","_startPos","_trgt","_unit"];
+//[[[end]]]
_trgt = player;
_nrBuilds = nearestObjects [getPosATL _trgt,["house"],50];
diff --git a/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf b/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf
index 93e2bb38..84f120c6 100644
--- a/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf
+++ b/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf
*/
-private ["_femaleVariant","_vest","_item","_config","_woman","_maleVariant","_vestItems","_mags"];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_femaleVariant","_mags","_maleVariant","_vest","_vestItems","_woman"];
+//[[[end]]]
params ["_unit","_container","_item"];
// check for access of a locked container
diff --git a/Sources/epoch_code/compile/EPOCH_callSapperMigration.sqf b/Sources/epoch_code/compile/EPOCH_callSapperMigration.sqf
index c2c4e7fc..108ae25d 100644
--- a/Sources/epoch_code/compile/EPOCH_callSapperMigration.sqf
+++ b/Sources/epoch_code/compile/EPOCH_callSapperMigration.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_callSapperMigration.sqf
*/
-private ["_trgt","_sapperCount","_notReady","_start","_dirTo","_finish","_nrPlyrs","_abortAfter","_pos","_axeSapper","_disableAI"];
+//[[[cog import generate_private_arrays ]]]
+private ["_abortAfter","_axeSapper","_dirTo","_disableAI","_finish","_notReady","_nrPlyrs","_pos","_sapperCount","_start","_trgt"];
+//[[[end]]]
_disableAI = {
{_this disableAI _x}forEach["TARGET","AUTOTARGET","FSM"];
diff --git a/Sources/epoch_code/compile/EPOCH_chopWood.sqf b/Sources/epoch_code/compile/EPOCH_chopWood.sqf
index eceae481..3ad01fd9 100644
--- a/Sources/epoch_code/compile/EPOCH_chopWood.sqf
+++ b/Sources/epoch_code/compile/EPOCH_chopWood.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_chopWood.sqf
*/
-private ["_currentPos","_object","_type","_start","_end","_p3dName","_finalConfig","_str","_sel_object","_findStart","_objects","_config"];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_currentPos","_getWorldTypes","_object","_objects","_sel_object","_str","_type","_worldTypes"];
+//[[[end]]]
_currentPos = player modelToWorld[0, 5, 0];
if !(surfaceIsWater _currentPos) then {
diff --git a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf
index e3739760..b69a4878 100644
--- a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf
+++ b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf
@@ -12,14 +12,31 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_consumeItem.sqf
*/
-private ["_cfgBaseBuilding","_cfgItemInteractions","_type","_magazineSize","_text","_item","_pic","_magazinesAmmoFull","_magazineSizeMax","_pos","_object","_isStorage","_isOk","_buildClass","_interactReturnOnUse","_vehicle","_currentFuel","_canCapacity","_interactAttributes","_fuelCapacity","_newFuel","_removeItem","_vehicles","_transportFuel","_highestDMG","_currentHIT","_currentDMG","_newDMG","_paintCanIndex","_paintCanColor","_msg","_color","_unifiedInteract","_interactOption"];
+//[[[cog import generate_private_arrays ]]]
+private ["_buildClass","_buildingCountLimit","_buildingJammerRange","_canCapacity","_cfgBaseBuilding","_cfgItemInteractions","_color","_currentDMG","_currentFuel","_currentHIT","_fuelCapacity","_highestDMG","_interactAttributes","_interactOption","_interactReturnOnUse","_isOk","_isStorage","_magazineSize","_magazineSizeMax","_magazinesAmmoFull","_newDMG","_newFuel","_object","_otherObjects","_output","_paintCanColor","_paintCanIndex","_partCheck","_pos","_removeItem","_transportFuel","_unifiedInteract","_vehicle","_vehicles"];
+//[[[end]]]
+
EPOCH_InteractedItem params ["_text","_item","_pic"];
_cfgBaseBuilding = 'CfgBaseBuilding' call EPOCH_returnConfig;
_cfgItemInteractions = (('CfgItemInteractions' call EPOCH_returnConfig) >> _item);
+
_interactOption = getNumber(_cfgItemInteractions >> "interactAction");
-_interactReturnOnUse = getText(_cfgItemInteractions >> "interactReturnOnUse");
_interactAttributes = getArray(_cfgItemInteractions >> "interactAttributes");
+_interactReturnOnUse = getText(_cfgItemInteractions >> "interactReturnOnUse");
+
+_inputCount = count _this;
+if (_inputCount >= 1) then {
+ _interactOption = param [0,0];
+};
+if (_inputCount >= 2) then {
+ _interactAttributes = param [1,[]];
+};
+if (_inputCount >= 3) then {
+ _interactReturnOnUse = param [2,""];
+};
+
+// diag_log format["DEBUG: %1",[_interactOption,_interactAttributes,_interactReturnOnUse]];
_removeItem = {([player,_this] call BIS_fnc_invRemove) == 1};
diff --git a/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf b/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf
index dd7b9430..59a13586 100644
--- a/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf
+++ b/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf
*/
-private ["_customVars","_hours"];
+//[[[cog import generate_private_arrays ]]]
+private ["_customVars","_hours","_val"];
+//[[[end]]]
_hours = floor(servertime/60/60);
_customVars = "";
diff --git a/Sources/epoch_code/compile/EPOCH_fish.sqf b/Sources/epoch_code/compile/EPOCH_fish.sqf
index a5cadd5d..85c64a9d 100644
--- a/Sources/epoch_code/compile/EPOCH_fish.sqf
+++ b/Sources/epoch_code/compile/EPOCH_fish.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_fish.sqf
*/
-private ["_bobber","_diffTime","_fishes","_fish","_randomChanceMax","_randomChance","_castTime","_nearByBobbers","_nearByBobbersLocal","_objects","_currentPos"];
+//[[[cog import generate_private_arrays ]]]
+private ["_bobber","_castTime","_currentPos","_diffTime","_fish","_fishes","_objects","_randomChance","_randomChanceMax"];
+//[[[end]]]
_currentPos = player modelToWorld[0, 5 + (random 5), 0];
if (surfaceIsWater _currentPos) then {
diff --git a/Sources/epoch_code/compile/EPOCH_handleServerMessage.sqf b/Sources/epoch_code/compile/EPOCH_handleServerMessage.sqf
index 2bb1bb41..97220d8a 100644
--- a/Sources/epoch_code/compile/EPOCH_handleServerMessage.sqf
+++ b/Sources/epoch_code/compile/EPOCH_handleServerMessage.sqf
@@ -16,6 +16,7 @@
[_this select 1, _this select 2] remoteExec ['EPOCH_handleServerMessage',_x];
*/
-if (isLocalized (_this select 0)) then{
- [format["%1", format[localize (_this select 0), _this select 1]], 5] call Epoch_message;
+params [["_str",""],["_input",""]];
+if (isLocalized _str) then{
+ [format["%1", format[localize _str, _input]], 5] call Epoch_message;
};
diff --git a/Sources/epoch_code/compile/EPOCH_interact.sqf b/Sources/epoch_code/compile/EPOCH_interact.sqf
index 187ebdef..7e2714e4 100644
--- a/Sources/epoch_code/compile/EPOCH_interact.sqf
+++ b/Sources/epoch_code/compile/EPOCH_interact.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_interact.sqf
*/
-private ["_vehSlot","_storSlot"];
+//[[[cog import generate_private_arrays ]]]
+private ["_storSlot","_vehSlot"];
+//[[[end]]]
0 call EPOCH_refeshUI;
if (!isNull _this) then {
_vehSlot = _this getVariable ["VEHICLE_SLOT", "ABORT"];
diff --git a/Sources/epoch_code/compile/EPOCH_lootTrash.sqf b/Sources/epoch_code/compile/EPOCH_lootTrash.sqf
index e3856953..f7641b22 100644
--- a/Sources/epoch_code/compile/EPOCH_lootTrash.sqf
+++ b/Sources/epoch_code/compile/EPOCH_lootTrash.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_lootTrash.sqf
*/
-private["_found", "_return", "_foundLootObject", "_blood", "_foundTerminal", "_index"];
+//[[[cog import generate_private_arrays ]]]
+private ["_animal","_animalPos","_animals","_bankTerminal","_blood","_bloodPos","_cfgItemInteractions","_cfgObjectInteractions","_config","_configWorldInteractions","_configWorldName","_destroyTrashObj","_found","_foundLootObject","_foundObjConfig","_foundObjType","_foundTerminal","_foundWorldConfig","_getWorldTypes","_id","_index","_inputWorldTypes","_interactAttributes","_lootAnimalObj","_objects","_output","_randomAIClass","_return","_trashType"];
+//[[[end]]]
_return = false;
if (diag_tickTime - EPOCH_lastTrash > 2) then {
EPOCH_lastTrash = diag_tickTime;
diff --git a/Sources/epoch_code/compile/EPOCH_makeMarker.sqf b/Sources/epoch_code/compile/EPOCH_makeMarker.sqf
index 47311c89..f7e96722 100644
--- a/Sources/epoch_code/compile/EPOCH_makeMarker.sqf
+++ b/Sources/epoch_code/compile/EPOCH_makeMarker.sqf
@@ -23,7 +23,10 @@
Returns:
*/
-_paramres = params [["_trgt", str(diag_tickTime)],["_mPos", position player],["_mShape","ICON"],["_mType","mil_dot"],["_mColor","ColorBlack"],["_mSize",[0.7,0.7]],["_mBrush",""],["_mDir",0],["_mText",""],["_mAlpha",1],["_mName",""]];
+//[[[cog import generate_private_arrays ]]]
+private ["_mName","_mrkr"];
+//[[[end]]]
+params [["_trgt", str(diag_tickTime)],["_mPos", position player],["_mShape","ICON"],["_mType","mil_dot"],["_mColor","ColorBlack"],["_mSize",[0.7,0.7]],["_mBrush",""],["_mDir",0],["_mText",""],["_mAlpha",1],["_mName",""]];
diag_log format["Epoch: ADMIN: Creating marker at %1 called %2 (Params:%3).", _mPos, _trgt, _paramres];
if(_mName == "")then{_mName = str(_trgt) + str(diag_tickTime);};
diff --git a/Sources/epoch_code/compile/EPOCH_mineRocks.sqf b/Sources/epoch_code/compile/EPOCH_mineRocks.sqf
index 52afb478..9089b966 100644
--- a/Sources/epoch_code/compile/EPOCH_mineRocks.sqf
+++ b/Sources/epoch_code/compile/EPOCH_mineRocks.sqf
@@ -12,8 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_mineRocks.sqf
*/
-private ["_currentPos","_found","_foundIndex","_start","_end","_p3dName","_finalConfig","_str","_findStart","_object","_objects","_config"];
-
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_currentPos","_found","_foundIndex","_getWorldTypes","_object","_objects","_str","_worldTypes"];
+//[[[end]]]
if ((diag_tickTime - EPOCH_lastMineRocks) >= 2) then {
EPOCH_lastMineRocks = diag_tickTime;
if (random 1 < 0.16) then {
diff --git a/Sources/epoch_code/compile/EPOCH_niteLight.sqf b/Sources/epoch_code/compile/EPOCH_niteLight.sqf
index ea43fb4f..9f2d5f4f 100644
--- a/Sources/epoch_code/compile/EPOCH_niteLight.sqf
+++ b/Sources/epoch_code/compile/EPOCH_niteLight.sqf
@@ -12,22 +12,23 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_code/compile/EPOCH_niteLight.sqf
*/
-private ["_pos"];
-
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_nlSettings","_pos"];
+//[[[end]]]
if (!isNull EP_light) then {
deleteVehicle EP_light;
};
_config = 'CfgEpochClient' call EPOCH_returnConfig;
-_nlSettings = getArray ( _config >> "niteLight");
-_nlBright = _nlSettings select 0;
-_nlZ = _nlSettings select 1;
-_pos = (getPosATL player);
-_pos set [2,_nlZ];
-EP_light = "#lightpoint" createvehiclelocal _pos;
-EP_light setposATL _pos;
-EP_light attachTo [player,[0,8.11,_nlZ]]; //offset infront of player so that the darkness is 'following' them.
-EP_light setLightDayLight true; //TODO: Test if this can be turned off (Dawn / Dusk)
-EP_light setLightBrightness _nlBright;
-EP_light setLightAmbient [0.435, 0.439, 0.439];//Using new Colours.
-EP_light setlightcolor [0.435, 0.439, 0.439];
+_nlSettings = getArray ( _config >> "niteLight") params [["_nlEnabled",1],["_nlBright",1.88],["_nlZ",22]];
+if (_nlEnabled isEqualTo 1) then {
+ _pos = (getPosATL player);
+ _pos set [2,_nlZ];
+ EP_light = "#lightpoint" createvehiclelocal _pos;
+ EP_light setposATL _pos;
+ EP_light attachTo [player,[0,8.11,_nlZ]]; //offset infront of player so that the darkness is 'following' them.
+ EP_light setLightDayLight true; //TODO: Test if this can be turned off (Dawn / Dusk)
+ EP_light setLightBrightness _nlBright;
+ EP_light setLightAmbient [0.435, 0.439, 0.439];//Using new Colours.
+ EP_light setlightcolor [0.435, 0.439, 0.439];
+};
true
diff --git a/Sources/epoch_code/compile/EPOCH_removeMarker.sqf b/Sources/epoch_code/compile/EPOCH_removeMarker.sqf
index b842e32e..4c95c1b1 100644
--- a/Sources/epoch_code/compile/EPOCH_removeMarker.sqf
+++ b/Sources/epoch_code/compile/EPOCH_removeMarker.sqf
@@ -21,7 +21,7 @@
Returns:
*/
-_paramres = params [["_mName",""]];
+params [["_mName",""]];
diag_log format["Epoch: ADMIN: Removing marker %1.", _mName];
if(_mName == "")exitWith{};
diff --git a/Sources/epoch_code/compile/EPOCH_supportCopter.sqf b/Sources/epoch_code/compile/EPOCH_supportCopter.sqf
index 2fd77d97..8f5790f5 100644
--- a/Sources/epoch_code/compile/EPOCH_supportCopter.sqf
+++ b/Sources/epoch_code/compile/EPOCH_supportCopter.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_supportCopter.sqf
*/
-private ["_aiskill","_unit","_player","_grp","_arrUnits","_arrSkills","_units"];
+//[[[cog import generate_private_arrays ]]]
+private ["_aiskill","_arrSkills","_arrUnits","_arrVals","_grp","_minAISkill","_player","_unit","_unitCount","_units"];
+//[[[end]]]
params ["_pos","_copter"];
_player = player; //need to check on change owner
@@ -58,7 +60,7 @@ for "_i" from 0 to (_unitCount - 1) do {
if (_aiskill<_minAISkill) then {_aiskill=_minAISkill};
_unit setSkill [_arrSkills select _i,_arrVals select _i];
};
-
+
if (_i == 0) then {
_grp selectLeader _unit;
[_pos,_copter,_player,_unit] execFSM "\x\addons\a3_epoch_code\System\Group_Leader_Brain.fsm";
diff --git a/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf b/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf
index 587fae68..faf97fd1 100644
--- a/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf
+++ b/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf
@@ -12,10 +12,12 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf
*/
-private ["_loop","_unit","_sapperNum","_config","_targetPos","_grp","_driver","_index","_nonJammer","_nonTrader","_jammers","_jammerRange","_restricted","_disableAI"];
+//[[[cog import generate_private_arrays ]]]
+private ["_bomb","_config","_currentLimit","_disableAI","_driver","_grp","_index","_jammerRange","_jammers","_loop","_nonJammer","_nonTrader","_nonTraderAIRange","_restricted","_sapperNum","_spawnLimit","_targetPos","_unit","_units"];
+//[[[end]]]
params ["_unitClass",["_trgt",player],["_doVariable",false]];
-private _bomb = objNull;
+_bomb = objNull;
diag_log format["DEBUG: Antagonist %1 Spawning on %2. Do variable: %3.", _unitClass, _trgt, _doVariable];
if(random 100 < 6)then{
@@ -102,6 +104,7 @@ switch _unitClass do {
_targetPos = [_targetPos, 600, 1200, 5, 0, 400, 0] call BIS_fnc_findSafePos;
_targetPos set[2, 600];
_unit = createVehicle["I_UAV_01_F", _targetPos, [], 0, "FLY"];
+ _unit disableTIEquipment true;
_units pushBack _unit;
addToRemainsCollector[_unit];
_unit flyInHeight 600;
diff --git a/Sources/epoch_code/compile/EPOCH_unitSpawnDecrease.sqf b/Sources/epoch_code/compile/EPOCH_unitSpawnDecrease.sqf
index c4a7ce5a..1badd25b 100644
--- a/Sources/epoch_code/compile/EPOCH_unitSpawnDecrease.sqf
+++ b/Sources/epoch_code/compile/EPOCH_unitSpawnDecrease.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_unitSpawnDecrease.sqf
*/
+//[[[cog import generate_private_arrays ]]]
private ["_index"];
+//[[[end]]]
params ["_spawnName", ["_decrease",1]];
_index = EPOCH_spawnIndex find _spawnName;
if (_index != -1) then{
diff --git a/Sources/epoch_code/compile/EPOCH_unitSpawnIncrease.sqf b/Sources/epoch_code/compile/EPOCH_unitSpawnIncrease.sqf
index 3d40b736..980c294c 100644
--- a/Sources/epoch_code/compile/EPOCH_unitSpawnIncrease.sqf
+++ b/Sources/epoch_code/compile/EPOCH_unitSpawnIncrease.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_unitSpawnIncrease.sqf
*/
+//[[[cog import generate_private_arrays ]]]
private ["_index"];
+//[[[end]]]
params ["_spawnName", ["_increase",1]];
_index = EPOCH_spawnIndex find _spawnName;
if (_index != -1) then{
diff --git a/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf b/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf
index 6206f2e7..03829e20 100644
--- a/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf
+++ b/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf
*/
disableSerialization;
+//[[[cog import generate_private_arrays ]]]
private ["_display"];
+//[[[end]]]
_display = uiNameSpace getVariable ["EPOCH_loadingScreen",displayNull];
if (!isNull _display) then {
(_display displayCtrl 50) ctrlSetText _this;
diff --git a/Sources/epoch_code/compile/EPOCH_zombieSpawn.sqf b/Sources/epoch_code/compile/EPOCH_zombieSpawn.sqf
index 5b80fa77..39321280 100644
--- a/Sources/epoch_code/compile/EPOCH_zombieSpawn.sqf
+++ b/Sources/epoch_code/compile/EPOCH_zombieSpawn.sqf
@@ -20,8 +20,10 @@
Returns:
OBJECT - Zombie Agent
*/
+//[[[cog import generate_private_arrays ]]]
+private ["_clutterPos","_disableAI","_grave","_unit","_unitClass","_zMax","_zRange","_zedHandle","_zeds"];
+//[[[end]]]
params [["_justSpawn",false]];
-private ["_zRange","_disableAI","_unitClass","_unit","_clutterPos","_zedHandle","_zMax"];
_disableAI = {{_this disableAI _x}forEach["TARGET","AUTOTARGET","FSM"];};
_zRange = getNumber (getMissionConfig "CfgEpochRyanZombie" >> "range");
diff --git a/Sources/epoch_code/compile/bis_functions/returnVector.sqf b/Sources/epoch_code/compile/bis_functions/returnVector.sqf
index 459b008a..70b2779b 100644
--- a/Sources/epoch_code/compile/bis_functions/returnVector.sqf
+++ b/Sources/epoch_code/compile/bis_functions/returnVector.sqf
@@ -1,5 +1,7 @@
// BIS function
-private ["_v","_d","_x","_y"];
+//[[[cog import generate_private_arrays ]]]
+private ["_d","_v","_x","_y"];
+//[[[end]]]
_v = +(_this select 0);
_d = _this select 1;
diff --git a/Sources/epoch_code/compile/both/EPOCH_compiler.sqf b/Sources/epoch_code/compile/both/EPOCH_compiler.sqf
index f51b7ec4..857273bd 100644
--- a/Sources/epoch_code/compile/both/EPOCH_compiler.sqf
+++ b/Sources/epoch_code/compile/both/EPOCH_compiler.sqf
@@ -23,52 +23,53 @@
Returns:
BOOL
*/
-private ["_cat","_file","_fnc_path","_var_name","_file_raw","_itemCompile","_tag","_file_tag","_config","_returnConfig","_version"];
-params [["_configName","",[""]]];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_config_name","_file","_file_raw","_file_tag","_fnc_path","_missionConfig","_tag","_var_name","_version"];
+//[[[end]]]
+params [["_configName","",[""] ] ];
-_returnConfig = {
- private["_return", "_config"];
- _return = (configfile >> _this);
- _config = (getMissionConfig _this);
- if (isClass _config) then{
- _return = _config;
- };
- _return
+_config = (configfile >> _configName);
+_missionConfig = (getMissionConfig _configName);
+if (isClass _missionConfig) then{
+ _config = _missionConfig;
};
-
-_config = _configName call _returnConfig;
_version = getNumber(_config >> "version");
-if (_version == 1) then {
+if (_version >= 1) then {
{
if (isClass(_x)) then {
_tag = getText(_x >> "tag");
_file = getText(_x >> "file");
_file_tag = _file;
- _cat = "";
{
if (isClass(_x)) then {
_file = _file_tag;
_file_raw = getText(_x >> "file");
if (_file_raw == "") then {
- _cat = configName _x;
- _file = _file + "\" + _cat;
+ _file = format["%1\%2", _file, configName _x];
} else {
_file = _file_raw;
};
{
- _var_name = _tag + "_" + configName _x;
- _fnc_path = _file + "\" + _var_name + ".sqf";
+ _config_name = configName _x;
+ //version 2 More like BI standard fnc / fn_
+ _var_name = format["%1_fnc_%2", _tag, _config_name];
+ _fnc_path = format["%1\fn_%2.sqf", _file, _config_name];
+ if (_version == 1) then {
+ //version 1 TAG + _ + configName
+ _var_name = format["%1_%2", _tag, _config_name];
+ _fnc_path = format["%1\%2.sqf", _file, _var_name];
+ };
_file_raw = getText(_x >> "file");
if (_file_raw != "") then {
_fnc_path = _file_raw;
};
- _itemCompile = compileFinal preprocessFileLineNumbers _fnc_path;
- missionNamespace setvariable [_var_name,_itemCompile];
- } forEach ("isclass _x" configClasses (_x));
+ missionNamespace setvariable [_var_name,compileFinal preprocessFileLineNumbers _fnc_path];
+ if (getNumber(_x >> "preInit") == 1) then {
+ call (missionNamespace getvariable _var_name);
+ };
+ } forEach (configProperties [_x, "isClass _x", true]);
}
- } forEach ("isclass _x" configClasses (_x));
+ } forEach (configProperties [_x, "isClass _x", true]);
};
- } forEach ("isclass _x" configClasses (_config));
-} else {
- diag_log format["Epoch: Error Compiler format for %1 is out of date.",_configName];
+ } forEach (configProperties [_config, "isClass _x", true]);
};
diff --git a/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf b/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf
index 61fc9d8f..1181b2f5 100644
--- a/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf
@@ -25,7 +25,9 @@ _this select 1: SCALAR - state
Returns:
NOTHING
*/
-private["_recipeItem", "_recipeQty", "_hasRecipeItems", "_msg", "_recipeCount", "_currentCount", "_numRemoved", "_items", "_mags", "_recipe", "_craftItem", "_craftQty", "_config", "_objClass"];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_craftItem","_craftQty","_currentCount","_hasRecipeItems","_items","_mags","_msg","_numRemoved","_objClass","_recipe","_recipeCount","_recipeItem","_recipeQty"];
+//[[[end]]]
params[
["_object", objNull],
["_anim", ""],
@@ -65,6 +67,7 @@ if !(isNull _object) then{
_recipeItem = _x;
_recipeQty = 1;
if (_x isEqualType[]) then{
+ _x params ["_recipeItem","_recipeQty"];
_recipeItem = _x select 0;
_recipeQty = _x select 1;
};
diff --git a/Sources/epoch_code/compile/building/EPOCH_checkBuild.sqf b/Sources/epoch_code/compile/building/EPOCH_checkBuild.sqf
index 78f6cacd..56c39679 100644
--- a/Sources/epoch_code/compile/building/EPOCH_checkBuild.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_checkBuild.sqf
@@ -21,7 +21,9 @@
Returns:
ARRAY of BOOLs
*/
-private ["_out","_objType","_config"];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_objType","_out"];
+//[[[end]]]
_out = [false, false, false];
if !(isNil "EPOCH_simulSwap_Lock") exitWith{ _out };
diff --git a/Sources/epoch_code/compile/building/EPOCH_countdown.sqf b/Sources/epoch_code/compile/building/EPOCH_countdown.sqf
index 963c0500..7c2d925d 100644
--- a/Sources/epoch_code/compile/building/EPOCH_countdown.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_countdown.sqf
@@ -21,7 +21,9 @@
Returns:
NOTHING
*/
-private ["_cfgBaseBuilding","_posObj","_savedBuildPos","_previousBuildPos","_saveCheck","_endTime","_worldspace","_class","_newObj","_startTime","_objClass"];
+//[[[cog import generate_private_arrays ]]]
+private ["_cfgBaseBuilding","_class","_endTime","_newObj","_objClass","_posObj","_previousBuildPos","_saveCheck","_savedBuildPos","_startTime","_worldspace"];
+//[[[end]]]
if (!isNull _this) then {
diff --git a/Sources/epoch_code/compile/building/EPOCH_fnc_SelectTargetBuild.sqf b/Sources/epoch_code/compile/building/EPOCH_fnc_SelectTargetBuild.sqf
index 4d293d8e..2e19fda5 100644
--- a/Sources/epoch_code/compile/building/EPOCH_fnc_SelectTargetBuild.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_fnc_SelectTargetBuild.sqf
@@ -21,7 +21,9 @@
Returns:
BOOL
*/
-private ["_targeter","_stability"];
+//[[[cog import generate_private_arrays ]]]
+private ["_stability","_targeter"];
+//[[[end]]]
if !(isNil "EPOCH_simulSwap_Lock") exitWith{ false };
if !(isNull EPOCH_Target) exitWith{ false };
diff --git a/Sources/epoch_code/compile/building/EPOCH_isBuildAllowed.sqf b/Sources/epoch_code/compile/building/EPOCH_isBuildAllowed.sqf
index c36d8913..3ff5f63f 100644
--- a/Sources/epoch_code/compile/building/EPOCH_isBuildAllowed.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_isBuildAllowed.sqf
@@ -22,7 +22,9 @@
Returns:
BOOL
*/
-private ["_cfgBaseBuilding","_buildingJammerRange","_buildingCountLimit","_buildingAllowed","_nearestJammer","_ownedJammerExists","_objectCount","_limitNearby","_restricted","_range","_config","_staticClass","_objType","_simulClass","_bypassJammer","_jammer","_restrictedLocations","_myPosATL"];
+//[[[cog import generate_private_arrays ]]]
+private ["_alljammer","_buildingAllowed","_buildingCountLeader","_buildingCountLimit","_buildingCountPerMember","_buildingJammerRange","_bypassJammer","_c","_cfgBaseBuilding","_config","_isAllowed","_jammer","_jammerpergroup","_limitNearby","_maxbuildingheigh","_membercount","_minjammerdistance","_myPosATL","_nearestJammer","_obj","_objType","_objectCount","_ownedJammerExists","_range","_restricted","_restrictedArray","_restrictedLocations","_restrictedLocationsArray","_restrictedLocationsRange","_simulClass","_staticClass","_storagecountLeader","_storagecountPerMember"];
+//[[[end]]]
_buildingAllowed = true;
_ownedJammerExists = false;
@@ -165,10 +167,9 @@ if !(_buildingAllowed)exitWith{ false };
if (getNumber(_config >> "buildingNearbyMilitary") == 0) then{
_range = getNumber(_config >> "buildingNearbyMilitaryRange");
if (_range > 0) then {
- _restricted = nearestObjects [player, ["ProtectionZone_Invisible_F","Cargo_Tower_base_F","Cargo_HQ_base_F","Cargo_Patrol_base_F","Cargo_House_base_F"], 300];
- } else {
- _restricted = nearestObjects [player, ["Cargo_Tower_base_F","Cargo_HQ_base_F","Cargo_Patrol_base_F","Cargo_House_base_F"], _range];
- _restricted append (nearestObjects [player, ["ProtectionZone_Invisible_F","Cargo_Tower_base_F","Cargo_HQ_base_F","Cargo_Patrol_base_F","Cargo_House_base_F"], 300]);
+ _restrictedArray = ["ProtectionZone_Invisible_F"];
+ _restrictedArray append getArray(_config >> "buildingNearbyMilitaryClasses");
+ _restricted = nearestObjects [player, _restrictedArray, _range];
};
} else {
_restricted = nearestObjects [player, ["ProtectionZone_Invisible_F"], 300];
@@ -178,10 +179,14 @@ if !(_restricted isEqualTo []) then {
["Building Disallowed: Area Blocked", 5] call Epoch_message;
};
-_restrictedLocations = nearestLocations [player, ["NameCityCapital"], 300];
-if !(_restrictedLocations isEqualTo []) then {
- _buildingAllowed = false;
- ["Building Disallowed: Area Blocked", 5] call Epoch_message;
+_restrictedLocationsArray = getArray(_config >> "restrictedLocations");
+_restrictedLocationsRange = getNumber(_config >> "restrictedLocationsRange");
+if !(_restrictedLocationsArray isEqualTo []) then {
+ _restrictedLocations = nearestLocations [player, _restrictedLocationsArray, _restrictedLocationsRange];
+ if !(_restrictedLocations isEqualTo []) then {
+ _buildingAllowed = false;
+ ["Building Disallowed: Area Blocked", 5] call Epoch_message;
+ };
};
_myPosATL = getPosATL player;
diff --git a/Sources/epoch_code/compile/building/EPOCH_lockCheck.sqf b/Sources/epoch_code/compile/building/EPOCH_lockCheck.sqf
index 7fb04098..3bef7b05 100644
--- a/Sources/epoch_code/compile/building/EPOCH_lockCheck.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_lockCheck.sqf
@@ -21,13 +21,15 @@
Returns:
BOOL
*/
-private ["_buildingJammerRange","_jammed","_config","_jammer"];
+//[[[cog import generate_private_arrays ]]]
+private ["_buildingJammerRange","_config","_jammed","_jammer"];
+//[[[end]]]
_config = "CfgEpochClient" call EPOCH_returnConfig;
_buildingJammerRange = getNumber(_config >> "buildingJammerRange");
if (_buildingJammerRange == 0) then { _buildingJammerRange = 75; };
-_jammer = nearestObjects[player, ["PlotPole_EPOCH"], _buildingJammerRange];
+_jammer = nearestObjects[cameraon, ["PlotPole_EPOCH"], _buildingJammerRange];
_jammed = false;
if !(_jammer isEqualTo[]) then {
{
diff --git a/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf b/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf
index 3440a405..7988b6ee 100644
--- a/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf
@@ -21,7 +21,10 @@
Returns:
NOTHING
*/
-private ["_buildingJammerRange","_maintainCount","_rnd","_config"];
+//[[[cog import generate_private_arrays ]]]
+private ["_buildingJammerRange","_config","_maintainCount","_rnd"];
+//[[[end]]]
+
if !(isNil "EPOCH_maintainLockout") exitWith {["Already Maintaining a base.", 5] call Epoch_message;};
if (EPOCH_playerCrypto > 0) then {
_config = "CfgEpochClient" call EPOCH_returnConfig;
@@ -31,8 +34,8 @@ if (EPOCH_playerCrypto > 0) then {
_maintainCount = {(damage _x) > 0} count nearestObjects[_this, ["Constructions_static_F","Constructions_foundation_F","Buildable_Storage","Constructions_lockedstatic_F"], _buildingJammerRange];
if (_maintainCount > 0) then {
- if (EPOCH_playerCrypto < _maintainCount) then {
- _maintainCount = EPOCH_playerCrypto;
+ if (EPOCH_playerCrypto < _maintainCount) exitwith {
+ [format ["You need %1 Krypto to maintain your base.",_maintainCount], 5] call Epoch_message;
};
_rnd = format ["rmx_var_temp%1%2",floor random 100, selectRandom ["A","B","C","D","E","F"]];
diff --git a/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf b/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf
index 86d4c03c..76154630 100644
--- a/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf
@@ -21,7 +21,9 @@
Returns:
BOOL - true if removed
*/
-private ["_buildingJammerRange","_buildingCountLimit","_buildingAllowed","_nearestJammer","_ownedJammerExists","_jammer","_return","_config","_object","_objType","_targeter","_stability","_removeParts"];
+//[[[cog import generate_private_arrays ]]]
+private ["_buildingAllowed","_buildingCountLimit","_buildingJammerRange","_config","_jammer","_nearestJammer","_objType","_ownedJammerExists","_removeParts","_return","_stability","_targeter"];
+//[[[end]]]
_buildingAllowed = true;
_ownedJammerExists = false;
diff --git a/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf b/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf
index 30385685..09630fcd 100644
--- a/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf
@@ -21,7 +21,10 @@
Returns:
NOTHING
*/
-private ["_simulClassConfig","_energyCost","_allowedSnapObjects","_worldspace","_objSlot","_textureSlot","_newObj","_lastCheckTime","_rejectMove","_nearestObject","_nearestObjectRaw","_distanceNear","_previousDistanceNear","_pOffset","_snapPos","_isSnap","_snapPosition","_snapType","_snapDistance","_prevSnapDistance","_snapPointsPara","_snapPointsPerp","_snapArrayPara","_snapArrayPerp","_pos2","_direction","_vel2","_dir2","_up2","_distance","_playerdistance","_class","_create","_allowedSnapPoints","_snapObjects","_currentTarget","_onContactEH","_offset","_disallowed","_object","_objType","_return","_velocityTransformation","_distanceMod","_oemType","_cfgBaseBuilding"];
+//[[[cog import generate_private_arrays ]]]
+private ["_allowedSnapObjects","_allowedSnapPoints","_cfgBaseBuilding","_class","_create","_currentTarget","_dir2","_direction","_disallowed","_distance","_distanceMod","_distanceNear","_energyCost","_isSnap","_lastCheckTime","_nearestObject","_nearestObjectRaw","_newObj","_objSlot","_objType","_object","_oemType","_offset","_onContactEH","_pOffset","_playerdistance","_pos2","_prevSnapDistance","_previousDistanceNear","_rejectMove","_removeParts","_return","_simulClassConfig","_snapArrayPara","_snapArrayPerp","_snapDistance","_snapObjects","_snapPointsPara","_snapPointsPerp","_snapPos","_snapPosition","_snapType","_textureSlot","_up2","_vel2","_velocityTransformation","_worldspace"];
+//[[[end]]]
+
if !(isNil "EPOCH_simulSwap_Lock") exitWith{};
_object = param [0,objNull];
diff --git a/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf b/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf
index 7bb2fdfa..83a748d5 100644
--- a/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf
@@ -22,8 +22,11 @@
Returns:
NOTHING
*/
+//[[[cog import generate_private_arrays ]]]
+private ["_EPOCH_1","_EPOCH_2","_allowedSnapObjects","_allowedSnapPoints","_arr_snapPoints","_baselineSnapPos","_cfgBaseBuilding","_class","_currentOffSet","_currentPos","_currentTarget","_dir2","_direction","_distance","_energyCost","_ins","_isSnap","_lastCheckTime","_maxHeight","_maxSnapDistance","_nearestObject","_nearestObjects","_numberOfContacts","_objSlot","_objType","_offSet","_offsetZPos","_pOffset","_pos1","_pos1_snap","_pos2","_pos2ATL","_pos2_snap","_pos_snapObj","_rejectMove","_simulClass","_snapChecks","_snapConfig","_snapDistance","_snapPointsPara","_snapPointsPerp","_snapPos","_snapPos1","_snapPosition","_snapType","_stabilityCheck","_up2","_worldspace"];
+//[[[end]]]
if !(isNil "EPOCH_simulSwap_Lock") exitWith{};
-private ["_cfgBaseBuilding","_energyCost","_maxHeight","_stabilityCheck","_pos2ATL","_lastCheckTime","_rejectMove","_currentOffSet","_dir2","_up2","_nearestObject","_isSnap","_snapPosition","_snapType","_pOffset","_snapPos","_snapDistance","_snapPos1","_pos_snapObj","_direction","_pos1_snap","_pos2_snap","_ins","_EPOCH_2","_arr_snapPoints","_pos1","_offSet","_snapConfig","_snapPointsPara","_snapPointsPerp","_baselineSnapPos","_distance","_nearestObjects","_EPOCH_1","_pos2","_numberOfContacts","_worldspace","_currentTarget","_offsetZPos","_currentPos","_objSlot","_allowedSnapPoints","_allowedSnapObjects","_objType","_class","_simulClass","_snapChecks","_maxSnapDistance"];
+
params [
["_object",objNull],
["_item",""]
diff --git a/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf b/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf
index 2fdab86e..f37a7340 100644
--- a/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf
+++ b/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf
@@ -22,7 +22,9 @@
Returns:
NOTHING
*/
-private ["_buildingJammerRange","_buildingCountLimit","_nearestJammer","_ownedJammerExists","_buildingAllowed","_missingCount","_canUpgrade","_missingParts","_part","_req","_partCheck","_canUpgradePartCount","_removedPartCount","_return","_upgrade","_upgradeParts","_config","_upgrades","_targeter","_stability","_jammer"];
+//[[[cog import generate_private_arrays ]]]
+private ["_buildingAllowed","_buildingCountLimit","_buildingJammerRange","_canUpgrade","_canUpgradePartCount","_config","_jammer","_missingCount","_missingParts","_nearestJammer","_ownedJammerExists","_part","_partCheck","_removedPartCount","_req","_return","_stability","_targeter","_upgrade","_upgradeParts","_upgrades"];
+//[[[end]]]
params [
["_object",objNull,[objNull]],
["_index",-1,[0]]
@@ -81,6 +83,13 @@ if (_object isKindOf "Constructions_static_F") then {
// take upgrade item from player here
_config = 'CfgBaseBuilding' call EPOCH_returnConfig;
+ _config2 = 'CfgEpochClient' call EPOCH_returnConfig;
+ _buildingJammerRange = getNumber(_config2 >> "buildingJammerRange");
+ _maxdoors = getNumber(_config2 >> "maxdoors");
+ _maxgates = getNumber(_config2 >> "maxgates");
+ if (_buildingJammerRange == 0) then {_buildingJammerRange = 150};
+ if (_maxdoors == 0) then {_maxdoors = 12};
+ if (_maxgates == 0) then {_maxgates = 10};
_upgrades = getArray(_config >> (typeOf _object) >> "upgradeBuilding");
if !(_upgrades isEqualTo []) then {
@@ -106,6 +115,26 @@ if (_object isKindOf "Constructions_static_F") then {
};
_canUpgradePartCount = _canUpgradePartCount + _req;
} forEach _upgradeParts;
+
+ _doors = ["WoodLargeWallDoorL_EPOCH","WoodWall4_EPOCH"];
+ _gates = ["CinderWallGarage_EPOCH"];
+ if (_canUpgrade) then {
+ _upgradeto = _upgrade select 0;
+ if (_upgradeto in _doors) then {
+ _countdoors = count (nearestobjects [_nearestJammer,_doors,_buildingJammerRange]);
+ if (_countdoors >= _maxdoors) then {
+ _canUpgrade = false;
+ _missingParts = _missingParts + format["Can not upgrade to locked Door! Max %1 allowed per Base!", _maxdoors];
+ };
+ };
+ if (_upgradeto in _gates) then {
+ _countgates = count (nearestobjects [_nearestJammer,_gates,_buildingJammerRange]);
+ if (_countgates >= _maxgates) then {
+ _canUpgrade = false;
+ _missingParts = _missingParts + format["Can not upgrade to Gate! Max %1 allowed per Base!", _maxgates];
+ };
+ };
+ };
_removedPartCount = 0;
if (_canUpgrade) then {
diff --git a/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf b/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf
index d98bf3c5..d979a939 100644
--- a/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf
+++ b/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf
@@ -21,7 +21,9 @@
Returns:
NOTHING
*/
-private ["_distance","_toxicChance","_bloodpChance","_fatigueChance","_bleedAmount","_bloodpAmount","_soundEffect","_canSee","_ppEffect","_bleedChance","_soundEffectIndex","_soundEffectGlobal","_animationEffect","_animationEffectGlobal","_cfgObjectInteraction"];
+//[[[cog import generate_private_arrays ]]]
+private ["_animConfigArray","_animationEffect","_animationEffectGlobal","_bleedAmount","_bleedChance","_bloodpAmount","_bloodpChance","_canSee","_cfgObjectInteraction","_distance","_fatigueChance","_handle","_handles","_ppEffect","_say3dsoundsConfig","_selectedMove","_selectedSound","_soundConfigArray","_soundEffect","_soundEffectGlobal","_switchMovehandlerConfig","_toxicChance"];
+//[[[end]]]
params [["_unit",objNull],["_target",player]];
if (isNull _unit && isNull _target) exitWith {};
if !(_target isEqualTo player) then {
@@ -55,7 +57,7 @@ if !(_target isEqualTo player) then {
};
_animationEffectGlobal = getNumber (_cfgObjectInteraction >> "animationEffectGlobal");
_canSee = call compile (getText (_cfgObjectInteraction >> "canSee"));
- _ppEffect = getNumber (_cfgObjectInteraction >> "ppEffect");
+ _ppEffect = getArray (_cfgObjectInteraction >> "ppEffect");
if ((_unit distance player) < _distance && _canSee) then {
@@ -91,35 +93,8 @@ if !(_target isEqualTo player) then {
};
if (random 1 < _bloodpChance) then {
EPOCH_playerBloodP = (EPOCH_playerBloodP + (_bloodpAmount + (EPOCH_playerBloodP - 100))) min 190;
- // todo configize
- if (_ppEffect == 1) then {
- [] spawn{
- _ppGrain = ppEffectCreate["filmGrain", 2005];
- _ppChrom = ppEffectCreate["chromAberration", 2006];
- _ppColor = ppEffectCreate["colorCorrections", 2007];
- _ppBlur = ppEffectCreate["radialBlur", 2008];
- _ppColor ppEffectAdjust[1, 1, 0, [1.5, -1, -1.5, 0.5], [5, 3.5, -5, -0.5], [-3, 5, -5, -0.5]];
- _ppColor ppEffectCommit 5;
- _ppChrom ppEffectAdjust[0.01, 0.01, true];
- _ppChrom ppEffectCommit 5;
- _ppBlur ppEffectAdjust[0.02, 0.02, 0.15, 0.15];
- _ppBlur ppEffectCommit 5;
- _ppGrain ppEffectAdjust[0.1, -1, 0.05, 0.05, 2, false];
- _ppGrain ppEffectCommit 1;
- _ppGrain ppEffectEnable true;
- _ppChrom ppEffectEnable true;
- _ppColor ppEffectEnable true;
- _ppBlur ppEffectEnable true;
- uiSleep 2;
- _ppColor ppEffectAdjust[1, 1, -0.01, [0.0, 0.0, 0.0, 0.0], [1.5, 1, 1.2, 0.6], [0.199, 0.587, 0.114, 0.20]];
- _ppColor ppEffectCommit 5;
- _ppChrom ppEffectAdjust[0, 0, true];
- _ppChrom ppEffectCommit 5;
- _ppBlur ppEffectAdjust[0, 0, 0, 0];
- _ppBlur ppEffectCommit 5;
- uiSleep 5;
- ppEffectDestroy[_ppGrain, _ppChrom, _ppColor, _ppBlur];
- };
+ if !(_ppEffect isEqualTo []) then {
+ [_ppEffect] spawn EPOCH_fnc_spawnEffects;
};
};
if (random 1 < _fatigueChance) then {
diff --git a/Sources/epoch_code/compile/environment/EPOCH_client_earthQuake.sqf b/Sources/epoch_code/compile/environment/EPOCH_client_earthQuake.sqf
index c26569ba..bb1f8c95 100644
--- a/Sources/epoch_code/compile/environment/EPOCH_client_earthQuake.sqf
+++ b/Sources/epoch_code/compile/environment/EPOCH_client_earthQuake.sqf
@@ -21,8 +21,10 @@
Returns:
Script handle
*/
-private ["_intensity","_distance"];
-params [["_epicenter",[0,0,0], [[]]]];
+//[[[cog import generate_private_arrays ]]]
+private ["_distance","_intensity"];
+//[[[end]]]
+params [["_epicenter",[0,0,0],[[]] ] ];
_distance = player distance _epicenter;
_intensity = 1;
if (_distance < 250) then {
diff --git a/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf b/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf
index 2e5ae59e..80e4bf5c 100644
--- a/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf
+++ b/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf
@@ -21,12 +21,14 @@
Returns:
NOTHING
*/
-private ["_randomAIClass","_animalPos","_tryAnimalPos","_id","_animal","_animalAiTables","_playerPos"];
+//[[[cog import generate_private_arrays ]]]
+private ["_animal","_animalAiTables","_animalPos","_id","_playerPos","_randomAIClass","_tryAnimalPos"];
+//[[[end]]]
-// TODO: move static arrays to config
if (count(player nearEntities["Animal_Base_F", 200]) >= 1) exitWith{};
-_animalAiTables = ["Sheep_random_EPOCH", "Sheep_random_EPOCH", "Goat_random_EPOCH", "Goat_random_EPOCH", "Goat_random_EPOCH", ["Cock_random_EPOCH", "Hen_random_EPOCH"], ["Cock_random_EPOCH", "Hen_random_EPOCH"], "Rabbit_EPOCH", "Rabbit_EPOCH", "Rabbit_EPOCH", "Snake_random_EPOCH", "Snake2_random_EPOCH", ["Fin_random_EPOCH", "Alsatian_Random_EPOCH"]];
+_animalAiTables = ["CfgEpochClient", "animalAiTables", ["Sheep_random_EPOCH", "Sheep_random_EPOCH", "Goat_random_EPOCH", "Goat_random_EPOCH", "Goat_random_EPOCH", ["Cock_random_EPOCH", "Hen_random_EPOCH"], ["Cock_random_EPOCH", "Hen_random_EPOCH"], "Rabbit_EPOCH", "Rabbit_EPOCH", "Rabbit_EPOCH", "Snake_random_EPOCH", "Snake2_random_EPOCH", ["Fin_random_EPOCH", "Alsatian_Random_EPOCH"] ] ] call EPOCH_fnc_returnConfigEntryV2;
+
_randomAIClass = selectRandom _animalAiTables;
_animalPos = nil;
_playerPos = position player;
diff --git a/Sources/epoch_code/compile/event_handlers/EPOCH_getInMan.sqf b/Sources/epoch_code/compile/event_handlers/EPOCH_getInMan.sqf
new file mode 100644
index 00000000..3d56bade
--- /dev/null
+++ b/Sources/epoch_code/compile/event_handlers/EPOCH_getInMan.sqf
@@ -0,0 +1,24 @@
+/*
+ Author: Aaron Clark - EpochMod.com
+
+ Contributors:
+
+ Description:
+ Get In handler for A3 Epoch
+
+ Licence:
+ Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
+
+ Github:
+ https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_getInMan_EH.sqf
+*/
+params ["_unit","_position","_vehicle"];
+if (_unit == player) then {
+ // Disable build mode
+ if (EPOCH_buildMode > 0) then {
+ EPOCH_buildMode = 0;
+ EPOCH_snapDirection = 0;
+ ["BUILD MODE: DISABLED", 5] call Epoch_message;
+ EPOCH_Target = objNull;
+ };
+};
diff --git a/Sources/epoch_code/compile/EPOCH_antiWall.sqf b/Sources/epoch_code/compile/event_handlers/EPOCH_getOutMan.sqf
similarity index 78%
rename from Sources/epoch_code/compile/EPOCH_antiWall.sqf
rename to Sources/epoch_code/compile/event_handlers/EPOCH_getOutMan.sqf
index 8a7d44b0..55684ae5 100644
--- a/Sources/epoch_code/compile/EPOCH_antiWall.sqf
+++ b/Sources/epoch_code/compile/event_handlers/EPOCH_getOutMan.sqf
@@ -4,15 +4,18 @@
Contributors:
Description:
- A3 Epoch Anti-Vehicle Wall glitch
+ Get out handler for A3 Epoch
+ Includes Anti-Vehicle Wall glitch checks
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_antiWall.sqf
+ https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_getOutMan_EH.sqf
*/
-private ["_start","_end","_dirTo"];
+//[[[cog import generate_private_arrays ]]]
+private ["_dirTo","_end","_start"];
+//[[[end]]]
params ["_unit","_position","_vehicle"];
if (_unit == player) then {
_start = getPosWorld _vehicle;
diff --git a/Sources/epoch_code/compile/functions/EPOCH_colorRange.sqf b/Sources/epoch_code/compile/functions/EPOCH_colorRange.sqf
index a55e624e..9cd23868 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_colorRange.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_colorRange.sqf
@@ -23,7 +23,9 @@
Returns:
MIXED
*/
-private ["_ratio","_b","_r","_g"];
+//[[[cog import generate_private_arrays ]]]
+private ["_b","_color","_g","_r","_ratio","_return"];
+//[[[end]]]
params ["_minimum", "_maximum", "_value", "_alpha"];
_ratio = 2 * (_value-_minimum) / (_maximum - _minimum);
_b = 0 max (255*(1 - _ratio));
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fn_returnConfigEntryV2.sqf b/Sources/epoch_code/compile/functions/EPOCH_fn_returnConfigEntryV2.sqf
index 26b15570..9baf7249 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fn_returnConfigEntryV2.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fn_returnConfigEntryV2.sqf
@@ -23,7 +23,9 @@
Returns:
MIXED
*/
-private["_config", "_varData","_missionconfig","_finalconfig"];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_finalconfig","_missionconfig","_sapperRndChance","_varData"];
+//[[[end]]]
params ["_configClass","_variableName","_defaultData"];
_varData = _defaultData;
_config = (configfile >> _configClass);
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_Weather.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_Weather.sqf
index 491ca50e..9e37fe61 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_Weather.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_Weather.sqf
@@ -21,7 +21,9 @@
Returns:
NOTHING
*/
-private ["_warming","_wet","_increaseWet","_isNearFire","_playerPosATL","_maxTemp","_airTemp","_waterTemp","_wetsuit"];
+//[[[cog import generate_private_arrays ]]]
+private ["_airTemp","_increaseWet","_isNearFire","_maxTemp","_playerPosATL","_warming","_waterTemp","_wet","_wetsuit"];
+//[[[end]]]
if (isNil "EPOCH_CURRENT_WEATHER") then {
EPOCH_CURRENT_WEATHER = 75;
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf
index 89b4eaf6..fe828837 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf
@@ -22,7 +22,9 @@
Returns:
BOOL
*/
-private ["_wHPos","_wH","_nearByHolder"];
+//[[[cog import generate_private_arrays ]]]
+private ["_nearByHolder","_wH","_wHPos"];
+//[[[end]]]
params [["_item","",[""]],["_count",1]];
for "_i" from 1 to _count do
{
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_arrayStringToBool.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_arrayStringToBool.sqf
new file mode 100644
index 00000000..0d4a7503
--- /dev/null
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_arrayStringToBool.sqf
@@ -0,0 +1,2 @@
+// fix strings to bool
+_this apply {if (_x isEqualType "true") then {_x isEqualTo "true"} else {_x}}
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_cursorTarget.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_cursorTarget.sqf
index 2de557ae..ffc35397 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_cursorTarget.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_cursorTarget.sqf
@@ -24,7 +24,9 @@
Returns:
(OBJECT or objNull)
*/
-private ["_ins"];
+//[[[cog import generate_private_arrays ]]]
+private ["_ins","_target"];
+//[[[end]]]
params [["_distance",10], ["_lod1", "VIEW"], ["_lod2","FIRE"], ["_sort",true]];
if (EPOCH_playerIsSwimming) then {
_ins = lineIntersectsSurfaces [AGLToASL positionCameraToWorld [0,0,0],AGLToASL positionCameraToWorld [0,0,_distance],player,objNull,_sort,1,_lod1,_lod2];
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_dirToFuzzy.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_dirToFuzzy.sqf
index af87f922..1bfa7335 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_dirToFuzzy.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_dirToFuzzy.sqf
@@ -23,7 +23,9 @@
Returns:
SCALAR - (direction 0-360)
*/
-private ["_ret"];
+//[[[cog import generate_private_arrays ]]]
+private ["_dirToF","_pos1","_pos2","_ret"];
+//[[[end]]]
params ["_pos1","_pos2",["_spread",32]];
//if objects, not positions, were passed in, then get their positions
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_findRandomPosBehind.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_findRandomPosBehind.sqf
index 0792473b..8d6827ea 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_findRandomPosBehind.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_findRandomPosBehind.sqf
@@ -25,7 +25,9 @@
Returns:
ARRAY
*/
-private ["_dir","_rnd","_pos","_dist","_minIn","_outPos"];
+//[[[cog import generate_private_arrays ]]]
+private ["_dir","_dist","_moveTo","_pos","_rnd"];
+//[[[end]]]
params ["_maxIn","_minIn","_arcIn","_unitIn",["_offset",0]];
_rnd = ((180 +_offset) - (_arcIn / 2)) + (random _arcIn);
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_findSafePos.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_findSafePos.sqf
index fbb4b769..50a26bee 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_findSafePos.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_findSafePos.sqf
@@ -26,7 +26,9 @@
Returns:
ARRAY
*/
-private["_rDist","_rDir","_outPos","_nrRoad","_nrRoads"];
+//[[[cog import generate_private_arrays ]]]
+private ["_moveTo","_nrRoad","_nrRoads","_outPos","_rDir","_rDist"];
+//[[[end]]]
params ["_inPos","_MinDist","_MaxDist",["_outHeight",0],["_onRoad",false]];
_rDist = (random (_MaxDist - _MinDist))+_MinDist;
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_findSapperStalkLocation.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_findSapperStalkLocation.sqf
index bd784401..57c82cb9 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_findSapperStalkLocation.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_findSapperStalkLocation.sqf
@@ -26,7 +26,9 @@
Returns:
ARRAY
*/
-private ["_dir","_dirTo","_rnd","_pos","_dist"];
+//[[[cog import generate_private_arrays ]]]
+private ["_dir","_dirTo","_dist","_moveTo","_pos","_rnd"];
+//[[[end]]]
params ["_maxIn","_minIn","_arcIn","_unitIn","_offset","_trgtIn"];
_dirTo = (position _unitIn) getDir (position _trgtIn);
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_isInsideBuilding.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_isInsideBuilding.sqf
index 616e2d85..91b7609a 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_isInsideBuilding.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_isInsideBuilding.sqf
@@ -21,7 +21,9 @@
Returns:
BOOL
*/
-private ["_playerPosASL","_abovePlayerPosASL"];
+//[[[cog import generate_private_arrays ]]]
+private ["_abovePlayerPosASL","_inBuilding","_playerPosASL"];
+//[[[end]]]
_playerPosASL = visiblePositionASL player;
_abovePlayerPosASL = [_playerPosASL select 0,_playerPosASL select 1,(_playerPosASL select 2) + 10];
//Return:
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerAttachToAntagonist.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerAttachToAntagonist.sqf
index ad50739e..594f7112 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerAttachToAntagonist.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerAttachToAntagonist.sqf
@@ -18,12 +18,15 @@
Parameter(s):
_this select 0: OBJECT - Antagonist Object
_this select 1: OBJECT - Player Object
-
+
Returns:
-
+
*/
+//[[[cog import generate_private_arrays ]]]
+private ["_antagonist2","_bomb","_doingBoom","_doingGroan","_groanTime","_killer2","_player2","_tapDiag","_tapDiag2"];
+//[[[end]]]
params ["_player", "_antagonist", "_bomb","_killer"];
-private _tapDiag = "TapOut";
+_tapDiag = "TapOut";
if (visibleMap) then {openMap [false, true];};
_antagonist switchCamera "Internal";
if(isNil "_bomb")then{_bomb = objNull;};
@@ -36,9 +39,9 @@ _antagonist2 = _this select 0;
_tapDiag2 = _this select 1;
_player2 = _this select 2;
_killer2 = _this select 3;
-private _doingGroan = false;
-private _doingBoom = false;
-private _groanTime = diag_tickTime;
+_doingGroan = false;
+_doingBoom = false;
+_groanTime = diag_tickTime;
while {!alive _player2} do {
if (playerRespawnTime <= 1) exitWith{ (findDisplay 46) closeDisplay 0; };
if (playerRespawnTime > 15 && !dialog) then {createDialog _tapDiag2;};
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf
index 5e34db21..7b65cfd6 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf
@@ -22,9 +22,10 @@
Returns:
BOOL
*/
-private ["_playerDeathScreen","_playerKilledScreen","_tapDiag","_config","_doRevenge"];
-params [["_unit",objNull,[objNull]], ["_killer",objNull,[objNull]]];
-
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_doRevenge","_playerDeathScreen","_playerKilledScreen","_playerRevengeMinAliveTime","_tapDiag"];
+//[[[end]]]
+params [["_unit",objNull,[objNull]],["_killer",objNull,[objNull]] ];
_config = 'CfgEpochClient' call EPOCH_returnConfig;
_playerDeathScreen = getText(_config >> "playerDeathScreen");
_playerRevengeMinAliveTime = getNumber(_config >> "playerRevengeMinAliveTime");
@@ -59,10 +60,8 @@ if (Epoch_canBeRevived) then {
};
[_killer, _tapDiag] spawn{
- _killer2 = _this select 0;
- _tapDiag2 = _this select 1;
+ params ["_killer2","_tapDiag2"];
while {!alive player} do {
-
if (playerRespawnTime <= 1) exitWith{ (findDisplay 46) closeDisplay 0; };
if (playerRespawnTime > 15 && !dialog) then {createDialog _tapDiag2;};
if (isObjectHidden player) then {closeDialog 2;};
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf
index 30d1fc56..0285320a 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf
@@ -27,7 +27,9 @@
Returns:
NOTHING
*/
-private ["_heal","_highestDMG","_currentHIT","_currentDMG","_newDMG","_attachments","_cursorTarget","_repaired","_gesture","_nuisanceLevel"];
+//[[[cog import generate_private_arrays ]]]
+private ["_ammoConfig","_attachments","_currentDMG","_currentHIT","_cursorTarget","_gesture","_heal","_highestDMG","_newDMG","_nuisanceLevel","_repaired"];
+//[[[end]]]
params ["_unit","_weapon","_muzzle","_mode","_ammo","_magazine","_projectile"];
EPOCH_lastFiredLocation = getPosATL player;
switch true do {
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_spawnEffects.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_spawnEffects.sqf
new file mode 100644
index 00000000..7cf120d1
--- /dev/null
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_spawnEffects.sqf
@@ -0,0 +1,52 @@
+/*
+ Author: Aaron Clark - EpochMod.com
+
+ Contributors:
+
+ Description:
+ spawn Effects over time based on array
+
+ Licence:
+ Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
+
+ Github:
+ https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/functions/EPOCH_fnc_spawnEffects.sqf
+
+ Example:
+ [] spawn EPOCH_fnc_spawnEffects;
+
+ Parameter(s):
+ _this select 0: ARRAY - effects array
+*/
+//[[[cog import generate_private_arrays ]]]
+private ["_firstArray","_fx","_handle","_handles"];
+//[[[end]]]
+params [["_ppEffects",[],[[]] ] ];
+_handles = [];
+{
+ _fx = _x;
+ if (_fx isEqualType []) then {
+ if (_fx isEqualTo []) then {
+ ppEffectDestroy _handles;
+ } else {
+ {
+ if !(_x isEqualTo []) then {
+ if (count _x == 4) then {
+ _x params ["_type","_proi","_effect","_speed"];
+ _handle = [_type,_proi] call epoch_postProcessCreate;
+ _handles pushBack _handle;
+ [_handle, _speed, _effect, true] call epoch_postprocessAdjust;
+ } else {
+ _x params ["_effect","_speed"];
+ [_handles select _forEachIndex, _speed, _effect, true] call epoch_postprocessAdjust;
+ };
+ };
+ } forEach _fx;
+ };
+ } else {
+ // sleep
+ if (_fx isEqualType 0) then {
+ uiSleep _fx;
+ };
+ };
+} forEach _ppEffects;
diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_stringLeft.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_stringLeft.sqf
index 111df35c..a244b2ae 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_fnc_stringLeft.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_stringLeft.sqf
@@ -22,8 +22,14 @@
Returns:
STRING
*/
+//[[[cog import generate_private_arrays ]]]
+private ["_arrFull","_arrOut","_strIn","_trimmedStr"];
+//[[[end]]]
private["_arrFull","_arrOut"];
-params ["_strIn",["_count",0,[0]]];
+params [
+ "_strIn",
+ ["_count",0,[0]]
+];
_arrOut = [];
if !(_strIn isEqualType "STRING") then {_strIn = str(_strIn)};
_arrFull = toArray _strIn;
diff --git a/Sources/epoch_code/compile/functions/EPOCH_giveAttributes.sqf b/Sources/epoch_code/compile/functions/EPOCH_giveAttributes.sqf
index 1e900c14..4cc591f2 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_giveAttributes.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_giveAttributes.sqf
@@ -1,6 +1,7 @@
// EPOCH_giveAttributes
-
-private ["_return","_addPlus","_editableVars","_selectedVar","_varName","_celcuis","_celcuisNew","_customVarIndex","_limits","_currentVal","_newValue"];
+//[[[cog import generate_private_arrays ]]]
+private ["_addPlus","_celcuis","_celcuisNew","_currentVal","_customVarIndex","_data","_limits","_max","_min","_newValue","_return","_varName"];
+//[[[end]]]
params ["_selectedVarName",["_data",0],["_randomizeData",0]];
_addPlus = if (_data > 0) then {"+"} else {""};
_return = "";
diff --git a/Sources/epoch_code/compile/functions/EPOCH_itemData.sqf b/Sources/epoch_code/compile/functions/EPOCH_itemData.sqf
index b3d4b6da..4b19bb03 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_itemData.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_itemData.sqf
@@ -24,8 +24,10 @@
Returns:
Returns STRING if only one element in second param, otherwise returns ARRAY
*/
-private ["_single","_arr"];
-params [["_item",""],["_entries",["DisplayName"],[[]]]];
+//[[[cog import generate_private_arrays ]]]
+private ["_arr","_data","_displayName","_pic","_single"];
+//[[[end]]]
+params [["_item",""],["_entries",["DisplayName"],[[]] ] ];
_single = (count _entries) == 1;
_arr = [];
{
diff --git a/Sources/epoch_code/compile/functions/EPOCH_itemDisplayName.sqf b/Sources/epoch_code/compile/functions/EPOCH_itemDisplayName.sqf
index af8d503b..7f36be01 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_itemDisplayName.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_itemDisplayName.sqf
@@ -21,7 +21,9 @@
Returns:
STRING
*/
-private ["_return"];
+//[[[cog import generate_private_arrays ]]]
+private ["_displayName","_return"];
+//[[[end]]]
params ["_item"];
_return = "";
if ([_item, "CfgVehicles"] call EPOCH_fnc_isAny) then {
diff --git a/Sources/epoch_code/compile/functions/EPOCH_itemPicture.sqf b/Sources/epoch_code/compile/functions/EPOCH_itemPicture.sqf
index d4e1de62..4edf10d5 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_itemPicture.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_itemPicture.sqf
@@ -13,7 +13,7 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/functions/EPOCH_itemPicture.sqf
Example:
- _picture = _part call EPOCH_itemPicture;
+ _part call EPOCH_itemPicture;
Parameter(s):
_this: STRING - Vehicle, Weapon, or Magazine config class name
@@ -21,7 +21,9 @@
Returns:
STRING
*/
+//[[[cog import generate_private_arrays ]]]
private ["_return"];
+//[[[end]]]
params ["_item"];
_return = "";
if ([_item, "CfgVehicles"] call EPOCH_fnc_isAny) then {
diff --git a/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf b/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf
index 84ad1c16..23f73cbf 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf
@@ -21,7 +21,9 @@
Returns:
NOTHING
*/
-private ["_lastSave","_customVars","_time"];
+//[[[cog import generate_private_arrays ]]]
+private ["_customVars","_lastSave","_time"];
+//[[[end]]]
_time = if (_this) then [{15},{80}];
_lastSave = missionNamespace getVariable["EPOCH_lastSave", diag_tickTime];
if ((diag_tickTime - _lastSave) >= _time) then {
diff --git a/Sources/epoch_code/compile/functions/EPOCH_returnConfig.sqf b/Sources/epoch_code/compile/functions/EPOCH_returnConfig.sqf
index a4467f8a..fc5a4a26 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_returnConfig.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_returnConfig.sqf
@@ -21,7 +21,9 @@
Returns:
CONFIG
*/
-private["_return", "_config"];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_return"];
+//[[[end]]]
_return = (configfile >> _this);
_config = (getMissionConfig _this);
if (isClass _config) then{
diff --git a/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf b/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf
index 1c125229..a379eed4 100644
--- a/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf
+++ b/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf
@@ -22,6 +22,9 @@
Returns:
BOOL or ARRAY of BOOLs
*/
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_end","_finalConfig","_findStart","_isTree","_p3dName","_return","_start"];
+//[[[end]]]
params ["_str","_checkType"];
_return = false;
_config = 'CfgEpochClient' call EPOCH_returnConfig;
diff --git a/Sources/epoch_code/compile/functions/Epoch_SortArrayByDistance.sqf b/Sources/epoch_code/compile/functions/Epoch_SortArrayByDistance.sqf
index 9cafaf15..ba9fee0a 100644
--- a/Sources/epoch_code/compile/functions/Epoch_SortArrayByDistance.sqf
+++ b/Sources/epoch_code/compile/functions/Epoch_SortArrayByDistance.sqf
@@ -22,7 +22,9 @@
Returns:
ARRAY of ARRAYS
*/
-private ["_sorted","_closest","_testPos","_closestPos"];
+//[[[cog import generate_private_arrays ]]]
+private ["_closest","_closestPos","_pos","_sorted","_testPos","_unsorted"];
+//[[[end]]]
params ["_unsorted","_pos"];
if (_pos isEqualType objNull) then {_pos = getpos _pos;};
_sorted = [];
diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf
index a963444f..1396f892 100644
--- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf
+++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf
@@ -25,7 +25,9 @@
Returns:
BOOL
*/
-private ["_handled","_currentPos"];
+//[[[cog import generate_private_arrays ]]]
+private ["_currentPos","_disableBuildMode","_handled"];
+//[[[end]]]
params ["_display","_dikCode","_shift","_ctrl","_alt"];
_handled = false;
@@ -81,7 +83,7 @@ if (_dikCode == EPOCH_keysDebugMon) then {
//Action Menu
if (_dikCode == EPOCH_keysAction) then {
- _handled = true;
+ //_handled = true;
if !(EPOCH_keysActionPressed) then {
EPOCH_keysActionPressed = true;
if (cursorTarget isKindOf "AllVehicles") then {
@@ -216,11 +218,13 @@ if (vehicle player == player) then {
if ((primaryWeapon player != "") && (currentWeapon player == primaryWeapon player)) then {
player switchMove "AovrPercMrunSrasWrflDf";
[player, "AovrPercMrunSrasWrflDf", Epoch_personalToken] remoteExec ["EPOCH_server_handle_switchMove",2];
+ EPOCH_playerStamina = (EPOCH_playerStamina - 30) max 0;
_handled = true;
} else {
if (currentWeapon player == "") then {
player switchMove "epoch_unarmed_jump";
[player, "epoch_unarmed_jump", Epoch_personalToken] remoteExec ["EPOCH_server_handle_switchMove",2];
+ EPOCH_playerStamina = (EPOCH_playerStamina - 30) max 0;
_handled = true;
};
};
diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf
index 350da4e0..749642d2 100644
--- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf
+++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf
@@ -25,7 +25,9 @@
Returns:
BOOL
*/
-private["_handled"];
+//[[[cog import generate_private_arrays ]]]
+private ["_handled"];
+//[[[end]]]
params ["_display","_dikCode","_shift","_ctrl","_alt"];
_handled = false;
//Main actions
diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_onChar.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_onChar.sqf
index 16c9317d..e8a5aa8f 100644
--- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_onChar.sqf
+++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_onChar.sqf
@@ -22,7 +22,9 @@
Returns:
NOTHING
*/
-private ["_textArr","_num"];
+//[[[cog import generate_private_arrays ]]]
+private ["_num","_textArr"];
+//[[[end]]]
params ["_control",["_maxLimit",0]];
_textArr = toArray(ctrlText(_control select 0));
{
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_gearArmorCalc.sqf b/Sources/epoch_code/compile/inventory/EPOCH_gearArmorCalc.sqf
index 700d51ac..16ea6450 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_gearArmorCalc.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_gearArmorCalc.sqf
@@ -21,7 +21,9 @@
Returns:
NUMBER
*/
-private ["_gearArmor","_gearConfig","_passThrough","_armor"];
+//[[[cog import generate_private_arrays ]]]
+private ["_armor","_gearArmor","_gearConfig","_passThrough","_vestArmor"];
+//[[[end]]]
_gearConfig = (configfile >> "CfgWeapons" >> _this);
_passThrough = getNumber(_gearConfig >> "ItemInfo" >> "passThrough");
_armor = getNumber(_gearConfig >> "ItemInfo" >> "armor");
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_initUI.sqf b/Sources/epoch_code/compile/inventory/EPOCH_initUI.sqf
index 4ea07b3c..157f624a 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_initUI.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_initUI.sqf
@@ -23,7 +23,9 @@
Returns:
NOHTING
*/
-private ["_display","_color","_colorCompare","_bar","_bar_compare"];
+//[[[cog import generate_private_arrays ]]]
+private ["_bar","_bar_compare","_color","_colorCompare","_container","_display","_existing_bar","_height","_pos","_remoteContainer","_small_height"];
+//[[[end]]]
disableSerialization;
EPOCH_InteractedItem = [];
@@ -32,29 +34,81 @@ EPOCH_lastContainer = _this select 1;
waitUntil {!isNull findDisplay 602};
_display = (findDisplay 602);
-(_display displayCtrl -13) ctrlEnable false;
+// init custom sub menu handler
+{
+ _container = _display displayCtrl _x;
+ _container ctrlAddEventHandler ["LBDblClick","_this call EPOCH_itemInteractClick"];
+} forEach [619,633,638];
+// armor stats init
+{
+ _remoteContainer = _display displayCtrl _x;
+ _remoteContainer ctrlAddEventHandler ["LBDrag","_this call EPOCH_selectInventoryItem; _this call EPOCH_refeshUI"];
+ _remoteContainer ctrlAddEventHandler ["LBSelChanged","_this call EPOCH_selectInventoryItem; _this call EPOCH_refeshUI"];
+} forEach [632,640];
_color = [0.6,0.6,0.6,1];
_colorCompare = [0.4,0.6,1,0.4];
-_bar = _display displayCtrl 7304;
+// UniformLoad
+_bar = _display ctrlCreate ["RscCustomProgress", 7304];
uiNameSpace setVariable ["RscCustomProgressUniform", _bar];
_bar ctrlSetTextColor _color;
-_bar = _display displayCtrl 7305;
+_existing_bar = _display displayCtrl 6304;
+_pos = ctrlPosition _existing_bar;
+_height = (_pos select 3) / 2;
+_existing_bar ctrlSetPosition [_pos select 0,(_pos select 1)+_height,_pos select 2,_height];
+_existing_bar ctrlCommit 0;
+_bar ctrlSetPosition [_pos select 0,_pos select 1,_pos select 2,_height];
+_bar ctrlCommit 0;
+
+// VestLoad
+_bar = _display ctrlCreate ["RscCustomProgress", 7305];
uiNameSpace setVariable ["RscCustomProgressVest", _bar];
_bar ctrlSetTextColor _color;
-_bar = _display displayCtrl 7240;
+_existing_bar = _display displayCtrl 6305;
+_pos = ctrlPosition _existing_bar;
+_height = (_pos select 3) / 2;
+_small_height = _height;
+_existing_bar ctrlSetPosition [_pos select 0,(_pos select 1)+_height,_pos select 2,_height];
+_existing_bar ctrlCommit 0;
+_bar ctrlSetPosition [_pos select 0,_pos select 1,_pos select 2,_height];
+_bar ctrlCommit 0;
+
+// SlotHeadgear
+_bar = _display ctrlCreate ["RscCustomProgress", 7240];
uiNameSpace setVariable ["RscCustomProgressHeadgear", _bar];
_bar ctrlSetTextColor _color;
-_bar = _display displayCtrl 7308;
+_existing_bar = _display displayCtrl 6240;
+_pos = ctrlPosition _existing_bar;
+_height = _pos select 3;
+
+_bar ctrlSetPosition [_pos select 0,(_pos select 1)+_height,_pos select 2,_small_height];
+_bar ctrlCommit 0;
+
+// TotalLoad;
+_existing_bar = _display displayCtrl 6308;
+_pos = ctrlPosition _existing_bar;
+_height = (_pos select 3) / 2;
+
+_existing_bar ctrlSetPosition [_pos select 0,(_pos select 1)+_height,_pos select 2,_height];
+_existing_bar ctrlCommit 0;
+
+// TotalLoad compare;
+_bar = _display ctrlCreate ["RscTotalArmorProgress", 7308];
_bar ctrlSetTextColor _color;
-_bar_compare = _display displayCtrl 7309;
+_bar ctrlSetPosition [_pos select 0,_pos select 1,_pos select 2,_height];
+_bar ctrlCommit 0;
+
+_bar_compare = _display ctrlCreate ["RscCustomProgress", 7309];
_bar_compare ctrlSetTextColor _colorCompare;
+_bar_compare ctrlSetPosition [_pos select 0,_pos select 1,_pos select 2,_height];
+_bar_compare ctrlCommit 0;
+
uiNameSpace setVariable ["RscCustomProgressTotal", [_bar,_bar_compare]];
0 call EPOCH_refeshUI;
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf b/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf
index d9f2f112..5e9c53e5 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf
@@ -1,64 +1,112 @@
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors: Raimonds Virtoss
-
- Description:
- Epoch Item Interact
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf
+ Dynamic inventory sub menu
+ By Aaron Clark - Epoch Mod
*/
-private ["_data","_confData","_type","_interactOption","_buttonTXT","_magCount","_text","_pic","_display","_useBtn","_config","_craftingConfig"];
+//[[[cog import generate_private_arrays ]]]
+private ["_activeControl","_bg","_btn_arr","_buffer","_buttonTXT","_button_gen","_button_texts","_cfgItemInteractions","_config","_control","_data","_display","_interactOption","_magCount","_pos","_start_idc","_type","_y2d"];
+//[[[end]]]
+_button_texts = [];
+
+_activeControl = uiNamespace getVariable ["EPOCH_active_button_control", controlNull];
+if (!isNull _activeControl) then {
+ _activeControl ctrlShow false;
+ ctrlDelete _activeControl;
+};
+
_this call EPOCH_selectInventoryItem;
_data = EPOCH_InteractedItem select 1;
_interactOption = 0;
_buttonTXT = "";
_magCount = 1;
+_interactActions = [];
_config = (configfile >> "CfgWeapons" >> _data);
_cfgItemInteractions = (('CfgItemInteractions' call EPOCH_returnConfig) >> _data);
if (isClass (_config)) then {
_type = getNumber (_config >> "type");
_interactOption = getNumber (_cfgItemInteractions >> "interactAction");
_buttonTXT = getText(_cfgItemInteractions >> "interactText");
+ _interactActions = getArray(_cfgItemInteractions >> "interactActions");
} else {
_config = (configfile >> "CfgMagazines" >> _data);
_type = getNumber (_config >> "type");
_interactOption = getNumber (_cfgItemInteractions >> "interactAction");
_buttonTXT = getText(_cfgItemInteractions >> "interactText");
_magCount = getNumber (_config >> "count");
+ _interactActions = getArray(_cfgItemInteractions >> "interactActions");
};
-_display = (findDisplay 602);
-_useBtn = _display displayCtrl -13;
-
+// legacy
if (_buttonTXT != "") then {
- _useBtn ctrlSetText _buttonTXT;
- _useBtn ctrlEnable true;
-} else {
- if (_magCount > 1) then {
- _useBtn ctrlEnable true;
- _useBtn ctrlSetText "REPACK";
- } else {
- _useBtn ctrlSetText "EXAMINE";
- _useBtn ctrlEnable false;
- };
+ _button_texts pushBack [_buttonTXT];
+};
+// additional interactActions
+if !(_interactActions isEqualTo []) then {
+ {
+ _button_texts pushBack _x;
+ } forEach _interactActions;
+};
+// ammo repack
+if (_magCount > 1) then {
+ _button_texts pushBack ["REPACK"];
};
-
-_useBtn = _display displayCtrl -14;
-_useBtn ctrlEnable true;
_config = 'CfgCrafting' call EPOCH_returnConfig;
if (isClass (_config >> _data)) then {
- _useBtn ctrlSetTextColor [0,1,0,1];
- EPOCH_CraftingItem = EPOCH_InteractedItem select 0;
+ EPOCH_CraftingItem = EPOCH_InteractedItem select 0;
+ _button_texts pushBack ["CRAFT","EPOCH_CraftingItem call EPOCH_crafting_load;"];
} else {
- _useBtn ctrlSetTextColor [1,0,0,1];
- EPOCH_CraftingItem = "";
+ EPOCH_CraftingItem = "";
};
-true
+if !(_button_texts isEqualTo []) then {
+ _display = ctrlParent (_this select 0);
+ _pos = getMousePosition;
+
+ _control = _display ctrlCreate ["RscControlsGroupNoScrollbars", 5678910];
+ uiNamespace setVariable ["EPOCH_active_button_control", _control];
+
+ _control ctrlSetPosition [(_pos select 0)-0.03,(_pos select 1)-0.03,1,1];
+ _control ctrlCommit 0;
+
+ _bg = _display ctrlCreate ["RscButtonTextOnly", 12349,_control];
+ _bg ctrlSetPosition [0,0,1,1];
+ _bg ctrlCommit 0;
+ _bg ctrlAddEventHandler ["MouseEnter",{
+ _activeControl = uiNamespace getVariable ["EPOCH_active_button_control", controlNull];
+ if !(isNull _activeControl) then {
+ _activeControl ctrlShow false;
+ };
+ }];
+
+ _buffer = _display ctrlCreate ["RscButtonTextOnly", 12345,_control];
+ _buffer ctrlSetPosition [0.02,0.02,0.25,0.0625 + (0.0625 * (count _button_texts))];
+ _buffer ctrlAddEventHandler ["ButtonClick",{
+ _activeControl = uiNamespace getVariable ["EPOCH_active_button_control", controlNull];
+ if !(isNull _activeControl) then {
+ _activeControl ctrlShow false;
+ };
+ }];
+
+ _buffer ctrlCommit 0;
+
+ _y2d = 0.06;
+ _btn_arr = [];
+ _start_idc = 12346;
+ {
+ _x params [["_btn_text","EXAMINE"],["_btn_code","[] call EPOCH_consumeItem;"]];
+ _button_gen = _display ctrlCreate ["RscButtonMenu", _start_idc,_control];
+ _start_idc = _start_idc + 1;
+ _button_gen ctrlSetPosition [0.06,_y2d,0.20,0.06];
+ _button_gen ctrlSetText _btn_text;
+ _button_gen ctrlCommit 0;
+ _button_gen ctrlSetEventHandler ["ButtonClick",_btn_code + "(uiNamespace getVariable [""EPOCH_active_button_control"", controlNull]) ctrlShow false;"];
+ _y2d = _y2d + 0.0625;
+ _btn_arr pushBack _button_gen;
+ } forEach _button_texts;
+
+ reverse _btn_arr;
+ uiNamespace setVariable ["EPOCH_active_controls", ([_control,_bg,_buffer] + _btn_arr) ];
+ // uiNamespace setVariable ["EPOCH_active_buttons", _btn_arr ];
+ {ctrlSetFocus _x} forEach (uiNamespace getVariable ["EPOCH_active_controls", []]);
+};
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_itemInteractDblClick.sqf b/Sources/epoch_code/compile/inventory/EPOCH_itemInteractDblClick.sqf
index db550f8f..f38bf1df 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_itemInteractDblClick.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_itemInteractDblClick.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/inventory/EPOCH_itemInteractDblClick.sqf
*/
-private ["_data","_confData","_text","_pic","_config","_craftingConfig"];
+//[[[cog import generate_private_arrays ]]]
+private ["_config","_data"];
+//[[[end]]]
_this call EPOCH_selectInventoryItem;
_data = EPOCH_InteractedItem select 1;
_config = 'CfgCrafting' call EPOCH_returnConfig;
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_maxArmorInit.sqf b/Sources/epoch_code/compile/inventory/EPOCH_maxArmorInit.sqf
index ffbcfd83..4de81f19 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_maxArmorInit.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_maxArmorInit.sqf
@@ -21,7 +21,9 @@
Returns:
NOTHING
*/
-private ["_curArmor","_maxArmorUniform","_maxArmorVest","_maxArmorHeadgear"];
+//[[[cog import generate_private_arrays ]]]
+private ["_curArmor","_maxArmorHeadgear","_maxArmorUniform","_maxArmorVest"];
+//[[[end]]]
_maxArmorUniform = 0;
{
_curArmor = ([getNumber(_x >> 'passThrough'),getNumber(_x >> 'armor')] call EPOCH_factorArmor) + getNumber(_x >> 'armorStructural');
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_refeshUI.sqf b/Sources/epoch_code/compile/inventory/EPOCH_refeshUI.sqf
index be35ca04..9d20d14e 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_refeshUI.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_refeshUI.sqf
@@ -21,7 +21,9 @@
Returns:
NOTHING
*/
-private ["_selectedClass","_newArmor","_totalArmor","_totalArmorMax","_selectedItem","_bar","_uniformArmor","_finalArmor","_vestArmor","_headgearArmor","_totalArmorUI","_bar_compare"];
+//[[[cog import generate_private_arrays ]]]
+private ["_bar","_bar_compare","_finalArmor","_headgearArmor","_newArmor","_selectedClass","_selectedItem","_totalArmor","_totalArmorMax","_totalArmorUI","_uniformArmor","_vestArmor"];
+//[[[end]]]
disableSerialization;
if (!isNull findDisplay 602) then {
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_selectInventoryItem.sqf b/Sources/epoch_code/compile/inventory/EPOCH_selectInventoryItem.sqf
index 2b9f98e6..9768a91a 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_selectInventoryItem.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_selectInventoryItem.sqf
@@ -22,7 +22,9 @@
Returns:
NOTHING
*/
-private ["_arr","_exit","_data","_name","_text","_pic","_craftingArray","_craftingArrayNames"];
+//[[[cog import generate_private_arrays ]]]
+private ["_arr","_craftingArray","_craftingArrayNames","_data","_exit","_index","_name","_pic","_text"];
+//[[[end]]]
params ["_control","_index"];
EPOCH_InteractedItem = [];
diff --git a/Sources/epoch_code/compile/inventory/EPOCH_uniformArmorCalc.sqf b/Sources/epoch_code/compile/inventory/EPOCH_uniformArmorCalc.sqf
index 834814fe..6a23d26e 100644
--- a/Sources/epoch_code/compile/inventory/EPOCH_uniformArmorCalc.sqf
+++ b/Sources/epoch_code/compile/inventory/EPOCH_uniformArmorCalc.sqf
@@ -21,7 +21,9 @@
Returns:
NUMBER
*/
-private ["_uniformClass","_uniformArmor","_uniformConfig","_uniformArmorStructural"];
+//[[[cog import generate_private_arrays ]]]
+private ["_newArmor","_uniformArmor","_uniformArmorStructural","_uniformClass","_uniformConfig"];
+//[[[end]]]
_uniformClass = _this;
if (isClass (configFile >> "CfgWeapons" >> _this)) then {
diff --git a/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf b/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf
index 0f8c54af..5ade6a41 100644
--- a/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf
+++ b/Sources/epoch_code/compile/looting/EPOCH_spawnLoot.sqf
@@ -23,7 +23,9 @@
Returns:
BOOL
*/
-private ["_class","_randomColor","_positions","_posName","_color","_colors","_randomIndex","_selectedLoot","_position","_pos","_m2WPos","_dir","_relDir","_item","_return","_possibleCount","_possibleLoots","_masterConfig","_config","_cfgBaseBuilding","_lootBias","_lootType","_loots","_lootLimit"];
+//[[[cog import generate_private_arrays ]]]
+private ["_cfgBaseBuilding","_class","_color","_colors","_config","_delete","_dir","_item","_lootBias","_lootLimit","_lootType","_loots","_masterConfig","_pos","_positions","_possibleCount","_possibleLoots","_randomIndex","_return","_selectedLoot"];
+//[[[end]]]
params [["_building",objNull,[objNull]], ["_lootCheckBufferLimit",333], ["_lootObjectLimit",33]];
_masterConfig = 'CfgBuildingLootPos' call EPOCH_returnConfig;
@@ -80,7 +82,10 @@ if ((random 100) < _lootBias) then {
EPOCH_lootObjects pushBack _item;
if (count EPOCH_lootObjects > _lootObjectLimit) then {
- deleteVehicle (EPOCH_lootObjects deleteAt 0);
+ _delete = EPOCH_lootObjects deleteAt 0;
+ if (!isnull _delete) then {
+ deleteVehicle _delete;
+ };
};
if (surfaceIsWater _pos) then {
diff --git a/Sources/epoch_code/compile/missions/EPOCH_mission_accept.sqf b/Sources/epoch_code/compile/missions/EPOCH_mission_accept.sqf
index 1a6dbb82..a0d0c302 100644
--- a/Sources/epoch_code/compile/missions/EPOCH_mission_accept.sqf
+++ b/Sources/epoch_code/compile/missions/EPOCH_mission_accept.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/missions/EPOCH_mission_accept.sqf
*/
-private ["_missionTasks","_selectedMission","_simpleTask","_simpleTaskFSM","_simpleTaskSQF","_simpleTaskFNC","_taskNS","_itemCompile","_fnc_path","_path","_taskControl","_missionAllowed","_missionIndex","_plyrVar"];
+//[[[cog import generate_private_arrays ]]]
+private ["_allowTask","_doTask","_fnc_path","_itemCompile","_menuCondition","_miNSTask","_missionAllowed","_missionClasses","_missionIndex","_missionTasks","_nrEnts","_path","_plyrVar","_selectedMission","_simpleTask","_simpleTaskFNC","_simpleTaskFSM","_simpleTaskSQF","_tag","_taskNS","_trader","_uiNSTask"];
+//[[[end]]]
_missionIndex = lbCurSel 1500;
_missionAllowed = true;
//systemChat format ["Mission Acepted: %1",_missionIndex];
diff --git a/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf b/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf
index 8ec9e4ff..c8f44a5d 100644
--- a/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf
+++ b/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf
*/
-private ["_sounds","_sound","_cagePos","_cage","_cage2","_startCage"];
+//[[[cog import generate_private_arrays ]]]
+private ["_cage","_cage2","_cagePos","_sapper","_sound","_sounds","_startCage"];
+//[[[end]]]
params ["_sapper","_trader"];
_cagePos = (getPosATL _trader) findEmptyPosition [1,50,"Land_Cages_F"];
diff --git a/Sources/epoch_code/compile/missions/EPOCH_spawn_construct.sqf b/Sources/epoch_code/compile/missions/EPOCH_spawn_construct.sqf
index cb0ff273..3e8c4c04 100644
--- a/Sources/epoch_code/compile/missions/EPOCH_spawn_construct.sqf
+++ b/Sources/epoch_code/compile/missions/EPOCH_spawn_construct.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/missions/EPOCH_spawn_construct.sqf
*/
-private["_unit"];
+//[[[cog import generate_private_arrays ]]]
+private ["_unit"];
+//[[[end]]]
_unit = createAgent ["Construct_F", getPos player, [], 520, "FORM"];
{_unit disableAI _x}forEach["TARGET","AUTOTARGET","FSM"];
[_unit] execFSM "\x\addons\a3_epoch_code\System\Construct_Brain.fsm";
diff --git a/Sources/epoch_code/compile/missions/EPOCH_spawn_looters.sqf b/Sources/epoch_code/compile/missions/EPOCH_spawn_looters.sqf
index 218863ad..515c709e 100644
--- a/Sources/epoch_code/compile/missions/EPOCH_spawn_looters.sqf
+++ b/Sources/epoch_code/compile/missions/EPOCH_spawn_looters.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/missions/EPOCH_spawn_looters.sqf
*/
-private["_unit"];
+//[[[cog import generate_private_arrays ]]]
+private ["_unit"];
+//[[[end]]]
for "_i" from 0 to 4 step 1 do {
_unit = createGroup RESISTANCE createUnit ["Epoch_Female_F", getPos player, [], 400, "CAN_COLLIDE"];
_unit addBackPack "B_FieldPack_blk";
diff --git a/Sources/epoch_code/compile/missions/tasks/mission_spawnUAV.sqf b/Sources/epoch_code/compile/missions/tasks/mission_spawnUAV.sqf
index 3e6674b6..2aba5dd2 100644
--- a/Sources/epoch_code/compile/missions/tasks/mission_spawnUAV.sqf
+++ b/Sources/epoch_code/compile/missions/tasks/mission_spawnUAV.sqf
@@ -3,9 +3,10 @@ _targetPos = getPosATL _trgt;
_targetPos = [_targetPos, 600, 1200, 5, 0, 400, 0] call BIS_fnc_findSafePos;
_targetPos set[2, 600];
_unit = createVehicle["I_UAV_01_F", _targetPos, [], 0, "FLY"];
+_unit disableTIEquipment true;
addToRemainsCollector[_unit];
_unit flyInHeight 600;
_grp = createGroup RESISTANCE;
_driver = _grp createUnit["I_UAV_AI", position _unit, [], 0, "CAN_COLLIDE"];
_driver moveInAny _unit;
-[_unit, _trgt] execFSM "\x\addons\a3_epoch_code\System\Copter_brain.fsm";
\ No newline at end of file
+[_unit, _trgt] execFSM "\x\addons\a3_epoch_code\System\Copter_brain.fsm";
diff --git a/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf b/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf
index ed41fd73..5612de94 100644
--- a/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf
+++ b/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf
*/
-private ["_item","_index","_removeCount","_sizeOut","_array","_cryptoOffer","_offerArray","_tradeOffer","_tradeCryptoOffer","_isAcceptedOther","_isAccepted"];
+//[[[cog import generate_private_arrays ]]]
+private ["_array","_cryptoOffer","_index","_isAccepted","_isAcceptedOther","_item","_offerArray","_removeCount","_sizeOut","_tradeCryptoOffer","_tradeOffer"];
+//[[[end]]]
if (EPOCH_p2ptradeTarget distance player > 8) exitWith{ EPOCH_p2ptradeTarget = ObjNull; };
if (vehicle player != player || vehicle EPOCH_p2ptradeTarget != EPOCH_p2ptradeTarget) exitWith { EPOCH_p2ptradeTarget = ObjNull; };
diff --git a/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf b/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf
index 482d1064..8af5d9ef 100644
--- a/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf
+++ b/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf
*/
-private["_distance"];
+//[[[cog import generate_private_arrays ]]]
+private ["_distance"];
+//[[[end]]]
params ["_otherPlyr"];
if (!isNull _otherPlyr) then {
_distance = player distance _otherPlyr;
diff --git a/Sources/epoch_code/compile/p2p_trading/EPOCH_startTrade.sqf b/Sources/epoch_code/compile/p2p_trading/EPOCH_startTrade.sqf
index 3204b2e1..3212db0d 100644
--- a/Sources/epoch_code/compile/p2p_trading/EPOCH_startTrade.sqf
+++ b/Sources/epoch_code/compile/p2p_trading/EPOCH_startTrade.sqf
@@ -12,8 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/p2p_trading/EPOCH_startTrade.sqf
*/
-private["_index"];
-
+//[[[cog import generate_private_arrays ]]]
+private ["_index"];
+//[[[end]]]
closeDialog 0;
if !(createdialog "Trade") exitWith {};
diff --git a/Sources/epoch_code/compile/setup/EPOCH_clientKeyMap.sqf b/Sources/epoch_code/compile/setup/EPOCH_clientKeyMap.sqf
index 5ad091e7..4540d541 100644
--- a/Sources/epoch_code/compile/setup/EPOCH_clientKeyMap.sqf
+++ b/Sources/epoch_code/compile/setup/EPOCH_clientKeyMap.sqf
@@ -21,8 +21,9 @@
Returns:
Mixed
*/
-
-private ["_keyMap","_args","_input","_return"];
+//[[[cog import generate_private_arrays ]]]
+private ["_arr","_keyMap","_return","_s"];
+//[[[end]]]
params [["_args",0],["_input",0]];
_keyMap =
diff --git a/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf b/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf
index 76535da8..feb5788f 100644
--- a/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf
+++ b/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf
@@ -22,7 +22,9 @@
Returns:
NOTHING
*/
-private ["_ply","_group","_playerObject"];
+//[[[cog import generate_private_arrays ]]]
+private ["_group","_playerObject","_ply"];
+//[[[end]]]
_playerObject = _this select 0;
if !(alive player && alive _playerObject && !isPlayer _playerObject) then {
_ply = player;
diff --git a/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf b/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf
deleted file mode 100644
index 8cc641d1..00000000
--- a/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Custom RE handler with random variables
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf
-
- Example:
- ["aset","agte","eage",...] call EPOCH_client_publicEH;
-
- Parameter(s):
- _this select 0: STRING - main random string to listen for events
- _this select 1+: random strings
- Returns:
- NOTHING
-
-call compile ("
- EPOCH_"+(_this select 0)+" = {
- _data = (_this select 1);
- switch (_this select 0) do {
- case "+str(_this select 1)+": { EPOCH_bankBalance = _data; };
- case "+str(_this select 2)+": { Epoch_my_Group = []; Epoch_my_GroupUID = '' };
- case "+str(_this select 3)+": { Epoch_my_Group = _data; call EPOCH_Group_update };
- case "+str(_this select 4)+": { Epoch_my_GroupUID = _data };
- case "+str(_this select 5)+": { {missionNamespace setVariable[format['EPOCH_player%1', _x], EPOCH_defaultVars select(EPOCH_customVars find _x)]} forEach['Temp','Hunger','Thirst','Toxicity','Stamina','HitPoints','BloodP','Alcohol','Radiation']};
- case "+str(_this select 6)+": { EPOCH_TRADE_COMPLETE = _data };
-
- };
- };
-");
-*/
diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf
index 1c0cb16e..432d3120 100644
--- a/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf
+++ b/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf
@@ -1,3 +1,14 @@
+// init
+_forceUpdate = false;
+_forceBloodRise = false;
+_forceFatigue = false;
+_allowBloodDrop = false;
+_forceStaminaDrop = false;
+_warnbloodPressure = EPOCH_playerBloodP > 120;
+_increaseStamina = true;
+_val = 0;
+
+// AR HUD Target start
_currentTarget = objNull;
_currentTargetMode = 0;
_cursorTarget = ([10] call EPOCH_fnc_cursorTarget);
@@ -28,129 +39,134 @@ if (!isNull _cursorTarget && {!(EPOCH_target isEqualTo _cursorTarget)}) then {
};
EPOCH_currentTarget = _currentTarget;
EPOCH_currentTargetMode = _currentTargetMode;
+// AR HUD target end
-_increaseStamina = false;
-_vehicle = vehicle player;
-if (_vehicle == player) then {
- _val = log(abs(speed player));
- _staminaThreshold = 0.7;
- if (EPOCH_playerIsSwimming) then {_staminaThreshold = 0.3};
- if (_val>_staminaThreshold) then {
- EPOCH_playerStamina = (EPOCH_playerStamina - (_val/4)) max 0;
- } else {
- _increaseStamina = true;
- };
-} else {
- if (EPOCH_buildMode > 0) then {
- EPOCH_buildMode = 0;
- EPOCH_snapDirection = 0;
- ["BUILD MODE: DISABLED", 5] call Epoch_message;
- EPOCH_Target = objNull;
- };
- _increaseStamina = true;
+// dynamic HUD start
+{
+ _x params [["_selectedVar",[]],["_HUDclass","topRight"],["_ctrlText",""],["_criticalAttributes",[]]];
+ _selectedVar params [["_selVarName",""],["_selVarType",""],["_selVarSubData",""],["_extraLogicRaw",[]],["_customVarLimits",[]]];
- // TODO: move back to vehicle configs
- switch (typeOf _vehicle) do {
- case "jetski_epoch": {
- _clock_hour10 = floor ((date select 3)/10);
- _clock_minute10 = floor ((date select 4)/10);
- {
- _vehicle setObjectTexture [_forEachIndex,_x];
- }forEach[
- format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",_clock_hour10],
- format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",(date select 3)-(_clock_hour10*10)],
- format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",_clock_minute10],
- format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",(date select 4)-(_clock_minute10*10)],
- format["\x\addons\a3_epoch_vehicles\data\fuel%1_ca.paa",floor(fuel _vehicle*10)]
- ];
+ _varIndex = EPOCH_customVars find _selVarName;
+ if (_varIndex != -1 || !(_customVarLimits isEqualTo [])) then {
+ if (_customVarLimits isEqualTo []) then {
+ _customVarLimits = EPOCH_customVarLimits select _varIndex;
};
- case "ebike_epoch": {
- {
- _vehicle setObjectTexture [_forEachIndex,_x];
- }forEach[
- format["\x\addons\a3_epoch_vehicles\data\speed%1_ca.paa",floor(speed _vehicle/9) max 0],
- format["\x\addons\a3_epoch_vehicles\data\energ%1_ca.paa",floor(fuel _vehicle*14)]
- ];
+ _currentVarVal = [_selVarName,_varIndex,_selVarType,_selVarSubData] call _fnc_returnHudVar;
+ _customVarLimits params [["_playerLimitMax",100],["_playerLimitMin",0],["_playerWarnLimit",101],["_playerCriticalLimit",101],["_playerWarnLow",0],["_playerCriticalLow",0]];
+
+ _extraLogic = false;
+ if !(_extraLogicRaw isEqualTo []) then {
+ _extraLogicRaw params [["_extraLogicType",""],["_extraLogicCond",""],["_extraLogicData",""]];
+ _extraLogicVarName = "";
+ _extraLogicDefaultValue = "";
+ if (_extraLogicType isEqualType []) then {
+ _extraLogicType params [["_extraLogicVarName",""],["_extraLogicType",""],["_extraLogicDefaultValue",""]];
+ };
+ _extraVarIndex = EPOCH_customVars find _extraLogicVarName;
+ _extraLogic = [([_extraLogicVarName,_extraVarIndex,_extraLogicType,_extraLogicDefaultValue] call _fnc_returnHudVar),_extraLogicCond,_extraLogicData] call _fnc_arrayToLogic;
+ };
+
+ if (_playerLimitMax isEqualType "") then {
+ _playerLimitMax = missionNamespace getVariable [_playerLimitMax, 0];
+ };
+ if (_playerLimitMin isEqualType "") then {
+ _playerLimitMin = missionNamespace getVariable [_playerLimitMin, 0];
+ };
+
+ _warnLow = _currentVarVal < _playerWarnLow;
+ _warnHigh = _currentVarVal > _playerWarnLimit;
+ _criticalLow = _currentVarVal <= _playerCriticalLow;
+ _criticalHigh = _currentVarVal >= _playerCriticalLimit;
+
+ if (_warnHigh || _warnLow || _extraLogic) then {
+ _hudIndex = missionNamespace getVariable [format["EPOCH_dynHUD_%1",_HUDclass],1];
+ _curCtrl = [_HUDclass,_hudIndex] call epoch_getHUDCtrl;
+ missionNamespace setVariable [format["EPOCH_dynHUD_%1",_HUDclass], _hudIndex + 1];
+ if (_ctrlText isEqualType []) then {
+ _ctrlText = if (_warnHigh) then {_ctrlText select 0} else {_ctrlText select 1};
+ };
+ _curCtrl ctrlSetText _ctrlText;
+ _critical = (_criticalHigh || _criticalLow);
+ if (_critical) then {
+ _forceUpdate = "forceUpdate" in _criticalAttributes;
+ _forceFatigue = "forceFatigue" in _criticalAttributes;
+ _forceBloodRise = "forceBloodRise" in _criticalAttributes;
+ };
+
+ [_curCtrl,_critical] call _scaleUI;
+ // todo make this reversable or even limited to a color range.
+ _color = [_playerLimitMin,_playerLimitMax,_currentVarVal,1] call EPOCH_colorRange;
+ _curCtrl ctrlSetTextColor _color;
};
};
-};
+} forEach _hudConfigs;
+// dynamic HUD end
-_envCold = EPOCH_playerTemp <= 95.0;
-_envHot = EPOCH_playerTemp >= 106.7;
-_hungry = EPOCH_playerHunger <= 0;
-_thirsty = EPOCH_playerThirst <= 0;
-_warnbloodPressure = EPOCH_playerBloodP > 120;
-
-_thirst ctrlShow (EPOCH_playerThirst <= 625);
-if (ctrlShown _thirst) then {
- [_thirst,_thirsty] call _fadeUI;
- _color = [2500,0,EPOCH_playerThirst,1] call EPOCH_colorRange;
- _thirst ctrlSetTextColor _color;
-};
-
-_hunger ctrlShow (EPOCH_playerHunger <= 1250);
-if (ctrlShown _hunger) then {
- [_hunger,_hungry] call _fadeUI;
- _color = [5000,0,EPOCH_playerHunger,1] call EPOCH_colorRange;
- _hunger ctrlSetTextColor _color;
-};
-
-_playerOxygen = getOxygenRemaining player;
-_oxygen ctrlShow (_playerOxygen < 1);
-if (ctrlShown _oxygen) then {
- [_oxygen,(_playerOxygen <= 0.55)] call _fadeUI;
- _color = [0,1,_playerOxygen,1] call EPOCH_colorRange;
- _oxygen ctrlSetTextColor _color;
-};
-
-_hazzard ctrlShow (EPOCH_playerToxicity > 35);
-if (ctrlShown _hazzard) then {
- [_hazzard,(EPOCH_playerToxicity >= 55)] call _fadeUI;
- _color = [0,100,EPOCH_playerToxicity,1] call EPOCH_colorRange;
- _hazzard ctrlSetTextColor _color;
-};
-
-_legDamage = player getHitPointDamage "HitLegs";
-_broken ctrlShow (_legDamage >= 0.5);
-if (ctrlShown _broken) then {
- [_broken,true] call _fadeUI;
- _color = [1,0,_legDamage,1] call EPOCH_colorRange;
- _broken ctrlSetTextColor _color;
-};
-
-if (_envCold || _envHot || _hungry || _thirsty) then {
- if (_envHot || _envCold) then {
- player setFatigue 1;
- };
- EPOCH_playerBloodP = (EPOCH_playerBloodP + 0.05) min 190;
+// cause Fatigue if cold or hot, also increase blood pressure if thristy or hungry.
+if (_forceBloodRise || _forceFatigue) then {
_increaseStamina = false;
} else {
- if (EPOCH_playerStamina > 0) then {
- if !(_panic) then {
- if (!_warnbloodPressure) then {
- player setFatigue 0;
- };
- EPOCH_playerBloodP = EPOCH_playerBloodP - 1 max 100;
- };
+ if (EPOCH_playerStamina > 0 && !_panic) then {
+ _allowBloodDrop = true;
};
};
-_critical = (damage player >= 0.7 || _warnbloodPressure);
-_emergency ctrlShow _critical;
-if (ctrlShown _emergency) then {
- [_emergency,(EPOCH_playerBloodP > 140)] call _fadeUI;
- _color = [180,100,EPOCH_playerBloodP,1] call EPOCH_colorRange;
- _emergency ctrlSetTextColor _color;
+// force Fatigue
+if (_forceFatigue) then {
+ player setFatigue 1;
+} else {
+ if (!_warnbloodPressure) then {
+ player setFatigue 0;
+ };
};
-if (EPOCH_playerBloodP >= 180) then {
+// force Blood Pressure Rise
+if (_forceBloodRise) then {
+ EPOCH_playerBloodP = (EPOCH_playerBloodP + 0.05) min 190;
+} else {
+ if (_allowBloodDrop) then {
+ // allow player to bleed out
+ _lowerBPlimit = [100,0] select (isBleeding player);
+ EPOCH_playerBloodP = EPOCH_playerBloodP - 1 max _lowerBPlimit;
+ };
+};
+
+// check if player On Foot
+if (isNull objectParent player) then {
+ _val = log(abs(speed player));
+ _staminaThreshold = [0.7,0.3] select EPOCH_playerIsSwimming;
+ if (_val > _staminaThreshold) then {
+ _forceStaminaDrop = true;
+ };
+};
+
+// Decrease Stamina
+if (_forceStaminaDrop) then {
+ EPOCH_playerStamina = (EPOCH_playerStamina - (_val/4)) max 0;
+} else {
+ // Increase Stamina if player is not Fatigued
+ if (_increaseStamina && (getFatigue player) == 0) then {
+ EPOCH_playerStamina = (EPOCH_playerStamina + 0.5) min EPOCH_playerStaminaMax;
+ };
+};
+
+// force update
+if (_forceUpdate) then {
true call EPOCH_pushCustomVar;
};
-if (_increaseStamina && (getFatigue player) == 0) then {
- EPOCH_playerStamina = (EPOCH_playerStamina + 0.5) min EPOCH_playerStaminaMax;
-};
+
+// ~ debug
if (EPOCH_debugMode) then {
call EPOCH_debugMonitor;
};
+// player to player trade loop
call EPOCH_TradeLoop;
+
+// blank out unused hud elements and prepare for next loop
+_hudIndex = missionNamespace getVariable [format["EPOCH_dynHUD_%1","topRight"],1];
+for "_i" from _hudIndex to 9 do {
+ _c = ["topRight",_i] call epoch_getHUDCtrl;
+ _c ctrlSetText "";
+};
+missionNamespace setVariable [format["EPOCH_dynHUD_%1","topRight"], nil];
diff --git a/Sources/epoch_code/compile/setup/masterLoop/init.sqf b/Sources/epoch_code/compile/setup/masterLoop/init.sqf
index 0510677b..00950b23 100644
--- a/Sources/epoch_code/compile/setup/masterLoop/init.sqf
+++ b/Sources/epoch_code/compile/setup/masterLoop/init.sqf
@@ -12,6 +12,7 @@ _baseHTLoss = ["CfgEpochClient", "baseHTLoss", 8] call EPOCH_fnc_returnConfigEnt
_energyCostNV = ["CfgEpochClient", "energyCostNV", 3] call EPOCH_fnc_returnConfigEntryV2;
_energyRegenMax = ["CfgEpochClient", "energyRegenMax", 5] call EPOCH_fnc_returnConfigEntryV2;
_energyRange = ["CfgEpochClient", "energyRange", 75] call EPOCH_fnc_returnConfigEntryV2;
+_hudConfigs = ["CfgEpochClient", "hudConfigs", []] call EPOCH_fnc_returnConfigEntryV2;
EPOCH_chargeRate = 0;
EPOCH_playerIsSwimming = false;
@@ -22,19 +23,34 @@ if (count EPOCH_playerSpawnArray != count EPOCH_spawnIndex) then{
{ EPOCH_playerSpawnArray pushBack 0 } forEach EPOCH_spawnIndex;
};
-9990 cutRsc ["EpochGameUI","PLAIN",2,false];
-_display = uiNamespace getVariable "EPOCH_EpochGameUI";
-
-_thirst = _display displayCtrl 21201;
-_hunger = _display displayCtrl 21202;
-_broken = _display displayCtrl 21203;
-_oxygen = _display displayCtrl 21204;
-_hazzard = _display displayCtrl 21205;
-_emergency = _display displayCtrl 21206;
-
-{
- _x ctrlShow false;
-}forEach[_thirst,_hunger,_broken,_oxygen,_hazzard,_emergency];
+// HUD and Logic functions - todo move to client function.
+/*
+[_selVarName,_varIndex,_selVarType,_selVarSubData] call _fnc_returnHudVar
+*/
+_fnc_returnHudVar = {
+ params [["_selVarName",""],["_varIndex",0],["_selVarType",""],["_selVarSubData",""]];
+ switch (_selVarType) do {
+ case "getMissionNamespaceVariable": {missionNamespace getVariable[_selVarName,_selVarSubData]};
+ case "getPlayerHitPointDamage": {player getHitPointDamage _selVarSubData};
+ case "getPlayerOxygenRemaining": {getOxygenRemaining player};
+ case "getPlayerDamage": {damage player};
+ default {missionNamespace getVariable[format['EPOCH_player%1', _selVarName],EPOCH_defaultVars select _varIndex]};
+ }
+};
+/*
+[1,">=",0] call _fnc_arrayToLogic; // returns: true
+*/
+_fnc_arrayToLogic = {
+ params [["_v",""],["_t",""],["_d",""]];
+ switch (_t) do {
+ case ">=": {_v >= _d};
+ case "<=": {_v <= _d};
+ case "<": {_v < _d};
+ case ">": {_v > _d};
+ case "!=": {!(_v isEqualTo _d)};
+ default {_v isEqualTo _d};
+ }
+};
// find radio
{
@@ -97,6 +113,26 @@ _fadeUI = {
};
_bool
};
+_scaleUI = {
+ params ["_ctrl","_bool"];
+ private _oemScale = _ctrl getVariable ["ctrl_scale", 1];
+ private _curScale = ctrlScale _ctrl;
+ if (_bool) then {
+ if (_curScale isEqualTo _oemScale) then {
+ _ctrl ctrlSetScale (_oemScale - 0.1);
+ _ctrl ctrlCommit 0.5;
+ } else {
+ _ctrl ctrlSetScale _oemScale;
+ _ctrl ctrlCommit 0.5;
+ };
+ } else {
+ if !(_curScale isEqualTo _oemScale) then {
+ _ctrl ctrlSetScale _oemScale;
+ _ctrl ctrlCommit 0.5;
+ };
+ };
+ _bool
+};
_cursorTarget = objNull;
diff --git a/Sources/epoch_code/compile/traders/EPOCH_NPCTraderMenuFilter.sqf b/Sources/epoch_code/compile/traders/EPOCH_NPCTraderMenuFilter.sqf
index 87acc5ea..bcd45d65 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_NPCTraderMenuFilter.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_NPCTraderMenuFilter.sqf
@@ -23,7 +23,9 @@
NOTHING
*/
disableSerialization;
-private ["_item","_itemCount","_itemOfferCount","_wpn","_bpck","_config","_name","_picture","_type","_vehicles","_sizeOut","_offerArray","_itemName","_itemIcon","_qty","_items","_qtys","_aiItems","_filterArray","_filterMagazines","_filterItems","_filterVehicle","_slot","_isPlayerFilter"];
+//[[[cog import generate_private_arrays ]]]
+private ["_aiItems","_bpck","_config","_filterArray","_filterItems","_filterMagazines","_filterVehicle","_filterWeapons","_index","_isPlayerFilter","_item","_itemCount","_itemIcon","_itemName","_itemOfferCount","_items","_name","_offerArray","_picture","_qty","_qtys","_sizeOut","_slot","_type","_vehicles","_wpn"];
+//[[[end]]]
params ["_control","_index"];
if !(isNull EPOCH_lastNPCtradeTarget) then {
diff --git a/Sources/epoch_code/compile/traders/EPOCH_buildingInteract.sqf b/Sources/epoch_code/compile/traders/EPOCH_buildingInteract.sqf
index aa70b965..3d40c5c7 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_buildingInteract.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_buildingInteract.sqf
@@ -1,4 +1,6 @@
-private ["_index","_action","_displayname","_position","_condition","_statement","_unlock","_doorIndex","_disabledDoor","_uniqueActions","_useractions","_class"];
+//[[[cog import generate_private_arrays ]]]
+private ["_action","_class","_condition","_disabledDoor","_displayname","_doorIndex","_index","_position","_statement","_uniqueActions","_unlock","_useractions"];
+//[[[end]]]
lbClear 1550;
_class = configFile >> "CfgVehicles" >> (typeOf EPCH);
if (isclass _class) then {
diff --git a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf
index f9816cb9..9a36d479 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf
@@ -1,4 +1,6 @@
-private ["_stockLimit","_allowAdd","_limit","_slot","_aiItems","_itemClasses","_itemQtys","_qtyIndex","_item","_sizeOut","_worth","_cryptoCount","_itemWorth","_itemTax","_tax","_index","_uiItem","_config"];
+//[[[cog import generate_private_arrays ]]]
+private ["_action","_class","_condition","_disabledDoor","_displayname","_doorIndex","_index","_position","_statement","_uniqueActions","_unlock","_useractions"];
+//[[[end]]]
params ["_control","_selected"];
if !(isNull EPOCH_lastNPCtradeTarget) then {
diff --git a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf
index 3fcd0373..114b4d04 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd2.sqf
@@ -1,4 +1,6 @@
-private ["_allowAdd","_item","_sizeOut","_qty","_worth","_cryptoCount","_itemWorth","_itemTax","_tax","_itemName","_index","_itemIcon","_uiQty","_uiItem","_config"];
+//[[[cog import generate_private_arrays ]]]
+private ["_allowAdd","_array","_config","_cryptoCount","_index","_item","_itemIcon","_itemName","_itemTax","_itemWorth","_qty","_sizeOut","_tax","_uiItem","_uiQty","_worth"];
+//[[[end]]]
params ["_control","_selected"];
_allowAdd = true;
diff --git a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd3.sqf b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd3.sqf
index 61f768a1..c00b7558 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd3.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd3.sqf
@@ -1,4 +1,6 @@
-private ["_item","_worth","_cryptoCount","_itemWorth","_itemTax","_tax","_sizeOut","_uiItem","_config"];
+//[[[cog import generate_private_arrays ]]]
+private ["_array","_config","_cryptoCount","_item","_itemTax","_itemWorth","_sizeOut","_tax","_uiItem","_worth"];
+//[[[end]]]
params ["_control","_selected"];
_uiItem = (_selected select 0) lbData(_selected select 1);
diff --git a/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf b/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf
index dc4b6f40..ac5ac1ce 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf
@@ -8,13 +8,16 @@ if (isNil "EPOCH_bankTransferActive") then {
[] spawn {
private ["_transferTarget","_progress","_sleep","_deposit","_withdraw","_transfer","_totalTransfer"];
-
+
ctrlSetText[1004,"Transfer started, please wait."];
_deposit = parseNumber(ctrlText 1401) min EPOCH_playerCrypto;
_withdraw = parseNumber(ctrlText 1402) min EPOCH_bankBalance;
_transfer = parseNumber(ctrlText 1400) min EPOCH_bankBalance;
+ _config = 'CfgEpochClient' call EPOCH_returnConfig;
+ getArray(_config >> "bankTransferTime") params [["_timePerCrypto",0.0006],["_maxWait",1.2],["_minWait",0.06]];
+
_totalTransfer = (_deposit + _withdraw) + _transfer;
_progress = 0;
@@ -27,11 +30,11 @@ if (isNil "EPOCH_bankTransferActive") then {
if (_deposit > 0 || _withdraw > 0 || (_transfer > 0 && _transferTarget != "")) then {
- _sleep = ((_totalTransfer * 0.0006) min 1.2) max 0.06;
+ _sleep = ((_totalTransfer * _timePerCrypto) min _maxWait) max _minWait;
for "_i" from 0 to 100 do {
if (isNull(findDisplay -13)) exitWith{};
_progress = _progress + 1;
- if (_progress > 100) exitWith{};
+ if (_progress >= 100) exitWith{};
ctrlSetText[1200, format["\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa", _progress]];
uiSleep _sleep;
};
diff --git a/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf b/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf
index c5b22cda..55e41f66 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf
@@ -1,5 +1,7 @@
// TODO remove unused file
-private ["_target","_forceGear","_targets","_handled","_dialog","_vehicle"];
+//[[[cog import generate_private_arrays ]]]
+private ["_dialog","_forceGear","_handled","_target","_targets","_vehicle"];
+//[[[end]]]
closeDialog 0;
_dialog = "";
_handled = false;
diff --git a/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf b/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf
index 07385776..a323c8a4 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf
@@ -1,4 +1,6 @@
-private["_ok"];
+//[[[cog import generate_private_arrays ]]]
+private ["_ok"];
+//[[[end]]]
if (isNull _this) exitWith {};
if !(alive _this) exitWith {};
_ok = createdialog "MissionSelect";
diff --git a/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf b/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf
index c6382ce2..783669b4 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf
@@ -1,4 +1,6 @@
+//[[[cog import generate_private_arrays ]]]
private ["_ok","_slot","_target"];
+//[[[end]]]
_target = cursorTarget;
if (alive _target) then {
_slot = _target getVariable ["AI_SLOT",-1];
diff --git a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf
index 51b3b9a7..31092954 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf
@@ -21,7 +21,9 @@
Returns:
NOTHING
*/
-private ["_vehSlot","_vehicle","_vehicles","_item","_current_crypto","_itemWorth","_itemTax","_tax","_config","_sizeOut","_arrayIn","_arrayOut"];
+//[[[cog import generate_private_arrays ]]]
+private ["_addWeaponToHands","_arrayIn","_arrayOut","_config","_current_crypto","_errorMsg","_item","_itemTax","_itemWorth","_sizeOut","_tax","_type","_vehSlot","_vehicle","_vehicles"];
+//[[[end]]]
if (!isNil "EPOCH_TRADE_COMPLETE") exitWith {};
if (!isNil "EPOCH_TRADE_STARTED") exitWith{};
@@ -149,12 +151,12 @@ if (alive _this) then {
_addWeaponToHands = true;
};
};
- case 2: {
+ case 4: {
if (secondaryWeapon player == "") then {
_addWeaponToHands = true;
};
};
- case 4: {
+ case 2: {
if (handgunWeapon player == "") then {
_addWeaponToHands = true;
};
diff --git a/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf b/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf
index 72ad2526..3589ed06 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf
@@ -1,11 +1,15 @@
-private["_getCrypto"];
+//[[[cog import generate_private_arrays ]]]
+private ["_getCrypto"];
+//[[[end]]]
if !(isNil "EPOCH_takeCryptoLock") exitWith {};
EPOCH_takeCryptoLock = true;
if (!isNull _this) then {
- if ((typeof _this) == "Land_MPS_EPOCH") then {
- _getCrypto = _this getVariable["Crypto", 0];
+ _getCrypto = _this getVariable["Crypto", 0];
+ if (_getCrypto > 0) then {
[player, Epoch_personalToken, _this] remoteExec ["EPOCH_server_takeCrypto",2];
- [format["You found %1 Krypto.", _getCrypto], 5] call Epoch_message;
+ [format["You found %1 Krypto", _getCrypto], 5] call Epoch_message;
+ } else {
+ ["No Krypto found", 5] call Epoch_message;
};
};
[] spawn{
diff --git a/Sources/epoch_code/compile/traders/EPOCH_tradeFilter.sqf b/Sources/epoch_code/compile/traders/EPOCH_tradeFilter.sqf
index 1b608aae..049f3974 100644
--- a/Sources/epoch_code/compile/traders/EPOCH_tradeFilter.sqf
+++ b/Sources/epoch_code/compile/traders/EPOCH_tradeFilter.sqf
@@ -1,5 +1,7 @@
disableSerialization;
-private ["_item","_xIndex","_filterArray","_magazines","_items","_sizeOut","_array"];
+//[[[cog import generate_private_arrays ]]]
+private ["_array","_filterArray","_item","_items","_magazines","_sizeOut","_weapons","_xIndex"];
+//[[[end]]]
params ["_control","_index"];
// [weapons, mags, items]
diff --git a/Sources/epoch_code/compile/vehicles/EPOCH_client_gearVehicle.sqf b/Sources/epoch_code/compile/vehicles/EPOCH_client_gearVehicle.sqf
index c7a8c7c8..9fdee6e5 100644
--- a/Sources/epoch_code/compile/vehicles/EPOCH_client_gearVehicle.sqf
+++ b/Sources/epoch_code/compile/vehicles/EPOCH_client_gearVehicle.sqf
@@ -12,6 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/vehicles/EPOCH_client_gearVehicle.sqf
*/
+//[[[cog import generate_private_arrays ]]]
+private ["_vehicles"];
+//[[[end]]]
closeDialog 0;
if (!isNull cursorTarget) then {
_vehicles = player nearEntities[["LandVehicle", "Ship", "Air", "Tank"], 30];
diff --git a/Sources/epoch_code/compile/vehicles/EPOCH_client_repairVehicle.sqf b/Sources/epoch_code/compile/vehicles/EPOCH_client_repairVehicle.sqf
index 136240c4..38961c07 100644
--- a/Sources/epoch_code/compile/vehicles/EPOCH_client_repairVehicle.sqf
+++ b/Sources/epoch_code/compile/vehicles/EPOCH_client_repairVehicle.sqf
@@ -12,6 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/vehicles/EPOCH_client_repairVehicle.sqf
*/
+//[[[cog import generate_private_arrays ]]]
+private ["_currentDMG"];
+//[[[end]]]
params ["_vehicle","_value"];
if (local _vehicle) then {
_currentDMG = _vehicle getHitIndex (_value select 0);
diff --git a/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfig.sqf b/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfig.sqf
index d40bd625..7e96d2c7 100644
--- a/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfig.sqf
+++ b/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfig.sqf
@@ -14,8 +14,10 @@
*/
#include "\A3\ui_f\hpp\defineCommonGrids.inc"
disableSerialization;
-private ["_ctrl","_ctrlPos","_name","_color","_icon","_group","_idx","_offset","_cfg","_configs","_idc","_getIDC","_lb","_groupIDC"];
-params [["_display",displayNull,[displayNull]]];
+//[[[cog import generate_private_arrays ]]]
+private ["_cfg","_color","_configs","_ctrl","_ctrlPos","_getIDC","_group","_groupIDC","_icon","_idc","_idx","_lb","_name","_offset"];
+//[[[end]]]
+params [["_display",displayNull,[displayNull] ] ];
_offset = if (isServer) then {40 * GUI_GRID_W + GUI_GRID_X;} else {
if (getNumber (getMissionConfig "enableDebugConsole") > 0) then {
diff --git a/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfigActions.sqf b/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfigActions.sqf
index f2207f51..e3c03625 100644
--- a/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfigActions.sqf
+++ b/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfigActions.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/EPOCH_InterruptConfigActions.sqf
*/
disableSerialization;
-private ["_pos","_mainGrp","_display","_data","_value","_mainGrpPos","_group","_width"];
+//[[[cog import generate_private_arrays ]]]
+private ["_data","_display","_group","_mainGrp","_mainGrpPos","_pos","_value","_width"];
+//[[[end]]]
params ["_ctrl","_idx"];
_mainGrp = Epoch_interrupt_controls select 1;
diff --git a/Sources/epoch_code/gui/scripts/Epoch_3DctrlPitchYaw.sqf b/Sources/epoch_code/gui/scripts/Epoch_3DctrlPitchYaw.sqf
index c525993d..e7ac3815 100644
--- a/Sources/epoch_code/gui/scripts/Epoch_3DctrlPitchYaw.sqf
+++ b/Sources/epoch_code/gui/scripts/Epoch_3DctrlPitchYaw.sqf
@@ -17,7 +17,9 @@
Usage:
_ctrl ctrlSetEventHandler ["MouseMoving", "[_this,control3D] call Epoch_3DctrlPitchYaw"];
*/
-private ["_inX","_inY","_dirY","_upY","_dirX","_upX"];
+//[[[cog import generate_private_arrays ]]]
+private ["_dirX","_dirY","_inX","_inY","_upX","_upY"];
+//[[[end]]]
params ["_arr","_ctrl3D"];
disableSerialization;
diff --git a/Sources/epoch_code/gui/scripts/Epoch_3DctrlYaw.sqf b/Sources/epoch_code/gui/scripts/Epoch_3DctrlYaw.sqf
index c4cb9eaf..0a690465 100644
--- a/Sources/epoch_code/gui/scripts/Epoch_3DctrlYaw.sqf
+++ b/Sources/epoch_code/gui/scripts/Epoch_3DctrlYaw.sqf
@@ -17,7 +17,9 @@
Usage:
_ctrl ctrlSetEventHandler ["MouseMoving", "[_this,control3D] call Epoch_3DctrlPitchYaw"];
*/
-private["_inX","_inY"];
+//[[[cog import generate_private_arrays ]]]
+private ["_inX","_inY"];
+//[[[end]]]
params ["_arr","_ctrl3D"];
disableSerialization;
diff --git a/Sources/epoch_code/gui/scripts/Epoch_genderSelection.sqf b/Sources/epoch_code/gui/scripts/Epoch_genderSelection.sqf
index eba3da82..f84f062e 100644
--- a/Sources/epoch_code/gui/scripts/Epoch_genderSelection.sqf
+++ b/Sources/epoch_code/gui/scripts/Epoch_genderSelection.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/Epoch_genderSelection.sqf
*/
-private ["_min","_max","_r","_r2","_r3"];
+//[[[cog import generate_private_arrays ]]]
+private ["_max","_min","_r","_r2","_r3"];
+//[[[end]]]
_min = safezoneX + 0.4 * safezoneW;
_max = safezoneX + 0.6 * safezoneW;
_r = linearConversion [_min, _max, _this, 0.2, -1, true];
diff --git a/Sources/epoch_code/gui/scripts/Epoch_getIDC.sqf b/Sources/epoch_code/gui/scripts/Epoch_getIDC.sqf
index 83dd0bcc..e472baed 100644
--- a/Sources/epoch_code/gui/scripts/Epoch_getIDC.sqf
+++ b/Sources/epoch_code/gui/scripts/Epoch_getIDC.sqf
@@ -13,7 +13,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/Epoch_getIDC.sqf
*/
-private ["_in","_list","_out","_find"];
+//[[[cog import generate_private_arrays ]]]
+private ["_find","_in","_list","_out"];
+//[[[end]]]
_in = [_this, 0, controlNull, [controlNull]] call BIS_fnc_param;
_list = missionNamespace getVariable ["rmx_var_uniqueIDC",[]];
diff --git a/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf b/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf
index aea85ac4..ee09ad8a 100644
--- a/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf
+++ b/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf
*/
+//[[[cog import generate_private_arrays ]]]
private ["_out"];
+//[[[end]]]
params [["_in",false]];
_out = switch (typeName _in) do {
case "STRING":
diff --git a/Sources/epoch_code/gui/scripts/config/Epoch_config_keymap.sqf b/Sources/epoch_code/gui/scripts/config/Epoch_config_keymap.sqf
index 37f28425..82b5891e 100644
--- a/Sources/epoch_code/gui/scripts/config/Epoch_config_keymap.sqf
+++ b/Sources/epoch_code/gui/scripts/config/Epoch_config_keymap.sqf
@@ -15,7 +15,9 @@
Example:
_this call Epoch_config_keymap;
*/
-private ["_idx","_display","_input"];
+//[[[cog import generate_private_arrays ]]]
+private ["_arr","_ctrl","_ctrlCurrent","_ctrlDefault","_ctrlEdit","_data","_default","_display","_idx","_input","_lb","_new","_old","_txt","_txtCurrent","_txtDefault","_var"];
+//[[[end]]]
params ["_ctrl"];
_display = if (typeName _ctrl isEqualTo "CONTROL") then {ctrlParent _ctrl} else {displayNull};
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_click.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_click.sqf
index 558df1e1..2388243a 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_click.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_click.sqf
@@ -14,7 +14,9 @@
*/
if (rmx_var_crafting_SearchConfigData isEqualTo []) exitWith {false};
-private ["_data","_idx","_countData","_itemsPlayer","_itemsNearby","_itemsRequired","_lbColor","_nearbyCount","_cfg","_ingredientCTRL","_STdesc","_3DCTRL","_selection","_ingredientData","_recipes","_usedIn"];
+//[[[cog import generate_private_arrays ]]]
+private ["_3DCTRL","_STdesc","_c","_cfg","_countData","_data","_idx","_ingredientCTRL","_ingredientData","_itemsNearby","_itemsPlayer","_itemsRequired","_lbColor","_nearbyCount","_p","_r","_recipes","_selection","_usedIn","_x"];
+//[[[end]]]
_cfg = 'CfgCrafting' call EPOCH_returnConfig;
_ingredientCTRL = rmx_var_crafting_ctrl_main select 1;
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_defaults.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_defaults.sqf
index 620653c5..044d2977 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_defaults.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_defaults.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_defaults.sqf
*/
-private ["_y","_idx","_recipeCTRL","_STdesc","_lbColor","_playerGear"];
+//[[[cog import generate_private_arrays ]]]
+private ["_STdesc","_idx","_lbColor","_playerGear","_recipeCTRL","_y"];
+//[[[end]]]
_recipeCTRL = rmx_var_crafting_ctrl_main select 0;
_STdesc = rmx_var_crafting_ctrl_main select 2;
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_doubleClick.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_doubleClick.sqf
index 9e0c0dae..6b855918 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_doubleClick.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_doubleClick.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_LB_doubleClick.sqf
*/
+//[[[cog import generate_private_arrays ]]]
private ["_idx","_txt"];
+//[[[end]]]
_idx = lbCurSel (rmx_var_crafting_ctrl_main select 1);
_txt = (rmx_var_crafting_ctrl_main select 1) lbData _idx;
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkGear.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkGear.sqf
index 3b0c9f3d..2083441d 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkGear.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkGear.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkGear.sqf
*/
-private ["_recipes","_nearObjects","_near","_out","_player","_recipe","_cP","_cN"];
+//[[[cog import generate_private_arrays ]]]
+private ["_cN","_cP","_near","_nearObjects","_out","_player","_recipe"];
+//[[[end]]]
params ["_recipes"];
_nearObjects = nearestObjects [position player,["WeaponHolder","LandVehicle","Air"],10];
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkNearby.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkNearby.sqf
index ffc39eb0..b13babfa 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkNearby.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkNearby.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkNearby.sqf
*/
-private ["_nearObjects","_result","_tmpResult","_config","_configWorldInteractions","_countOnFire","_countAlive"];
+//[[[cog import generate_private_arrays ]]]
+private ["_check","_config","_configWorldInteractions","_countAlive","_countOnFire","_find","_nearObjects","_result","_test1","_test2","_tmpResult"];
+//[[[end]]]
params ["","","",["_arr",[2,""]],["_dist",0],["_cnt",1],["_inflamed",0],["_alive",0]];
_arr params ["_type","_check"];
_result = false;
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkResources.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkResources.sqf
index b71921a3..519c7769 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkResources.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkResources.sqf
@@ -12,8 +12,10 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_checkResources.sqf
*/
-private ["_display","_ncGroup","_ncCFrame","_ncRFrame","_ncRText","_ncCLB","_out","_cfg","_selection","_nearbyArr"];
-params [["_in",false,[true]]];
+//[[[cog import generate_private_arrays ]]]
+private ["_animSpeed","_cfg","_chck","_cnt","_color","_count","_countTxt","_ctrl","_display","_h","_img","_imgParsed","_ncCFrame","_ncCLB","_ncGroup","_ncRFrame","_ncRText","_nearbyArr","_out","_selection","_stText","_txt"];
+//[[[end]]]
+params [["_in",false,[true] ] ];
//Defines
_out = true;
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_ctrl_collector.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_ctrl_collector.sqf
index 50b606e0..98c7030f 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_ctrl_collector.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_ctrl_collector.sqf
@@ -14,7 +14,9 @@
*/
disableSerialization;
-private "_display";
+//[[[cog import generate_private_arrays ]]]
+private ["_display"];
+//[[[end]]]
_display = findDisplay 77700;
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_dev_toggle.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_dev_toggle.sqf
index f4507bba..2e79e6d4 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_dev_toggle.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_dev_toggle.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_dev_toggle.sqf
*/
-private ["_mainDevBtn","_3DCTRL"];
+//[[[cog import generate_private_arrays ]]]
+private ["_3DCTRL","_3DPos","_ctrlPos","_curLB","_devBtnExport","_devBtnSetPos","_devBtnSetScale","_devX","_devY","_devZ","_mainDevBtn"];
+//[[[end]]]
_mainDevBtn = rmx_var_crafting_ctrl_DEVMisc select 1;
_3DCTRL = rmx_var_crafting_ctrl_DEVMisc select 0;
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_getConfig.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_getConfig.sqf
index fb07fba6..9f191e62 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_getConfig.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_getConfig.sqf
@@ -13,7 +13,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_getConfig.sqf
*/
-private ["_cName","_arr","_cDisplayName","_cPicture","_cDescShort","_cModel","_cPriority","_cCTime","_cRecipeArr","_cNearbyArr","_cUsedInArr","_cPreviewArr","_cPreviewScale","_cPreviewVector","_cDescFull","_cType","_arrIn","_type0","_type1","_type2","_type3","_out"];
+//[[[cog import generate_private_arrays ]]]
+private ["_arr","_arrIn","_cCTime","_cDescFull","_cDescShort","_cDisplayName","_cModel","_cName","_cNearbyArr","_cPicture","_cPreviewArr","_cPreviewScale","_cPreviewVector","_cPriority","_cRecipeArr","_cType","_cUsedInArr","_out","_type0","_type1","_type2","_type3"];
+//[[[end]]]
_arrIn = param [0,[0]];
if !(typeName (_arrIn select 0) isEqualTo "CONFIG") exitWith {[]};
diff --git a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_progress.sqf b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_progress.sqf
index f39ed593..f44f646c 100644
--- a/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_progress.sqf
+++ b/Sources/epoch_code/gui/scripts/craftingv2/EPOCH_crafting_progress.sqf
@@ -15,7 +15,9 @@
if !(isNil "rmx_var_craftProgressInProgress") exitWith {false};
rmx_var_craftProgressInProgress = true;
-private ["_out","_txt","_time","_posY","_posX","_w","_h","_idc","_stColor","_layer","_display","_ctrl3","_ctrl","_ctrl2","_tick"];
+//[[[cog import generate_private_arrays ]]]
+private ["_ctrl","_ctrl2","_ctrl3","_display","_h","_idc","_layer","_out","_posX","_posY","_stColor","_tick","_time","_txt","_w"];
+//[[[end]]]
disableSerialization;
_txt = param [0,"No text"];
diff --git a/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenu.sqf b/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenu.sqf
index 8b622520..7f9b1647 100644
--- a/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenu.sqf
+++ b/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenu.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenu.sqf
*/
disableSerialization;
-private ["_in","_selfOrTarget","_display","_cfg","_arr","_buttonSettings","_hasTarget","_checkConfigs","_entries"];
+//[[[cog import generate_private_arrays ]]]
+private ["_action","_arr","_buttonSettings","_c","_cfg","_checkConfigs","_config","_configs","_dName","_display","_entries","_hasTarget","_icon","_in","_selfOrTarget","_subclasses","_tTip","_tooltip","_tooltipcode","_x"];
+//[[[end]]]
_in = [_this, 0, "",[""]] call BIS_fnc_param;
_display = findDisplay 66600;
diff --git a/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuCleanup.sqf b/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuCleanup.sqf
index 8a3fa401..f92773a0 100644
--- a/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuCleanup.sqf
+++ b/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuCleanup.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuCleanup.sqf
*/
-private ["_close","_cleanupVars"];
+//[[[cog import generate_private_arrays ]]]
+private ["_cfg","_cleanupVars","_close"];
+//[[[end]]]
_close = param [0,false,[false]];
_cleanupVars = {
diff --git a/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuPopulate.sqf b/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuPopulate.sqf
index 0e4cb5cf..e9a55b76 100644
--- a/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuPopulate.sqf
+++ b/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuPopulate.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/dynamenu/Epoch_dynamicMenuPopulate.sqf
*/
#include "\A3\ui_f\hpp\defineCommonGrids.inc"
-private ["_x","_y","_arr","_inProgress","_display","_center","_scale","_defaultScaleX","_defaultScaleY","_distance","_scaleLargeX","_scaleLargeY","_scaleSmallX","_scaleSmallY","_points","_positions","_positions2"];
+//[[[cog import generate_private_arrays ]]]
+private ["_arr","_c","_center","_ctrl","_ctrl2","_defaultScaleX","_defaultScaleY","_display","_distance","_inProgress","_points","_positions","_positions2","_scale","_scaleLargeX","_scaleLargeY","_scaleSmallX","_scaleSmallY","_x","_y"];
+//[[[end]]]
params ["_entries","_buttonSettings"];
disableSerialization;
diff --git a/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_dynamicHUD_start.sqf b/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_dynamicHUD_start.sqf
index 8244f6f2..dcde7c2b 100644
--- a/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_dynamicHUD_start.sqf
+++ b/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_dynamicHUD_start.sqf
@@ -13,22 +13,23 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/dynamicHUD/Epoch_dynamicHUD_start.sqf
*/
#include "\A3\ui_f\hpp\defineCommonGrids.inc"
-
+//[[[cog import generate_private_arrays ]]]
+private ["_angle","_arraySize","_c","_cPos","_center","_cfg","_classname","_configs","_defaultPopulate","_defaultPos","_dsp","_evenOdd","_group","_groupPos","_h","_hCtrl","_height","_oX","_oY","_offsetX","_offsetY","_result","_scale","_w","_wCtrl","_width"];
+//[[[end]]]
_cfg = "rmx_dynamicHUD" call EPOCH_returnConfig;
_configs = "true" configClasses _cfg;
+diag_log format ["Epoch_dynamicHUD_start: %1", _configs];
+
setMousePosition [0.5,0.5];
disableSerialization;
_dsp = findDisplay 46;
-rmx_var_dynamicHUD_groups = [];
-rmx_var_dynamicHUD_groupCTRL = [];
-
{
_group = _dsp ctrlCreate ["rscControlsGroup", call Epoch_getIDC];
rmx_var_dynamicHUD_groups set [_forEachIndex, _group];
-
+
_defaultPopulate = getNumber (_x >> "defaultPopulate");
_defaultPos = getNumber (_x >> "defaultPos");
_arraySize = getNumber (_x >> "arraySize");
@@ -38,6 +39,9 @@ rmx_var_dynamicHUD_groupCTRL = [];
_height = getNumber (_x >> "height");
_width = getNumber (_x >> "width");
+ (getArray (_x >> "angle")) params [["_deg",0],["_xCenter",0.5],["_yCenter",0.5],["_tilt",0]];
+ (getArray (_x >> "scale")) params [["_scale",1.0],["_reduction",0]];
+
_wCtrl = _width * GUI_GRID_W;
_hCtrl = _height * GUI_GRID_H;
_oX = _offsetX * _wCtrl;
@@ -64,19 +68,27 @@ rmx_var_dynamicHUD_groupCTRL = [];
case 8: {[(safezoneW + safezoneX) - _w, (safezoneH + safezoneY) - _h, _w, _h]};
default {[0,0,0,0]};
};
-
+
_groupPos set [0, (_groupPos select 0)+_oX];
_groupPos set [1, (_groupPos select 1)+_oY];
_group ctrlSetPosition _groupPos;
+
_group ctrlCommit 0;
-
+
_evenOdd = true;
rmx_var_dynamicHUD_groupCTRL set [_forEachIndex, [(configName _x)]];
+ _angle = [_deg,_xCenter,_yCenter];
+
+
for "_i" from 0 to (_arraySize - 1) do {
_c = _dsp ctrlCreate [_classname, call Epoch_getIDC, _group];
+ _c ctrlSetAngle _angle;
+
+ _angle set [0, (_angle select 0) - _tilt];
+
(rmx_var_dynamicHUD_groupCTRL select _forEachIndex) pushBack _c;
-
+
_cPos = switch _defaultPopulate do {
case 0: {[_i * _wCtrl,0,_wCtrl, _hCtrl]};
case 1: {[(_arraySize - 1 - _i) * _wCtrl,0,_wCtrl, _hCtrl]};
@@ -85,7 +97,7 @@ rmx_var_dynamicHUD_groupCTRL = [];
case 4:
{
_center = _w/2 - _wCtrl/2;
-
+
_result = if (_i == 0) then {
[_center, 0, _wCtrl, _hCtrl]
} else {
@@ -101,7 +113,7 @@ rmx_var_dynamicHUD_groupCTRL = [];
case 5:
{
_center = _h/2 - _hCtrl/2;
-
+
_result = if (_i == 0) then {
[0, _center, _wCtrl, _hCtrl]
} else {
@@ -117,10 +129,13 @@ rmx_var_dynamicHUD_groupCTRL = [];
default {[0,0,0,0]};
};
_c ctrlSetPosition _cPos;
+ _c ctrlSetScale _scale;
+ _c setVariable ["ctrl_scale", _scale];
+ _scale = _scale - _reduction;
_c ctrlCommit 0;
};
} forEach _configs;
//dump default positions into an array
-
+
true
diff --git a/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_getHUDCtrl.sqf b/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_getHUDCtrl.sqf
index 780d857c..719d540e 100644
--- a/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_getHUDCtrl.sqf
+++ b/Sources/epoch_code/gui/scripts/dynamicHUD/epoch_getHUDCtrl.sqf
@@ -16,17 +16,14 @@
[_configName, _index] call epoch_getHUDCtrl;
["myHudName", 2] call epoch_getHUDCtrl;
*/
-
+//[[[cog import generate_private_arrays ]]]
+private ["_gIdx"];
+//[[[end]]]
if !(_this isEqualTypeArray ["",0]) exitWith {controlNull};
-
params ["_gName","_cIdx"];
-
_gIdx = -1;
-
{
if ((_x select 0) isEqualTo _gName) exitWith {_gIdx = _forEachIndex};
} forEach rmx_var_dynamicHUD_groupCTRL;
-
if (_gIdx == -1) exitWith {controlNull};
-
(rmx_var_dynamicHUD_groupCTRL select _gIdx) select _cIdx
diff --git a/Sources/epoch_code/gui/scripts/epoch_dragControl.sqf b/Sources/epoch_code/gui/scripts/epoch_dragControl.sqf
index 7e774750..4b9dbdeb 100644
--- a/Sources/epoch_code/gui/scripts/epoch_dragControl.sqf
+++ b/Sources/epoch_code/gui/scripts/epoch_dragControl.sqf
@@ -15,7 +15,9 @@
Usage:
No direct usage, simply create your control in configs following example in HPP mentioned in description
*/
+//[[[cog import generate_private_arrays ]]]
private ["_ctrl","_curr","_mpos"];
+//[[[end]]]
_ctrl = param [0];
_curr = ctrlPosition _Ctrl;
_mpos = getmousePosition;
@@ -23,4 +25,4 @@ _mpos = getmousePosition;
if (rmx_var_drag_MouseDown) then {
_ctrl ctrlSetPosition [(_mpos select 0) - (_curr select 2) / 2, (_mpos select 1) - (_curr select 3) / 2 ];
_ctrl ctrlCommit 0;
-};
\ No newline at end of file
+};
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf
index 4baa9404..6196af9a 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_Group_BtnInvite.sqf
*/
-private ["_txt","_InvitePlayerCombo","_playerUID","_playerName","_upgradeSlots","_upgradePrice","_found","_currentMember","_currentMaxMember","_BtnInvite"];
+//[[[cog import generate_private_arrays ]]]
+private ["_BtnInvite","_InvitePlayerCombo","_currentMaxMember","_currentMember","_found","_playerName","_playerUID","_ret","_txt","_upgradePrice","_upgradeSlots"];
+//[[[end]]]
disableSerialization;
_BtnInvite = (findDisplay -1300) displayCtrl 30;
_playerUID = getPlayerUID player;
@@ -23,7 +25,7 @@ if (_playerUID == Epoch_my_GroupUID || {_x select 0 == _playerUID}count (Epoch_m
_InvitePlayerCombo = (findDisplay -1300) displayCtrl 41;
_playerUID = _InvitePlayerCombo lbData (lbCurSel _InvitePlayerCombo);
_playerName = _InvitePlayerCombo lbText (lbCurSel _InvitePlayerCombo);
- if (_playerUID != "" && _playerName != "") then {
+ if (_playerUID != "" && _playerName != "" && ({_playerUID in _x} count (Epoch_my_Group select 3) == 0) && ({_playerUID in _x} count (Epoch_my_Group select 4) == 0) && !(_playerUID == Epoch_my_GroupUID)) then {
_txt = format["Do you want to add %1 to your Group?",_playerName];
[_playerUID,_txt] spawn {
_ret = [_this select 1,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage;
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf
index feb63775..be2ee2b7 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_Group_BtnKick.sqf
*/
-private ["_txt","_playerUID","_playerName","_group","_selected","_BtnKick"];
+//[[[cog import generate_private_arrays ]]]
+private ["_BtnKick","_group","_playerName","_playerUID","_ret","_selected","_txt"];
+//[[[end]]]
disableSerialization;
_BtnKick = (findDisplay -1300) displayCtrl 33;
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf
index 0227d595..3528a890 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_Group_BtnLeave.sqf
*/
-private ["_txt","_BtnLeave"];
+//[[[cog import generate_private_arrays ]]]
+private ["_BtnLeave","_ret","_txt"];
+//[[[end]]]
disableSerialization;
_BtnLeave = (findDisplay -1300) displayCtrl 31;
if (getPlayerUID player == Epoch_my_GroupUID) then {
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf
index 40b2f457..60664860 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_Group_BtnMod.sqf
*/
disableSerialization;
-private ["_isMember","_txt","_playerUID","_group","_selected"];
+//[[[cog import generate_private_arrays ]]]
+private ["_group","_isMember","_playerUID","_ret","_selected","_txt"];
+//[[[end]]]
if (getPlayerUID player == Epoch_my_GroupUID) then {
_group = (findDisplay -1300) displayCtrl 40;
_selected = lbCurSel _group;
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_Combo.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_Combo.sqf
index 97000c4d..8625ee34 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_Combo.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_Combo.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_Group_Combo.sqf
*/
disableSerialization;
-private ["_BtnInvite","_currentMember","_currentMaxMember","_ctrl","_selected","_playerUID"];
+//[[[cog import generate_private_arrays ]]]
+private ["_BtnInvite","_ctrl","_currentMaxMember","_currentMember","_playerUID","_selected"];
+//[[[end]]]
_ctrl = _this select 0;
_selected = _this select 1;
_playerUID = getPlayerUID player;
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_List.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_List.sqf
index 67ffe56b..1a16685a 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_List.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_List.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_Group_List.sqf
*/
disableSerialization;
-private ["_img","_BtnSetMod","_BtnKick"];
+//[[[cog import generate_private_arrays ]]]
+private ["_BtnKick","_BtnSetMod","_img"];
+//[[[end]]]
params ["_ctrl","_selected"];
if (getPlayerUID player == Epoch_my_GroupUID) then {
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_onLoad.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_onLoad.sqf
index 5dfe8111..90144fde 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_onLoad.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_onLoad.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_Group_onLoad.sqf
*/
-private ["_index","_players","_found","_playerUID","_picture","_display","_BtnInvite","_GroupMemberList","_InvitePlayerCombo","_currentMaxMember","_currentMember","_myPlayerUID","_playerIsLeader","_playerIsMod","_onlinePUID"];
+//[[[cog import generate_private_arrays ]]]
+private ["_BtnInvite","_GroupMemberList","_InvitePlayerCombo","_currentMaxMember","_currentMember","_display","_found","_index","_myPlayerUID","_onlinePUID","_picture","_playerIsLeader","_playerIsMod","_playerUID","_players"];
+//[[[end]]]
disableSerialization;
_display = findDisplay -1300;
_BtnInvite = _display displayCtrl 30;
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf
index 72d3738a..b16405ac 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_cGroup_BtnCreate.sqf
*/
-private ["_groupName","_upgradePrice","_txtCtrl","_array"];
+//[[[cog import generate_private_arrays ]]]
+private ["_array","_groupName","_ret","_timeout","_txt","_txtCtrl","_upgradePrice"];
+//[[[end]]]
disableSerialization;
_txtCtrl = (findDisplay -1200) displayCtrl 21;
_array = toArray(ctrlText _txtCtrl);
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_groupText.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_groupText.sqf
index bb12ced3..9c251b61 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_groupText.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_groupText.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_cGroup_groupText.sqf
*/
disableSerialization;
+//[[[cog import generate_private_arrays ]]]
private ["_array","_ctrl"];
+//[[[end]]]
_ctrl = (findDisplay -1200) displayCtrl 21;
_array = toArray(ctrlText _ctrl);
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_onLoad.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_onLoad.sqf
index 6df9bcff..5fdc3d8d 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_onLoad.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_onLoad.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_cGroup_onLoad.sqf
*/
+//[[[cog import generate_private_arrays ]]]
private ["_textCtrl"];
+//[[[end]]]
if (Epoch_my_GroupUID != "") exitWith {(findDisplay -1200) closeDisplay 0};
disableSerialization;
_textCtrl = (findDisplay -1200) displayCtrl 22;
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_onLoad.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_onLoad.sqf
index 78731733..08c45a4d 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_onLoad.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_onLoad.sqf
@@ -13,7 +13,9 @@
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_iGroup_onLoad.sqf
*/
disableSerialization;
+//[[[cog import generate_private_arrays ]]]
private ["_display","_text"];
+//[[[end]]]
_display = findDisplay -1400;
if (Epoch_invited_GroupUID == "" || Epoch_invited_GroupName == "") exitWith { _display closeDisplay 0};
_text = _display displayCtrl 21;
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_refresh.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_refresh.sqf
index ab6c9e3a..23860e32 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_refresh.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_refresh.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/group/EPOCH_iGroup_refresh.sqf
*/
+//[[[cog import generate_private_arrays ]]]
private ["_index"];
+//[[[end]]]
if !(Epoch_invited_GroupUIDs isEqualTo Epoch_invited_GroupUIDsPrev) then {
Epoch_invited_GroupUIDsPrev = Epoch_invited_GroupUIDs;
lbClear 1500;
diff --git a/Sources/epoch_code/gui/scripts/post_process/EPOCH_postprocessAdjust.sqf b/Sources/epoch_code/gui/scripts/post_process/EPOCH_postprocessAdjust.sqf
index 869140c8..3f84fd72 100644
--- a/Sources/epoch_code/gui/scripts/post_process/EPOCH_postprocessAdjust.sqf
+++ b/Sources/epoch_code/gui/scripts/post_process/EPOCH_postprocessAdjust.sqf
@@ -26,10 +26,15 @@
dynamicBlur >> [0]
colorInversion >> [0,0,0]
*/
-params [["_handle",666],["_animSpeed",666],["_effect",[]]];
+params [["_handle",666],["_animSpeed",666],["_effect",[]],["_fixBool",false]];
//needed because PPs have variable array sizes
if ((_handle isEqualTo 666) || (_animSpeed isEqualTo 666) || (_effect isEqualTo [])) exitWith {hint "Wrong PPAdjust input"; false};
+// fix any strings to bool
+if (_fixBool) then {
+ _effect = _effect call EPOCH_fnc_arrayStringToBool;
+};
+
_handle ppEffectEnable true;
_handle ppEffectAdjust _effect;
_handle ppEffectCommit _animSpeed;
diff --git a/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf b/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf
index 18f81ab5..6f05dac1 100644
--- a/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf
+++ b/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf
@@ -18,6 +18,7 @@
Notes:
Drunk levels 1-9, 0 to disable
Use low times, wet distortion does not work well when animated over time
+ To reuse code in a new PP function, adjust _priority so they don't overwrite each other
*/
private ["_priority","_wd","_db"];
params [["_level",0,[0]],["_speed",0,[0]]];
@@ -40,18 +41,22 @@ switch _level do {
case 0.1:
{
[(rmx_var_drunkHandles select 0), _speed, [-1,0.0144629,0,1,0,-0.551644,0.0309715,0.202484,0,0,-0.161139,0,0,1,1]] call epoch_postprocessAdjust;
+ [(rmx_var_drunkHandles select 1), _speed, [0]] call epoch_postprocessAdjust;
};
case 0.2:
{
[(rmx_var_drunkHandles select 0), _speed, [-1,0.0144629,0,1,0,-0.551644,0.0309715,0.390503,0,0,-0.161139,0,0,1,1]] call epoch_postprocessAdjust;
+ [(rmx_var_drunkHandles select 1), _speed, [0]] call epoch_postprocessAdjust;
};
case 0.3:
{
[(rmx_var_drunkHandles select 0), _speed, [-1,0.0144629,0,1,0,-0.53718,-0.157049,0.390503,-1,0,-0.161139,0,0,1,1]] call epoch_postprocessAdjust;
+ [(rmx_var_drunkHandles select 1), _speed, [0]] call epoch_postprocessAdjust;
};
case 0.4:
{
[(rmx_var_drunkHandles select 0), _speed, [-1,0.0144629,0,1,0,-0.53718,-0.157049,0.390503,-1,1,-0.161139,0,0,1,1]] call epoch_postprocessAdjust;
+ [(rmx_var_drunkHandles select 1), _speed, [0]] call epoch_postprocessAdjust;
};
case 0.5:
{
diff --git a/Sources/epoch_code/gui/scripts/post_process/Epoch_setRadiation.sqf b/Sources/epoch_code/gui/scripts/post_process/Epoch_setRadiation.sqf
new file mode 100644
index 00000000..fc2d7eac
--- /dev/null
+++ b/Sources/epoch_code/gui/scripts/post_process/Epoch_setRadiation.sqf
@@ -0,0 +1,101 @@
+/*
+ Author: Raimonds Virtoss - EpochMod.com
+
+ Contributors:
+
+ Description:
+ Radiation effects [Temporary test]
+
+ Licence:
+ Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
+
+ Github:
+ https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/gui/scripts/post_process/EPOCH_postprocessDestroy.sqf
+
+ Usage:
+ 0.5 call epoch_setRadiation;
+ [0.2, _time] call epoch_setRadiation;
+ Notes:
+ Radiation levels 1-9, 0 to disable
+ To reuse code in a new PP function, adjust _priority so they don't overwrite each other
+*/
+private ["_priority","_fg","_cc"];
+params [["_level",0,[0]],["_speed",0,[0]]];
+
+if (isNil "rmx_var_RadiationHandles") then {
+
+ _priority = 16;
+ _fg = ["filmGrain",_priority] call epoch_postProcessCreate;
+ _cc = ["colorCorrections",_priority] call epoch_postProcessCreate;
+ _ci = ["colorInversion",_priority] call epoch_postProcessCreate;
+
+ rmx_var_RadiationHandles = [_fg,_cc,_ci];
+};
+
+switch _level do {
+ case 0:
+ {
+ rmx_var_RadiationHandles call epoch_postprocessDestroy;
+ rmx_var_RadiationHandles = nil;
+ };
+ case 0.1:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.185533,1,1,1,0,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,1,0,0,0,0,0,0,0,0,1,0,0,0,0]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0,0]] call epoch_postprocessAdjust;
+ };
+ case 0.2:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.185533,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,1,0,0,0,0,0,0,0,0,1,0,0,0,0]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0,0]] call epoch_postprocessAdjust;
+ };
+ case 0.3:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,1,0,0,0,0,0,0,0,0,1,0,0,0,0]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0,0]] call epoch_postprocessAdjust;
+ };
+ case 0.4:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,1,0,1,0,0,0.32542,1,0,0,1,0,0,0,0.486561,0.710738,0.848138,0,0,0,0.231408,1]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0,0]] call epoch_postprocessAdjust;
+ };
+ case 0.5:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,1,0,1,0,0,0.32542,1,0,0,1,0,0,0,0.486561,0.710738,0.848138,0,0,0,0.231408,1]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0,0.130168]] call epoch_postprocessAdjust;
+ };
+ case 0.6:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,1,0,1,0,0,0.32542,1,0,0,1,0,0,0,0.486561,0.710738,0.848138,0,0,0,0,1]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0,0.216946]] call epoch_postprocessAdjust;
+ };
+ case 0.7:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,0.493791,0,1,0,0,0.32542,1,0,0,1,0,0,0,0.486561,0.710738,0.848138,0,0,0,0,1]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0,0.368809]] call epoch_postprocessAdjust;
+ };
+ case 0.8:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,0.247919,0,1,0,0,0.32542,1,0,0,1,0,0,0,0.486561,0.710738,0.848138,0,0,0,0,1]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0.108473,0.46282]] call epoch_postprocessAdjust;
+ };
+ case 0.9:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,0,0,1,0,0,0.32542,1,0,0,1,0,0,0,0.486561,0.710738,0.848138,0,0,0,0,1]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0.245873,0.368809]] call epoch_postprocessAdjust;
+ };
+ case 1:
+ {
+ [(rmx_var_RadiationHandles select 0), _speed, [0.330168,1,1,1,1,true]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 1), _speed, [1,0,0,1,0,0,0.32542,1,0,0,1,0,0,0,0.486561,0.710738,0.848138,0,0,0,0,0.41943]] call epoch_postprocessAdjust;
+ [(rmx_var_RadiationHandles select 2), _speed, [0,0.361578,0.368809]] call epoch_postprocessAdjust;
+ };
+};
diff --git a/Sources/epoch_code/init/both_init.sqf b/Sources/epoch_code/init/both_init.sqf
index 4206a406..a6208b2a 100644
--- a/Sources/epoch_code/init/both_init.sqf
+++ b/Sources/epoch_code/init/both_init.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/init/both_init.sqf
*/
-private ["_customVarsInit","_antagonistSpawnDefaults","_spawnLimits","_say3dsounds"];
+//[[[cog import generate_private_arrays ]]]
+private ["_antagonistSpawnDefaults","_customVarsInit","_say3dsounds","_say3dsoundsConfig","_spawnLimits"];
+//[[[end]]]
// detect if Ryan's Zombies and Deamons mod is present
if (["CfgEpochClient", "ryanZombiesEnabled", false] call EPOCH_fnc_returnConfigEntryV2) then {
diff --git a/Sources/epoch_code/init/client_init.sqf b/Sources/epoch_code/init/client_init.sqf
index 15ae4856..ea429d3b 100644
--- a/Sources/epoch_code/init/client_init.sqf
+++ b/Sources/epoch_code/init/client_init.sqf
@@ -55,7 +55,10 @@ EPOCH_arr_interactedObjs = [];
EPOCH_buildOption = 0;
EPOCH_nearestLocations = [];
EPOCH_lastFiredLocation = [];
+
rmx_var_drag_MouseDown = false;
+rmx_var_dynamicHUD_groups = [];
+rmx_var_dynamicHUD_groupCTRL = [];
["EPOCH_onEachFrame", "onEachFrame", EPOCH_onEachFrame] call BIS_fnc_addStackedEventHandler;
diff --git a/Sources/epoch_code/init/fn_init.sqf b/Sources/epoch_code/init/fn_init.sqf
index aca96c92..c1000eee 100644
--- a/Sources/epoch_code/init/fn_init.sqf
+++ b/Sources/epoch_code/init/fn_init.sqf
@@ -12,11 +12,30 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/init/fn_init.sqf
*/
-if !(isNil "Epoch_CStart") exitWith { false };
-Epoch_CStart = true;
-if (!isDedicated && hasInterface) then {
+if !(isNil "Epoch_Survival_Started") exitWith { false };
+Epoch_Survival_Started = true;
+
+_selectedFunction = "CfgClientFunctions";
+if (isDedicated) then {
+ // dedicated server
+ _selectedFunction = "CfgServerFunctions";
call compile preprocessFileLineNumbers "epoch_code\init\both_init.sqf";
- // Epoch Client Only function compiler
- "CfgClientFunctions" call EPOCH_fnc_compiler;
+} else {
+ if (hasInterface) then {
+ // all players
+ call compile preprocessFileLineNumbers "epoch_code\init\both_init.sqf";
+ if (isServer) then {
+ // listen server host
+ _selectedFunction = "CfgEpochListenServerFunctions";
+ } else {
+ // all players
+ _selectedFunction = "CfgClientFunctions";
+ };
+ } else {
+ // Headless Clients
+ _selectedFunction = "CfgEpochClientHCFunctions";
+ };
};
+diag_log format["Loading Functions: %1",_selectedFunction];
+_selectedFunction call EPOCH_fnc_compiler;
true
diff --git a/Sources/epoch_code/init/fn_postinit.sqf b/Sources/epoch_code/init/fn_postinit.sqf
index e4f53125..d0f1bb6e 100644
--- a/Sources/epoch_code/init/fn_postinit.sqf
+++ b/Sources/epoch_code/init/fn_postinit.sqf
@@ -12,7 +12,28 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/init/fn_postinit.sqf
*/
-if (!isDedicated && isMultiplayer && hasInterface) then {
- call compile preprocessFileLineNumbers "epoch_code\init\client_init.sqf";
+if (isDedicated) then {
+ // dedicated server
+ call compile preprocessFileLineNumbers "\epoch_server\init\server_init.sqf";
+} else {
+ if (hasInterface) then {
+
+ if (isMultiplayer) then {
+ // start multiplayer game
+ call compile preprocessFileLineNumbers "epoch_code\init\client_init.sqf";
+ };
+
+ if (isServer) then {
+ // listen server host
+
+ } else {
+ // all players
+
+
+ };
+ } else {
+ // Headless Clients
+
+ };
};
true
diff --git a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp
index 057d46ed..fbba0a09 100644
--- a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp
+++ b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp
@@ -28,6 +28,7 @@ class CfgActionMenu
dyna_isVehicle = "if (!(isNull dyna_cursorTarget) && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'LandVehicle') || (dyna_cursorTarget isKindOf 'Air') || (dyna_cursorTarget isKindOf 'Ship') || (dyna_cursorTarget isKindOf 'Tank'))} else {false}";
dyna_isTrader = "if (!(isNull dyna_cursorTarget) && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'Man') && (dyna_cursorTarget != player) && (!isPlayer dyna_cursorTarget) && ((dyna_cursorTarget getVariable['AI_SLOT', -1]) != -1))} else {false}";
dyna_isPlayer = "if (!(isNull dyna_cursorTarget) && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'Man') && (dyna_cursorTarget != player) && (isPlayer dyna_cursorTarget))} else {false}";
+ dyna_isDeadPlayer = "if (!(isNull dyna_cursorTarget) && !(alive dyna_cursorTarget)) then {(dyna_cursorTargetType in ['Epoch_Male_F','Epoch_Female_F'])} else {false}";
dyna_canAcceptTrade = "if (!(isNull EPOCH_pendingP2ptradeTarget) && alive EPOCH_pendingP2ptradeTarget) then {((EPOCH_pendingP2ptradeTarget isKindOf 'Man') && (dyna_cursorTarget isEqualTo EPOCH_pendingP2ptradeTarget))} else {false}";
dyna_locked = "locked dyna_cursorTarget in [2,3]";
dyna_lockedInVehicle = "locked vehicle player in [2,3]";
diff --git a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp
index 2dab56eb..b401f520 100644
--- a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp
+++ b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp
@@ -34,3 +34,17 @@ class player_inspect
icon = "x\addons\a3_epoch_code\Data\UI\buttons\player_inspect.paa";
tooltip = "Examine";
};
+class player_group_menu
+{
+ condition = "true";
+ action = "call EPOCH_Inventory_Group;";
+ icon = "x\addons\a3_epoch_code\Data\UI\buttons\group_menu_ca.paa";
+ tooltip = "Group Menu";
+};
+class player_group_requests
+{
+ condition = "!(Epoch_invited_GroupUIDs isEqualTo[])";
+ action = "call EPOCH_Inventory_iGroup;";
+ icon = "x\addons\a3_epoch_code\Data\UI\buttons\group_requests_ca.paa";
+ tooltip = "Group Requests";
+};
diff --git a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp
index 35a8df1e..2f5f6256 100644
--- a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp
+++ b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp
@@ -77,6 +77,13 @@ class tra_shop
tooltip = "Shop";
};
+class player_takeCrypto
+{
+ condition = "dyna_isDeadPlayer";
+ action = "dyna_cursorTarget call EPOCH_takeCrypto;";
+ icon = "x\addons\a3_epoch_code\Data\UI\buttons\krypto.paa";
+ tooltip = "Take Krypto";
+};
class player_trade
{
condition = "dyna_isPlayer";
diff --git a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp
index ae9fe36d..a35bc31f 100644
--- a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp
+++ b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp
@@ -1,582 +1,567 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Configs for base building upgrades and removal
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgBaseBuilding.hpp
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Configs for base building upgrades and removal";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgBaseBuilding.hpp";
*/
-
-class CfgBaseBuilding {
- class Default {
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class FirePlace_EPOCH : Default
- {
- upgradeBuilding[] = { { "FirePlaceOn_EPOCH", { { "WoodLog_EPOCH", 1 } } } };
- removeParts[] = { { "ItemRock", 2 } };
- staticClass = "FirePlace_EPOCH";
- simulClass = "Fireplace_SIM_EPOCH";
- GhostPreview = "FirePlace_EPOCH";
- limitNearby = 2;
- bypassJammer = 1;
- isTemporary = 1;
- };
- class Fireplace_SIM_EPOCH : FirePlace_EPOCH
- {
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class FirePlaceOn_EPOCH : FirePlace_EPOCH {
- upgradeBuilding[] = {};
- };
- class Foundation_EPOCH : Default
- {
- removeParts[] = { { "ItemRock", 4 } };
- GhostPreview = "Foundation_Ghost_EPOCH";
- staticClass = "Foundation_EPOCH";
- snapPointsPara[] = {"N","S","E","W","C"};
- snapPointsPerp[] = {};
- //allowedSnapPoints[] = {"N","S","E","W"};
- //allowedSnapObjects[] = { "Constructions_foundation_F" };
- maxHeight = 2.5;
- };
- class Foundation_Ghost_EPOCH : Foundation_EPOCH
- {
- allowedSnapPoints[] = { "N", "S", "E", "W"};
- allowedSnapObjects[] = { "Constructions_foundation_F" };
- };
- class WoodFoundation_EPOCH : Default
- {
- removeParts[] = { { "PartPlankPack", 4 } };
- GhostPreview = "WoodFoundation_Ghost_EPOCH";
- staticClass = "WoodFoundation_EPOCH";
- snapPointsPara[] = { "N", "S", "E", "W", "C" };
- snapPointsPerp[] = {};
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- allowedSnapObjects[] = { "Constructions_foundation_F" };
- maxHeight = 2.5;
- };
- class WoodFoundation_Ghost_EPOCH : WoodFoundation_EPOCH
- {
- allowedSnapPoints[] = { "N", "S", "E", "W"};
- allowedSnapObjects[] = { "Constructions_foundation_F" };
- };
- class Hesco3_EPOCH : Default
- {
- removeParts[] = { { "KitHesco3", 1 } };
- simulClass = "Hesco3_SIM_EPOCH";
- staticClass = "Hesco3_EPOCH";
- GhostPreview = "Hesco3_Ghost_EPOCH";
- snapType = "snapPointsPara";
- snapPointsPara[] = { "C", "E", "W" };
- energyCost = 0.4;
- limitNearby = 4;
- bypassJammer = 1;
- };
- class Hesco3_SIM_EPOCH : Hesco3_EPOCH
- {
- allowedSnapPoints[] = { "C", "E", "W" };
- allowedSnapObjects[] = { "Hesco3_EPOCH" };
- removeParts[] = {};
- };
- class Hesco3_Ghost_EPOCH : Hesco3_SIM_EPOCH {};
- class TankTrap_EPOCH : Default
- {
- removeParts[] = { { "KitTankTrap", 1 } };
- simulClass = "TankTrap_SIM_EPOCH";
- staticClass = "TankTrap_EPOCH";
- GhostPreview = "TankTrap_EPOCH";
- energyCost = 0.2;
- limitNearby = 4;
- bypassJammer = 1;
- };
- class TankTrap_SIM_EPOCH: TankTrap_EPOCH
- {
- removeParts[] = {};
- };
- class Spike_TRAP_EPOCH: Default
- {
- simulClass = "Spike_TRAP_SIM_EPOCH";
- staticClass = "Spike_TRAP_EPOCH";
- GhostPreview = "Spike_TRAP_EPOCH";
- ammoClass = "Spike_TRAP_AMMO_EPOCH";
- energyCost = 0.2;
- limitNearby = 2;
- bypassJammer = 1;
- };
- class Spike_TRAP_SIM_EPOCH: Spike_TRAP_EPOCH {};
- class Metal_TRAP_EPOCH: Default
- {
- simulClass = "Metal_TRAP_SIM_EPOCH";
- staticClass = "Metal_TRAP_EPOCH";
- GhostPreview = "Metal_TRAP_EPOCH";
- ammoClass = "Metal_TRAP_AMMO_EPOCH";
- energyCost = 0.4;
- limitNearby = 2;
- bypassJammer = 1;
- };
- class Metal_TRAP_SIM_EPOCH: Metal_TRAP_EPOCH {};
- class SolarGen_EPOCH : Default
- {
- removeParts[] = { { "KitSolarGen", 1 } };
- powerCapacity = 10;
- powerType = 1;
- GhostPreview = "SolarGen_EPOCH";
- staticClass = "SolarGen_EPOCH";
- simulClass = "SolarGen_SIM_EPOCH";
- };
- class SolarGen_SIM_EPOCH : SolarGen_EPOCH {
- removeParts[] = {};
- };
- class PlotPole_EPOCH : Default
- {
- removeParts[] = { { "KitPlotPole", 1 } };
- GhostPreview = "PlotPole_EPOCH";
- staticClass = "PlotPole_EPOCH";
- simulClass = "PlotPole_SIM_EPOCH";
- bypassJammer = 1;
- };
- class PlotPole_SIM_EPOCH : PlotPole_EPOCH
- {
- removeParts[] = {};
- };
- class WoodRamp_EPOCH : Default
- {
- removeParts[] = { { "PartPlankPack", 3 } };
- simulClass = "WoodRamp_SIM_EPOCH";
- staticClass = "WoodRamp_EPOCH";
- GhostPreview = "WoodRamp_Ghost_EPOCH";
- snapPointsPara[] = {};
- snapPointsPerp[] = {};
- //allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "CB" };
- energyCost = 0.2;
- };
- class WoodRamp_SIM_EPOCH : WoodRamp_EPOCH
- {
- allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "CB" };
- allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" };
- removeParts[] = {};
- };
- class WoodRamp_Ghost_EPOCH : WoodRamp_SIM_EPOCH {};
- class WoodFloor_EPOCH : Default
- {
- upgradeBuilding[] = { { "MetalFloor_EPOCH", { { "ItemCorrugatedLg", 2 } } } };
- removeParts[] = { { "PartPlankPack", 2 } };
- simulClass = "WoodFloor_SIM_EPOCH";
- staticClass = "WoodFloor_EPOCH";
- GhostPreview = "WoodFloor_Ghost_EPOCH";
- snapPointsPara[] = {"NF","SF","EF","WF","C","CB"};
- snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
- energyCost = 0.2;
- };
- class WoodFloor_SIM_EPOCH: WoodFloor_EPOCH
- {
- allowedSnapPoints[] = {"NF","SF","EF","WF","C"};
- allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodFloor_Ghost_EPOCH: WoodFloor_SIM_EPOCH {};
- class MetalFloor_EPOCH : Default
- {
- removeParts[] = { { "ItemCorrugatedLg", 2 } };
- simulClass = "MetalFloor_SIM_EPOCH";
- staticClass = "MetalFloor_EPOCH";
- GhostPreview = "MetalFloor_Ghost_EPOCH";
- snapPointsPara[] = { "NF", "SF", "EF", "WF", "C", "CB" };
- snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" };
- energyCost = 0.5;
- };
- class MetalFloor_SIM_EPOCH : Default
- {
- allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "C" };
- allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" };
- removeParts[] = {};
- };
- class MetalFloor_Ghost_EPOCH : MetalFloor_SIM_EPOCH {};
- class CinderWallGarage_EPOCH : Default
- {
- removeParts[] = { { "CinderBlocks", 4 }, { "ItemCorrugatedLg", 1 }, { "CircuitParts", 1 } };
- simulClass = "CinderWallGarage_SIM_EPOCH";
- staticClass = "CinderWallGarage_EPOCH";
- GhostPreview = "CinderWallGarage_EPOCH";
- snapType = "snapPointsPara";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- energyCost = 0.5;
- };
- class CinderWallGarage_SIM_EPOCH : CinderWallGarage_EPOCH
- {
- allowedSnapObjects[] = { "Const_Cinder_static_F", "Const_floors_static_F" };
- removeParts[] = {};
- };
- class CinderWallHalf_EPOCH : Default
- {
- upgradeBuilding[] = { { "CinderWall_EPOCH", { { "CinderBlocks", 2 }, { "MortarBucket", 1 } } } };
- removeParts[] = { { "CinderBlocks", 2 }, { "ItemRock", 1 } };
- simulClass = "CinderWallHalf_SIM_EPOCH";
- staticClass = "CinderWallHalf_EPOCH";
- GhostPreview = "CinderWallHalf_Ghost_EPOCH";
- energyCost = 0.2;
- snapType = "snapPointsPara";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- };
- class CinderWallHalf_SIM_EPOCH: CinderWallHalf_EPOCH
- {
- allowedSnapObjects[] = { "Const_Cinder_static_F", "Const_floors_static_F" };
- removeParts[] = {};
- upgradeBuilding[] = {};
- };
- class CinderWallHalf_Ghost_EPOCH : CinderWallHalf_SIM_EPOCH {};
- class CinderWall_EPOCH : Default
- {
- upgradeBuilding[] = { { "CinderWallGarage_EPOCH", { { "ItemCorrugatedLg", 1 }, { "CircuitParts", 1 } } } };
- removeParts[] = { { "CinderBlocks", 4 }, { "ItemRock", 2 } };
- simulClass = "CinderWall_SIM_EPOCH";
- staticClass = "CinderWall_EPOCH";
- GhostPreview = "CinderWall_EPOCH";
- snapType = "snapPointsPara";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- energyCost = 0.4;
- };
- class CinderWall_SIM_EPOCH: CinderWall_EPOCH
- {
- allowedSnapObjects[] = {"Const_Cinder_static_F","Const_floors_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodLargeWall_EPOCH : Default
- {
- upgradeBuilding[] = {
- { "WoodWall1_EPOCH", { { "ItemPlywoodPack", 1 } } },
- { "WoodLargeWallCor_EPOCH", { { "ItemCorrugated", 1 } } }
- };
- removeParts[] = { { "PartPlankPack", 2 } };
- simulClass = "WoodLargeWall_SIM_EPOCH";
- staticClass = "WoodLargeWall_EPOCH";
- GhostPreview = "WoodLargeWall_Ghost_EPOCH";
- snapType = "snapPointsPara";
- snapPointsPara[] = {"N","E","W"};
- allowedSnapPoints[] = {"N","S","E","W"};
- };
- class WoodLargeWall_SIM_EPOCH: WoodLargeWall_EPOCH
- {
- upgradeBuilding[] = {};
- removeParts[] = {};
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- };
- class WoodLargeWall_Ghost_EPOCH: WoodLargeWall_SIM_EPOCH {};
- class WoodWall1_EPOCH : Default
- {
- upgradeBuilding[] = {
- { "WoodWall2_EPOCH", { { "PartPlankPack", 1 } } },
- { "WoodLargeWallCor_EPOCH", { { "ItemCorrugated", 1 } } }
- };
- removeParts[] = { { "PartPlankPack", 2 } };
- simulClass = "WoodWall1_SIM_EPOCH";
- staticClass = "WoodWall1_EPOCH";
- GhostPreview = "WoodWall1_EPOCH";
- snapType = "snapPointsPara";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- energyCost = 0.2;
- };
- class WoodWall1_SIM_EPOCH : WoodWall1_EPOCH
- {
- allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" };
- energyCost = 0.2;
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodLargeWallCor_EPOCH : Default{
- upgradeBuilding[] = { { "WoodLargeWallDoorway_EPOCH", { { "PartPlankPack", 1 } } } };
- removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } };
- simulClass = "WoodLargeWallCor_SIM_EPOCH";
- staticClass = "WoodLargeWallCor_EPOCH";
- GhostPreview = "WoodLargeWallCor_EPOCH";
- snapType = "snapPointsPara";
- snapPointsPara[] = {"N","E","W"};
- allowedSnapPoints[] = {"N","S","E","W"};
- energyCost = 0.2;
- availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" };
- };
- class WoodLargeWallCor_SIM_EPOCH: WoodLargeWallCor_EPOCH
- {
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodWall2_EPOCH : Default{
- upgradeBuilding[] = {
- { "WoodWall3_EPOCH", { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 1 } } },
- { "WoodLargeWallDoor_EPOCH", { { "ItemCorrugated", 1 }, { "PartPlankPack", 1 } } },
- };
- removeParts[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } };
- simulClass = "WoodWall2_SIM_EPOCH";
- staticClass = "WoodWall2_EPOCH";
- GhostPreview = "WoodWall2_EPOCH";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- energyCost = 0.2;
- };
- class WoodWall2_SIM_EPOCH: WoodWall2_EPOCH
- {
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodLargeWallDoorway_EPOCH : Default{
- upgradeBuilding[] = { { "WoodLargeWallDoor_EPOCH", { { "ItemCorrugated", 1 }, { "PartPlankPack", 1 } } } };
- removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } };
- simulClass = "WoodLargeWallDoorway_SIM_EPOCH";
- staticClass = "WoodLargeWallDoorway_EPOCH";
- GhostPreview = "WoodLargeWallDoorway_EPOCH";
- snapPointsPara[] = {"N","E","W"};
- allowedSnapPoints[] = {"N","S","E","W"};
- energyCost = 0.2;
- availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" };
- };
- class WoodLargeWallDoorway_SIM_EPOCH: WoodLargeWallDoorway_EPOCH
- {
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodWall3_EPOCH : Default{
- upgradeBuilding[] = {
- { "WoodWall4_EPOCH", { { "CircuitParts", 1 } } },
- { "WoodLargeWallDoorL_EPOCH", { { "ItemCorrugated", 1 }, { "CircuitParts", 1 } } },
- };
- removeParts[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } };
- simulClass = "WoodWall3_SIM_EPOCH";
- staticClass = "WoodWall3_EPOCH";
- GhostPreview = "WoodWall3_EPOCH";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- energyCost = 0.2;
- };
- class WoodWall3_SIM_EPOCH: WoodWall3_EPOCH
- {
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodLargeWallDoor_EPOCH : Default{
- upgradeBuilding[] = { { "WoodLargeWallDoorL_EPOCH", { { "ItemCorrugated", 1 }, { "CircuitParts", 1 } } } };
- removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } };
- simulClass = "WoodLargeWallDoor_SIM_EPOCH";
- staticClass = "WoodLargeWallDoor_EPOCH";
- GhostPreview = "WoodLargeWallDoor_EPOCH";
- snapPointsPara[] = {"N","E","W"};
- allowedSnapPoints[] = {"N","S","E","W"};
- availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" };
- energyCost = 0.2;
- };
- class WoodLargeWallDoor_SIM_EPOCH: WoodLargeWallDoor_EPOCH
- {
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodWall4_EPOCH : Default {
- removeParts[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 }, { "CircuitParts", 1 } };
- simulClass = "WoodWall4_SIM_EPOCH";
- staticClass = "WoodWall4_EPOCH";
- GhostPreview = "WoodWall4_EPOCH";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- energyCost = 0.2;
- };
- class WoodWall4_SIM_EPOCH: WoodWall4_EPOCH
- {
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodLargeWallDoorL_EPOCH : Default
- {
- removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 }, { "CircuitParts", 1 } };
- simulClass = "WoodLargeWallDoorL_SIM_EPOCH";
- staticClass = "WoodLargeWallDoorL_EPOCH";
- GhostPreview = "WoodLargeWallDoorL_EPOCH";
- snapPointsPara[] = { "N", "E", "W" };
- allowedSnapPoints[] = { "N", "S", "E", "W" };
- availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" };
- energyCost = 0.2;
- };
- class WoodLargeWallDoorL_SIM_EPOCH: WoodLargeWallDoorL_EPOCH
- {
- allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodStairs_EPOCH : Default
- {
- upgradeBuilding[] = { { "WoodStairs2_EPOCH", { { "PartPlankPack", 4 } } } };
- removeParts[] = { { "PartPlankPack", 4 } };
- simulClass = "WoodStairs_SIM_EPOCH";
- staticClass = "WoodStairs_EPOCH";
- GhostPreview = "WoodStairs_Ghost_EPOCH";
- snapPointsPara[] = {};
- snapPointsPerp[] = {};
- //allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "NF", "SF", "EF", "WF", "CB" };
- //allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" };
- energyCost = 0.2;
- };
- class WoodStairs_SIM_EPOCH: WoodStairs_EPOCH
- {
- allowedSnapPoints[] = {"NF","SF","EF","WF","CB"};
- allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
- upgradeBuilding[] = {};
- removeParts[] = {};
- };
- class WoodStairs_Ghost_EPOCH: WoodStairs_SIM_EPOCH {};
- class WoodStairs2_EPOCH : Default
- {
- removeParts[] = { { "PartPlankPack", 4 } };
- simulClass = "WoodStairs2_SIM_EPOCH";
- staticClass = "WoodStairs2_EPOCH";
- GhostPreview = "WoodStairs2_EPOCH";
- snapPointsPara[] = { "NF2", "SF2", "EF2", "WF2", "NF", "SF", "EF", "WF", "C", "CB" };
- snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" };
- //allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "NF", "SF", "EF", "WF", "CB" };
- energyCost = 0.3;
- };
- class WoodStairs2_SIM_EPOCH : WoodStairs2_EPOCH
- {
- allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "CB" };
- allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" };
- removeParts[] = {};
- };
- class WoodTower_EPOCH : Default
- {
- removeParts[] = { { "PartPlankPack", 4 } };
- upgradeBuildingPart[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } };
- removeBuildingPart[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } };
- simulClass = "WoodTower_SIM_EPOCH";
- staticClass = "WoodTower_EPOCH";
- GhostPreview = "WoodTower_Ghost_EPOCH";
- snapPointsPara[] = { "NF2", "SF2", "EF2", "WF2","NF", "SF", "EF", "WF", "C", "CB" };
- snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" };
- //allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "CB" };
- //allowedSnapObjects[] = { "WoodTower_EPOCH", "Const_floors_static_F", "Constructions_foundation_F" };
- persistAnimations[] = { "NWall", "EWall", "SWall", "WWall" };
- energyCost = 0.3;
- };
- class WoodTower_SIM_EPOCH : WoodTower_EPOCH
- {
- allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "CB" };
- allowedSnapObjects[] = { "WoodTower_EPOCH", "Const_floors_static_F", "Constructions_foundation_F" };
- energyCost = 0.3;
- };
- class WoodTower_Ghost_EPOCH : WoodTower_SIM_EPOCH {};
- class WoodLadder_EPOCH : Default
- {
- removeParts[] = { { "PartPlankPack", 2 } };
- simulClass = "WoodLadder_SIM_EPOCH";
- staticClass = "WoodLadder_EPOCH";
- GhostPreview = "WoodLadder_Ghost_EPOCH";
- energyCost = 0.1;
- };
- class WoodLadder_SIM_EPOCH: WoodLadder_EPOCH
- {
- removeParts[] = {};
- };
- class WoodLadder_Ghost_EPOCH : WoodLadder_SIM_EPOCH {};
- class Tipi_EPOCH : Default
- {
- removeParts[] = { { "Pelt_EPOCH", 2 }, { "PartPlankPack", 1 } };
- GhostPreview = "Tipi_Ghost_EPOCH";
- staticClass = "Tipi_EPOCH";
- simulClass = "Tipi_SIM_EPOCH";
- limitNearby = 2;
- bypassJammer = 1;
- };
- class Tipi_SIM_EPOCH : Tipi_EPOCH
- {
- simulClass = "Tipi_SIM_EPOCH";
- staticClass = "Tipi_EPOCH";
- limitNearby = 2;
- bypassJammer = 1;
- removeParts[] = {};
- };
- class Tipi_Ghost_EPOCH : Tipi_SIM_EPOCH {};
- class StorageShelf_EPOCH : Default
- {
- removeParts[] = { { "ItemCorrugated", 2 } };
- GhostPreview = "StorageShelf_Ghost_EPOCH";
- staticClass = "StorageShelf_EPOCH";
- simulClass = "StorageShelf_SIM_EPOCH";
- limitNearby = 5;
- bypassJammer = 1;
- };
- class StorageShelf_SIM_EPOCH : StorageShelf_EPOCH
- {
- removeParts[] = {};
- };
- class StorageShelf_Ghost_EPOCH : StorageShelf_SIM_EPOCH {};
- class Workbench_EPOCH : Default
- {
- removeParts[] = { { "PartPlankPack", 2 } };
- GhostPreview = "WorkBench_Ghost_EPOCH";
- staticClass = "WorkBench_EPOCH";
- simulClass = "WorkBench_SIM_EPOCH";
- limitNearby = 5;
- bypassJammer = 1;
- };
- class WorkBench_SIM_EPOCH : Workbench_EPOCH
- {
- removeParts[] = {};
- };
- class WorkBench_Ghost_EPOCH : WorkBench_SIM_EPOCH {};
- class LockBox_EPOCH : Default
- {
- returnOnPack[] = { { "ItemLockbox", 1 } };
- simulClass = "LockBox_SIM_EPOCH";
- staticClass = "LockBox_EPOCH";
- weaponHolderProxy = "LockBoxProxy_EPOCH";
- GhostPreview = "LockBox_EPOCH";
- bypassJammer = 1;
- limitNearby = 2;
- isSecureStorage = 1;
- };
- class LockBox_SIM_EPOCH : LockBox_EPOCH
- {
- returnOnPack[] = {};
- };
- class Safe_EPOCH : Default
- {
- returnOnPack[] = { { "ItemSafe", 1 } };
- simulClass = "Safe_SIM_EPOCH";
- staticClass = "Safe_EPOCH";
- weaponHolderProxy = "SafeProxy_EPOCH";
- GhostPreview = "Safe_EPOCH";
- bypassJammer = 1;
- limitNearby = 2;
- isSecureStorage = 1;
- };
- class Safe_SIM_EPOCH : Safe_EPOCH
- {
- returnOnPack[] = {};
- };
- class Jack_EPOCH : Default
- {
- simulClass = "Jack_SIM_EPOCH";
- staticClass = "Jack_EPOCH";
- GhostPreview = "Jack_EPOCH";
- limitNearby = 2;
- bypassJammer = 1;
- energyCost = 0.1;
- };
- class Jack_SIM_EPOCH : Jack_EPOCH {};
+class CfgBaseBuilding
+{
+ class Default
+ {
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class FirePlace_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"FirePlaceOn_EPOCH",{{"WoodLog_EPOCH",1}}}};
+ removeParts[] = {{"ItemRock",2}};
+ staticClass = "FirePlace_EPOCH";
+ simulClass = "Fireplace_SIM_EPOCH";
+ GhostPreview = "FirePlace_EPOCH";
+ limitNearby = 2;
+ bypassJammer = 1;
+ isTemporary = 1;
+ };
+ class Fireplace_SIM_EPOCH : FirePlace_EPOCH
+ {
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class FirePlaceOn_EPOCH : FirePlace_EPOCH
+ {
+ upgradeBuilding[] = {};
+ };
+ class Foundation_EPOCH : Default
+ {
+ removeParts[] = {{"ItemRock",4}};
+ GhostPreview = "Foundation_Ghost_EPOCH";
+ staticClass = "Foundation_EPOCH";
+ snapPointsPara[] = {"N","S","E","W","C"};
+ snapPointsPerp[] = {};
+ maxHeight = 2.5;
+ };
+ class Foundation_Ghost_EPOCH : Foundation_EPOCH
+ {
+ allowedSnapPoints[] = {"N","S","E","W"};
+ allowedSnapObjects[] = {"Constructions_foundation_F"};
+ };
+ class WoodFoundation_EPOCH : Default
+ {
+ removeParts[] = {{"PartPlankPack",4}};
+ GhostPreview = "WoodFoundation_Ghost_EPOCH";
+ staticClass = "WoodFoundation_EPOCH";
+ snapPointsPara[] = {"N","S","E","W","C"};
+ snapPointsPerp[] = {};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ allowedSnapObjects[] = {"Constructions_foundation_F"};
+ maxHeight = 2.5;
+ };
+ class WoodFoundation_Ghost_EPOCH : WoodFoundation_EPOCH
+ {
+ allowedSnapPoints[] = {"N","S","E","W"};
+ allowedSnapObjects[] = {"Constructions_foundation_F"};
+ };
+ class Hesco3_EPOCH : Default
+ {
+ removeParts[] = {{"KitHesco3",1}};
+ simulClass = "Hesco3_SIM_EPOCH";
+ staticClass = "Hesco3_EPOCH";
+ GhostPreview = "Hesco3_Ghost_EPOCH";
+ snapType = "snapPointsPara";
+ snapPointsPara[] = {"C","E","W"};
+ energyCost = 0.4;
+ limitNearby = 4;
+ bypassJammer = 1;
+ };
+ class Hesco3_SIM_EPOCH : Hesco3_EPOCH
+ {
+ allowedSnapPoints[] = {"C","E","W"};
+ allowedSnapObjects[] = {"Hesco3_EPOCH"};
+ removeParts[] = {};
+ };
+ class Hesco3_Ghost_EPOCH : Hesco3_SIM_EPOCH {};
+ class TankTrap_EPOCH : Default
+ {
+ removeParts[] = {{"KitTankTrap",1}};
+ simulClass = "TankTrap_SIM_EPOCH";
+ staticClass = "TankTrap_EPOCH";
+ GhostPreview = "TankTrap_EPOCH";
+ energyCost = 0.2;
+ limitNearby = 4;
+ bypassJammer = 1;
+ };
+ class TankTrap_SIM_EPOCH : TankTrap_EPOCH
+ {
+ removeParts[] = {};
+ };
+ class Spike_TRAP_EPOCH : Default
+ {
+ simulClass = "Spike_TRAP_SIM_EPOCH";
+ staticClass = "Spike_TRAP_EPOCH";
+ GhostPreview = "Spike_TRAP_EPOCH";
+ ammoClass = "Spike_TRAP_AMMO_EPOCH";
+ energyCost = 0.2;
+ limitNearby = 2;
+ bypassJammer = 1;
+ };
+ class Spike_TRAP_SIM_EPOCH : Spike_TRAP_EPOCH {};
+ class Metal_TRAP_EPOCH : Default
+ {
+ simulClass = "Metal_TRAP_SIM_EPOCH";
+ staticClass = "Metal_TRAP_EPOCH";
+ GhostPreview = "Metal_TRAP_EPOCH";
+ ammoClass = "Metal_TRAP_AMMO_EPOCH";
+ energyCost = 0.4;
+ limitNearby = 2;
+ bypassJammer = 1;
+ };
+ class Metal_TRAP_SIM_EPOCH : Metal_TRAP_EPOCH {};
+ class SolarGen_EPOCH : Default
+ {
+ removeParts[] = {{"KitSolarGen",1}};
+ powerCapacity = 10;
+ powerType = 1;
+ GhostPreview = "SolarGen_EPOCH";
+ staticClass = "SolarGen_EPOCH";
+ simulClass = "SolarGen_SIM_EPOCH";
+ };
+ class SolarGen_SIM_EPOCH : SolarGen_EPOCH
+ {
+ removeParts[] = {};
+ };
+ class PlotPole_EPOCH : Default
+ {
+ removeParts[] = {{"KitPlotPole",1}};
+ GhostPreview = "PlotPole_EPOCH";
+ staticClass = "PlotPole_EPOCH";
+ simulClass = "PlotPole_SIM_EPOCH";
+ bypassJammer = 1;
+ };
+ class PlotPole_SIM_EPOCH : PlotPole_EPOCH
+ {
+ removeParts[] = {};
+ };
+ class WoodRamp_EPOCH : Default
+ {
+ removeParts[] = {{"PartPlankPack",3}};
+ simulClass = "WoodRamp_SIM_EPOCH";
+ staticClass = "WoodRamp_EPOCH";
+ GhostPreview = "WoodRamp_Ghost_EPOCH";
+ snapPointsPara[] = {};
+ snapPointsPerp[] = {};
+ energyCost = 0.2;
+ };
+ class WoodRamp_SIM_EPOCH : WoodRamp_EPOCH
+ {
+ allowedSnapPoints[] = {"NF","SF","EF","WF","CB"};
+ allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
+ removeParts[] = {};
+ };
+ class WoodRamp_Ghost_EPOCH : WoodRamp_SIM_EPOCH {};
+ class WoodFloor_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"MetalFloor_EPOCH",{{"ItemCorrugatedLg",2}}}};
+ removeParts[] = {{"PartPlankPack",2}};
+ simulClass = "WoodFloor_SIM_EPOCH";
+ staticClass = "WoodFloor_EPOCH";
+ GhostPreview = "WoodFloor_Ghost_EPOCH";
+ snapPointsPara[] = {"NF","SF","EF","WF","C","CB"};
+ snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
+ energyCost = 0.2;
+ };
+ class WoodFloor_SIM_EPOCH : WoodFloor_EPOCH
+ {
+ allowedSnapPoints[] = {"NF","SF","EF","WF","C"};
+ allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodFloor_Ghost_EPOCH : WoodFloor_SIM_EPOCH {};
+ class MetalFloor_EPOCH : Default
+ {
+ removeParts[] = {{"ItemCorrugatedLg",2}};
+ simulClass = "MetalFloor_SIM_EPOCH";
+ staticClass = "MetalFloor_EPOCH";
+ GhostPreview = "MetalFloor_Ghost_EPOCH";
+ snapPointsPara[] = {"NF","SF","EF","WF","C","CB"};
+ snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
+ energyCost = 0.5;
+ };
+ class MetalFloor_SIM_EPOCH : Default
+ {
+ allowedSnapPoints[] = {"NF","SF","EF","WF","C"};
+ allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
+ removeParts[] = {};
+ };
+ class MetalFloor_Ghost_EPOCH : MetalFloor_SIM_EPOCH {};
+ class CinderWallGarage_EPOCH : Default
+ {
+ removeParts[] = {{"CinderBlocks",4},{"ItemCorrugatedLg",1},{"CircuitParts",1}};
+ simulClass = "CinderWallGarage_SIM_EPOCH";
+ staticClass = "CinderWallGarage_EPOCH";
+ GhostPreview = "CinderWallGarage_EPOCH";
+ snapType = "snapPointsPara";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.5;
+ };
+ class CinderWallGarage_SIM_EPOCH : CinderWallGarage_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_Cinder_static_F","Const_floors_static_F"};
+ removeParts[] = {};
+ };
+ class CinderWallHalf_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"CinderWall_EPOCH",{{"CinderBlocks",2},{"MortarBucket",1}}}};
+ removeParts[] = {{"CinderBlocks",2},{"ItemRock",1}};
+ simulClass = "CinderWallHalf_SIM_EPOCH";
+ staticClass = "CinderWallHalf_EPOCH";
+ GhostPreview = "CinderWallHalf_Ghost_EPOCH";
+ energyCost = 0.2;
+ snapType = "snapPointsPara";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ };
+ class CinderWallHalf_SIM_EPOCH : CinderWallHalf_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_Cinder_static_F","Const_floors_static_F"};
+ removeParts[] = {};
+ upgradeBuilding[] = {};
+ };
+ class CinderWallHalf_Ghost_EPOCH : CinderWallHalf_SIM_EPOCH {};
+ class CinderWall_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"CinderWallGarage_EPOCH",{{"ItemCorrugatedLg",1},{"CircuitParts",1}}}};
+ removeParts[] = {{"CinderBlocks",4},{"ItemRock",2}};
+ simulClass = "CinderWall_SIM_EPOCH";
+ staticClass = "CinderWall_EPOCH";
+ GhostPreview = "CinderWall_EPOCH";
+ snapType = "snapPointsPara";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.4;
+ };
+ class CinderWall_SIM_EPOCH : CinderWall_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_Cinder_static_F","Const_floors_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodLargeWall_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodWall1_EPOCH",{{"ItemPlywoodPack",1}}},{"WoodLargeWallCor_EPOCH",{{"ItemCorrugated",1}}}};
+ removeParts[] = {{"PartPlankPack",2}};
+ simulClass = "WoodLargeWall_SIM_EPOCH";
+ staticClass = "WoodLargeWall_EPOCH";
+ GhostPreview = "WoodLargeWall_Ghost_EPOCH";
+ snapType = "snapPointsPara";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ };
+ class WoodLargeWall_SIM_EPOCH : WoodLargeWall_EPOCH
+ {
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ };
+ class WoodLargeWall_Ghost_EPOCH : WoodLargeWall_SIM_EPOCH {};
+ class WoodWall1_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodWall2_EPOCH",{{"PartPlankPack",1}}},{"WoodLargeWallCor_EPOCH",{{"ItemCorrugated",1}}}};
+ removeParts[] = {{"PartPlankPack",2}};
+ simulClass = "WoodWall1_SIM_EPOCH";
+ staticClass = "WoodWall1_EPOCH";
+ GhostPreview = "WoodWall1_EPOCH";
+ snapType = "snapPointsPara";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.2;
+ };
+ class WoodWall1_SIM_EPOCH : WoodWall1_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ energyCost = 0.2;
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodLargeWallCor_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodLargeWallDoorway_EPOCH",{{"PartPlankPack",1}}}};
+ removeParts[] = {{"PartPlankPack",2},{"ItemCorrugated",1}};
+ simulClass = "WoodLargeWallCor_SIM_EPOCH";
+ staticClass = "WoodLargeWallCor_EPOCH";
+ GhostPreview = "WoodLargeWallCor_EPOCH";
+ snapType = "snapPointsPara";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.2;
+ availableTextures[] = {"\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa"};
+ };
+ class WoodLargeWallCor_SIM_EPOCH : WoodLargeWallCor_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodWall2_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodWall3_EPOCH",{{"ItemPlywoodPack",1},{"PartPlankPack",1}}},{"WoodLargeWallDoor_EPOCH",{{"ItemCorrugated",1},{"PartPlankPack",1}}}};
+ removeParts[] = {{"ItemPlywoodPack",1},{"PartPlankPack",2}};
+ simulClass = "WoodWall2_SIM_EPOCH";
+ staticClass = "WoodWall2_EPOCH";
+ GhostPreview = "WoodWall2_EPOCH";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.2;
+ };
+ class WoodWall2_SIM_EPOCH : WoodWall2_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodLargeWallDoorway_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodLargeWallDoor_EPOCH",{{"ItemCorrugated",1},{"PartPlankPack",1}}}};
+ removeParts[] = {{"PartPlankPack",2},{"ItemCorrugated",1}};
+ simulClass = "WoodLargeWallDoorway_SIM_EPOCH";
+ staticClass = "WoodLargeWallDoorway_EPOCH";
+ GhostPreview = "WoodLargeWallDoorway_EPOCH";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.2;
+ availableTextures[] = {"\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa"};
+ };
+ class WoodLargeWallDoorway_SIM_EPOCH : WoodLargeWallDoorway_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodWall3_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodWall4_EPOCH",{{"CircuitParts",1}}},{"WoodLargeWallDoorL_EPOCH",{{"ItemCorrugated",1},{"CircuitParts",1}}}};
+ removeParts[] = {{"ItemPlywoodPack",1},{"PartPlankPack",2}};
+ simulClass = "WoodWall3_SIM_EPOCH";
+ staticClass = "WoodWall3_EPOCH";
+ GhostPreview = "WoodWall3_EPOCH";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.2;
+ };
+ class WoodWall3_SIM_EPOCH : WoodWall3_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodLargeWallDoor_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodLargeWallDoorL_EPOCH",{{"ItemCorrugated",1},{"CircuitParts",1}}}};
+ removeParts[] = {{"PartPlankPack",2},{"ItemCorrugated",1}};
+ simulClass = "WoodLargeWallDoor_SIM_EPOCH";
+ staticClass = "WoodLargeWallDoor_EPOCH";
+ GhostPreview = "WoodLargeWallDoor_EPOCH";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ availableTextures[] = {"\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa"};
+ energyCost = 0.2;
+ };
+ class WoodLargeWallDoor_SIM_EPOCH : WoodLargeWallDoor_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodWall4_EPOCH : Default
+ {
+ removeParts[] = {{"ItemPlywoodPack",1},{"PartPlankPack",2},{"CircuitParts",1}};
+ simulClass = "WoodWall4_SIM_EPOCH";
+ staticClass = "WoodWall4_EPOCH";
+ GhostPreview = "WoodWall4_EPOCH";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ energyCost = 0.2;
+ };
+ class WoodWall4_SIM_EPOCH : WoodWall4_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodLargeWallDoorL_EPOCH : Default
+ {
+ removeParts[] = {{"PartPlankPack",2},{"ItemCorrugated",1},{"CircuitParts",1}};
+ simulClass = "WoodLargeWallDoorL_SIM_EPOCH";
+ staticClass = "WoodLargeWallDoorL_EPOCH";
+ GhostPreview = "WoodLargeWallDoorL_EPOCH";
+ snapPointsPara[] = {"N","E","W"};
+ allowedSnapPoints[] = {"N","S","E","W"};
+ availableTextures[] = {"\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa","\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa"};
+ energyCost = 0.2;
+ };
+ class WoodLargeWallDoorL_SIM_EPOCH : WoodLargeWallDoorL_EPOCH
+ {
+ allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodStairs_EPOCH : Default
+ {
+ upgradeBuilding[] = {{"WoodStairs2_EPOCH",{{"PartPlankPack",4}}}};
+ removeParts[] = {{"PartPlankPack",4}};
+ simulClass = "WoodStairs_SIM_EPOCH";
+ staticClass = "WoodStairs_EPOCH";
+ GhostPreview = "WoodStairs_Ghost_EPOCH";
+ snapPointsPara[] = {};
+ snapPointsPerp[] = {};
+ energyCost = 0.2;
+ };
+ class WoodStairs_SIM_EPOCH : WoodStairs_EPOCH
+ {
+ allowedSnapPoints[] = {"NF","SF","EF","WF","CB"};
+ allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
+ upgradeBuilding[] = {};
+ removeParts[] = {};
+ };
+ class WoodStairs_Ghost_EPOCH : WoodStairs_SIM_EPOCH {};
+ class WoodStairs2_EPOCH : Default
+ {
+ removeParts[] = {{"PartPlankPack",4}};
+ simulClass = "WoodStairs2_SIM_EPOCH";
+ staticClass = "WoodStairs2_EPOCH";
+ GhostPreview = "WoodStairs2_EPOCH";
+ snapPointsPara[] = {"NF2","SF2","EF2","WF2","NF","SF","EF","WF","C","CB"};
+ snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
+ energyCost = 0.3;
+ };
+ class WoodStairs2_SIM_EPOCH : WoodStairs2_EPOCH
+ {
+ allowedSnapPoints[] = {"NF","SF","EF","WF","CB"};
+ allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
+ removeParts[] = {};
+ };
+ class WoodTower_EPOCH : Default
+ {
+ removeParts[] = {{"PartPlankPack",4}};
+ upgradeBuildingPart[] = {{"ItemPlywoodPack",1},{"PartPlankPack",2}};
+ removeBuildingPart[] = {{"ItemPlywoodPack",1},{"PartPlankPack",2}};
+ simulClass = "WoodTower_SIM_EPOCH";
+ staticClass = "WoodTower_EPOCH";
+ GhostPreview = "WoodTower_Ghost_EPOCH";
+ snapPointsPara[] = {"NF2","SF2","EF2","WF2","NF","SF","EF","WF","C","CB"};
+ snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
+ persistAnimations[] = {"NWall","EWall","SWall","WWall"};
+ energyCost = 0.3;
+ };
+ class WoodTower_SIM_EPOCH : WoodTower_EPOCH
+ {
+ allowedSnapPoints[] = {"NF2","SF2","EF2","WF2","CB"};
+ allowedSnapObjects[] = {"WoodTower_EPOCH","Const_floors_static_F","Constructions_foundation_F"};
+ energyCost = 0.3;
+ };
+ class WoodTower_Ghost_EPOCH : WoodTower_SIM_EPOCH {};
+ class WoodLadder_EPOCH : Default
+ {
+ removeParts[] = {{"PartPlankPack",2}};
+ simulClass = "WoodLadder_SIM_EPOCH";
+ staticClass = "WoodLadder_EPOCH";
+ GhostPreview = "WoodLadder_Ghost_EPOCH";
+ energyCost = 0.1;
+ };
+ class WoodLadder_SIM_EPOCH : WoodLadder_EPOCH
+ {
+ removeParts[] = {};
+ };
+ class WoodLadder_Ghost_EPOCH : WoodLadder_SIM_EPOCH {};
+ class Tipi_EPOCH : Default
+ {
+ removeParts[] = {{"Pelt_EPOCH",2},{"PartPlankPack",1}};
+ GhostPreview = "Tipi_Ghost_EPOCH";
+ staticClass = "Tipi_EPOCH";
+ simulClass = "Tipi_SIM_EPOCH";
+ limitNearby = 2;
+ bypassJammer = 1;
+ };
+ class Tipi_SIM_EPOCH : Tipi_EPOCH
+ {
+ simulClass = "Tipi_SIM_EPOCH";
+ staticClass = "Tipi_EPOCH";
+ limitNearby = 2;
+ bypassJammer = 1;
+ removeParts[] = {};
+ };
+ class Tipi_Ghost_EPOCH : Tipi_SIM_EPOCH {};
+ class StorageShelf_EPOCH : Default
+ {
+ removeParts[] = {{"ItemCorrugated",2}};
+ GhostPreview = "StorageShelf_Ghost_EPOCH";
+ staticClass = "StorageShelf_EPOCH";
+ simulClass = "StorageShelf_SIM_EPOCH";
+ limitNearby = 5;
+ bypassJammer = 1;
+ };
+ class StorageShelf_SIM_EPOCH : StorageShelf_EPOCH
+ {
+ removeParts[] = {};
+ };
+ class StorageShelf_Ghost_EPOCH : StorageShelf_SIM_EPOCH {};
+ class Workbench_EPOCH : Default
+ {
+ removeParts[] = {{"PartPlankPack",2}};
+ GhostPreview = "WorkBench_Ghost_EPOCH";
+ staticClass = "WorkBench_EPOCH";
+ simulClass = "WorkBench_SIM_EPOCH";
+ limitNearby = 5;
+ bypassJammer = 1;
+ };
+ class WorkBench_SIM_EPOCH : Workbench_EPOCH
+ {
+ removeParts[] = {};
+ };
+ class WorkBench_Ghost_EPOCH : WorkBench_SIM_EPOCH {};
+ class LockBox_EPOCH : Default
+ {
+ returnOnPack[] = {{"ItemLockbox",1}};
+ simulClass = "LockBox_SIM_EPOCH";
+ staticClass = "LockBox_EPOCH";
+ weaponHolderProxy = "LockBoxProxy_EPOCH";
+ GhostPreview = "LockBox_EPOCH";
+ bypassJammer = 1;
+ limitNearby = 2;
+ isSecureStorage = 1;
+ };
+ class LockBox_SIM_EPOCH : LockBox_EPOCH
+ {
+ returnOnPack[] = {};
+ };
+ class Safe_EPOCH : Default
+ {
+ returnOnPack[] = {{"ItemSafe",1}};
+ simulClass = "Safe_SIM_EPOCH";
+ staticClass = "Safe_EPOCH";
+ weaponHolderProxy = "SafeProxy_EPOCH";
+ GhostPreview = "Safe_EPOCH";
+ bypassJammer = 1;
+ limitNearby = 2;
+ isSecureStorage = 1;
+ };
+ class Safe_SIM_EPOCH : Safe_EPOCH
+ {
+ returnOnPack[] = {};
+ };
+ class Jack_EPOCH : Default
+ {
+ simulClass = "Jack_SIM_EPOCH";
+ staticClass = "Jack_EPOCH";
+ GhostPreview = "Jack_EPOCH";
+ limitNearby = 2;
+ bypassJammer = 1;
+ energyCost = 0.1;
+ };
+ class Jack_SIM_EPOCH : Jack_EPOCH {};
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgBaseBuilding.json b/Sources/epoch_config/Configs/CfgBaseBuilding.json
new file mode 100644
index 00000000..570657dd
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgBaseBuilding.json
@@ -0,0 +1,1370 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Configs for base building upgrades and removal",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgBaseBuilding": {
+ "Default": {
+ "upgradeBuilding": [],
+ "removeParts": []
+ },
+ "FirePlace_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "FirePlaceOn_EPOCH",
+ [
+ [
+ "WoodLog_EPOCH",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "ItemRock",
+ 2
+ ]
+ ],
+ "staticClass": "FirePlace_EPOCH",
+ "simulClass": "Fireplace_SIM_EPOCH",
+ "GhostPreview": "FirePlace_EPOCH",
+ "limitNearby": 2,
+ "bypassJammer": 1,
+ "isTemporary": 1,
+ "_inherit": "Default"
+ },
+ "Fireplace_SIM_EPOCH": {
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "FirePlace_EPOCH"
+ },
+ "FirePlaceOn_EPOCH": {
+ "upgradeBuilding": [],
+ "_inherit": "FirePlace_EPOCH"
+ },
+ "Foundation_EPOCH": {
+ "removeParts": [
+ [
+ "ItemRock",
+ 4
+ ]
+ ],
+ "GhostPreview": "Foundation_Ghost_EPOCH",
+ "staticClass": "Foundation_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "S",
+ "E",
+ "W",
+ "C"
+ ],
+ "snapPointsPerp": [],
+ "maxHeight": 2.5,
+ "_inherit": "Default"
+ },
+ "Foundation_Ghost_EPOCH": {
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "allowedSnapObjects": [
+ "Constructions_foundation_F"
+ ],
+ "_inherit": "Foundation_EPOCH"
+ },
+ "WoodFoundation_EPOCH": {
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "GhostPreview": "WoodFoundation_Ghost_EPOCH",
+ "staticClass": "WoodFoundation_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "S",
+ "E",
+ "W",
+ "C"
+ ],
+ "snapPointsPerp": [],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "allowedSnapObjects": [
+ "Constructions_foundation_F"
+ ],
+ "maxHeight": 2.5,
+ "_inherit": "Default"
+ },
+ "WoodFoundation_Ghost_EPOCH": {
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "allowedSnapObjects": [
+ "Constructions_foundation_F"
+ ],
+ "_inherit": "WoodFoundation_EPOCH"
+ },
+ "Hesco3_EPOCH": {
+ "removeParts": [
+ [
+ "KitHesco3",
+ 1
+ ]
+ ],
+ "simulClass": "Hesco3_SIM_EPOCH",
+ "staticClass": "Hesco3_EPOCH",
+ "GhostPreview": "Hesco3_Ghost_EPOCH",
+ "snapType": "snapPointsPara",
+ "snapPointsPara": [
+ "C",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.4,
+ "limitNearby": 4,
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "Hesco3_SIM_EPOCH": {
+ "allowedSnapPoints": [
+ "C",
+ "E",
+ "W"
+ ],
+ "allowedSnapObjects": [
+ "Hesco3_EPOCH"
+ ],
+ "removeParts": [],
+ "_inherit": "Hesco3_EPOCH"
+ },
+ "Hesco3_Ghost_EPOCH": {
+ "_inherit": "Hesco3_SIM_EPOCH"
+ },
+ "TankTrap_EPOCH": {
+ "removeParts": [
+ [
+ "KitTankTrap",
+ 1
+ ]
+ ],
+ "simulClass": "TankTrap_SIM_EPOCH",
+ "staticClass": "TankTrap_EPOCH",
+ "GhostPreview": "TankTrap_EPOCH",
+ "energyCost": 0.2,
+ "limitNearby": 4,
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "TankTrap_SIM_EPOCH": {
+ "removeParts": [],
+ "_inherit": "TankTrap_EPOCH"
+ },
+ "Spike_TRAP_EPOCH": {
+ "simulClass": "Spike_TRAP_SIM_EPOCH",
+ "staticClass": "Spike_TRAP_EPOCH",
+ "GhostPreview": "Spike_TRAP_EPOCH",
+ "ammoClass": "Spike_TRAP_AMMO_EPOCH",
+ "energyCost": 0.2,
+ "limitNearby": 2,
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "Spike_TRAP_SIM_EPOCH": {
+ "_inherit": "Spike_TRAP_EPOCH"
+ },
+ "Metal_TRAP_EPOCH": {
+ "simulClass": "Metal_TRAP_SIM_EPOCH",
+ "staticClass": "Metal_TRAP_EPOCH",
+ "GhostPreview": "Metal_TRAP_EPOCH",
+ "ammoClass": "Metal_TRAP_AMMO_EPOCH",
+ "energyCost": 0.4,
+ "limitNearby": 2,
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "Metal_TRAP_SIM_EPOCH": {
+ "_inherit": "Metal_TRAP_EPOCH"
+ },
+ "SolarGen_EPOCH": {
+ "removeParts": [
+ [
+ "KitSolarGen",
+ 1
+ ]
+ ],
+ "powerCapacity": 10,
+ "powerType": 1,
+ "GhostPreview": "SolarGen_EPOCH",
+ "staticClass": "SolarGen_EPOCH",
+ "simulClass": "SolarGen_SIM_EPOCH",
+ "_inherit": "Default"
+ },
+ "SolarGen_SIM_EPOCH": {
+ "removeParts": [],
+ "_inherit": "SolarGen_EPOCH"
+ },
+ "PlotPole_EPOCH": {
+ "removeParts": [
+ [
+ "KitPlotPole",
+ 1
+ ]
+ ],
+ "GhostPreview": "PlotPole_EPOCH",
+ "staticClass": "PlotPole_EPOCH",
+ "simulClass": "PlotPole_SIM_EPOCH",
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "PlotPole_SIM_EPOCH": {
+ "removeParts": [],
+ "_inherit": "PlotPole_EPOCH"
+ },
+ "WoodRamp_EPOCH": {
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 3
+ ]
+ ],
+ "simulClass": "WoodRamp_SIM_EPOCH",
+ "staticClass": "WoodRamp_EPOCH",
+ "GhostPreview": "WoodRamp_Ghost_EPOCH",
+ "snapPointsPara": [],
+ "snapPointsPerp": [],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodRamp_SIM_EPOCH": {
+ "allowedSnapPoints": [
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "CB"
+ ],
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Constructions_foundation_F"
+ ],
+ "removeParts": [],
+ "_inherit": "WoodRamp_EPOCH"
+ },
+ "WoodRamp_Ghost_EPOCH": {
+ "_inherit": "WoodRamp_SIM_EPOCH"
+ },
+ "WoodFloor_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "MetalFloor_EPOCH",
+ [
+ [
+ "ItemCorrugatedLg",
+ 2
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "simulClass": "WoodFloor_SIM_EPOCH",
+ "staticClass": "WoodFloor_EPOCH",
+ "GhostPreview": "WoodFloor_Ghost_EPOCH",
+ "snapPointsPara": [
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "C",
+ "CB"
+ ],
+ "snapPointsPerp": [
+ "N",
+ "S",
+ "E",
+ "W",
+ "CinN",
+ "CinS",
+ "CinE",
+ "CinW"
+ ],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodFloor_SIM_EPOCH": {
+ "allowedSnapPoints": [
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "C"
+ ],
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Constructions_foundation_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodFloor_EPOCH"
+ },
+ "WoodFloor_Ghost_EPOCH": {
+ "_inherit": "WoodFloor_SIM_EPOCH"
+ },
+ "MetalFloor_EPOCH": {
+ "removeParts": [
+ [
+ "ItemCorrugatedLg",
+ 2
+ ]
+ ],
+ "simulClass": "MetalFloor_SIM_EPOCH",
+ "staticClass": "MetalFloor_EPOCH",
+ "GhostPreview": "MetalFloor_Ghost_EPOCH",
+ "snapPointsPara": [
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "C",
+ "CB"
+ ],
+ "snapPointsPerp": [
+ "N",
+ "S",
+ "E",
+ "W",
+ "CinN",
+ "CinS",
+ "CinE",
+ "CinW"
+ ],
+ "energyCost": 0.5,
+ "_inherit": "Default"
+ },
+ "MetalFloor_SIM_EPOCH": {
+ "allowedSnapPoints": [
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "C"
+ ],
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Constructions_foundation_F"
+ ],
+ "removeParts": [],
+ "_inherit": "Default"
+ },
+ "MetalFloor_Ghost_EPOCH": {
+ "_inherit": "MetalFloor_SIM_EPOCH"
+ },
+ "CinderWallGarage_EPOCH": {
+ "removeParts": [
+ [
+ "CinderBlocks",
+ 4
+ ],
+ [
+ "ItemCorrugatedLg",
+ 1
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ],
+ "simulClass": "CinderWallGarage_SIM_EPOCH",
+ "staticClass": "CinderWallGarage_EPOCH",
+ "GhostPreview": "CinderWallGarage_EPOCH",
+ "snapType": "snapPointsPara",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.5,
+ "_inherit": "Default"
+ },
+ "CinderWallGarage_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_Cinder_static_F",
+ "Const_floors_static_F"
+ ],
+ "removeParts": [],
+ "_inherit": "CinderWallGarage_EPOCH"
+ },
+ "CinderWallHalf_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "CinderWall_EPOCH",
+ [
+ [
+ "CinderBlocks",
+ 2
+ ],
+ [
+ "MortarBucket",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "CinderBlocks",
+ 2
+ ],
+ [
+ "ItemRock",
+ 1
+ ]
+ ],
+ "simulClass": "CinderWallHalf_SIM_EPOCH",
+ "staticClass": "CinderWallHalf_EPOCH",
+ "GhostPreview": "CinderWallHalf_Ghost_EPOCH",
+ "energyCost": 0.2,
+ "snapType": "snapPointsPara",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "_inherit": "Default"
+ },
+ "CinderWallHalf_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_Cinder_static_F",
+ "Const_floors_static_F"
+ ],
+ "removeParts": [],
+ "upgradeBuilding": [],
+ "_inherit": "CinderWallHalf_EPOCH"
+ },
+ "CinderWallHalf_Ghost_EPOCH": {
+ "_inherit": "CinderWallHalf_SIM_EPOCH"
+ },
+ "CinderWall_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "CinderWallGarage_EPOCH",
+ [
+ [
+ "ItemCorrugatedLg",
+ 1
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "CinderBlocks",
+ 4
+ ],
+ [
+ "ItemRock",
+ 2
+ ]
+ ],
+ "simulClass": "CinderWall_SIM_EPOCH",
+ "staticClass": "CinderWall_EPOCH",
+ "GhostPreview": "CinderWall_EPOCH",
+ "snapType": "snapPointsPara",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.4,
+ "_inherit": "Default"
+ },
+ "CinderWall_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_Cinder_static_F",
+ "Const_floors_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "CinderWall_EPOCH"
+ },
+ "WoodLargeWall_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodWall1_EPOCH",
+ [
+ [
+ "ItemPlywoodPack",
+ 1
+ ]
+ ]
+ ],
+ [
+ "WoodLargeWallCor_EPOCH",
+ [
+ [
+ "ItemCorrugated",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "simulClass": "WoodLargeWall_SIM_EPOCH",
+ "staticClass": "WoodLargeWall_EPOCH",
+ "GhostPreview": "WoodLargeWall_Ghost_EPOCH",
+ "snapType": "snapPointsPara",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "_inherit": "Default"
+ },
+ "WoodLargeWall_SIM_EPOCH": {
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodLargeWall_Ghost_EPOCH": {
+ "_inherit": "WoodLargeWall_SIM_EPOCH"
+ },
+ "WoodWall1_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodWall2_EPOCH",
+ [
+ [
+ "PartPlankPack",
+ 1
+ ]
+ ]
+ ],
+ [
+ "WoodLargeWallCor_EPOCH",
+ [
+ [
+ "ItemCorrugated",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "simulClass": "WoodWall1_SIM_EPOCH",
+ "staticClass": "WoodWall1_EPOCH",
+ "GhostPreview": "WoodWall1_EPOCH",
+ "snapType": "snapPointsPara",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodWall1_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "energyCost": 0.2,
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodWall1_EPOCH"
+ },
+ "WoodLargeWallCor_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodLargeWallDoorway_EPOCH",
+ [
+ [
+ "PartPlankPack",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ],
+ [
+ "ItemCorrugated",
+ 1
+ ]
+ ],
+ "simulClass": "WoodLargeWallCor_SIM_EPOCH",
+ "staticClass": "WoodLargeWallCor_EPOCH",
+ "GhostPreview": "WoodLargeWallCor_EPOCH",
+ "snapType": "snapPointsPara",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.2,
+ "availableTextures": [
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_black_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_blue_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_brown_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_green_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_orange_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_purple_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_red_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_teal_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_yellow_co.paa"
+ ],
+ "_inherit": "Default"
+ },
+ "WoodLargeWallCor_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodLargeWallCor_EPOCH"
+ },
+ "WoodWall2_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodWall3_EPOCH",
+ [
+ [
+ "ItemPlywoodPack",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 1
+ ]
+ ]
+ ],
+ [
+ "WoodLargeWallDoor_EPOCH",
+ [
+ [
+ "ItemCorrugated",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "ItemPlywoodPack",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "simulClass": "WoodWall2_SIM_EPOCH",
+ "staticClass": "WoodWall2_EPOCH",
+ "GhostPreview": "WoodWall2_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodWall2_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodWall2_EPOCH"
+ },
+ "WoodLargeWallDoorway_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodLargeWallDoor_EPOCH",
+ [
+ [
+ "ItemCorrugated",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ],
+ [
+ "ItemCorrugated",
+ 1
+ ]
+ ],
+ "simulClass": "WoodLargeWallDoorway_SIM_EPOCH",
+ "staticClass": "WoodLargeWallDoorway_EPOCH",
+ "GhostPreview": "WoodLargeWallDoorway_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.2,
+ "availableTextures": [
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_black_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_blue_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_brown_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_green_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_orange_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_purple_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_red_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_teal_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_yellow_co.paa"
+ ],
+ "_inherit": "Default"
+ },
+ "WoodLargeWallDoorway_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodLargeWallDoorway_EPOCH"
+ },
+ "WoodWall3_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodWall4_EPOCH",
+ [
+ [
+ "CircuitParts",
+ 1
+ ]
+ ]
+ ],
+ [
+ "WoodLargeWallDoorL_EPOCH",
+ [
+ [
+ "ItemCorrugated",
+ 1
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "ItemPlywoodPack",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "simulClass": "WoodWall3_SIM_EPOCH",
+ "staticClass": "WoodWall3_EPOCH",
+ "GhostPreview": "WoodWall3_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodWall3_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodWall3_EPOCH"
+ },
+ "WoodLargeWallDoor_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodLargeWallDoorL_EPOCH",
+ [
+ [
+ "ItemCorrugated",
+ 1
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ],
+ [
+ "ItemCorrugated",
+ 1
+ ]
+ ],
+ "simulClass": "WoodLargeWallDoor_SIM_EPOCH",
+ "staticClass": "WoodLargeWallDoor_EPOCH",
+ "GhostPreview": "WoodLargeWallDoor_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "availableTextures": [
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_black_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_blue_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_brown_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_green_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_orange_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_purple_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_red_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_teal_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_yellow_co.paa"
+ ],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodLargeWallDoor_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodLargeWallDoor_EPOCH"
+ },
+ "WoodWall4_EPOCH": {
+ "removeParts": [
+ [
+ "ItemPlywoodPack",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 2
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ],
+ "simulClass": "WoodWall4_SIM_EPOCH",
+ "staticClass": "WoodWall4_EPOCH",
+ "GhostPreview": "WoodWall4_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodWall4_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodWall4_EPOCH"
+ },
+ "WoodLargeWallDoorL_EPOCH": {
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ],
+ [
+ "ItemCorrugated",
+ 1
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ],
+ "simulClass": "WoodLargeWallDoorL_SIM_EPOCH",
+ "staticClass": "WoodLargeWallDoorL_EPOCH",
+ "GhostPreview": "WoodLargeWallDoorL_EPOCH",
+ "snapPointsPara": [
+ "N",
+ "E",
+ "W"
+ ],
+ "allowedSnapPoints": [
+ "N",
+ "S",
+ "E",
+ "W"
+ ],
+ "availableTextures": [
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_black_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_blue_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_brown_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_green_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_orange_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_purple_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_red_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_teal_co.paa",
+ "\\x\\addons\\a3_epoch_assets\\textures\\cor\\corrugated_yellow_co.paa"
+ ],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodLargeWallDoorL_SIM_EPOCH": {
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Const_WoodWalls_static_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodLargeWallDoorL_EPOCH"
+ },
+ "WoodStairs_EPOCH": {
+ "upgradeBuilding": [
+ [
+ "WoodStairs2_EPOCH",
+ [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ]
+ ]
+ ],
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "simulClass": "WoodStairs_SIM_EPOCH",
+ "staticClass": "WoodStairs_EPOCH",
+ "GhostPreview": "WoodStairs_Ghost_EPOCH",
+ "snapPointsPara": [],
+ "snapPointsPerp": [],
+ "energyCost": 0.2,
+ "_inherit": "Default"
+ },
+ "WoodStairs_SIM_EPOCH": {
+ "allowedSnapPoints": [
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "CB"
+ ],
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Constructions_foundation_F"
+ ],
+ "upgradeBuilding": [],
+ "removeParts": [],
+ "_inherit": "WoodStairs_EPOCH"
+ },
+ "WoodStairs_Ghost_EPOCH": {
+ "_inherit": "WoodStairs_SIM_EPOCH"
+ },
+ "WoodStairs2_EPOCH": {
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "simulClass": "WoodStairs2_SIM_EPOCH",
+ "staticClass": "WoodStairs2_EPOCH",
+ "GhostPreview": "WoodStairs2_EPOCH",
+ "snapPointsPara": [
+ "NF2",
+ "SF2",
+ "EF2",
+ "WF2",
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "C",
+ "CB"
+ ],
+ "snapPointsPerp": [
+ "N",
+ "S",
+ "E",
+ "W",
+ "CinN",
+ "CinS",
+ "CinE",
+ "CinW"
+ ],
+ "energyCost": 0.3,
+ "_inherit": "Default"
+ },
+ "WoodStairs2_SIM_EPOCH": {
+ "allowedSnapPoints": [
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "CB"
+ ],
+ "allowedSnapObjects": [
+ "Const_floors_static_F",
+ "Constructions_foundation_F"
+ ],
+ "removeParts": [],
+ "_inherit": "WoodStairs2_EPOCH"
+ },
+ "WoodTower_EPOCH": {
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "upgradeBuildingPart": [
+ [
+ "ItemPlywoodPack",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "removeBuildingPart": [
+ [
+ "ItemPlywoodPack",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "simulClass": "WoodTower_SIM_EPOCH",
+ "staticClass": "WoodTower_EPOCH",
+ "GhostPreview": "WoodTower_Ghost_EPOCH",
+ "snapPointsPara": [
+ "NF2",
+ "SF2",
+ "EF2",
+ "WF2",
+ "NF",
+ "SF",
+ "EF",
+ "WF",
+ "C",
+ "CB"
+ ],
+ "snapPointsPerp": [
+ "N",
+ "S",
+ "E",
+ "W",
+ "CinN",
+ "CinS",
+ "CinE",
+ "CinW"
+ ],
+ "persistAnimations": [
+ "NWall",
+ "EWall",
+ "SWall",
+ "WWall"
+ ],
+ "energyCost": 0.3,
+ "_inherit": "Default"
+ },
+ "WoodTower_SIM_EPOCH": {
+ "allowedSnapPoints": [
+ "NF2",
+ "SF2",
+ "EF2",
+ "WF2",
+ "CB"
+ ],
+ "allowedSnapObjects": [
+ "WoodTower_EPOCH",
+ "Const_floors_static_F",
+ "Constructions_foundation_F"
+ ],
+ "energyCost": 0.3,
+ "_inherit": "WoodTower_EPOCH"
+ },
+ "WoodTower_Ghost_EPOCH": {
+ "_inherit": "WoodTower_SIM_EPOCH"
+ },
+ "WoodLadder_EPOCH": {
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "simulClass": "WoodLadder_SIM_EPOCH",
+ "staticClass": "WoodLadder_EPOCH",
+ "GhostPreview": "WoodLadder_Ghost_EPOCH",
+ "energyCost": 0.1,
+ "_inherit": "Default"
+ },
+ "WoodLadder_SIM_EPOCH": {
+ "removeParts": [],
+ "_inherit": "WoodLadder_EPOCH"
+ },
+ "WoodLadder_Ghost_EPOCH": {
+ "_inherit": "WoodLadder_SIM_EPOCH"
+ },
+ "Tipi_EPOCH": {
+ "removeParts": [
+ [
+ "Pelt_EPOCH",
+ 2
+ ],
+ [
+ "PartPlankPack",
+ 1
+ ]
+ ],
+ "GhostPreview": "Tipi_Ghost_EPOCH",
+ "staticClass": "Tipi_EPOCH",
+ "simulClass": "Tipi_SIM_EPOCH",
+ "limitNearby": 2,
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "Tipi_SIM_EPOCH": {
+ "simulClass": "Tipi_SIM_EPOCH",
+ "staticClass": "Tipi_EPOCH",
+ "limitNearby": 2,
+ "bypassJammer": 1,
+ "removeParts": [],
+ "_inherit": "Tipi_EPOCH"
+ },
+ "Tipi_Ghost_EPOCH": {
+ "_inherit": "Tipi_SIM_EPOCH"
+ },
+ "StorageShelf_EPOCH": {
+ "removeParts": [
+ [
+ "ItemCorrugated",
+ 2
+ ]
+ ],
+ "GhostPreview": "StorageShelf_Ghost_EPOCH",
+ "staticClass": "StorageShelf_EPOCH",
+ "simulClass": "StorageShelf_SIM_EPOCH",
+ "limitNearby": 5,
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "StorageShelf_SIM_EPOCH": {
+ "removeParts": [],
+ "_inherit": "StorageShelf_EPOCH"
+ },
+ "StorageShelf_Ghost_EPOCH": {
+ "_inherit": "StorageShelf_SIM_EPOCH"
+ },
+ "Workbench_EPOCH": {
+ "removeParts": [
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "GhostPreview": "WorkBench_Ghost_EPOCH",
+ "staticClass": "WorkBench_EPOCH",
+ "simulClass": "WorkBench_SIM_EPOCH",
+ "limitNearby": 5,
+ "bypassJammer": 1,
+ "_inherit": "Default"
+ },
+ "WorkBench_SIM_EPOCH": {
+ "removeParts": [],
+ "_inherit": "Workbench_EPOCH"
+ },
+ "WorkBench_Ghost_EPOCH": {
+ "_inherit": "WorkBench_SIM_EPOCH"
+ },
+ "LockBox_EPOCH": {
+ "returnOnPack": [
+ [
+ "ItemLockbox",
+ 1
+ ]
+ ],
+ "simulClass": "LockBox_SIM_EPOCH",
+ "staticClass": "LockBox_EPOCH",
+ "weaponHolderProxy": "LockBoxProxy_EPOCH",
+ "GhostPreview": "LockBox_EPOCH",
+ "bypassJammer": 1,
+ "limitNearby": 2,
+ "isSecureStorage": 1,
+ "_inherit": "Default"
+ },
+ "LockBox_SIM_EPOCH": {
+ "returnOnPack": [],
+ "_inherit": "LockBox_EPOCH"
+ },
+ "Safe_EPOCH": {
+ "returnOnPack": [
+ [
+ "ItemSafe",
+ 1
+ ]
+ ],
+ "simulClass": "Safe_SIM_EPOCH",
+ "staticClass": "Safe_EPOCH",
+ "weaponHolderProxy": "SafeProxy_EPOCH",
+ "GhostPreview": "Safe_EPOCH",
+ "bypassJammer": 1,
+ "limitNearby": 2,
+ "isSecureStorage": 1,
+ "_inherit": "Default"
+ },
+ "Safe_SIM_EPOCH": {
+ "returnOnPack": [],
+ "_inherit": "Safe_EPOCH"
+ },
+ "Jack_EPOCH": {
+ "simulClass": "Jack_SIM_EPOCH",
+ "staticClass": "Jack_EPOCH",
+ "GhostPreview": "Jack_EPOCH",
+ "limitNearby": 2,
+ "bypassJammer": 1,
+ "energyCost": 0.1,
+ "_inherit": "Default"
+ },
+ "Jack_SIM_EPOCH": {
+ "_inherit": "Jack_EPOCH"
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgBuildingLootPos.hpp b/Sources/epoch_config/Configs/CfgBuildingLootPos.hpp
index 87e5a7b4..02106fc0 100644
--- a/Sources/epoch_config/Configs/CfgBuildingLootPos.hpp
+++ b/Sources/epoch_config/Configs/CfgBuildingLootPos.hpp
@@ -1,11070 +1,4738 @@
-/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors: Kenneth Bente
-
- Description:
- Loot container offsets for Epoch loot system
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgBuildingLootPos.hpp
-*/
-
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
class CfgBuildingLootPos
{
- class Default
- {
- fridgePos[] = {};
- shelfPos[] = {};
- pelicanPos[] = {};
- wardrobePos[] = {};
- bedPos[] = {};
- couchPos[] = {};
- cookerPos[] = {};
- tablePos[] = {};
- lockerPos[] = {};
- toolRackPos[] = {};
- shoeboxPos[] = {};
- lootBias = 40;
-
- limit = 3;
- lootType = "normal";
-
- normal[] = {
- { "shelfPos", "Shelf_EPOCH", true},
- { "fridgePos", "Fridge_EPOCH", true },
- { "bedPos", "Bed_EPOCH", false },
- { "couchPos", "Couch_EPOCH", false },
- { "wardrobePos", "wardrobe_epoch", false },
- { "cookerPos", "cooker_epoch", false },
- { "chairPos", { "Chair_EPOCH", "ChairRed_EPOCH" }, true },
- { "filingPos", "Filing_epoch", true },
- { "pelicanPos", "Pelican_EPOCH", false },
- { "tablePos", "Table_EPOCH", false },
- { "lockerPos", "Locker_EPOCH", false },
- { "toolRackPos", "ToolRack_EPOCH", false },
- { "shoeboxPos", "Shoebox_EPOCH", false },
- { "palletPos", "Tarp_EPOCH", false },
- { "freezerPos", "Freezer_EPOCH", false },
- { "cabinetPos", "Cabinet_EPOCH", false }
- };
-
- mil[] = {
- { "shelfPos", "Shelf_EPOCH", true },
- { "fridgePos", "Fridge_EPOCH", true },
- { "bedPos", "Bunk_EPOCH", false },
- { "couchPos", "Couch_EPOCH", false },
- { "wardrobePos", "wardrobe_epoch", false },
- { "cookerPos", "cooker_epoch", false },
- { "chairPos", { "Chair_EPOCH", "ChairRed_EPOCH" }, true },
- { "filingPos", "Filing_epoch", true },
- { "pelicanPos", "Pelican_EPOCH", false },
- { "tablePos", "Table_EPOCH", false },
- { "lockerPos", "Locker_EPOCH", false },
- { "toolRackPos", "ToolRack_EPOCH", false },
- { "shoeboxPos", "Shoebox_EPOCH", false },
- { "palletPos", "Tarp_EPOCH", false },
- { "freezerPos", "Freezer_EPOCH", false },
- { "cabinetPos", "Cabinet_EPOCH", false }
- };
-
- };
-
- class Land_Kiosk_redburger_F : Default {
- fridgePos[] = {
- { { 1.64453, 1.43945, -2.897 }, 89.9032 }
- };
- cookerPos[] = {
- { { 1.57813, -0.261719, -2.89732 }, 90.9244 }
- };
- filingPos[] = {
- { { -1.65625, 1.67773, -2.89687 }, 272.463 }
- };
- shoeboxPos[] = {
- { { -0.275391, -1.92188, -2.07339 }, 358 }
- };
- freezerPos[] = {
- { { -1.51367, 0.0078125, -2.86339 }, 271.8 }
- };
- };
- class Land_Kiosk_blueking_F : Default {
- fridgePos[] = {
- { { -1.56055, 1.67383, -1.79198 }, 0.076973 }
- };
- cookerPos[] = {
- { { -1.62109, -0.296875, -1.79261 }, 269.732 }
- };
- filingPos[] = {
- { { 1.82031, 0.972656, -1.75876 }, 91.8 },
- { { 1.82031, 1.55664, -1.75876 }, 91.8 }
- };
- shoeboxPos[] = {
- { { 1.86914, -1.18555, -0.645341 }, 90 }
- };
- freezerPos[] = {
- { { 1.54297, -0.0410156, -1.75876 }, 91.8 }
- };
- };
- class Land_Kiosk_gyros_F : Default {
- fridgePos[] = {
- { { 1.64258, 0.197266, -2.0025 }, 89.8823 }
- };
- cookerPos[] = {
- { { 1.5, 1.62305, -2.0029 }, 89.3177 }
- };
- filingPos[] = {
- { { -1.52344, 1.62109, -2.00235 }, 296.665 }
- };
- pelicanPos[] = {
- { { 2.91016, -0.0703125, 0.187521 }, 263.525 }
- };
- shoeboxPos[] = {
- { { -1.89844, -1.08008, -1.17894 }, 91.8 }
- };
- freezerPos[] = {
- { { -1.57031, 0.199219, -1.96894 }, 269.8 }
- };
- };
- class Land_Kiosk_papers_F : Default {
- shelfPos[] = {
- { { 1.36523, 1.79492, -2.0024 }, 1.00576 }
- };
- chairPos[] = {
- { { -1.47852, 1.27148, -1.96894 }, 306.8 }
- };
- filingPos[] = {
- { { 1.69336, 0.0625, -2.0024 }, 86.0276 },
- { { -1.68164, -0.347656, -2.00241 }, 266.904 },
- { { 1.71484, -0.404297, -2.0024 }, 90.176 }
- };
- shoeboxPos[] = {
- { { 1.81055, -1.86133, -0.808939 }, 338.8 }
- };
- };
- class Land_Research_HQ_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 0.380859, 4.1875, -3.29264 }, 2.04878 },
- { { -1.03125, -6.27734, -3.17222 }, 181.183 },
- { { 8.52148, 3.01367, -3.17222 }, 90.053 }
- };
- fridgePos[] = {
- { { 5.52148, 6.21094, -3.17237 }, 0.0829086 }
- };
- bedPos[] = {
- { { 0.450195, 0.876953, -3.29266 }, 0 }
- };
- couchPos[] = {
- { { 2.89746, 0.804688, -3.29266 }, 181.475 }
- };
- cookerPos[] = {
- { { 6.66992, 6.10547, -3.17264 }, 358.477 }
- };
- chairPos[] = {
- { { -3.59766, 3.67578, -3.29266 }, 325.551 }
- };
- filingPos[] = {
- { { -1.17676, 4.13086, -3.29262 }, 358.166 },
- { { -2.75781, -6.06445, -3.1722 }, 177.048 },
- { { -3.52148, -5.88281, -3.17221 }, 202.305 },
- { { 6.77246, -3.36914, -0.692615 }, 84.9868 },
- { { 8.46094, 3.97266, -3.17206 }, 89.6625 }
- };
- pelicanPos[] = {
- { { -0.431641, 0.957031, -0.767684 }, 213.601 },
- { { 4.77832, -4.33398, -3.29265 }, 149.079 }
- };
- lockerPos[] = {
- { { -3.9668, -4.05664, -3.29265 }, 268.178 },
- { { 7.18848, 0.742188, -3.29265 }, 89.2752 }
- };
- palletPos[] = {
- { { 0.328125, -3.94141, -0.740771 }, 174 },
- { { 2.7959, -6.25977, -10 }, 260 }
- };
- freezerPos[] = {
- { { 2.64355, 5.34766, -3.14077 }, 271 }
- };
- cabinetPos[] = {
- { { -4.21973, -1.09131, -1.87077 }, 0 },
- { { 2.64795, -5.21143, -1.87077 }, 270 }
- };
- };
-
-
-
- class Land_Research_house_V1_F : Default {
- lootType = "mil";
- shelfPos[] = {
- { { 0.408203, 3.9668, 0.00387025 }, 0.47818 },
- { { -2.37891, 3.47461, 0.0038693 }, 272.048 }
- };
- fridgePos[] = {
- { { 2.17383, 1.02539, -0.132167 }, 91.4155 }
- };
- filingPos[] = {
- { { -2.18359, 2.4082, 0.00388861 }, 270 },
- { { -0.384766, 3.89453, 0.00388622 }, 10.991 }
- };
- pelicanPos[] = {
- { { -1.88477, 0.826172, -0.132179 }, 233.568 }
- };
- lockerPos[] = {
- { { 2.18555, 3.36523, 0.00385499 }, 88.1972 }
- };
- palletPos[] = {
- { { -1.45508, -1.11914, -10 }, 174 }
- };
- cabinetPos[] = {
- { { -0.443359, -0.0527344, 1.29856 }, 270 }
- };
- };
- class Land_spp_Tower_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 2.79297, -1.28906, -14.9882 }, 88.9351 },
- { { -2.72266, -2.93164, -24.3965 }, 179.88 }
- };
- bedPos[] = {
- { { -1.89648, -0.994141, 10.1607 }, 93.8027 }
- };
- couchPos[] = {
- { { 1.39258, -2.8418, -14.9885 }, 89.9995 }
- };
- chairPos[] = {
- { { 1.55859, -1.35156, 10.1608 }, 177.348 },
- { { -1.16016, -3.20703, -14.9884 }, 187.768 }
- };
- filingPos[] = {
- { { -3.67969, -2.19141, -24.3019 }, 180.033 },
- { { 4.3125, 0.748047, 10.1609 }, 87.6986 },
- { { -4.07617, -3.69531, 23.799 }, 181.064 }
- };
- pelicanPos[] = {
- { { -1.03711, -2.03906, 25.6749 }, 180.506 },
- { { 4.40625, -2.83008, 23.7991 }, 113.987 }
- };
- tablePos[] = {
- { { -0.00390625, 0.507813, -14.9885 }, 0.00285339 }
- };
- lockerPos[] = {
- { { -2.67773, 0.0273438, -14.9884 }, 270.033 }
- };
- toolRackPos[] = {
- { { 4.57813, -0.574219, 10.1609 }, 89.1923 }
- };
- shoeboxPos[] = {
- { { 2.64648, -2.03516, 25.6749 }, 195.354 },
- { { -2.6582, -3.65625, -14.9885 }, 195.527 }
- };
- palletPos[] = {
- { { 1.52539, 0.0351563, 23.8031 }, 272 },
- { { 3.38477, 0.015625, 23.8031 }, 179 }
- };
- freezerPos[] = {
- { { 3.29102, -1.50195, 10.1633 }, 179 }
- };
- cabinetPos[] = {
- { { -3.93164, 0.230469, -22.7967 }, 0 }
- };
- };
- class Land_MilOffices_V1_F : Default {
- limit = 6;
- lootType = "mil";
- shelfPos[] = {
- { { 5.89844, 0.773438, -2.89318 }, 269.647 },
- { { 6.08203, -0.435547, -2.89318 }, 0.742516 },
- { { -4.00781, -5.64648, -2.89318 }, 180.694 },
- { { 7.26367, -2.26563, -2.89318 }, 267.774 },
- { { 8.74219, -5.70313, -2.89318 }, 178.843 },
- { { 5.89063, 9.54297, -2.89318 }, 270.185 },
- { { -5.83789, 11.2949, -2.89318 }, 359.547 },
- { { -13.8574, -5.7207, -2.89318 }, 179.686 },
- { { -16.1719, -0.859375, -2.89318 }, 358.847 },
- { { -16.9512, 0.576172, -2.89318 }, 268.745 },
- { { -16.3457, 11.2871, -2.89318 }, 0.686188 }
- };
- fridgePos[] = {
- { { 6.43945, -3.44531, -2.89318 }, 89.5034 },
- { { 6.60547, 4.67578, -2.89318 }, 180.413 },
- { { -10.707, -5.51563, -2.89318 }, 178.591 }
- };
- bedPos[] = {
- { { 13.5332, 5.33789, -2.8932 }, 95.0654 }
- };
- couchPos[] = {
- { { 4.08984, 8.96289, -2.8932 }, 4.74224 },
- { { 15.9063, 9.83789, -2.8932 }, 357.568 }
- };
- wardrobePos[] = {
- { { 16.7813, 6.91211, -2.89308 }, 89.005 }
- };
- cookerPos[] = {
- { { -12.2871, -3.27539, -2.89359 }, 269.464 }
- };
- chairPos[] = {
- { { -6.48242, -1.26172, -2.89333 }, 30.6329 },
- { { -6.36328, -5.20898, -2.89321 }, 138.614 },
- { { -9.26953, -5.20703, -2.89319 }, 221.625 },
- { { 2.14844, 10.8848, -2.8932 }, 357.801 },
- { { 16.2461, 0.330078, -2.89319 }, 58.6309 },
- { { 12.3359, 10.6348, -2.8932 }, 349.887 },
- { { 16.2637, -3.21289, -2.89318 }, 108.767 }
- };
- filingPos[] = {
- { { -0.710938, -0.902344, -2.89316 }, 273.543 },
- { { -1.625, -5.49219, -2.89316 }, 172.228 },
- { { -2.56445, 6.4082, -2.89316 }, 86.596 },
- { { 7.35742, -0.585938, -2.89316 }, 269.601 },
- { { 6.50391, -5.62305, -2.89316 }, 103.818 },
- { { -1.80859, 11.1055, -2.89316 }, 353.219 },
- { { 10.082, -5.57422, -2.89316 }, 171.96 },
- { { -11.4727, -5.625, -2.89316 }, 178.889 },
- { { 7.61523, 11.1699, -2.89316 }, 357.944 },
- { { 8.19141, 11.0684, -2.89316 }, 328.836 },
- { { -14.7676, -0.96875, -2.89316 }, 359.13 },
- { { -10.7695, 11.1172, -2.89316 }, 348.322 },
- { { 16.793, 3.68164, -2.89316 }, 58.8697 },
- { { -16.8691, -5.51758, -2.89316 }, 190.272 }
- };
- pelicanPos[] = {
- { { -15.4648, -5.25586, -2.89319 }, 177.065 },
- { { 16.1719, 5.08984, -2.89319 }, 160.192 }
- };
- tablePos[] = {
- { { 0.990234, -5.35742, -2.8932 }, 181.381 },
- { { -7.78516, -3.08789, -2.8932 }, 0.00653839 },
- { { 16.6719, -1.39063, -2.8932 }, 90.476 },
- { { 14.0918, 9.58008, -2.8932 }, 90.0005 }
- };
- lockerPos[] = {
- { { 7.49805, -4.18359, -2.89319 }, 271.895 },
- { { 10.3281, 4.60352, -2.89319 }, 179.863 },
- { { -16.7461, -3.25195, -2.89319 }, 266.767 }
- };
- toolRackPos[] = {
- { { 9.29297, -0.222656, -2.89323 }, 359.898 },
- { { -13.0098, -3.95703, -2.89322 }, 89.093 }
- };
- palletPos[] = {
- { { -15.3184, -3.625, -2.85274 }, 272 }
- };
- freezerPos[] = {
- { { -12.2461, -4.50391, -2.85274 }, 272 }
- };
- cabinetPos[] = {
- { { 5.3125, 4.95215, -1.47264 }, 180 },
- { { 5.27734, -5.80957, -1.47264 }, 270 },
- { { -12.1123, -2.60938, -1.47264 }, 270 }
- };
- };
- class Land_Airport_Tower_F : Default {
- shelfPos[] = {
- { { 1.00195, 4.2207, -10.4679 }, 90 },
- { { 2.09375, -5.83984, -1.46719 }, 136.235 }
- };
- fridgePos[] = {
- { { -3.19922, -5.58789, -1.46735 }, 223.518 }
- };
- chairPos[] = {
- { { 0.740234, -0.0332031, -1.46723 }, 3.7747 },
- { { 2.19141, -1.23438, -1.46718 }, 54.1489 }
- };
- filingPos[] = {
- { { -2.14844, 1.53906, -7.46764 }, 267.225 },
- { { -0.503906, -3.69141, 2.22974 }, 268.915 },
- { { -1.09375, -3.69727, 2.2298 }, 90.7877 },
- { { -3.73633, -5.13086, -1.46725 }, 223.885 },
- { { -2.69922, -6.11133, -1.46731 }, 226.111 }
- };
- pelicanPos[] = {
- { { -0.482422, -6.20898, 3.00391 }, 187.096 },
- { { -0.744141, 6.49414, 1.52821 }, 348.84 }
- };
- lockerPos[] = {
- { { -3.26172, -0.542969, -1.4672 }, 314.971 }
- };
- palletPos[] = {
- { { -4.09766, 1.40625, -10.6461 }, 272 }
- };
- cabinetPos[] = {
- { { 2.48779, -0.672852, 2.53949 }, 135 },
- { { -2.37842, 1.64404, -9.16051 }, 0 },
- { { -3.85498, -0.772461, 2.53949 }, 45 }
- };
- };
- class Land_Slum_House01_F : Default {
- chairPos[] = {
- { { 1.20313, 1.6582, -1.07285 }, 36.9507 }
- };
- filingPos[] = {
- { { 0.351563, 2.05469, -1.08115 }, 8.25228 }
- };
- pelicanPos[] = {
- { { 1.4668, 2.32031, 1.60821 }, 184.525 }
- };
- toolRackPos[] = {
- { { -1.56641, 0.789063, -1.08133 }, 270.436 }
- };
- palletPos[] = {
- { { 0.169922, 0.214844, -1.08145 }, 272 }
- };
- };
- class Land_Slum_House02_F : Default {
- shelfPos[] = {
- { { 2.52148, 3.48438, -0.824517 }, 359.959 }
- };
- couchPos[] = {
- { { 2.14844, 0.236328, -0.824545 }, 0.0984116 }
- };
- chairPos[] = {
- { { 1.15234, 3.20508, -0.824523 }, 352.052 }
- };
- tablePos[] = {
- { { -0.15625, 0.738281, -0.824542 }, 268.176 }
- };
- };
- class Land_Slum_House03_F : Default {
- bedPos[] = {
- { { 0.166016, 0.230469, -1.07675 }, 95 }
- };
- chairPos[] = {
- { { -1.99414, 2.25586, -1.07675 }, 335 }
- };
- filingPos[] = {
- { { 3.98633, -0.507813, -1.07675 }, 95 }
- };
- toolRackPos[] = {
- { { 0.773438, 2.98633, -1.07675 }, 0 }
- };
- palletPos[] = {
- { { 3.60938, 2.14453, -1.07675 }, 272 }
- };
- };
- class Land_cargo_house_slum_F : Default {
- shelfPos[] = {
- { { -0.891602, -1.20117, -0.38667 }, 181.006 }
- };
- bedPos[] = {
- { { -3.16504, -0.253906, -0.386693 }, 276.075 }
- };
- chairPos[] = {
- { { 0.650391, -0.734375, -0.383496 }, 90.6667 }
- };
- filingPos[] = {
- { { -4.45898, -1.12109, -0.386626 }, 269.224 }
- };
- };
- class Land_FuelStation_Build_F : Default {
- shelfPos[] = {
- { { 0.415039, 1.52734, -1.36232 }, 0.956482 }
- };
- filingPos[] = {
- { { -2.31543, -1.1582, -1.3623 }, 259.317 }
- };
- pelicanPos[] = {
- { { -2.79199, 0.658203, 2.11388 }, 86.4283 }
- };
- shoeboxPos[] = {
- { { -1.99316, 0.386719, -0.361005 }, 112 }
- };
- freezerPos[] = {
- { { 2.10938, -0.701172, -1.391 }, 90 }
- };
- };
- class Land_Factory_Main_F : Default {
- shelfPos[] = {
- { { -3.72852, 3.85742, -6.35809 }, 178.041 },
- { { 5.62012, -9.38477, 2.34198 }, 89.9969 },
- { { -6.9209, 10.8223, -6.32809 }, 95.4476 },
- { { -10.208, 14.8887, -6.32809 }, 1.97624 }
- };
- fridgePos[] = {
- { { -1.76074, 8.24805, -6.35806 }, 94.2797 }
- };
- couchPos[] = {
- { { -2.44629, 5.73047, -6.35812 }, 2.06058 },
- { { -3.50684, 16.8828, -6.41408 }, 90.0061 }
- };
- cookerPos[] = {
- { { -5.74609, 5.52734, -6.35851 }, 183.545 }
- };
- chairPos[] = {
- { { -5.46777, 4.26367, -6.35815 }, 231.258 },
- { { -7.42676, 14.3906, -6.3281 }, 42.1397 }
- };
- filingPos[] = {
- { { -5.79004, 6.72266, -6.35807 }, 270.867 },
- { { -4.03516, -9.26758, 2.34797 }, 0.889618 },
- { { 5.33691, -11.1738, 2.34195 }, 75.1523 },
- { { 5.16602, -12.2598, 2.34194 }, 135.024 },
- { { -10.5898, 12.2129, -6.32807 }, 270 },
- { { -10.6104, 12.6699, -6.32807 }, 267.548 }
- };
- pelicanPos[] = {
- { { 2.81738, -9.37305, 2.3419 }, 2.64822 }
- };
- toolRackPos[] = {
- { { -3.79004, 9.14063, -6.35813 }, 0.489624 },
- { { -6.61133, 12.8359, -6.32813 }, 89.3704 }
- };
- palletPos[] = {
- { { -3.94238, -16.6523, -10 }, 94 },
- { { 4.20313, 16.6426, -6.35465 }, 95 }
- };
- };
- class Land_Airport_right_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { {-4.19922,-2.1543,-1.76375}, 359.705 },
- { {-4.57422,2.20514,-1.76375}, 270.932 },
- { {5.27734,-5.37885,-1.76368}, 357.591 },
- { {-15.0703,-7.48627,-6.76375}, 89.4887 },
- { {-14.4297,-11.0059,-6.76375}, 270.174 },
- { {-15.1445,-10.3417,-6.76375}, 89.1635 },
- { {-23.3359,-3.69916,-6.76375}, 358.136 },
- { {-21.1838,14.7402,-6.77192}, 359.554 }
- };
- fridgePos[] = {
- { {-2.48633,3.61719,-1.76375}, 0.951996 },
- { {-15.4355,13.5039,-6.76375}, 90.2176 }
- };
- bedPos[] = {
- { {-3.82446,-10.3633,-1.76377}, 184.477 }
- };
- couchPos[] = {
- { {4.75195,2.29883,-1.76378}, 4.2282 },
- { {0.705078,-6.63275,-6.76378}, 269.802 },
- { {-16.1624,7.51178,-6.76378}, 358.918 },
- { {-25.6094,1.10944,-6.76377}, 183.238 }
- };
- wardrobePos[] = {
- { {0.698975,-5.58197,-1.76363}, 1.96877 }
- };
- cookerPos[] = {
- { {-0.195557,3.53906,-1.74532}, 360 }
- };
- chairPos[] = {
- { {-5.11133,3.41412,-6.76377}, 358.691 },
- { {-5.23047,5.16614,-6.76375}, 180.383 },
- { {5.21094,-6.40814,-6.76376}, 49.2284 },
- { {5.05273,-13.168,-1.76375}, 29.6497 },
- { {-4.29688,-14.416,-6.73171}, 205.019 },
- { {5.29102,-14.1387,-6.76376}, 130.737 },
- { {5.28906,14.3145,-6.76377}, 41.909 },
- { {-15.7717,-2.20502,-6.76376}, 122.506 },
- { {-16.5605,-3.95313,-6.76376}, 1.55649 },
- { {-23.498,-2.37885,-6.76377}, 177.809 },
- { {-26.168,5.07813,-6.76375}, 276.716 }
- };
- filingPos[] = {
- { {-4.57031,-1.34174,-1.76373}, 183.677 },
- { {5.76953,-4.59174,-6.76376}, 164.562 },
- { {-15.1465,-9.57227,-6.76368}, 88.7803 },
- { {-24.3518,-3.79681,-6.76373}, 359.584 }
- };
- pelicanPos[] = {
- { {4.91406,-16.5038,-3.16119}, 5.77047 },
- { {-25.8479,-2.27734,-6.76375}, 202.245 }
- };
- tablePos[] = {
- { {2.9707,2.35364,-1.74532}, 278 },
- { {-4.41406,-6.25385,-1.76377}, 271.909 },
- { {5.57227,-10.1172,-6.76377}, 90.0333 },
- { {-23.7209,1.086,-6.76377}, 89.9196 }
- };
- lockerPos[] = {
- { {3.54663,-1.14838,-6.76377}, 179.474 },
- { {5.26563,-1.10931,-6.76372}, 179.41 },
- { {-14.2656,-1.27728,-6.76377}, 269.09 },
- { {-14.1995,6.67194,-6.76373}, 269.966 },
- { {-14.2229,8.41016,-6.76367}, 268.618 },
- { {-26.5117,9.03522,-6.76376}, 269.173 },
- { {-26.5234,10.9512,-6.76368}, 270.17 },
- { {-26.5178,12.9083,-6.76377}, 270.361 }
- };
- toolRackPos[] = {
- { {1.51929,-1.72845,-1.76373}, 179.724 },
- { {-14.9084,-12.3223,-6.76378}, 89.5845 }
- };
- shoeboxPos[] = {
- { {-8.14258,-16.0605,-3.27531}, 278 }
- };
- palletPos[] = {
- { {3.84741,-3.8418,-6.74531}, 350 },
- { {-6.58008,0.285217,-1.86532}, 278 },
- { {-6.44922,-1.64844,-1.86532}, 264 },
- { {-23.873,-11.5293,-6.74531}, 350 },
- { {-23.8867,-13.6483,-6.74531}, 86 }
- };
- freezerPos[] = {
- { {-1.31055,3.54303,-1.74532}, 360 }
- };
- cabinetPos[] = {
- { {-4.80347,-2.53943,-5.34531}, 0 }
- };
- };
- class Land_Airport_center_F : Default {
- lootType = "mil";
- shelfPos[] = {
- { { 11.7051, 7.16016, -2.74629 }, 359.37 }
- };
- couchPos[] = {
- { { -4.50391, -7.57422, 1.62245 }, 88.2815 },
- { { 11.8594, -11.0684, -2.74632 }, 2.03362 }
- };
- chairPos[] = {
- { { -12.3184, 6.87109, -2.74437 }, 280.834 },
- { { -12.2793, -14.4258, -2.7463 }, 272.565 }
- };
- filingPos[] = {
- { { 12.8184, 7.07422, -2.74627 }, 358.116 },
- { { 12.7363, -16.0586, -2.74625 }, 90.9752 }
- };
- pelicanPos[] = {
- { { -1.08398, -10.5664, 1.59369 }, 341.766 },
- { { -12.0918, -15.8086, -2.74628 }, 213.62 }
- };
- tablePos[] = {
- { { 12.5625, -14.0469, -2.74631 }, 92.4684 }
- };
- lockerPos[] = {
- { { 12.6758, -6.87891, -2.7463 }, 90.0581 },
- { { -12.5391, -7.84961, -2.7463 }, 270.451 },
- { { -12.541, -9.83398, -2.7463 }, 268.378 },
- { { -12.4824, -11.8047, -2.7463 }, 269.442 }
- };
- };
- class Land_Airport_left_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { {3.91211,-1.41797,-1.76377}, 184.071 },
- { {-1.94336,-5.52148,-1.76367}, 0.193413 },
- { {-5.31641,-4.6875,-6.76368}, 179.512 },
- { {6.14258,13.9648,-6.76367}, 268.974 },
- { {15.1094,-8.04102,-6.76375}, 270.202 },
- { {15.6563,-14.7227,-6.76375}, 180.679 },
- { {16.9883,14.7461,-6.76375}, 359.573 }
- };
- fridgePos[] = {
- { {1.42773,3.67578,-1.76375}, 359.297 },
- { {15.7793,-2.51563,-6.76374}, 178.661 }
- };
- bedPos[] = {
- { {-4.95898,-6.73047,-1.76377}, 179.773 }
- };
- couchPos[] = {
- { {-4.08008,2.0957,-1.76377}, 241.929 },
- { {3.72461,-6.98047,-1.76378}, 4.04132 },
- { {13.4414,7.67383,-6.76378}, 3.19656 },
- { {25.5898,12.5527,-6.76377}, 0.251305 }
- };
- wardrobePos[] = {
- { {-1.35547,3.14844,-1.7637}, 62.9544 }
- };
- cookerPos[] = {
- { {2.95117,3.63477,-1.76408}, 0.722954 },
- { {16.668,-2.55078,-6.76418}, 179.019 }
- };
- chairPos[] = {
- { {-0.699219,-1.14844,-1.76373}, 179.434 },
- { {-2.9707,-1.18555,-1.76369}, 181.435 },
- { {4.33398,4.2832,-6.76373}, 89.2875 },
- { {-3.68945,-5.95117,-6.75249}, 352.602 },
- { {5.99023,4.28711,-6.76371}, 269.261 },
- { {-5.23438,-13.1641,-1.76377}, 338.538 },
- { {4.23047,-14.3047,-6.76375}, 167.634 },
- { {-5.30859,14.2852,-6.76372}, 297.672 },
- { {23.127,4.48242,-6.76377}, 209.073 },
- { {22.8613,7.83984,-6.76376}, 313.711 },
- { {26.1641,4.21094,-6.76375}, 135.598 },
- { {26.2402,8.27734,-6.76374}, 47.2424 }
- };
- filingPos[] = {
- { {-0.0703125,3.63086,-1.76371}, 1.43237 },
- { {15.2598,-11.4375,-6.76373}, 268.46 },
- { {15.2832,-11.8906,-6.76373}, 270.436 },
- { {15.1895,14.6602,-6.76373}, 344.677 },
- { {24.4355,-2.6543,-6.76369}, 180.398 },
- { {26.6348,-2.56055,-6.76373}, 172.362 }
- };
- pelicanPos[] = {
- { {6.28711,0.486328,-1.80376}, 285.45 },
- { {9.81641,-16.4297,-3.16111}, 3.09702 }
- };
- tablePos[] = {
- { {4.40625,1.19727,-1.76377}, 89.5157 },
- { {-5.57227,-7.76367,-6.76377}, 270.379 },
- { {26.3789,6.25,-6.76377}, 90.3904 }
- };
- lockerPos[] = {
- { {3.56445,-1.11523,-6.76379}, 179.89 },
- { {-5.07617,-1.12891,-6.76377}, 178.63 },
- { {-0.271484,-5.82422,-6.7637}, 0.334862 },
- { {1.68945,-5.81836,-6.7637}, 0.41259 },
- { {15.3574,5.5957,-6.76373}, 268.91 },
- { {15.2949,7.52344,-6.76377}, 270.217 }
- };
- toolRackPos[] = {
- { {14.8926,-9.83789,-6.76369}, 269.885 },
- { {23.1777,-3.47266,-6.76379}, 0.366142 }
- };
- palletPos[] = {
- { {23.9648,-7.17188,-6.77531}, 357 },
- { {23.6523,-13.7891,-6.77531}, 90 }
- };
- freezerPos[] = {
- { {0.832031,-1.19531,-1.75531}, 182 },
- { {24.3145,-10.5938,-6.77531}, 90 }
- };
- cabinetPos[] = {
- { {4.80945,-2.55103,-5.34531}, 180 }
- };
- };
- class Land_Hangar_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { {-14.3125,1.24023,-5.40771}, 270.363 },
- { {-14.2754,6.36328,-5.4077}, 269.988 },
- { {-14.5117,-19.8359,-5.4077}, 268.904 },
- { {8.80469,23.3691,-5.4077}, 359.987 },
- { {13.6602,-21.0078,-5.40769}, 180.14 }
- };
- couchPos[] = {
- { {11.9082,22.3652,-5.40773}, 267.453 }
- };
- chairPos[] = {
- { {-14.3223,-5.03906,-5.40451}, 270.026 }
- };
- filingPos[] = {
- { {-14.5059,-2.35352,-5.40699}, 272.098 },
- { {-14.4941,-3.14453,-5.40626}, 278.808 },
- { {-14.457,-3.89453,-5.40769}, 265.43 },
- { {14.4023,19.6953,-5.40768}, 91.5292 },
- { {14.4004,20.4277,-5.40769}, 86.6895 },
- { {9.92969,23.1992,-5.40769}, 352.998 }
- };
- pelicanPos[] = {
- { {14.5156,-8.02148,-5.40772}, 90 },
- { {-14.6602,12.4863,-5.40772}, 270 }
- };
- shoeboxPos[] = {
- { {14.9688,-20.9824,-5.375}, 86 }
- };
- palletPos[] = {
- { {13.8945,12.375,-5.375}, 86 },
- { {-12.043,22.7324,-5.375}, 86 },
- { {-14.209,22.5332,-5.375}, 86 }
- };
- freezerPos[] = {
- { {14.6035,21.8516,-5.375}, 86 }
- };
- cabinetPos[] = {
- { {10.332,-21.3706,-3.87143}, 270 }
- };
- };
- class Land_CarService_F : Default {
- shelfPos[] = {
- { {-5.08594,-0.996094,-1.28249}, 271.675 },
- { {4.69141,5.75781,-1.28248}, 88.5845 },
- { {-0.40625,7.68945,-1.28235}, 89.3095 },
- { {0.767578,8.21289,-1.28248}, 358.72 }
- };
- fridgePos[] = {
- { {1.85352,8.18359,-1.28246}, 358.017 }
- };
- couchPos[] = {
- { {3.74219,0.666016,-1.2825}, 2.03191 }
- };
- chairPos[] = {
- { {4.28711,3.18164,-1.28249}, 83.2968 }
- };
- filingPos[] = {
- { {4.66992,4.72852,-1.28246}, 90.2187 },
- { {4.56055,8.21484,-1.28246}, 359.503 }
- };
- tablePos[] = {
- { {0.695313,2.63086,-1.2825}, 269.367 }
- };
- lockerPos[] = {
- { {-4.9668,7.55469,-1.28248}, 268.961 }
- };
- toolRackPos[] = {
- { {-5.35742,4.21484,-1.28251}, 268.905 },
- { {-2.66602,8.53711,-1.28252}, 359.227 }
- };
- palletPos[] = {
- { {1.45898,10.209,-10}, 271 }
- };
- freezerPos[] = {
- { {0.634766,0.9375,-1.29904}, 271 }
- };
- cabinetPos[] = {
- { {-0.327637,5.11853,0.222353}, 180 }
- };
- };
- class Land_Cargo_Tower_V1_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 0.552734, -1.625, 5.05352 }, 178.136 },
- { { -5.64844, -0.777344, -0.146542 }, 268.528 },
- { { 3.00781, 5.08984, -0.14654 }, 0.118889 },
- { { 5.29297, -4.09766, 2.45352 }, 181.726 },
- { { 5.87109, 3.71094, -0.146542 }, 90.215 }
- };
- fridgePos[] = {
- { { -4.76172, 6.00391, 2.58955 }, 0.860298 }
- };
- bedPos[] = {
- { { -1.06836, -2.64844, 2.45344 }, 1.62634 },
- { { -1.98633, -5.37109, 2.58947 }, 90.633 }
- };
- couchPos[] = {
- { { -2.73828, -4.30469, 0.0657005 }, 92.6866 },
- { { 3.06641, 4.15234, 2.45343 }, 270.898 }
- };
- cookerPos[] = {
- { { -3.72461, 5.85938, 2.58907 }, 354.227 }
- };
- chairPos[] = {
- { { -5.20117, 4.55859, -0.146549 }, 342.563 }
- };
- filingPos[] = {
- { { -4.07422, 0.931641, 5.05348 }, 270.343 },
- { { 1.67773, -3.90039, -0.146523 }, 178.258 },
- { { 2.23047, -3.91016, -0.146523 }, 176.187 },
- { { 2.77344, -3.92188, -0.146523 }, 177.87 },
- { { -0.625, 6.09961, 2.58951 }, 5.7925 },
- { { -1.2207, 6.14258, 2.58951 }, 348.149 },
- { { 5.6582, 4.91406, -0.14642 }, 44.1073 }
- };
- pelicanPos[] = {
- { { -0.595703, 1.38867, -4.32224 }, 95.4843 },
- { { -2.75977, -0.216797, 4.97829 }, 358.108 },
- { { -6.13672, 4.19727, 2.66941 }, 266.308 }
- };
- tablePos[] = {
- { { 6.55664, -0.714844, 2.64038 }, 89.4977 }
- };
- lockerPos[] = {
- { { 5.69727, 1.50391, -0.146555 }, 90.7961 },
- { { -5.09961, -5.55469, 2.5895 }, 267.631 }
- };
- toolRackPos[] = {
- { { -5.85156, -0.675781, 2.45344 }, 267.998 }
- };
- palletPos[] = {
- { { 4.88086, 3.89453, 4.99228 }, 0 }
- };
- freezerPos[] = {
- { { -2.78516, 4.82227, 0.0422649 }, 0 },
- { { -2.44922, 6.07422, 2.59228 }, 0 }
- };
- cabinetPos[] = {
- { { -0.0439453, 1.71631, 1.22235 }, 180 },
- { { 5.98682, 1.67432, 3.82235 }, 180 }
- };
- };
- class Land_Cargo_Tower_V1_No1_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V1_No2_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V1_No3_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V1_No4_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V1_No5_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V1_No6_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V1_No7_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V2_F : Land_Cargo_Tower_V1_F { };
- class Land_Cargo_Tower_V3_F : Land_Cargo_Tower_V1_F { };
-
- class Land_Cargo_Patrol_V1_F : Default {
- lootType = "mil";
- shelfPos[] = {
- { { 2.61914, 0.96875, -0.789934 }, 90 }
- };
- filingPos[] = {
- { { 0.0117188, -0.283203, -0.585847 }, 1.42631 }
- };
- pelicanPos[] = {
- { { 2.00977, -1.52344, -0.585956 }, 133.857 }
- };
- palletPos[] = {
- { { -2, -1.18555, -0.546541 }, 0 }
- };
- };
- class Land_Cargo_Patrol_V2_F : Land_Cargo_Patrol_V1_F { };
- class Land_Cargo_Patrol_V3_F : Land_Cargo_Patrol_V1_F { };
-
- class Land_Medevac_house_V1_F : Default {
- lootType = "mil";
- shelfPos[] = {
- { { -2.61328, 1.0918, -0.132166 }, 268.449 }
- };
- fridgePos[] = {
- { { 1.60156, 3.75977, 0.00387168 }, 355.287 }
- };
- filingPos[] = {
- { { 0.804688, 3.71875, 0.0038867 }, 7.82585 },
- { { -0.345703, 3.80273, 0.00388789 }, 352.697 },
- { { 0.230469, 3.85742, 0.00388765 }, 358.782 }
- };
- pelicanPos[] = {
- { { -1.60938, 3.26563, 0.00385642 }, 310.616 }
- };
- palletPos[] = {
- { { -0.992188, -1.05469, -10 }, 0 }
- };
- freezerPos[] = {
- { { 1.92969, 0.728516, -0.141539 }, 93 }
- };
- cabinetPos[] = {
- { { -0.466309, -0.0532227, 1.20856 }, 270 }
- };
- };
- class Land_Medevac_HQ_V1_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 2.64648, -5.00391, -3.29263 }, 179.273 },
- { { 2.29688, 5.35156, -3.17222 }, 270.045 },
- { { -3.0918, -6.20117, -3.17222 }, 179.371 },
- { { 7.07422, 5.46094, -3.17222 }, 89.2793 }
- };
- fridgePos[] = {
- { { 0.632813, -6.04492, -3.17222 }, 175.967 }
- };
- bedPos[] = {
- { { -2.65625, 3.33594, -3.29266 }, 272.831 }
- };
- couchPos[] = {
- { { 0.324219, 1.95313, -3.29266 }, 358.773 },
- { { 2.9082, 1.72461, -3.29266 }, 179.738 }
- };
- cookerPos[] = {
- { { -0.855469, -6.01172, -3.17265 }, 179.15 }
- };
- filingPos[] = {
- { { 8.4043, 2.6875, -3.1722 }, 89.7649 },
- { { 8.46094, 3.30469, -3.17216 }, 91.4351 },
- { { 8.44336, 3.92969, -3.1722 }, 86.4131 }
- };
- pelicanPos[] = {
- { { -1.37891, 1.34375, -0.767792 }, 314.355 },
- { { 8.10742, -1.68359, -3.17223 }, 92.3688 }
- };
- lockerPos[] = {
- { { 4.35938, 6.0918, -3.17224 }, 356.684 }
- };
- palletPos[] = {
- { { 0.730469, -4.40039, -0.740871 }, 88 },
- { { 0.443359, 5.44727, -10 }, 88 },
- { { 8.66406, 0.873047, -10 }, 93 }
- };
- freezerPos[] = {
- { { 3.97852, -4.58594, -3.27087 }, 182 }
- };
- cabinetPos[] = {
- { { -4.21851, -3.41992, -1.96077 }, 0 },
- { { 7.48828, 0.931152, -1.96077 }, 180 }
- };
- };
- class Land_Cargo_HQ_V1_F : Default {
- limit = 4;
- lootType = "mil";
- shelfPos[] = {
- { { 0.302734, 4.1875, -3.2987 }, 357.597 },
- { { -4.12695, -4.01367, -3.2987 }, 270.059 },
- { { 2.70313, -5.11328, -3.2987 }, 177.669 }
- };
- fridgePos[] = {
- { { 2.61328, 5.1543, -3.17829 }, 267.807 }
- };
- bedPos[] = {
- { { -2.7832, 3.32227, -3.29873 }, 275.975 }
- };
- couchPos[] = {
- { { 3.13867, 1.7832, -3.29873 }, 191.466 }
- };
- cookerPos[] = {
- { { 6.47852, 6.01563, -3.17872 }, 359.818 }
- };
- filingPos[] = {
- { { 1.13867, 4.03906, -3.29869 }, 0.783356 },
- { { 8.12305, 2.75586, -3.17827 }, 92.0529 },
- { { 8.17969, 3.33203, -3.17827 }, 94.1181 },
- { { 8.21094, 3.93945, -3.17827 }, 88.4099 }
- };
- pelicanPos[] = {
- { { 1.14453, -4.05273, -0.773856 }, 93.1656 },
- { { 7.8418, -1.64844, -0.784355 }, 90.2845 }
- };
- tablePos[] = {
- { { -4.81055, 0.771484, -3.1762 }, 270.808 }
- };
- lockerPos[] = {
- { { 0.353516, -6.19727, -3.17831 }, 179.945 },
- { { -3.07031, -6.14453, -3.1783 }, 178.945 }
- };
- palletPos[] = {
- { { -4.98828, 2.61328, -10 }, 182 },
- { { 8.20508, 0.830078, -10 }, 182 }
- };
- freezerPos[] = {
- { { 4.70508, 6.0332, -3.14694 }, 1.99997 }
- };
- cabinetPos[] = {
- { { 7.48877, 0.866943, -1.96684 }, 180 }
- };
- };
- class Land_Cargo_HQ_V2_F : Land_Cargo_HQ_V1_F { };
- class Land_Cargo_HQ_V3_F : Land_Cargo_HQ_V1_F { };
-
- class Land_Cargo_House_V1_F : Default {
- lootType = "mil";
- shelfPos[] = {
- { { 2.3457, 3.13867, 0.0138698 }, 90 }
- };
- fridgePos[] = {
- { { -2.57031, 1.02148, -0.122166 }, 267.298 }
- };
- chairPos[] = {
- { { 1.95898, 1.5293, -0.122179 }, 85.5595 },
- { { -1.5293, 2.88867, 0.0138509 }, 322.238 }
- };
- filingPos[] = {
- { { 2.32617, 0.175781, -0.122146 }, 94.7773 }
- };
- pelicanPos[] = {
- { { -1.85352, 3.45898, 0.0138566 }, 317.925 }
- };
- palletPos[] = {
- { { -0.875, -0.892578, -10 }, 1.99997 }
- };
- freezerPos[] = {
- { { 0.539063, 3.60547, 0.048461 }, 1.99997 }
- };
- cabinetPos[] = {
- { { -0.491699, -0.0534668, 1.21856 }, 270 }
- };
- };
- class Land_Cargo_House_V2_F : Land_Cargo_House_V1_F {};
- class Land_Cargo_House_V3_F : Land_Cargo_House_V1_F {};
-
- class Land_dp_smallFactory_F : Default {
- shelfPos[] = {
- { { -1.50586, 4.79297, -1.87129 }, 180.159 }
- };
- pelicanPos[] = {
- { { 0.976563, 3.16797, 2.601 }, 97.492 }
- };
- palletPos[] = {
- { { 10.5059, 3.17969, 1.18859 }, 1.99997 }
- };
- cabinetPos[] = {
- { { 5.49805, 4.76367, -0.461309 }, 270 }
- };
- };
- class Land_i_Garage_V2_F : Default {
- shelfPos[] = {
- { {4.90039,-1.19922,-0.123899}, 88.7339 }
- };
- fridgePos[] = {
- { {4.73438,0.322266,-0.123898}, 87.5145 }
- };
- chairPos[] = {
- { {0.949219,-2.05469,-0.124453}, 180.041 },
- { {0.75,2.23828,-0.120063}, 0.105392 }
- };
- filingPos[] = {
- { {-0.519531,-2.26758,-0.123836}, 181.535 },
- { {-1.18945,-2.25,-0.123765}, 172.485 },
- { {4.83203,-2.30273,-0.123735}, 99.5615 }
- };
- tablePos[] = {
- { {-2.72266,-2.13672,-0.132633}, 179.857 }
- };
- toolRackPos[] = {
- { {2.37305,2.75977,-0.124017}, 0.339218 },
- { {2.76563,-2.57422,-0.124016}, 179.612 }
- };
- palletPos[] = {
- { {6.91486,-0.999023,-10}, 180 }
- };
- freezerPos[] = {
- { {-0.976563,2.29883,-0.116461}, 1.99998 }
- };
- };
- class Land_u_Barracks_V2_F : Default {
- limit = 6;
- lootType = "mil";
- shelfPos[] = {
- { { -2.01953, 3.59766, 1.40866 }, 86.5322 },
- { { -1.18555, 4.4082, 1.40866 }, 267.099 },
- { { 5.37695, -2.42773, -1.92432 }, 268.209 },
- { { -6.13281, 2.58594, -1.92432 }, 177.59 },
- { { 5.46289, 3.92578, 1.40866 }, 274.739 },
- { { 7.93555, -0.273438, 1.40866 }, 358.598 },
- { { 8.07617, -0.306641, -1.92432 }, 358.744 },
- { { 8.76172, 2.60547, -1.92432 }, 177.537 },
- { { -9.86914, 3.00391, -1.92432 }, 269.405 },
- { { -10.7129, 3.96875, -1.92432 }, 83.8923 },
- { { -12.1953, -0.359375, 1.40871 }, 357.971 },
- { { -14.7266, 2.57813, 1.40876 }, 181.364 },
- { { -16.127, -0.359375, -1.92432 }, 357.877 }
- };
- fridgePos[] = {
- { { 5.38867, -2.61719, 1.40864 }, 268.987 },
- { { -10.6797, -1.86133, 1.40864 }, 89.0169 },
- { { 10.7656, 4.75586, -1.92426 }, 91.9329 }
- };
- bedPos[] = {
- { { 0.00390625, 3.40234, -1.92435 }, 91.4153 },
- { { 3.58984, -1.56055, 1.40863 }, 1.31381 },
- { { 9.80469, 3.27344, 1.40863 }, 97.6807 },
- { { -11.7617, -1.10547, -1.92435 }, 269.367 }
- };
- couchPos[] = {
- { { 2.72656, -1.28516, -1.92434 }, 273.867 },
- { { -12.2988, 4.4668, 1.40864 }, 273.1 },
- { { -14.6855, 3.48633, -1.92434 }, 92.4456 }
- };
- wardrobePos[] = {
- { { -1.10742, -2.48438, 1.40877 }, 271.139 },
- { { 4.26367, 4.1543, -1.92423 }, 90.3193 }
- };
- cookerPos[] = {
- { { 5.52148, -1.29688, 1.40827 }, 269.9 },
- { { 10.6504, 3.61328, -1.92474 }, 90.6279 },
- { { -10.916, -2.91406, 1.40832 }, 90.6295 }
- };
- chairPos[] = {
- { { -0.787109, -2.87109, -1.92433 }, 243.978 },
- { { -0.953125, 5.07422, -1.92361 }, 283.609 },
- { { -4.85156, -2.75781, -1.92434 }, 47.0285 },
- { { 10.4219, 5.0625, 1.40864 }, 65.2562 },
- { { -16.418, 2.94922, 1.40865 }, 214.598 },
- { { -16.4785, -2.82031, -1.91074 }, 233.102 }
- };
- filingPos[] = {
- { { -1.01953, -0.453125, -1.92431 }, 357.404 },
- { { -2.16602, 2.66797, -1.92431 }, 110.166 },
- { { -2.17773, 4.83203, -1.9243 }, 85.2777 },
- { { -2.19727, 5.30664, 1.40868 }, 84.274 },
- { { -2.1875, 5.33203, -1.9243 }, 86.7386 },
- { { 4.37109, 4.39844, 1.40868 }, 71.7087 },
- { { 5.33984, -3.24219, -1.9243 }, 266.113 },
- { { 5.41602, 3.54102, -1.9243 }, 263.452 },
- { { 4.29102, 4.91797, 1.40868 }, 85.4132 },
- { { 5.37891, 4.10938, -1.9243 }, 275.738 },
- { { 4.30859, 5.38086, 1.40868 }, 86.1467 },
- { { 5.42188, 4.70898, -1.9243 }, 265.797 },
- { { -8.33398, 2.60352, 1.40874 }, 182.724 },
- { { -8.9707, 2.60156, 1.40873 }, 180.321 },
- { { -9.7832, 2.66797, 1.40867 }, 195.667 },
- { { 10.8789, -0.318359, 1.40868 }, 73.9709 },
- { { 10.9199, -2.47656, -1.9243 }, 90.1058 },
- { { 10.9004, -3.0625, -1.9243 }, 90.2496 },
- { { -10.8066, 5.09375, -1.9243 }, 83.8553 },
- { { -16.6758, -2.74023, 1.40868 }, 269.525 },
- { { -16.7051, -3.23438, 1.40868 }, 265.732 },
- { { -16.6211, 5.41211, 1.40871 }, 281.602 }
- };
- pelicanPos[] = {
- { { -9.26563, -4.74609, 1.40864 }, 207.949 },
- { { 10.4531, -2.80273, 1.40864 }, 136.408 },
- { { -16.666, 6.80859, 1.40864 }, 268.101 }
- };
- tablePos[] = {
- { { 1.79883, -0.546875, 1.40863 }, 0.30365 },
- { { 7.95117, -3.04688, 1.40863 }, 181.397 },
- { { -16.5781, 4.66797, -1.92435 }, 269.307 }
- };
- lockerPos[] = {
- { { 0.539063, 2.65234, 1.40864 }, 180.316 },
- { { 6.29492, -0.507813, -1.92434 }, 359.612 },
- { { -6.15625, 2.65625, 1.40874 }, 178.513 },
- { { -7.85352, 2.64844, -1.92434 }, 178.304 }
- };
- freezerPos[] = {
- { { -5.82227, -4.86328, 1.49066 }, 185 },
- { { -6.21875, 5.08398, 1.49066 }, 1.99997 },
- { { -16.0039, -0.580078, 1.49066 }, 1.99997 }
- };
- cabinetPos[] = {
- { { -7.6416, -5.42383, -0.409235 }, 270 },
- { { -17.0132, 1.60693, 2.89076 }, 0 }
- };
- };
- class Land_i_Barracks_V2_F : Default {
- limit = 6;
- lootType = "mil";
- shelfPos[] = {
- { { -3.91406, 4.36816, 0.579132 }, 0.755371 },
- { { -7.16211, -2.42676, 3.91308 }, 90 },
- { { -7.08789, -3.69434, 0.579177 }, 88.7136 },
- { { 7.91797, 2.16504, 0.579097 }, 93.2098 },
- { { 8.86719, 2.98145, 0.579103 }, 265.996 },
- { { 12.2988, 1.54297, 3.91308 }, 180.227 }
- };
- fridgePos[] = {
- { { -13.209, -3.86133, 0.579104 }, 267.951 },
- { { -13.1953, -3.96875, 3.91308 }, 266.429 }
- };
- bedPos[] = {
- { { 3.25391, 2.82422, 0.579081 }, 181.072 },
- { { 7.13086, -3.10645, 0.579082 }, 359.996 },
- { { 10.2598, -2.19531, 3.91306 }, 274.345 },
- { { -12.0977, 2.37695, 3.91306 }, 91.0109 },
- { { -12.6543, 3.00977, 0.579082 }, 184.452 }
- };
- couchPos[] = {
- { { 6.04297, -2.55762, 3.91306 }, 280.83 },
- { { 10.2754, -2.4502, 0.579081 }, 280.799 }
- };
- cookerPos[] = {
- { { -12.6621, -1.54199, 0.578749 }, 358.466 },
- { { -13.2383, -2.48926, 3.91281 }, 270.982 }
- };
- chairPos[] = {
- { { 2.58594, -3.91309, 0.579165 }, 261.223 },
- { { -1.79297, -5.75391, 3.91291 }, 133.686 },
- { { -5.79688, -5.7041, 3.91307 }, 219.674 },
- { { -7.625, 3.94141, 0.579091 }, 54.7852 },
- { { -7.74414, 3.70801, 3.91307 }, 37.1618 },
- { { 9.36328, -3.69824, 3.91306 }, 252.24 },
- { { 13.834, -3.76172, 0.579099 }, 137.181 }
- };
- filingPos[] = {
- { { 2.26172, -1.52051, 3.91319 }, 357.145 },
- { { 1.2832, 3.91797, 3.9131 }, 85.9261 },
- { { 1.24609, 4.37402, 3.9131 }, 83.3282 },
- { { 4.24805, 1.63574, 3.9131 }, 173.705 },
- { { 4.69336, 1.63379, 3.9131 }, 177.094 },
- { { -6.30273, 3.34766, 0.579124 }, 266.774 },
- { { -6.23438, 3.84766, 0.579123 }, 274.501 },
- { { -7.2832, -4.13379, 3.91315 }, 178.61 },
- { { 7.93555, 3.07422, 0.57919 }, 82.7785 },
- { { 9.14648, 1.65332, 3.91318 }, 184.404 },
- { { -13.1055, 4.26563, 3.91319 }, 288.672 },
- { { 14.2305, 1.56543, 3.9131 }, 90.9699 }
- };
- pelicanPos[] = {
- { { -2.50391, -5.04199, 7.4924 }, 169.602 },
- { { -12.8242, 5.72266, 3.82744 }, 317.876 }
- };
- tablePos[] = {
- { { -2.72852, 1.75391, 3.91306 }, 178.339 },
- { { -3.75781, -6.08105, 3.91306 }, 180.247 },
- { { -9.46484, 4.12988, 3.91306 }, 359.779 },
- { { -10.1289, 4.10156, 0.579082 }, 0.00921631 }
- };
- lockerPos[] = {
- { { 1.2793, 3.78418, 0.579087 }, 86.8882 },
- { { -2.58789, -3.3584, 0.579131 }, 359.544 },
- { { -6.10352, 2.22168, 3.9131 }, 269.383 },
- { { -6.22266, 2.14551, 0.57918 }, 271.326 },
- { { 7.8125, 3.70313, 3.91307 }, 88.2042 },
- { { 14.0723, -3.22754, 3.91322 }, 88.3252 },
- { { 14.2012, 3.70703, 0.579188 }, 88.1507 }
- };
- toolRackPos[] = {
- { { -2.93359, 1.23438, 0.579066 }, 180.737 }
- };
- freezerPos[] = {
- { { -8.96094, -1.70605, 0.508462 }, 360 },
- { { -9.27344, -1.7334, 3.85846 }, 360 }
- };
- cabinetPos[] = {
- { { -6.55322, -2.76904, 5.30856 }, 0 }
- };
- };
- class Land_i_Barracks_V1_F : Land_i_Barracks_V2_F {};
-
- class Land_d_Windmill01_F : Default {
- pelicanPos[] = {
- { { -2.92773, 2.72852, 0.965859 }, 132.301 }
- };
- shoeboxPos[] = {
- { { -1.11328, 1.94141, -2.32494 }, 0 }
- };
- palletPos[] = {
- { { -1.2168, -0.789063, -2.31882 }, 360 }
- };
- };
- class Land_u_Shed_Ind_F : Default {
- shelfPos[] = {
- { { -5.90234, -1.64453, -1.45137 }, 179.958 },
- { { -0.0195313, 8.39648, -1.43504 }, 6.50078 }
- };
- chairPos[] = {
- { { -6.70703, 1.93359, -1.43049 }, 357.957 }
- };
- filingPos[] = {
- { { -4.83203, 2.18359, -1.43498 }, 3.3181 },
- { { 6.72266, -1.33984, -1.43502 }, 208.603 }
- };
- pelicanPos[] = {
- { { -4.81055, 2.53125, 1.51679 }, 180.197 }
- };
- palletPos[] = {
- { { -2.47266, 7.94922, -1.51769 }, 360 },
- { { 8.92383, 3.15039, -1.51769 }, 91 },
- { { 14.834, -0.927734, -1.51769 }, 360 }
- };
- freezerPos[] = {
- { { -4.94141, 0.177734, -1.51769 }, 91 }
- };
- };
- class Land_i_Shed_Ind_F : Default {
- shelfPos[] = {
- { { 3.75781, -1.39844, -1.43597 }, 178.598 },
- { { -6.29688, -1.64844, -1.43597 }, 180.042 },
- { { -1.85938, 8.64844, -1.43597 }, 1.254 },
- { { 15.8086, 5.01367, -1.43592 }, 90.0259 }
- };
- fridgePos[] = {
- { { -4.0918, 2.25391, -1.43614 }, 269.878 }
- };
- couchPos[] = {
- { { 0.0527344, 3.64453, -1.43621 }, 214.408 }
- };
- cookerPos[] = {
- { { -5.86523, 2.00391, -1.43661 }, 358.838 }
- };
- chairPos[] = {
- { { 15.4688, 7.75586, -1.43558 }, 90.0616 }
- };
- filingPos[] = {
- { { -4.89648, -1.49609, -1.43617 }, 178.115 },
- { { -0.6875, 8.5293, -1.43617 }, 358.177 },
- { { 15.6309, 6.44336, -1.43617 }, 86.6001 }
- };
- lockerPos[] = {
- { { 8.71875, -1.44141, -1.43617 }, 179.064 }
- };
- toolRackPos[] = {
- { { -1.60742, -1.83594, -1.43602 }, 181.024 },
- { { 8.53906, 8.82422, -1.43602 }, 0.0482483 }
- };
- shoeboxPos[] = {
- { { -6.76953, 2.15039, -1.43621 }, 356.704 }
- };
- palletPos[] = {
- { { -3.32031, -0.679688, -1.50884 }, 0 },
- { { 2.86133, 7.82031, -1.50884 }, 0 },
- { { 4.82617, 7.72266, -1.50884 }, 91 }
- };
- freezerPos[] = {
- { { -5.0293, 0.304688, -1.47884 }, 91 }
- };
- };
- class Land_BagBunker_Large_F : Default {
- lootType = "mil";
- shelfPos[] = {
- { { 0.0820313, -0.914063, -0.766759 }, 269.689 },
- { { -3.85156, -1.18555, -0.76676 }, 272.369 }
- };
- couchPos[] = {
- { { 2.64648, -3.39258, -0.766787 }, 87.3199 }
- };
- filingPos[] = {
- { { 1.02148, 1.80078, -0.766742 }, 359.841 },
- { { -1.57031, 1.58008, -0.766741 }, 359.563 }
- };
- pelicanPos[] = {
- { { 0.382813, 0.970703, -0.766773 }, 269.105 },
- { { -0.769531, -1.35352, -0.766773 }, 73.6849 }
- };
- tablePos[] = {
- { { -0.646484, 0.492188, -0.766783 }, 90.0316 }
- };
- palletPos[] = {
- { { 3.13672, -1.19922, -0.69166 }, 0 },
- { { -3.17773, -3.54102, -0.69166 }, 0 }
- };
- };
- class Land_BagBunker_Tower_F : Default {
- lootType = "mil";
- pelicanPos[] = {
- { { -1.95508, -0.0195313, -0.90682 }, 269.117 },
- { { -0.703125, -2.67383, 0.543192 }, 212.824 }
- };
- shoeboxPos[] = {
- { { 2.37891, -1.93555, -0.873341 }, 0 }
- };
- palletPos[] = {
- { { -0.732422, 2.07617, -2.17334 }, 348 },
- { { -0.771484, -2.21094, -2.17334 }, 0 }
- };
- };
- class Land_Offices_01_V1_F : Default {
- limit = 6;
- shelfPos[] = {
- { { 1.18555, 3.91016, 0.712739 }, 359.463 },
- { { -1.66797, -5.50195, -7.10147 }, 270.268 },
- { { 7.38477, 1.79688, 4.63913 }, 89.9385 },
- { { 7.48047, -4.49414, -3.18539 }, 87.3787 },
- { { 8.3457, 2.93164, -7.08514 }, 270.832 },
- { { 12.4883, 3.5293, -7.08517 }, 89.032 },
- { { -16.5742, 6.37695, -7.08533 }, 269.995 }
- };
- fridgePos[] = {
- { { 8.60547, 1.05273, -7.08536 }, 261.917 }
- };
- couchPos[] = {
- { { 6.63086, 2.61133, -7.08539 }, 359.378 }
- };
- cookerPos[] = {
- { { 12.3555, 2.48438, -7.0863 }, 88.735 }
- };
- chairPos[] = {
- { { 7.04297, -3.23633, 0.71985 }, 54.2617 },
- { { 6.82813, -6.80273, 0.698915 }, 116.603 },
- { { 12.1465, 7.50391, -7.08539 }, 21.1554 },
- { { -15.248, 7.0293, 9.81961 }, 126.25 }
- };
- filingPos[] = {
- { { -0.162109, 3.8457, 0.712403 }, 355.347 },
- { { -1.60547, -3.98047, -7.10168 }, 270.008 },
- { { 5.1582, 0.861328, 4.62234 }, 186.369 },
- { { 4.81445, 3.93164, -3.18698 }, 86.2954 },
- { { 5.69531, 3.77148, -3.18649 }, 2.55798 },
- { { 7.20898, 3.4082, 4.63931 }, 72.0425 },
- { { 7.27148, 3.89648, 4.63947 }, 84.6359 },
- { { 7.46289, -5.73047, -3.18564 }, 89.5913 },
- { { 9.43164, -0.173828, 4.63879 }, 355.477 },
- { { 9.89063, -0.171875, 4.63889 }, 357.143 },
- { { 8.54883, 7.85352, -7.08539 }, 354.434 },
- { { 9.14648, 7.85742, -7.08536 }, 342.434 },
- { { -16.377, 4.77148, -7.08542 }, 249.62 },
- { { -16.3945, 5.33789, -7.08539 }, 272.711 }
- };
- pelicanPos[] = {
- { { -7.70508, 3.27539, 9.80328 }, 165.226 },
- { { 11.9551, -0.947266, 4.63934 }, 22.6672 },
- { { -11.2246, -9.87695, 9.81973 }, 358.384 }
- };
- tablePos[] = {
- { { 7.39453, -4.98242, 0.717866 }, 89.9971 }
- };
- lockerPos[] = {
- { { 10.3047, 7.74805, -7.08533 }, 359.889 }
- };
- toolRackPos[] = {
- { { 5.50781, 4.16016, 4.63971 }, 0.0171576 }
- };
- shoeboxPos[] = {
- { { 3.23438, -0.361328, 4.62201 }, 314.676 },
- { { -13.8223, 3.53125, 9.81958 }, 272.283 }
- };
- palletPos[] = {
- { { -5.23438, 1.21875, 9.83307 }, 348 },
- { { 6.88477, -4.91602, 9.83307 }, 348 },
- { { -7.91797, -7.52734, 9.83307 }, 348 },
- { { 10.6992, -4.91602, 4.62271 }, 0 },
- { { 11.6484, 6.89063, 9.83307 }, 348 }
- };
- freezerPos[] = {
- { { 12.332, 1.18555, -7.08542 }, 90 }
- };
- cabinetPos[] = {
- { { 4.25293, 0.552734, 5.96314 }, 270 },
- { { 10.2202, 0.577637, -5.76687 }, 270 }
- };
- };
- class Land_d_Stone_Shed_V1_F : Default {
- bedPos[] = {
- { { 2.83203, 1.8418, -0.0155029 }, 269.824 }
- };
- palletPos[] = {
- { { 1.93164, -3.32227, -10 }, 348 }
- };
- };
- class Land_i_House_Small_01_V1_F : Default {
- shelfPos[] = {
- { { 0.712891, 2.01953, -1.06801 }, 179.636 }
- };
- fridgePos[] = {
- { { 2.66992, 4.35742, -1.06878 }, 359.99 }
- };
- bedPos[] = {
- { { -3.06641, 0.388672, -1.06846 }, 273.681 }
- };
- couchPos[] = {
- { { -1.00195, -3.09766, -1.06751 }, 91.678 }
- };
- wardrobePos[] = {
- { { -4.11914, -1.85938, -1.08958 }, 269.028 }
- };
- cookerPos[] = {
- { { 3.91992, 4.31055, -1.06914 }, 359.993 }
- };
- chairPos[] = {
- { { 0.800781, -1.12109, -1.06701 }, 74.3133 },
- { { -3.79492, 2.57031, -1.06882 }, 227.565 },
- { { -3.71875, -3.625, -1.05222 }, 229.261 }
- };
- tablePos[] = {
- { { -1.875, 2.26172, -1.06836 }, 180.248 }
- };
- };
- class Land_i_House_Small_01_V2_F : Land_i_House_Small_01_V1_F {};
- class Land_i_House_Small_01_V3_F : Land_i_House_Small_01_V1_F {};
-
- class Land_u_House_Big_01_V1_F : Default {
- shelfPos[] = {
- { { 1.56055, 0.982422, -2.59135 }, 359.087 },
- { { 3.06836, -2.5918, 0.82871 }, 183.405 },
- { { 1.39258, -6.70508, -2.59135 }, 182.249 },
- { { 3.20703, 6.94922, -2.59135 }, 3.01586 }
- };
- fridgePos[] = {
- { { 0.0546875, 6.88477, -2.59135 }, 357.87 }
- };
- bedPos[] = {
- { { -3.03711, -5.87109, 0.828626 }, 91.7906 },
- { { 3.26758, -5.99805, 0.828626 }, 95.6288 },
- { { 3.30273, 6.26758, 0.828626 }, 272.1 }
- };
- couchPos[] = {
- { { 0.482422, -1.69141, 0.828588 }, 90.019 },
- { { -0.523438, -2.12305, -2.59137 }, 184.381 },
- { { -3.01172, 5.27344, -2.59138 }, 177.246 },
- { { -2.76172, 6.18164, 0.828629 }, 269.359 }
- };
- wardrobePos[] = {
- { { 4.35352, -3.9375, 0.828695 }, 91.5199 },
- { { 4.29102, 4.18945, 0.828744 }, 90.0946 }
- };
- cookerPos[] = {
- { { 1.33398, 6.96289, -2.59177 }, 359.496 }
- };
- chairPos[] = {
- { { -2.83594, -0.570313, -2.68137 }, 75.9432 },
- { { -2.95898, -2.29102, -2.68137 }, 82.8292 },
- { { 0.705078, 3.7832, 0.828643 }, 180.005 },
- { { -3.65039, 2.18164, 0.828628 }, 313.022 },
- { { 4.05078, 3.9043, -2.5792 }, 111.554 }
- };
- tablePos[] = {
- { { 1.75977, 0.580078, 0.828625 }, 359.479 },
- { { 0.232422, -6.57813, 0.828625 }, 180.157 },
- { { 4.20898, -5.11133, -2.59138 }, 90.4264 }
- };
- toolRackPos[] = {
- { { -2.86523, 1.09375, -2.5914 }, 179.843 }
- };
- freezerPos[] = {
- { { 1.55859, 3.71289, -2.61788 }, 177 }
- };
- };
- class Land_i_House_Big_01_V1_F : Default {
- shelfPos[] = {
- { { -3.33594, 2.69336, 0.828649 }, 0.965714 },
- { { 2.96875, 3.44531, -2.59135 }, 182.75 },
- { { 3.70898, -2.63867, 0.828707 }, 180.077 },
- { { -4.09961, 2.03516, -2.59135 }, 269.739 }
- };
- fridgePos[] = {
- { { 4.11914, 3.69922, -2.59135 }, 168.186 },
- { { -3.92578, 6.73633, 0.828675 }, 290.478 }
- };
- bedPos[] = {
- { { 0.835938, -4.21289, 0.828626 }, 273.228 },
- { { 3.64844, -4.54688, 0.828626 }, 1.43391 },
- { { 3.29297, 6.20508, 0.828626 }, 273.903 }
- };
- couchPos[] = {
- { { -3.18359, -1.30273, 0.828621 }, 181.307 },
- { { 3.11328, 4.48633, 0.828624 }, 89.1209 },
- { { -2.99609, 5.30859, -2.59138 }, 178.667 },
- { { 3.05664, -5.85938, -2.59137 }, 90.8967 }
- };
- wardrobePos[] = {
- { { -3.63281, 3.60742, 0.828697 }, 179.668 },
- { { 4.30273, -3.64844, -2.59128 }, 90 },
- { { -2.66016, -6.70117, 0.828702 }, 181.241 }
- };
- cookerPos[] = {
- { { 1.91016, 3.75781, -2.59176 }, 181.387 }
- };
- chairPos[] = {
- { { 1.875, 0.488281, -2.59136 }, 12.1387 },
- { { 2.37305, 0.478516, 0.85181 }, 84.246 },
- { { -3, -0.240234, -2.68137 }, 57.9483 },
- { { -2.76953, -2.30664, -2.68137 }, 80.3317 }
- };
- tablePos[] = {
- { { -1.17188, -1.95703, -2.59138 }, 270.249 },
- { { 0.105469, 6.84375, 0.828627 }, 0.00192261 }
- };
- toolRackPos[] = {
- { { -2.8125, 1.09375, -2.59139 }, 180.224 }
- };
- freezerPos[] = {
- { { 0.59375, 6.80273, -2.61788 }, 3 }
- };
- };
- class Land_i_House_Big_01_V2_F : Land_i_House_Big_01_V1_F {};
- class Land_i_House_Big_01_V3_F : Land_i_House_Big_01_V1_F {};
-
- class Land_Hospital_side1_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { -5.40039, 2.9082, -7.91957 }, 2.14935 },
- { { -6.25, -7.61719, -7.92645 }, 270.854 },
- { { 2.96484, 10.916, 7.44774 }, 359.647 },
- { { 9.71289, -6.21289, -7.92565 }, 87.4192 }
- };
- fridgePos[] = {
- { { -2.66797, -11.2949, -7.92739 }, 179.351 }
- };
- bedPos[] = {
- { { -0.912109, -3.25195, -7.92176 }, 91.7708 },
- { { 4.10547, -3.19141, -7.92099 }, 89.6996 },
- { { -0.625, -5.79688, -7.92326 }, 266.29 }
- };
- couchPos[] = {
- { { -0.386719, 1.90234, -7.91998 }, 271.421 }
- };
- cookerPos[] = {
- { { -3.70898, -11.1738, -7.92829 }, 180.136 }
- };
- chairPos[] = {
- { { 7.83008, 2.53906, -7.92018 }, 340.336 },
- { { 9.28516, 2.51367, -7.92017 }, 27.1802 }
- };
- pelicanPos[] = {
- { { -4.66016, 7.12695, -0.617266 }, 177.338 }
- };
- lockerPos[] = {
- { { -6.14063, 0.242188, -7.92175 }, 268.608 },
- { { 9.47656, 0.0429688, -7.92081 }, 89.4555 }
- };
- toolRackPos[] = {
- { { -0.167969, 6.7832, 7.44031 }, 0.197876 },
- { { 9.93164, 5.09375, -7.92028 }, 90.4358 }
- };
- shoeboxPos[] = {
- { { 9.5293, -5.36328, 7.43984 }, 95.593 },
- { { 0.126953, 11.4395, 2.38099 }, 90 }
- };
- palletPos[] = {
- { { 5.7207, 5.69727, 7.451 }, 90 },
- { { -2.02539, 10.0586, -7.89901 }, 90 },
- { { 8.43945, -6.91016, 7.451 }, 90 }
- };
- freezerPos[] = {
- { { 9.43945, -8.53906, -7.90901 }, 90 }
- };
- cabinetPos[] = {
- { { -6.39502, -5.93945, -6.56894 }, 0 },
- { { 9.81006, -4.22998, -6.56894 }, 180 }
- };
- };
- class Land_Hospital_side2_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 4.34766, -10.8809, -8.13902 }, 179.22 },
- { { -5.95703, -10.9258, -8.13085 }, 178.43 },
- { { 15.5547, -1.91211, -8.13092 }, 359.336 }
- };
- fridgePos[] = {
- { { -8.25586, -8.94922, -8.13093 }, 267.631 }
- };
- couchPos[] = {
- { { -7.19336, 1.38867, -8.13095 }, 179.136 }
- };
- cookerPos[] = {
- { { -8.17969, -10.1816, -8.13134 }, 269.372 }
- };
- pelicanPos[] = {
- { { -7.36133, 3.00391, 11.219 }, 282.51 },
- { { -10.5195, -4.00586, 7.23841 }, 237.441 }
- };
- lockerPos[] = {
- { { -1.35938, -10.7207, -8.13079 }, 180.383 },
- { { 8.24609, -10.7422, -8.13077 }, 178.528 },
- { { 11.8438, -10.709, -8.13078 }, 179.892 }
- };
- toolRackPos[] = {
- { { -8.71094, -3.51367, -8.13078 }, 270 }
- };
- palletPos[] = {
- { { 1.34766, -0.410156, -8.14045 }, 90 },
- { { -5.58203, -0.400391, -8.14045 }, 90 },
- { { 6.58008, 3.79297, -8.14045 }, 90 }
- };
- freezerPos[] = {
- { { -4.11914, -10.6406, -8.14045 }, 180 }
- };
- cabinetPos[] = {
- { { 0.117188, -1.76221, -6.77038 }, 90 },
- { { 1.33496, -11.0347, -6.77038 }, 270 },
- { { 14.6304, -11.0347, -6.77038 }, 270 }
- };
- };
- class Land_Hospital_main_F : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 14.3516, -2.75781, -8.04017 }, 90.0092 },
- { { 14.4102, -10.8027, -8.04031 }, 88.6201 },
- { { 6.71875, -18.9082, 7.32756 }, 88.904 }
- };
- chairPos[] = {
- { { -10.5098, -12.3008, -8.04206 }, 272.027 },
- { { 4.49805, 19.1055, -8.03925 }, 359.681 },
- { { 6.66016, 19.1504, -8.0383 }, 356.209 },
- { { 0.691406, -20.6602, -8.03756 }, 178.007 },
- { { 9.58594, 19.1191, -8.03699 }, 359.114 },
- { { 5.51953, -20.6738, -8.03836 }, 179.692 }
- };
- pelicanPos[] = {
- { { 5.98242, -6.33008, 7.32735 }, 22.9554 },
- { { 10.6816, 0.878906, -7.01696 }, 300.456 }
- };
- tablePos[] = {
- { { 3.35938, -20.6563, -8.04205 }, 179.332 }
- };
- lockerPos[] = {
- { { 14.1875, 10.0137, -8.03923 }, 88.9373 },
- { { 14.1895, 12.209, -8.03929 }, 89.9901 },
- { { 14.2285, 14.4941, -8.03952 }, 89.9901 }
- };
- shoeboxPos[] = {
- { { -1.01367, -4.61133, -1.04287 }, 188.531 },
- { { 12.9023, -7.36914, 7.32734 }, 210.758 }
- };
- palletPos[] = {
- { { -10.0547, -6.80469, -8.05151 }, 180 },
- { { 1.62305, 18.627, -8.05151 }, 180 }
- };
- cabinetPos[] = {
- { { 14.5366, -0.879883, -6.88591 }, 180 },
- { { 14.5056, -9.5127, -6.88591 }, 180 }
- };
- };
- class Land_d_Shop_02_V1_F : Default {
- shelfPos[] = {
- { { -1.25195, -3.0293, -2.79755 }, 250.062 },
- { { 1.2793, -4.13867, -2.79765 }, 178.402 },
- { { -5.04688, 2.14063, 1.0899 }, 273.409 }
- };
- fridgePos[] = {
- { { -1.77148, 4.04688, -2.79756 }, 99.5686 }
- };
- couchPos[] = {
- { { 2.12891, -2.2168, 1.09474 }, 94.155 }
- };
- chairPos[] = {
- { { 4.9707, -3.16992, 1.09518 }, 180.623 },
- { { -4.48633, 4.00586, -2.79765 }, 325.405 },
- { { -4.54883, 4.10352, 1.08889 }, 330.581 }
- };
- pelicanPos[] = {
- { { 0.566406, 1.81445, 4.50349 }, 353.316 }
- };
- palletPos[] = {
- { { -4.0918, -2.88086, -2.45702 }, 238 },
- { { 4.7832, 4.58984, -2.52702 }, 238 }
- };
- };
- class Land_d_House_Small_01_V1_F : Default {
- shelfPos[] = {
- { { 6.82813, 6.42285, -0.861197 }, 354.675 }
- };
- fridgePos[] = {
- { { 8.44141, 2.11035, -0.859908 }, 88.0808 }
- };
- couchPos[] = {
- { { 4.75, -0.15918, -0.859535 }, 359.982 }
- };
- chairPos[] = {
- { { 3.43359, 4.36914, -0.860575 }, 180.154 },
- { { 8.06641, 5.74316, -0.861 }, 27.7226 }
- };
- pelicanPos[] = {
- { { 1.42969, -1.45898, 2.73048 }, 98.759 }
- };
- palletPos[] = {
- { { 0.865234, -1.24414, -0.196001 }, 238 }
- };
- };
- class Land_Church_01_V1_F : Default {
- wardrobePos[] = {
- { { 4.5957, 5.27051, -6.49416 }, 180.222 }
- };
- chairPos[] = {
- { { 5.29492, -5.31055, -6.49177 }, 10.1886 }
- };
- pelicanPos[] = {
- { { -5.17969, 5.49414, -5.52077 }, 284.503 }
- };
- shoeboxPos[] = {
- { { -5.70313, -4.57422, -5.49586 }, 271.096 }
- };
- palletPos[] = {
- { { -4.17969, -5.43848, -5.50872 }, 238 }
- };
- };
- class Land_Castle_01_tower_F : Default {
- shelfPos[] = {
- { { 2.58398, 2.0791, -9.50637 }, 85.6591 }
- };
- couchPos[] = {
- { { -1.63281, -1.07617, -9.50639 }, 183.524 }
- };
- chairPos[] = {
- { { -2.01953, -1.68555, 7.91612 }, 225.648 }
- };
- pelicanPos[] = {
- { { 2.05469, -1.40527, 7.91612 }, 117.265 }
- };
- palletPos[] = {
- { { -1.76758, 2.14648, -9.5529 }, 238 }
- };
- };
- class Land_dp_bigTank_F : Default {
- pelicanPos[] = {
- { { 0.326172, -0.174805, 3.57153 }, 253.033 }
- };
- palletPos[] = {
- { { -2.50781, -3.73828, 3.60099 }, 180 },
- { { -2.02734, 4.60449, 3.60099 }, 238 }
- };
- };
- class Land_i_House_Small_02_V1_F : Default {
- fridgePos[] = {
- { { -3.27148, 0.0527344, -0.734623 }, 270.037 }
- };
- bedPos[] = {
- { { 6.20313, -2.11328, -0.726701 }, 91.5496 }
- };
- couchPos[] = {
- { { -0.511719, -1.35156, -0.735134 }, 1.5394 },
- { { 6.25391, 0.796875, -0.726635 }, 2.02849 }
- };
- wardrobePos[] = {
- { { 1.42578, -2.14453, -0.732787 }, 274.294 }
- };
- cookerPos[] = {
- { { -3.22266, 2.26367, -0.727057 }, 270.633 }
- };
- chairPos[] = {
- { { 1.82813, -0.0859375, -0.732331 }, 294.633 },
- { { 3.58398, -2.61719, -0.730065 }, 188.429 }
- };
- tablePos[] = {
- { { 4.15039, 2.44727, -0.726453 }, 0.13829 }
- };
- };
- class Land_i_House_Small_02_V2_F : Land_i_House_Small_02_V1_F { };
- class Land_i_House_Small_02_V3_F : Land_i_House_Small_02_V1_F { };
-
- class Land_Chapel_V1_F : Default {
- wardrobePos[] = {
- { { 6.00195, -3.92969, -2.83485 }, 179.372 },
- { { 6.51758, 3.87891, -2.83486 }, 0.951279 }
- };
- chairPos[] = {
- { { -5.87305, -3.24414, -2.83491 }, 100.36 }
- };
- pelicanPos[] = {
- { { 6.86914, 0.0175781, -2.63492 }, 267.468 }
- };
- tablePos[] = {
- { { -4.00977, -1.36523, -2.83493 }, 269.847 }
- };
- shoeboxPos[] = {
- { { 1.01758, -1.21484, -2.83492 }, 277.811 },
- { { 3.37695, 3.05078, -2.83492 }, 276.733 },
- { { -1.56445, -4.63281, -1.51178 }, 1.34718 }
- };
- palletPos[] = {
- { { -6.60352, -0.580078, -2.83143 }, 107 }
- };
- };
- class Land_Chapel_V2_F : Land_Chapel_V1_F {};
-
- class Land_Chapel_Small_V1_F : Default {
- chairPos[] = {
- { { 3.26953, 0.988281, -0.894284 }, 95.6997 }
- };
- pelicanPos[] = {
- { { 1.88379, -1, -0.54896 }, 269.755 }
- };
- shoeboxPos[] = {
- { { -0.423828, -1.18945, -0.9293 }, 272.97 }
- };
- palletPos[] = {
- { { 5.34961, 1.12695, -10 }, 107 }
- };
- };
- class Land_Chapel_Small_V2_F : Default {
- chairPos[] = {
- { { 1.81445, 1.00391, -0.894289 }, 263.639 },
- { { 1.86621, -1.23633, -0.894289 }, 264.855 }
- };
- pelicanPos[] = {
- { { -0.228516, -0.994141, -0.54997 }, 264.521 }
- };
- tablePos[] = {
- { { 3.75586, -0.105469, -0.894377 }, 89.9709 }
- };
- shoeboxPos[] = {
- { { -0.333984, -0.396484, -0.9293 }, 269.367 }
- };
- };
- class Land_Unfinished_Building_02_F : Default {
- shelfPos[] = {
- { { -3.17188, -1.88086, 0.949918 }, 269.1 },
- { { 5.81641, 1.0918, -2.52319 }, 89.9583 },
- { { 5.91406, 0.357422, 0.950038 }, 90.0202 },
- { { -7.89746, 0.162109, 0.949969 }, 268.502 }
- };
- bedPos[] = {
- { { -4.95898, 3.81641, 0.949724 }, 2.84769 }
- };
- couchPos[] = {
- { { -0.923828, -4.65039, 0.949726 }, 89.1011 },
- { { -6.69727, 1.0293, -2.52443 }, 191.658 }
- };
- pelicanPos[] = {
- { { 0.539063, 3.33398, 0.949805 }, 48.6076 }
- };
- lockerPos[] = {
- { { 2.0166, 4.06055, 0.949846 }, 269.094 }
- };
- toolRackPos[] = {
- { { 1.55176, -1.90625, 0.949803 }, 90 }
- };
- shoeboxPos[] = {
- { { -2.40234, 3.50586, -2.29579 }, 316.814 }
- };
- palletPos[] = {
- { { 3.5625, -2.18359, -2.38678 }, 107 },
- { { -4.375, 3.11133, -2.43678 }, 107 },
- { { -7.12988, -2.27539, -2.38678 }, 107 }
- };
- };
- class Land_Unfinished_Building_01_F : Default {
- shelfPos[] = {
- { { 1.72168, -2.44336, 1.17171 }, 270.818 },
- { { -4.88184, 2.35938, 1.17171 }, 269.023 },
- { { -3.98438, 6.07227, -2.33344 }, 359.657 }
- };
- pelicanPos[] = {
- { { -0.557617, 5.36523, 4.46878 }, 7.08017 },
- { { -1.00684, 5.38867, -2.33351 }, 80.4785 }
- };
- toolRackPos[] = {
- { { -5.13184, 4.25, 1.1717 }, 270.006 }
- };
- shoeboxPos[] = {
- { { -0.368164, 5.74023, -2.31357 }, 26.9766 }
- };
- palletPos[] = {
- { { -2.25879, -1.67578, 1.17496 }, 107 },
- { { -3.6416, -1.50586, -2.30504 }, 107 }
- };
- };
- class Land_i_Garage_V1_F : Default {
- shelfPos[] = {
- { { -1.55078, 2.56055, -0.123878 }, 2.39618 },
- { { 1.91309, 2.57422, -0.123676 }, 359.724 }
- };
- fridgePos[] = {
- { { 2.73438, -2.17188, -0.123873 }, 182.516 },
- { { 4.35547, -1.73828, -0.123592 }, 152.206 }
- };
- cookerPos[] = {
- { { 0.046875, -2.07031, -0.124327 }, 178.265 },
- { { 4.73438, -0.0839844, -0.124328 }, 90 }
- };
- chairPos[] = {
- { { -3.29883, 2.07813, -0.115259 }, 30.7671 },
- { { -3.37695, -2.0293, -0.108249 }, 179.713 }
- };
- toolRackPos[] = {
- { { 0.271484, 2.77539, -0.124063 }, 0.0454407 }
- };
- freezerPos[] = {
- { { 1.19922, -1.98047, -0.116426 }, 176 }
- };
- };
- class Land_i_Shop_01_V1_F : Default {
- shelfPos[] = {
- { { -3.48438, -1.17578, -2.788 }, 268.197 },
- { { 3.14453, 4.45508, -2.78799 }, 180.136 }
- };
- fridgePos[] = {
- { { 1.59961, 4.04297, -2.78796 }, 85.053 }
- };
- bedPos[] = {
- { { -2.6543, 2.58594, 1.08346 }, 176.063 }
- };
- couchPos[] = {
- { { -2.60742, 2.36133, -2.78802 }, 178.997 }
- };
- wardrobePos[] = {
- { { 1.71094, 1.96094, 1.10037 }, 90.3614 }
- };
- cookerPos[] = {
- { { 1.47656, 0.724609, -2.7976 }, 91.1 }
- };
- chairPos[] = {
- { { -3.06836, -1.5293, 1.08361 }, 216.965 },
- { { -3.23242, 6.06445, 1.08373 }, 271.268 },
- { { -3.09766, 6.14063, -2.78284 }, 312.75 }
- };
- pelicanPos[] = {
- { { -2.66016, -3.25195, 1.07017 }, 300.566 }
- };
- freezerPos[] = {
- { { 1.54688, 2.13867, -2.7976 }, 91.1 }
- };
- };
- class Land_i_Shop_01_V2_F : Land_i_Shop_01_V1_F {};
- class Land_i_Shop_01_V3_F : Land_i_Shop_01_V1_F {};
-
- class Land_u_Shop_01_V1_F : Default {
- shelfPos[] = {
- { { 1.78516, -0.0390625, -2.90725 }, 88.4493 },
- { { -3.54688, -0.136719, -2.90725 }, 269.105 },
- { { -3.5332, -1.28711, -2.90719 }, 270 }
- };
- fridgePos[] = {
- { { 1.63086, 4.2793, -2.90721 }, 88.9036 }
- };
- bedPos[] = {
- { { -2.75195, -0.902344, 0.964377 }, 184.931 }
- };
- couchPos[] = {
- { { 0.546875, 1.35742, 0.963423 }, 8.58237 },
- { { -2.38672, 2.46484, -2.90728 }, 183.604 }
- };
- wardrobePos[] = {
- { { -3.41992, 2.08984, 0.964587 }, 270.137 },
- { { -3.36719, 5.67578, -2.90725 }, 269.105 }
- };
- cookerPos[] = {
- { { 3.19727, 4.55469, -2.90767 }, 182.053 }
- };
- chairPos[] = {
- { { 0.945313, 4.17188, 0.962904 }, 81.2836 },
- { { -2.9707, 3.94727, 0.964307 }, 304.317 }
- };
- pelicanPos[] = {
- { { -2.71094, 6.19141, 0.964416 }, 326.125 }
- };
- toolRackPos[] = {
- { { 2.03125, 1.91406, -2.90729 }, 90 }
- };
- palletPos[] = {
- { { 0.800781, -1.02539, 0.953138 }, 91.1 },
- { { 0.273438, 8.36328, -3.16686 }, 91.1 }
- };
- };
- class Land_u_Shop_02_V1_F : Default {
- shelfPos[] = {
- { { -0.126953, 2.28711, -2.7004 }, 358.842 },
- { { -4.41406, 4.35938, -2.69497 }, 355.221 }
- };
- bedPos[] = {
- { { -4.14648, -3.36914, 1.21215 }, 101.364 }
- };
- couchPos[] = {
- { { -0.917969, 1.4707, 1.21215 }, 275.214 },
- { { -0.701172, -2.85156, -2.69499 }, 179.577 }
- };
- wardrobePos[] = {
- { { -5.29297, 1.41602, 1.21222 }, 274.211 }
- };
- cookerPos[] = {
- { { -2, 3.81641, -2.69536 }, 88.9063 }
- };
- chairPos[] = {
- { { 2.67773, -3.54297, 1.21222 }, 123.36 },
- { { -3.26953, -3.9375, -2.69715 }, 150.356 }
- };
- pelicanPos[] = {
- { { 2.83984, 3.80273, 1.21219 }, 68.5479 }
- };
- lockerPos[] = {
- { { -5.19336, 1.49219, -2.69484 }, 269.367 }
- };
- toolRackPos[] = {
- { { -2.47852, -1.13086, -2.69459 }, 89.5903 }
- };
- palletPos[] = {
- { { 2.65234, -3.43359, -2.68103 }, 91.1 }
- };
- };
- class Land_i_Shop_02_V1_F : Default {
- shelfPos[] = {
- { { 3.26367, -1.38867, 1.21217 }, 90.8952 },
- { { -2.08203, -2.95703, -2.69497 }, 269.105 },
- { { -1.02539, -4.35742, -2.69497 }, 180.056 },
- { { -5.05078, 4.06055, -2.69497 }, 316.341 }
- };
- fridgePos[] = {
- { { -1.98047, 3.92383, -2.6833 }, 90.3202 },
- { { -5.27734, 3.7793, 1.21222 }, 279.71 }
- };
- bedPos[] = {
- { { -0.222656, 1.53906, 1.21215 }, 273.796 }
- };
- couchPos[] = {
- { { 0.4375, 1.25391, -2.70038 }, 267.738 },
- { { 0.759766, -3.41016, 1.21215 }, 92.1877 }
- };
- wardrobePos[] = {
- { { 2.8125, 4.05664, 1.21287 }, 9.59067 }
- };
- cookerPos[] = {
- { { -5.24609, 1.91992, -2.69537 }, 270 }
- };
- chairPos[] = {
- { { -2.39258, -3.73633, 1.21216 }, 148.243 },
- { { -4.91406, -1.41211, 1.21217 }, 307.249 },
- { { 4.62891, 3.41992, 1.21202 }, 300.318 },
- { { -4.88477, -3.74023, 1.21216 }, 223.381 }
- };
- pelicanPos[] = {
- { { 4.62695, -3.32031, 1.21216 }, 96.5193 }
- };
- tablePos[] = {
- { { -1.75391, -1.13086, -2.69498 }, 258.801 },
- { { -3.5957, -2.40234, 1.21215 }, 178.44 }
- };
- lockerPos[] = {
- { { -2.96484, -3.17773, -2.6967 }, 86.8359 }
- };
- toolRackPos[] = {
- { { -2.52344, -0.677734, -2.69483 }, 89.3848 }
- };
- freezerPos[] = {
- { { 0.943359, -4.0625, -2.69103 }, 179.201 }
- };
- };
- class Land_i_Shop_02_V2_F : Land_i_Shop_02_V1_F {};
- class Land_i_Shop_02_V3_F : Land_i_Shop_02_V1_F {};
-
- class Land_d_Shop_01_V1_F : Default {
- shelfPos[] = {
- { {0.605469,-1.54102,-2.90717}, 299.385 },
- { {4.18555,0.601563,-2.90725}, 61.8762 }
- };
- fridgePos[] = {
- { {4.00195,2.49414,-2.90721}, 89.2228 }
- };
- bedPos[] = {
- { {3.50781,-0.328125,0.96386}, 7.76802 }
- };
- couchPos[] = {
- { {0.0292969,-2.46289,0.964392}, 181.746 }
- };
- cookerPos[] = {
- { {4.14648,2.53125,0.962579}, 89.109 }
- };
- chairPos[] = {
- { {-0.193359,1.15234,-2.90727}, 319.613 },
- { {3.76758,-3.32617,0.964494}, 152.858 }
- };
- pelicanPos[] = {
- { {1.72461,1.38086,4.25002}, 148.152 }
- };
- lockerPos[] = {
- { {4.16016,3.7207,-2.90727}, 177.719 }
- };
- toolRackPos[] = {
- { {4.625,-1.60938,-2.90729}, 90.0519 }
- };
- palletPos[] = {
- { {-0.251953,-5.05664,-10}, 179.201 }
- };
- };
-
- class Land_i_Addon_02_V1_F : Default {
- fridgePos[] = {
- { {3.17969,3.81641,0.0858998}, 89.972 }
- };
- bedPos[] = {
- { {-0.154297,3.38086,0.085825}, 276.397 }
- };
- wardrobePos[] = {
- { {-2.44922,3.91602,0.0865474}, 359.106 }
- };
- chairPos[] = {
- { {0.693359,0.376953,0.0858068}, 160.478 }
- };
- tablePos[] = {
- { {-2.86133,1.26953,0.0858245}, 269.367 }
- };
- palletPos[] = {
- { {0.418823,-1.67969,-10}, 180 }
- };
- };
- class Land_u_Addon_02_V1_F : Land_i_Addon_02_V1_F {};
-
- class Land_d_Addon_02_V1_F : Default {
- couchPos[] = {
- { { -0.962891, 2.74805, 0.41301 }, 261.447 }
- };
- pelicanPos[] = {
- { { 1.94531, 2.58301, 0.439629 }, 350.421 }
- };
- palletPos[] = {
- { { -2.35156, 0.995117, 0.423958 }, 187.201 },
- { { 3.19336, 1.2168, 0.413958 }, 187.201 }
- };
- };
- class Land_d_Stone_HouseSmall_V1_F : Default {
- shelfPos[] = {
- { { 7.36328, 2.99121, -0.59085 }, 87.8075 }
- };
- fridgePos[] = {
- { { 3.63281, -1.93262, -0.616286 }, 268.761 }
- };
- bedPos[] = {
- { { 10.1387, 2.39941, -0.585113 }, 271.572 }
- };
- couchPos[] = {
- { { -0.128906, -0.958008, -0.578321 }, 80.7286 }
- };
- tablePos[] = {
- { { 1.56055, 2.4541, -0.599906 }, 3.8147 },
- { { 7.77539, -0.0078125, -0.597849 }, 341.959 }
- };
- palletPos[] = {
- { { -6.20508, 1.12988, -0.453797 }, 187.201 }
- };
- };
- class Land_i_Stone_HouseSmall_V3_F : Default {
- shelfPos[] = {
- { { 0.423828, 0.0566406, -0.65061 }, 91.2415 },
- { { 8.48047, -0.707031, -0.614687 }, 178.388 }
- };
- fridgePos[] = {
- { { 1.63477, -0.37207, -0.645178 }, 237.969 }
- };
- bedPos[] = {
- { { -7.63867, 3.78809, -0.637772 }, 284.46 }
- };
- couchPos[] = {
- { { -3.54297, 3.81445, -0.635458 }, 279.006 },
- { { 6.89453, 3.41211, -0.618565 }, 306.201 }
- };
- wardrobePos[] = {
- { { -5.28516, -0.365234, -0.67601 }, 152.535 }
- };
- cookerPos[] = {
- { { 3.74414, -0.546875, -0.636206 }, 178.279 }
- };
- chairPos[] = {
- { { -0.378906, 4.13086, -0.630233 }, 34.7144 }
- };
- tablePos[] = {
- { { -2.85547, 1.70898, -0.659347 }, 164.896 },
- { { 5.85547, 2.18652, -0.626413 }, 196.919 }
- };
- palletPos[] = {
- { { 9.33398, -2.30273, -10 }, 187.201 }
- };
- };
- class Land_i_Stone_HouseSmall_V2_F : Default {
- shelfPos[] = {
- { { 4.76758, -0.796875, -0.631255 }, 179.539 },
- { { -9.4043, 1.01563, -0.670586 }, 267.808 }
- };
- fridgePos[] = {
- { { 1.48047, -0.0341797, -0.645909 }, 258.003 }
- };
- bedPos[] = {
- { { -1.64648, 4.09277, -0.631337 }, 292.711 }
- };
- couchPos[] = {
- { { -5.07031, 0.208008, -0.67044 }, 95.3583 }
- };
- wardrobePos[] = {
- { { -0.00585938, -0.03125, -0.648986 }, 126.318 }
- };
- cookerPos[] = {
- { { 5.89258, 4.7959, -0.619837 }, 359.875 }
- };
- chairPos[] = {
- { { 8.50977, 0.861328, -0.614511 }, 139.91 },
- { { 8.43945, 3.40625, -0.614825 }, 57.7087 }
- };
- pelicanPos[] = {
- { { -8.76563, 4.50488, -0.630112 }, 339.768 }
- };
- tablePos[] = {
- { { -5.22852, 2.18652, -0.655036 }, 2.32285 }
- };
- };
- class Land_i_Stone_HouseSmall_V1_F : Land_i_Stone_HouseSmall_V2_F {};
-
- class Land_i_Stone_Shed_V3_F : Default {
- bedPos[] = {
- { { -2.78711, 2.84375, -0.126943 }, 174.67 }
- };
- wardrobePos[] = {
- { { 0.425781, 4.04688, -0.139276 }, 1.30153 }
- };
- cookerPos[] = {
- { { -1.9375, -0.209961, -0.127349 }, 176.707 }
- };
- tablePos[] = {
- { { 2.2207, 2.56445, -0.126943 }, 75.8372 }
- };
- };
- class Land_i_Stone_Shed_V2_F : Default {
- fridgePos[] = {
- { { 2.71875, 3.87891, -0.126784 }, 68.5485 }
- };
- bedPos[] = {
- { { -2.76758, 2.82813, -0.126943 }, 180.094 }
- };
- couchPos[] = {
- { { -1.91602, 0.928711, 0.00655437 }, 98.2006 }
- };
- tablePos[] = {
- { { 0.671875, 1.21875, -0.126942 }, 176.837 }
- };
- };
- class Land_i_Stone_Shed_V1_F : Default {
- bedPos[] = {
- { { -2.9209, 0.884766, -0.126943 }, 183.73 }
- };
- couchPos[] = {
- { { -0.408203, 3.18359, -0.126948 }, 274.981 }
- };
- chairPos[] = {
- { { -3.11133, 3.29883, -0.126935 }, 304.61 }
- };
- tablePos[] = {
- { { 0.279297, -0.111328, -0.126944 }, 178.227 }
- };
- toolRackPos[] = {
- { { 3.20313, 3.35938, -0.126961 }, 88.6889 }
- };
- };
- class Land_d_Stone_HouseBig_V1_F : Default {
- shelfPos[] = {
- { { -1.88477, 1.23047, -1.6673 }, 89.1051 }
- };
- fridgePos[] = {
- { { -2.71875, -3.03711, -1.66745 }, 188.243 }
- };
- bedPos[] = {
- { { -2.0498, -2.62891, 1.19249 }, 98.1494 }
- };
- couchPos[] = {
- { { 2.18457, -1.48438, -1.61955 }, 5.4863 }
- };
- wardrobePos[] = {
- { { -1.54102, 1.11914, 1.19367 }, 340.004 }
- };
- chairPos[] = {
- { { -0.714844, -3.05078, -1.6675 }, 178.582 }
- };
- pelicanPos[] = {
- { { 4.28516, -0.453125, 1.20476 }, 87.2772 }
- };
- tablePos[] = {
- { { -2.75977, -0.654297, 1.19248 }, 274.611 }
- };
- shoeboxPos[] = {
- { { -0.728516, 0.9375, -0.647514 }, 33.2239 }
- };
- palletPos[] = {
- { { 1.16309, -2.74805, 1.18598 }, 98.2006 }
- };
- };
- class Land_i_Stone_HouseBig_V3_F : Default {
- shelfPos[] = {
- { { -1.8916, 1.73047, -1.68199 }, 270.888 },
- { { 0.605469, 3.55469, 1.19272 }, 359.924 },
- { { 4.22168, -1.08594, 1.19272 }, 175.587 }
- };
- fridgePos[] = {
- { { -1.59277, -0.886719, -1.68134 }, 246.969 }
- };
- bedPos[] = {
- { { -0.640625, -0.460938, 1.19249 }, 91.5507 }
- };
- couchPos[] = {
- { { 3.75488, 1.30664, -1.66749 }, 9.91046 }
- };
- wardrobePos[] = {
- { { -1.41113, 2.97461, 1.19534 }, 300.8 }
- };
- chairPos[] = {
- { { -1.52539, 1.28516, 1.1925 }, 266.593 }
- };
- tablePos[] = {
- { { 0.642578, -0.855469, -1.67561 }, 187.85 },
- { { 2.20898, -0.970703, 1.19249 }, 176.776 }
- };
- shoeboxPos[] = {
- { { 0.287109, 3.42773, -0.594017 }, 98.2006 }
- };
- };
- class Land_i_Stone_HouseBig_V2_F : Land_i_Stone_HouseBig_V3_F { };
- class Land_i_Stone_HouseBig_V1_F : Land_i_Stone_HouseBig_V3_F { };
-
- class Land_d_House_Big_02_V1_F : Default {
- shelfPos[] = {
- { { 0.669922, -1.39453, -3.06634 }, 90 },
- { { 2.7373, 4.13477, 0.463613 }, 90 },
- { { -5.60547, 4.73633, -3.0663 }, 338.985 }
- };
- fridgePos[] = {
- { { 2.41797, 0.193359, -3.06639 }, 156.125 }
- };
- bedPos[] = {
- { { 0.832031, 1.24023, 0.463591 }, 73.8195 }
- };
- couchPos[] = {
- { { 1.16406, 3.83398, -3.06641 }, 285.269 }
- };
- wardrobePos[] = {
- { { -5.1709, 0.628906, 0.46367 }, 210.054 }
- };
- cookerPos[] = {
- { { -5.51367, -5.44727, -2.91562 }, 283.817 }
- };
- chairPos[] = {
- { { -5.57617, 0.324219, -3.06635 }, 249.612 },
- { { -5.49219, -2.3457, 0.523658 }, 265.17 }
- };
- pelicanPos[] = {
- { { 1.33398, 6.15625, 0.40361 }, 34.738 }
- };
- tablePos[] = {
- { { -1.68457, 4.60742, 0.463591 }, 357.124 }
- };
- palletPos[] = {
- { { 1.80078, -5.45703, -2.37291 }, 98.2006 }
- };
- };
- class Land_u_House_Big_02_V1_F : Default {
- shelfPos[] = {
- { { -3.04102, -1.03125, 0.962879 }, 0 },
- { { -3.25195, 0.0253906, -2.40712 }, 185.201 }
- };
- fridgePos[] = {
- { { 2.1748, -1.3457, -2.40712 }, 85 }
- };
- bedPos[] = {
- { { 3.27832, 0.75, 0.939383 }, 94.647 }
- };
- couchPos[] = {
- { { 3.25391, 0.902344, -2.57062 }, 90.0017 },
- { { -3.19824, 2.6543, 0.939378 }, 187.634 }
- };
- wardrobePos[] = {
- { { 1.70801, 4.85156, 0.939409 }, 359.848 }
- };
- cookerPos[] = {
- { { -1.25, -3.69336, -2.40712 }, 185.201 }
- };
- chairPos[] = {
- { { -3.16992, 0.291016, 0.939465 }, 245.407 },
- { { -3.71875, -3.23047, -2.40712 }, 215.201 },
- { { 3.91016, 4.31836, -2.40712 }, 49.2006 }
- };
- pelicanPos[] = {
- { { 3.94434, 4.5, 0.939445 }, 20.8601 }
- };
- tablePos[] = {
- { { -1.43262, 2.4707, 0.939383 }, 85.2193 },
- { { -3.81055, 3.12305, -2.40712 }, 272.201 }
- };
- };
- class Land_i_House_Big_02_V1_F : Default {
- shelfPos[] = {
- { { -4.27734, 0.900391, 0.757645 }, 273.29 },
- { { 4.46875, 4.30664, -2.64969 }, 89.2152 }
- };
- fridgePos[] = {
- { { 1.91797, -1.44141, -2.64966 }, 87.5481 }
- };
- bedPos[] = {
- { { 2.97656, 0.740234, 0.757623 }, 89.4966 }
- };
- couchPos[] = {
- { { 2.94531, 0.919922, -2.64972 }, 92.2641 },
- { { 0.375, 4.0293, 0.757618 }, 270.255 }
- };
- wardrobePos[] = {
- { { 4.24219, 4.36523, 0.757747 }, 92.8048 }
- };
- cookerPos[] = {
- { { -1.25, -3.58008, -2.63541 }, 184.944 }
- };
- chairPos[] = {
- { { -3.75586, 0.412109, -2.6497 }, 231.099 },
- { { -3.82227, -1.31445, 0.757625 }, 308.225 },
- { { 2.06641, 4.59961, -2.6497 }, 7.39194 }
- };
- pelicanPos[] = {
- { { 3.12305, 6.2168, 0.697647 }, 31.1078 }
- };
- tablePos[] = {
- { { -4.03906, 2.14258, -2.64971 }, 268.404 }
- };
- freezerPos[] = {
- { { -3.42383, -1.25195, -2.63541 }, 360 }
- };
- };
- class Land_i_House_Big_02_V2_F : Land_i_House_Big_02_V1_F {};
- class Land_i_House_Big_02_V3_F : Land_i_House_Big_02_V1_F {};
-
- class Land_i_House_Small_03_V1_F : Default {
- shelfPos[] = {
- { { 0.273438, 1.06055, -0.398047 }, 178.213 },
- { { 5.03125, 4.3418, -0.398025 }, 55.5188 }
- };
- fridgePos[] = {
- { { 1.30078, 3.96289, -0.398048 }, 85.9457 }
- };
- bedPos[] = {
- { { -4.09961, 3.68945, -0.39807 }, 268.584 }
- };
- couchPos[] = {
- { { -4.36719, -0.742188, -0.398075 }, 183.015 }
- };
- wardrobePos[] = {
- { { -2.23438, -1.9375, -0.397993 }, 183.121 },
- { { 5.0918, 1.56055, -0.397933 }, 90.0051 }
- };
- cookerPos[] = {
- { { 1.32813, 2.72852, -0.398477 }, 89.3721 }
- };
- chairPos[] = {
- { { -1.32031, -3.61523, -0.694491 }, 357.783 },
- { { -2.01563, 4.09961, -0.398058 }, 39.0805 },
- { { 2.7168, -5.76758, -0.398058 }, 216.364 },
- { { 4.70508, -5.81641, -0.398057 }, 145.992 }
- };
- tablePos[] = {
- { { 4.98828, -2.87695, -0.398071 }, 89.3266 }
- };
- palletPos[] = {
- { { -2.04102, -5.83398, -10 }, 360 }
- };
- };
- class Land_u_House_Small_02_V1_F : Default {
- shelfPos[] = {
- { { -0.0351563, -3.38086, -0.744917 }, 179.437 }
- };
- fridgePos[] = {
- { { 0.369141, -0.267578, -0.743873 }, 91.2655 }
- };
- bedPos[] = {
- { { 6.56055, 1.06641, -0.735898 }, 9.02117 }
- };
- couchPos[] = {
- { { 5.23047, -2.19336, -0.738171 }, 98.8483 }
- };
- wardrobePos[] = {
- { { 1.43945, -2.625, -0.74296 }, 270.844 }
- };
- cookerPos[] = {
- { { -3.2168, 0.0839844, -0.745483 }, 269.137 }
- };
- tablePos[] = {
- { { 4.68359, 2.11523, -0.736894 }, 356.553 }
- };
- };
- class Land_d_House_Small_02_V1_F : Default {
- fridgePos[] = {
- { { 7.47266, -0.1875, -0.999054 }, 79.7224 }
- };
- bedPos[] = {
- { { 2.45508, -0.201172, -0.981503 }, 187.343 },
- { { 6.89844, 1.89258, -1.00027 }, 4.89485 }
- };
- chairPos[] = {
- { { 4.09766, -2.04297, -0.9844 }, 210.762 },
- { { 7.12305, -2.12109, -0.994862 }, 135.992 }
- };
- palletPos[] = {
- { { -0.767578, -0.916016, -10 }, 276 }
- };
- };
- class Land_Lighthouse_small_F : Default {
- shelfPos[] = {
- { { -1.35547, -2.18555, -3.42188 }, 191.463 }
- };
- chairPos[] = {
- { { -1.66309, 1.66602, -3.4219 }, 311.523 }
- };
- pelicanPos[] = {
- { { -1.16602, 1.19336, -0.0622997 }, 276 }
- };
- toolRackPos[] = {
- { { 5.70996, 0.291016, -3.42193 }, 90 }
- };
- palletPos[] = {
- { { 4.57031, -1.70898, -3.3823 }, 276 }
- };
- };
- class Land_WIP_F : Default {
- limit = 6;
- shelfPos[] = {
- { { -0.957031, -4.42969, 12.2029 }, 358.087 },
- { { -0.919922, -5.26563, 0.396693 }, 178.896 },
- { { -2.20313, 5.43164, 0.323569 }, 1.17821 },
- { { 2.03516, -6.10938, 0.397176 }, 14.9686 },
- { { 5.12598, -5.45313, 8.32229 }, 181.318 },
- { { -6.88477, 5.69922, 8.33006 }, 356.041 },
- { { -6.33203, 9.34375, 4.2993 }, 267.673 },
- { { -5.47656, -11.3945, 0.348352 }, 178.537 },
- { { -13.2139, 1.17383, 0.390545 }, 90.2068 },
- { { -13.2334, -2.94336, 4.2993 }, 86.318 },
- { { 14.3809, 6.43945, 4.29953 }, 181.218 },
- { { -9.65625, -12.791, 12.2983 }, 180.234 },
- { { -12.9834, -10.2734, 0.319984 }, 89.2757 }
- };
- fridgePos[] = {
- { { -3.39063, -7.63477, 0.37021 }, 91.2212 }
- };
- bedPos[] = {
- { { 6.81055, 9.57617, 0.352686 }, 180.055 }
- };
- couchPos[] = {
- { { -0.21875, 7.48438, 0.331759 }, 112.451 },
- { { 4.41992, -9.9707, 4.29707 }, 53.0242 },
- { { -10.5244, 4.81836, 12.2371 }, 79.3503 },
- { { 17.5283, -2.80859, 0.327501 }, 353.002 },
- { { -16.7871, 9.91406, 0.370766 }, 207.103 }
- };
- chairPos[] = {
- { { -8.98828, 4.98828, 0.37769 }, 307.949 },
- { { 10.1426, -6.32813, 0.338495 }, 11.358 },
- { { -14, 6.58594, 4.29928 }, 138.034 },
- { { -15.9365, 7.62305, 8.31643 }, 107.749 },
- { { -14.8984, 9.5293, 8.31799 }, 137.305 },
- { { -9.3418, -17.8223, 0.310942 }, 136.534 }
- };
- filingPos[] = {
- { { 5.73438, 6.36328, 4.29928 }, 183.682 }
- };
- pelicanPos[] = {
- { { 9.72461, -10.5352, 8.31388 }, 118.227 },
- { { -7.59766, -14.3633, 12.2979 }, 67.7859 },
- { { 23.1895, 1.08008, 4.30315 }, 277.918 }
- };
- tablePos[] = {
- { { -17.8965, 10.6133, 8.31348 }, 303.712 }
- };
- lockerPos[] = {
- { { -7.36816, -9.47852, 4.29681 }, 90.0775 },
- { { -9.44043, -11.1738, 4.29663 }, 177.772 },
- { { -8.14551, -14.9766, 8.31173 }, 180.659 }
- };
- toolRackPos[] = {
- { { 1.60059, -5.43945, 0.405369 }, 180.797 },
- { { 2.0918, 5.63867, 0.351912 }, 357.597 },
- { { -2.88086, -12.0996, -0.00143886 }, 360 },
- { { 14.0498, -5.80859, 4.29928 }, 359.535 },
- { { -10.501, -15.4023, 8.312 }, 179.968 }
- };
- shoeboxPos[] = {
- { { 9.66016, 6.35352, 4.31021 }, 190.576 },
- { { -3.89844, -11.2754, 0.345911 }, 173.847 },
- { { 28.7275, -2.26172, 0.302157 }, 142.217 }
- };
- palletPos[] = {
- { { -2.81641, 3.73828, 12.2086 }, 15 },
- { { -3.99902, -3.44336, 12.2086 }, 15 },
- { { 0.981445, -6.29688, 8.33855 }, 15 },
- { { 3.71094, 6.82617, 4.32855 }, 182 },
- { { -3.94727, -10.5742, 8.33855 }, 15 },
- { { -5.66602, -9.97656, 4.32855 }, 345.6 },
- { { -8.00586, 10.6641, 4.32855 }, 182 },
- { { -13.8838, -1.19727, 0.338561 }, 360 },
- { { -15.0645, 1.19141, 8.33855 }, 15 },
- { { 12.4063, 10.8125, 0.368561 }, 265.5 },
- { { -17.6748, -1.5, 0.368561 }, 265.5 },
- { { -17.7871, -4.42773, 4.32855 }, 182 },
- { { -15.6992, -10.6797, 0.338561 }, 360 },
- { { 23.7109, -1.23633, 8.23855 }, 289.5 }
- };
- };
- class Land_i_Addon_03mid_V1_F : Default {
- couchPos[] = {
- { { -3.33203, 0.30957, -0.0338135 }, 176.588 }
- };
- pelicanPos[] = {
- { { 3.95313, 1.0918, -0.0338745 }, 101.571 }
- };
- palletPos[] = {
- { { 0.703125, -0.210938, -0.000281334 }, 15 }
- };
- };
- class Land_i_Addon_03_V1_F : Default {
- chairPos[] = {
- { { 2.5, -0.929688, -0.0765305 }, 346.611 },
- { { -2.61914, -1.03125, -0.0765266 }, 17.8128 }
- };
- palletPos[] = {
- { { 3.56641, 2.50391, -10 }, 344 },
- { { -3.58594, 2.75, -10 }, 15 }
- };
- };
- class Land_i_Addon_04_V1_F : Default {
- chairPos[] = {
- { { -3.78711, -1.16211, 0.050499 }, 21.1258 }
- };
- pelicanPos[] = {
- { { -2.04883, 0.263672, 0.0532227 }, 215.663 }
- };
- palletPos[] = {
- { { -0.130859, 2.37695, -10 }, 344 }
- };
- };
- class Land_LightHouse_F : Default {
- chairPos[] = {
- { { 1.64063, -3.0918, -11.1061 }, 121.303 }
- };
- pelicanPos[] = {
- { { -0.318359, -3.61328, 8.12647 }, 220.41 },
- { { 0.697266, -4.32227, -11.1665 }, 248.695 }
- };
- shoeboxPos[] = {
- { { -0.214844, -4.24609, -11.1689 }, 225.43 },
- { { 1.87109, -4.14453, 8.13151 }, 344 }
- };
- };
- class Land_GH_Gazebo_F : Default {
- shelfPos[] = {
- { { -5.49609, -1.95898, -1.76052 }, 180.195 }
- };
- bedPos[] = {
- { { 6.02734, 1.77734, -1.76616 }, 1.01784 }
- };
- couchPos[] = {
- { { -5.99219, 1.83398, -1.76616 }, 175.953 }
- };
- wardrobePos[] = {
- { { 6.67773, -0.783203, -1.7661 }, 88.4633 }
- };
- pelicanPos[] = {
- { { -0.517578, 0.345703, -1.76613 }, 47.9599 }
- };
- tablePos[] = {
- { { -6.71094, -0.613281, -1.76616 }, 269.48 }
- };
- palletPos[] = {
- { { 1.63672, 1.53516, -1.76332 }, 358 },
- { { -2.40039, 2.01953, -1.76332 }, 290 }
- };
- };
- class Land_GH_MainBuilding_right_F : Default {
- shelfPos[] = {
- { { 1.30273, -7.28516, -1.06903 }, 104.132 }
- };
- fridgePos[] = {
- { { 3.30859, 1.99219, -5.50915 }, 196.553 },
- { { 0.769531, -6.8125, 3.37646 }, 185.624 },
- { { 1.35352, -11.4238, 3.83718 }, 14.2214 },
- { { -14.1602, 5.25781, -1.06901 }, 244.418 }
- };
- bedPos[] = {
- { { -1.76758, 1.86133, 3.37644 }, 290.999 },
- { { -4.86328, 1.69727, 3.37644 }, 18.4142 },
- { { -1.08398, 5.9043, -1.06907 }, 197.348 },
- { { 6.74609, -1.57813, 3.37643 }, 24.4042 },
- { { -3.48242, 6.48047, -1.06907 }, 21.0007 },
- { { 7.32031, 1.24609, -1.06908 }, 25.1119 },
- { { -2.52734, 10.3438, -5.50922 }, 20.4328 },
- { { 8.82813, 7.0293, -5.50922 }, 26.5858 },
- { { -10.5645, 8.5625, -1.06908 }, 24.9801 },
- { { -13.9043, 3.83008, 3.37644 }, 196.357 },
- { { -12.2109, 10.7422, -5.50922 }, 201.181 }
- };
- couchPos[] = {
- { { 4.1582, 8.32813, -5.50922 }, 23.8942 }
- };
- wardrobePos[] = {
- { { 1.61328, -2.05078, -1.06904 }, 192.819 },
- { { 1.00977, 5.89063, -5.50915 }, 195.313 },
- { { 5.52734, -4.44531, 3.37651 }, 170.013 },
- { { -9.79492, 0.988281, -1.06905 }, 197.093 },
- { { -10.9043, -3.53125, 3.37651 }, 199.701 },
- { { -8.48242, 13.2871, -5.50919 }, 104.652 }
- };
- cookerPos[] = {
- { { 2.11328, 2.37109, -5.50961 }, 195.987 }
- };
- chairPos[] = {
- { { -1.2207, -2.72656, 3.37645 }, 193.938 },
- { { 3.36523, 2.84375, -1.06907 }, 101.74 },
- { { -10.2559, 1.17578, 3.37646 }, 283.356 },
- { { -9.08008, 5.47266, -1.06906 }, 268.731 },
- { { -0.0585938, 11.2246, -5.50921 }, 304.857 },
- { { -11.377, 2.25977, 3.37684 }, 104.34 }
- };
- filingPos[] = {
- { { -4.86328, -8.57031, -1.069 }, 282.224 }
- };
- pelicanPos[] = {
- { { -0.679688, -0.609375, -1.06897 }, 139.998 },
- { { -8.87891, 5.31641, -5.50921 }, 202.579 },
- { { -15.1152, -1.07031, 3.37656 }, 307.599 },
- { { -15.6387, -10.627, -5.5092 }, 130.018 }
- };
- tablePos[] = {
- { { -0.0839844, 1.53516, -1.06908 }, 192.028 },
- { { 2.57422, -1.21094, 3.37644 }, 104.506 },
- { { -6.80078, 3.25781, -1.06908 }, 194.092 },
- { { -7.66602, -1.30859, 3.37644 }, 194.642 },
- { { -0.845703, 9.5293, -5.50922 }, 284.72 },
- { { -14.7227, 0.589844, 3.37643 }, 196.169 }
- };
- lockerPos[] = {
- { { -4.8125, -5.11523, -1.06906 }, 15.9695 }
- };
- palletPos[] = {
- { { 8.36523, 7.57813, -1.0171 }, 37.2845 },
- { { -4.83398, 11.3008, -1.0171 }, 357 },
- { { -10.7734, 12.9609, -1.0171 }, 96 }
- };
- freezerPos[] = {
- { { -6.79492, -6.25781, -1.0171 }, 283 }
- };
- };
- class Land_GH_MainBuilding_middle_F : Default {
- shelfPos[] = {
- { { 2.69238, 3.21484, -8.37759 }, 179.858 },
- { { -5.88867, 0.726563, -3.91598 }, 105.411 },
- { { 5.24609, 11.0605, -3.91652 }, 270.656 },
- { { -15.541, -6.12305, 0.521439 }, 14.5104 },
- { { 14.248, -9.52734, 0.521439 }, 256.088 }
- };
- fridgePos[] = {
- { { -15.1309, -2.81836, 0.521437 }, 13.9473 }
- };
- couchPos[] = {
- { { -13.6484, -0.876953, 4.97235 }, 195.253 }
- };
- wardrobePos[] = {
- { { 14.1123, -3.39453, 0.521494 }, 346.293 }
- };
- chairPos[] = {
- { { 6.45313, 0.845703, -3.91599 }, 247.596 },
- { { -12.459, -3.85938, 0.521418 }, 73.8369 },
- { { -5.72656, 11.7988, -3.90909 }, 37.8367 },
- { { 12.8564, 5.21484, 0.521416 }, 112.013 },
- { { -0.03125, -16.3359, 4.97174 }, 184.279 },
- { { -6.17188, -16.8965, 0.521433 }, 185.345 },
- { { -3.02246, 21.9258, -9.01524 }, 195.022 }
- };
- filingPos[] = {
- { { -4.35156, 3.39844, -8.37744 }, 205.858 },
- { { -16.0371, -5.33398, 0.521456 }, 268.695 }
- };
- pelicanPos[] = {
- { { -1.16016, 8.58008, -9.13322 }, 288.066 }
- };
- tablePos[] = {
- { { 14.1885, 0.773438, 4.97233 }, 74.1932 }
- };
- lockerPos[] = {
- { { -16.1133, -9.58789, 0.521435 }, 196.292 }
- };
- toolRackPos[] = {
- { { 4.72754, 4.68555, -8.37762 }, 90.6886 }
- };
- palletPos[] = {
- { { -6.27344, 10.8496, 0.576112 }, 251 },
- { { -14.5596, -8.70117, 0.576112 }, 251 }
- };
- freezerPos[] = {
- { { 13.5488, -5.76953, 0.576112 }, 251 }
- };
- };
- class Land_GH_MainBuilding_left_F : Default {
- shelfPos[] = {
- { { -1.02734, -7.3623, -1.06904 }, 255.179 },
- { { -8.17188, 1.39258, -1.06893 }, 255.243 }
- };
- fridgePos[] = {
- { { 0.386719, -6.67578, 3.37653 }, 165.302 },
- { { -6.97656, -0.431641, -1.06901 }, 172.301 },
- { { 11.0391, -3.58008, 3.37646 }, 160.127 }
- };
- bedPos[] = {
- { { -1.83594, -0.640625, 3.37644 }, 165.641 },
- { { -1.66797, -1.12305, -1.06908 }, 167.488 },
- { { -4.0625, 8.01367, -5.50922 }, 163.408 },
- { { 0.40625, 9.14844, -5.50922 }, 345.918 },
- { { 9.70313, 1.55859, 3.37644 }, 345.36 },
- { { 8.6582, 6.32422, -5.50922 }, 165.048 },
- { { 8.26172, 7.47852, -1.06907 }, 348.908 },
- { { -8.69336, 7.13867, -5.50922 }, 165.97 },
- { { 14.4043, 2.89258, 3.37643 }, 345.42 }
- };
- couchPos[] = {
- { { 1.23242, 5.67188, -1.06907 }, 350.466 },
- { { 2.88281, 10.3672, -5.50922 }, 167.118 },
- { { -2.56641, -12.8418, 3.83704 }, 261.041 },
- { { 12.6992, 8.72461, -1.06908 }, 347.645 }
- };
- wardrobePos[] = {
- { { -2.58008, 2.1709, -5.5092 }, 167.528 },
- { { 10.0078, 0.827148, -1.06901 }, 166.411 }
- };
- cookerPos[] = {
- { { -0.742188, -6.74805, 3.37604 }, 172.375 }
- };
- chairPos[] = {
- { { 2.68555, 2.31445, 3.37668 }, 40.9297 },
- { { -3.30078, 4.20117, -1.06905 }, 248.905 },
- { { -1.18945, 6.18945, -5.5092 }, 164.369 },
- { { -5.23242, 4.45508, -1.05902 }, 44.6127 },
- { { -6.14648, -4.5498, 3.37645 }, 208.166 },
- { { -4.16016, -12.752, -1.06894 }, 256.238 },
- { { 7.50781, 12.041, -5.50921 }, 65.2004 },
- { { 14.0137, 5.32227, -1.06907 }, 108.336 },
- { { 15.3516, 0.828125, 3.37644 }, 89.9532 },
- { { 9.25, 12.7598, -5.50921 }, 264.026 },
- { { 12.9297, 9.67383, -5.50699 }, 117.822 }
- };
- filingPos[] = {
- { { 1.83984, -8.47363, -1.069 }, 160.823 },
- { { 15.752, -11.3574, -5.50917 }, 164.969 }
- };
- pelicanPos[] = {
- { { 8.55664, -2.79004, 3.37645 }, 36.1098 }
- };
- tablePos[] = {
- { { 0.234375, 1.52344, -1.06908 }, 163.886 },
- { { 1.57422, -2.80469, 3.37644 }, 166.456 },
- { { -3.63672, -1.45117, 3.37644 }, 75.2335 },
- { { 4.10352, 2.30273, 3.37644 }, 254.907 },
- { { 6.85156, 3.26758, -1.06908 }, 163.381 },
- { { 5.79492, 7.67578, -5.50922 }, 167.512 },
- { { -8.66992, 4.4082, -5.50922 }, 256.113 },
- { { -4.61719, -11.2539, -1.06898 }, 257.112 },
- { { 12.7383, 11.5723, -5.50922 }, 74.4651 },
- { { -4.82617, -19.6475, 3.83704 }, 168.125 }
- };
- lockerPos[] = {
- { { 7.10742, -5.75781, -1.06905 }, 75.8703 }
- };
- palletPos[] = {
- { { -1.95898, 8.42969, -1.0371 }, 77 },
- { { -8.23242, 7.49414, -1.0371 }, 321 },
- { { 5.07422, 10.7188, -1.0371 }, 54 }
- };
- };
- class Land_GH_House_2_F : Default {
- limit = 4;
- lootType = "mil";
- shelfPos[] = {
- { { -3.61914, -1.67969, -0.301109 }, 359.443 },
- { { 4.32227, -6.37305, -0.301155 }, 91.0395 }
- };
- fridgePos[] = {
- { { -4.25, -5.02637, -0.301128 }, 269.6 }
- };
- bedPos[] = {
- { { -1.24805, -4.87793, -0.301178 }, 5.78317 }
- };
- couchPos[] = {
- { { 3.05664, -3.25195, -0.301193 }, 2.05902 }
- };
- chairPos[] = {
- { { 0.806641, -6.70605, -0.301163 }, 224.27 }
- };
- filingPos[] = {
- { { -2.39844, 1.31348, -0.301136 }, 11.8617 }
- };
- pelicanPos[] = {
- { { 3.53711, 0.832031, -0.30117 }, 35.7628 }
- };
- tablePos[] = {
- { { 0.587891, -3.72168, -0.301182 }, 271.612 }
- };
- palletPos[] = {
- { { 2.25586, -8.62695, -0.307613 }, 54 }
- };
- };
- class Land_GH_House_1_F : Default {
- lootType = "mil";
- fridgePos[] = { { { -4.17383, -2.11719, 1.37387 }, 356.381 } };
- shelfPos[] = { { { 3.35352, 1.26758, -2.12615 }, 0.862475 }, { { -3.58203, -1.93359, -2.12615 }, 1.86357 } };
- pelicanPos[] = { { { -3.33398, 0.990234, -2.12616 }, 359.887 } };
- wardrobePos[] = { { { -4.21094, -4.39258, -2.12611 }, 272.378 } };
- bedPos[] = { { { 1.22852, -4.24219, -2.12617 }, 181.084 }, { { 3.54102, -5.65625, 1.37383 }, 4.33171 } };
- couchPos[] = { { { -1.45703, -5.70703, -2.12618 }, 0.461905 }, { { -3.22266, -5.88867, 1.37383 }, 180.141 } };
- chairPos[] = { { { 0.833984, -6.78516, 1.37384 }, 217.232 }, { { -0.796875, -7.06055, 1.38113 }, 139.376 }, { { -3.92773, -6.72656, -2.12617 }, 216.64 }, { { 3.77539, -7.01172, -2.12617 }, 144.922 } };
- filingPos[] = { { { 2.1543, -1.97656, 1.37398 }, 1.26754 } };
- tablePos[] = { { { -0.554688, -4.24219, 1.35334 }, 88.7164 }, { { 4.14453, -2.66797, 1.37383 }, 87.9678 }, { { 3.95898, -3.00781, -2.12617 }, 85.0581 } };
- };
- class Land_Stadium_p9_F : Default {
- shelfPos[] = {
- { { -0.947266, -2.85645, 0.260189 }, 177.78 },
- { { -3.80273, -1.29102, 3.35416 }, 268.338 }
- };
- fridgePos[] = {
- { { -3.57031, -2.56543, 0.270462 }, 268.533 }
- };
- couchPos[] = {
- { { -1.27344, 2.86328, 3.35296 }, 92.8845 }
- };
- cookerPos[] = {
- { { -3.52734, -1.58203, 0.259689 }, 273.789 }
- };
- chairPos[] = {
- { { 1.47656, 3.48535, 3.35328 }, 160.404 }
- };
- filingPos[] = {
- { { -0.632813, 1.39258, 3.35342 }, 1.10306 },
- { { -1.58594, 1.4082, 3.35342 }, 1.39755 }
- };
- pelicanPos[] = {
- { { -2.21484, 2.33984, 7.08003 }, 44.2351 }
- };
- toolRackPos[] = {
- { { 1.81055, -1.7666, 3.35528 }, 89.8722 }
- };
- };
-
-
- //AIA Terrain Pack - Chernarus
- class Land_HouseB_Tenement : Default {
- shelfPos[] = {
- { {-12.9045,4.21875,-20.8107}, 269.047 }
- };
- fridgePos[] = {
- { {3.94238,10.9263,-20.8109}, 271.337 }
- };
- couchPos[] = {
- { {2.45361,-4.50049,-20.8027}, 276.133 }
- };
- chairPos[] = {
- { {-3.4668,-1.78467,-20.8109}, 190.415 }
- };
- filingPos[] = {
- { {-6.31909,6.52441,-20.8109}, 1.58829 }
- };
- pelicanPos[] = {
- { {-1.07813,4.78125,-20.8109}, 174.223 }
- };
- tablePos[] = {
- { {-0.552246,-1.95654,-20.8043}, 181.181 }
- };
- shoeboxPos[] = {
- { {-12.9771,-2.2373,-20.8109}, 269.642 }
- };
- freezerPos[] = {
- { {5.33984,14.1865,-20.8109}, 0.00700378 }
- };
- cabinetPos[] = {
- { {5.64465,-2.37915,-19.2685}, 270 }
- };
- };
- class Land_HouseV2_01A : Default {
- shelfPos[] = { { { -0.443115, -3.33936, -5.62667 }, 90.1773 } };
- shoeboxPos[] = { { { -3.60864, -3.06836, -5.62945 }, 278.015 } };
- };
- class Land_Barn_W_02 : Default {
- fridgePos[] = { { { 4.66504, 5.95215, -2.34131 }, 73.4104 } };
- shelfPos[] = { { { 3.54199, -6.98242, -2.3354 }, 180.843 } };
- pelicanPos[] = { { { -4.61279, 1.50342, 1.06024 }, 189.27 } };
- couchPos[] = { { { 3.75586, -2.53906, -2.33824 }, 4.32959 } };
- filingPos[] = { { { -6.13037, 7.19189, -2.33458 }, 357.942 } };
- toolRackPos[] = { { { -6.70459, -3.06445, -2.33691 }, 271.665 } };
- shoeboxPos[] = { { { -0.72168, 7.42285, 1.0585 }, 359.807 } };
- palletPos[] = { { { -5.00684, -5.97168, -2.33609 }, 251.999 } };
- freezerPos[] = { { { 3.05176, 6.89844, -2.34122 }, 1.42345 } };
- };
- class Land_Shed_W01 : Default {
- chairPos[] = { { { -1.21777, 0.42627, -1.44093 }, 66.292 } };
- toolRackPos[] = { { { 2.47363, -0.0288086, -1.31694 }, 269.634 } };
- };
- class Land_A_Castle_Bergfrit : Default {
- shelfPos[] = { { { -0.993164, 2.89014, -2.8378 }, 356.361 }, { { 1.80957, 4.87695, 8.74091 }, 358.335 } };
- pelicanPos[] = { { { -3.03516, -5.00195, 16.8296 }, 195.125 } };
- couchPos[] = { { { 2.07031, -1.73779, -2.85995 }, 359.982 } };
- chairPos[] = { { { 1.5791, -0.515137, 8.74054 }, 62.6844 }, { { 1.63281, -2.84229, 8.74051 }, 127.602 } };
- tablePos[] = { { { -1.22559, -1.10742, 8.74051 }, 270.108 } };
- shoeboxPos[] = { { { 3.47461, 3.8999, 8.80176 }, 0.625621 } };
- };
- class Land_Shed_wooden : Default {
- shelfPos[] = { { { 0.172363, -1.19922, -1.31766 }, 189.191 } };
- filingPos[] = { { { -1.19043, 1.20996, -1.31787 }, 273.29 } };
- shoeboxPos[] = { { { -0.77002, -1.16211, -1.31796 }, 0 } };
- palletPos[] = { { { 1.97168, 0.560547, -1.31796 }, 357.8 } };
- freezerPos[] = { { { 1.86523, -0.863281, -1.31796 }, 178.905 } };
- };
- class Land_HouseV_1L2 : Default {
- shelfPos[] = {
- { {2.33252,-5.83691,-10}, 267.989 }
- };
- bedPos[] = {
- { {2.53662,4.57813,-10}, 95.5054 }
- };
- filingPos[] = {
- { {3.8457,2.2998,-10}, 266.031 }
- };
- pelicanPos[] = {
- { {-1.02002,4.17871,-0.403534}, 51.0824 }
- };
- toolRackPos[] = {
- { {4.28125,-3.77441,-10}, 270.154 }
- };
- shoeboxPos[] = {
- { {0.916016,7.69043,-0.397675}, 175.886 }
- };
- palletPos[] = {
- { {-4.99902,2.96875,-10}, 89.0781 }
- };
- freezerPos[] = {
- { {-0.606934,4.00098,-10}, 180.414 }
- };
- };
- class Land_HouseV_1I1 : Default {
- fridgePos[] = {
- { {-5.5127,4.8623,-10}, 117.119 }
- };
- chairPos[] = {
- { {-0.822754,-2.1123,-2.8017}, 270.285 }
- };
- filingPos[] = {
- { {0.899414,-1.97656,-2.83847}, 43.1203 }
- };
- shoeboxPos[] = {
- { {-1.65918,-1.8125,-1.67868}, 90.0296 }
- };
- };
- class Land_HouseV_1L1 : Default {
- chairPos[] = { { { 1.31738, 5.71338, -1.08368 }, 88.2198 } };
- shoeboxPos[] = { { { 0.444336, 6.01123, -1.09442 }, 88.1007 } };
- };
- class Land_Misc_deerstand : Default {
- pelicanPos[] = { { { 0.587158, -0.0830078, 1.05899 }, 94.5891 } };
- shoeboxPos[] = { { { -0.863037, -0.864258, 1.05893 }, 355.986 } };
- };
- class Land_HouseBlock_A1_1 : Default {
- shelfPos[] = { { { -2.89551, -2.44434, -4.69214 }, 92.8328 } };
- filingPos[] = { { { -2.95898, -0.0991211, -4.69229 }, 91.0289 } };
- lockerPos[] = { { { -4.78516, 3.52197, -4.69232 }, 270.002 } };
- toolRackPos[] = { { { -2.58105, 3.7561, -4.69196 }, 87.6312 } };
- shoeboxPos[] = { { { 0.851563, 4.91016, -4.69232 }, 160.104 } };
- freezerPos[] = { { { -3.1582, -3.96021, -4.69235 }, 95.443 } };
- };
- class Land_HouseBlock_A3 : Default {
- fridgePos[] = { { { -1.21191, -4.7356, -5.44312 }, 280.564 } };
- couchPos[] = { { { -0.486328, 4.81421, -5.44312 }, 179.643 } };
- chairPos[] = { { { -0.952148, 2.76099, -5.44305 }, 272.88 } };
- shoeboxPos[] = { { { -7.55859, 4.49561, -5.44315 }, 146.992 } };
- palletPos[] = { { { 1.05273, 0.597656, -5.44315 }, 358.168 } };
- };
- class Land_Hut06 : Default {
- chairPos[] = { { { 0.739502, 2.50977, -1.58963 }, 76.0347 } };
- filingPos[] = { { { -0.806396, 2.76465, -1.61115 }, 322.16 } };
- shoeboxPos[] = { { { -1.33862, -0.988281, -1.82275 }, 312.382 } };
- freezerPos[] = { { { -0.840332, 1.09473, -1.56879 }, 269.861 } };
- };
- // found missing since 0.3 - end
-
- class Land_A_FuelStation_Build : Default {
- shelfPos[] = {
- { {0.511719,1.52344,-1.6008}, 359.975 }
- };
- filingPos[] = {
- { {2.38086,1.33203,-1.60098}, 29.5354 }
- };
- pelicanPos[] = {
- { {0.268066,1.60449,1.51318}, 196.822 }
- };
- toolRackPos[] = {
- { {-0.960938,1.66895,-1.60083}, 356.645 }
- };
- shoeboxPos[] = {
- { {-1.02441,0.646484,-1.10098}, 30.3502 }
- };
- palletPos[] = {
- { {2.10742,-3.15625,-10}, 89.5756 }
- };
- freezerPos[] = {
- { {2.17334,-0.862305,-1.57938}, 89.5756 }
- };
- };
- class Land_HouseV2_04_interier : Default {
- fridgePos[] = {
- { { -0.904297, 6.40674, -5.76508 }, 92.3811 }
- };
- couchPos[] = {
- { { 6.14941, -5.21924, -5.76886 }, 359.884 }
- };
- cookerPos[] = {
- { { -5.65234, 2.6543, -5.7666 }, 177.307 }
- };
- chairPos[] = {
- { { -1.33594, 2.95557, -5.76614 }, 133.309 }
- };
- filingPos[] = {
- { { 7.92773, -2.18066, -5.76855 }, 179.469 }
- };
- pelicanPos[] = {
- { { 0.557617, 1.16406, -2.91656 }, 341.166 }
- };
- tablePos[] = {
- { { -5.5498, 5.12793, -5.7655 }, 271.134 }
- };
- lockerPos[] = {
- { { 7.20996, 7.07715, -5.76495 }, 358.294 }
- };
- toolRackPos[] = {
- { { 8.28613, 2.40527, -5.76694 }, 89.7594 }
- };
- shoeboxPos[] = {
- { { -3.81738, 6.99902, -5.76492 }, 253.823 }
- };
- freezerPos[] = {
- { { 2.98145, 7.00977, -5.7554 }, 0 }
- };
- };
- class Land_Ind_Garage01 : Default {
- shelfPos[] = {
- { { 0.32373, 3.56543, -1.25259 }, 357.258 }
- };
- fridgePos[] = {
- { { 2.79932, 1.31641, -1.26077 }, 84.1437 }
- };
- filingPos[] = {
- { { -1.06348, 3.40234, -1.25024 }, 351.15 }
- };
- lockerPos[] = {
- { { 2.82422, -0.936523, -1.26364 }, 88.0941 }
- };
- toolRackPos[] = {
- { { -1.65771, -1.39258, -1.25879 }, 269.614 }
- };
- shoeboxPos[] = {
- { { 2.21729, 3.40918, -1.25677 }, 63.3963 }
- };
- palletPos[] = {
- { { -0.140625, -1.52051, -1.2254 }, 0 }
- };
- };
- class Land_HouseV2_02_Interier : Default {
- shelfPos[] = {
- { { 8.94824, 4.19141, -5.55692 }, 90.8873 }
- };
- fridgePos[] = {
- { { 6.06299, -2.00977, -5.55707 }, 176.197 }
- };
- bedPos[] = {
- { { -8.03711, -0.987305, -5.5571 }, 184.341 }
- };
- couchPos[] = {
- { { -6.82422, 5.68262, -5.5571 }, 274.703 }
- };
- wardrobePos[] = {
- { { -8.83203, 1.7168, -5.56403 }, 268.499 }
- };
- cookerPos[] = {
- { { 8.7959, -2.00684, -5.5574 }, 179.624 }
- };
- chairPos[] = {
- { { -2.62451, 0.544922, -5.5571 }, 78.4276 }
- };
- filingPos[] = {
- { { 2.37305, 5.25586, -5.55707 }, 270.596 }
- };
- pelicanPos[] = {
- { { 8.31055, 6.2832, -5.5571 }, 37.3391 }
- };
- tablePos[] = {
- { { -7.00488, 4.00879, -5.5571 }, 181.978 }
- };
- lockerPos[] = {
- { { -1.11523, 1.34863, -5.5571 }, 269.367 }
- };
- shoeboxPos[] = {
- { { -5.84717, -2.15918, -3.53598 }, 182.785 }
- };
- freezerPos[] = {
- { { 4.64551, -2.0127, -5.55713 }, 179.15 }
- };
- };
- class Land_A_Office02 : Default {
- shelfPos[] = {
- { {2.7417,-4.16504,-8.17639}, 11.0089 }
- };
- fridgePos[] = {
- { {-23.2476,2.61133,-8.16403}, 25.3519 }
- };
- couchPos[] = {
- { {2.26904,2.13965,6.55609}, 272.088 }
- };
- chairPos[] = {
- { {-0.574707,-6.89551,-8.17813}, 228.796 },
- { {5.17578,-6.96777,-8.17719}, 126.645 }
- };
- filingPos[] = {
- { {1.70068,-4.21973,-8.17661}, 317.714 }
- };
- pelicanPos[] = {
- { {-18.9556,3.99902,8.6904}, 298.688 }
- };
- tablePos[] = {
- { {4.73682,-4.41992,-8.17679}, 358.645 }
- };
- toolRackPos[] = {
- { {-15.4028,0.609375,5.35764}, 270.07 }
- };
- shoeboxPos[] = {
- { {-0.565918,-4.23535,-8.17667}, 351.414 }
- };
- palletPos[] = {
- { {9.29248,2.92676,5.40057}, 291 },
- { {-21.335,0.68457,5.40057}, 0 }
- };
- cabinetPos[] = {
- { {-15.2732,2.80542,6.75255}, 0 }
- };
- };
- class Land_Ind_Workshop01_04 : Default {
- shelfPos[] = {
- { { 1.25928, -3.33008, -1.55847 }, 27.2942 }
- };
- filingPos[] = {
- { { -2.01318, -3.40186, -1.55435 }, 293.278 }
- };
- tablePos[] = {
- { { -1.75049, -5.65186, -1.55209 }, 271.116 }
- };
- lockerPos[] = {
- { { -1.34473, 4.75293, -1.55695 }, 352.726 }
- };
- toolRackPos[] = {
- { { 0.178711, -7.25537, -1.54968 }, 178.882 }
- };
- shoeboxPos[] = {
- { { 1.73438, 4.83691, -1.55429 }, 114.503 }
- };
- palletPos[] = {
- { { -0.102539, -4.55371, -1.51132 }, 340.1 }
- };
- };
- class Land_Ind_TankBig : Default {
- pelicanPos[] = {
- { { -6.74146, 1.74805, 5.31989 }, 321.741 }
- };
- palletPos[] = {
- { { 0.539551, 2.4082, 5.36334 }, 25 },
- { { -3.41626, -2.57813, 5.36334 }, 340.1 }
- };
- };
- class Land_Ind_Workshop01_L : Default {
- shelfPos[] = {
- { { 1.93359, -1.50195, -1.33884 }, 358.185 },
- { { -0.805664, 3.11865, -1.33203 }, 181.507 }
- };
- filingPos[] = {
- { { 0.609375, -3.6875, -1.33704 }, 245.604 }
- };
- tablePos[] = {
- { { 3.36523, -5.01807, -1.3364 }, 176.426 }
- };
- toolRackPos[] = {
- { { 3.47949, -5.65381, -1.33569 }, 177.054 }
- };
- shoeboxPos[] = {
- { { -1.85254, 1.84229, -1.30463 }, 25 }
- };
- palletPos[] = {
- { { 2.75781, -3.29102, -1.30463 }, 0.999969 },
- { { -2.88086, 4.13037, -1.30463 }, 0.999969 }
- };
- };
- class Land_Ind_Vysypka : Default {
- shelfPos[] = {
- { { 2.80957, 4.73828, -5.03592 }, 90.1414 }
- };
- fridgePos[] = {
- { { -4.28125, 27.6045, -5.04321 }, 357.803 }
- };
- couchPos[] = {
- { { -3.60791, 1.55469, 4.09406 }, 183 },
- { { 4.81934, -11.9766, -5.03705 }, 184.375 }
- };
- chairPos[] = {
- { { -3.03857, -1.72754, 4.09406 }, 227 },
- { { -2.76172, 4.26465, 4.09406 }, 320 }
- };
- filingPos[] = {
- { { 2.69727, 3.66992, -5.03604 }, 91.3547 }
- };
- pelicanPos[] = {
- { { -5.5249, 24.7314, -3.82114 }, 358.775 }
- };
- tablePos[] = {
- { { -0.984375, 1.59863, 4.09406 }, 91 }
- };
- lockerPos[] = {
- { { -2.91016, 27.584, -5.04214 }, 358.97 }
- };
- toolRackPos[] = {
- { { 3.44922, 1.56738, -5.03577 }, 270.011 },
- { { 3.0127, -14.3877, -5.03381 }, 89.987 }
- };
- shoeboxPos[] = {
- { { -0.418945, -22.6094, -5.034 }, 17.1755 }
- };
- palletPos[] = {
- { { 1.82861, -1.39258, -4.99594 }, 0.999969 },
- { { 1.86621, -8.21387, -4.99594 }, 0.999969 },
- { { -8.73828, 22.5186, -4.99594 }, 0.999969 },
- { { -11.6133, -21.9463, 4.08408 }, 183 },
- { { -6.85107, 26.7197, -4.99594 }, 0.999969 }
- };
- };
- class Land_Tovarna2 : Default {
- shelfPos[] = {
- { { -0.157715, 8.94824, -5.58551 }, 359.048 },
- { { -8.91797, 8.95117, -2.25754 }, 359.07 }
- };
- fridgePos[] = {
- { { -8.09814, 6.00781, -5.58575 }, 93.4298 },
- { { -7.38135, 7.14648, 1.59531 }, 270.644 }
- };
- couchPos[] = {
- { { -12.2339, 6.00293, 1.64017 }, 192.359 }
- };
- cookerPos[] = {
- { { -7.34717, 8.47168, 1.59488 }, 269.304 }
- };
- chairPos[] = {
- { { -11.0293, -1.44824, 0.397858 }, 288.29 },
- { { -12.7896, 1.66406, -2.25778 }, 256.194 },
- { { -10.5977, 8.53906, -5.58542 }, 7.869 }
- };
- filingPos[] = {
- { { -3.76074, 4.69141, -2.25797 }, 160.402 },
- { { -11.9707, 1.33887, -5.58572 }, 179.608 },
- { { -13.021, 1.52051, 1.64032 }, 262.552 },
- { { 20.0762, 16.4258, -5.52646 }, 270.183 }
- };
- pelicanPos[] = {
- { { -2.12793, 7.01758, 6.65506 }, 287.139 }
- };
- tablePos[] = {
- { { -8.11768, 0.283203, 0.376648 }, 359.581 },
- { { -10.749, 8.58691, 1.64017 }, 359.286 },
- { { -13.1201, 7.74902, -5.58578 }, 270.804 }
- };
- lockerPos[] = {
- { { 3.74805, 5.08203, -4.64661 }, 269.986 },
- { { -13.2759, 2.98828, -2.25778 }, 271.412 }
- };
- toolRackPos[] = {
- { { -7.78174, 8.01758, -2.25754 }, 271.288 },
- { { -13.6577, 2.94336, -5.5856 }, 269.477 }
- };
- shoeboxPos[] = {
- { { -3.45215, -9.0332, 3.39786 }, 287.139 }
- };
- palletPos[] = {
- { { 1.72998, 4.39844, -5.59995 }, 23.0657 },
- { { -5.87061, -0.490234, -5.58575 }, 0 },
- { { -4.23682, 5.16309, 1.59531 }, 92.0019 },
- { { 1.79346, 6.75781, -5.58884 }, 0.010498 },
- { { 9.70654, 4.69238, -4.60858 }, 183 },
- { { -12.2871, -5.12402, -5.58575 }, 360 },
- { { -11.9155, -7.37012, -5.58566 }, 197.387 }
- };
- freezerPos[] = {
- { { -4.59424, 9.50977, 1.59531 }, 6.14914 }
- };
- };
- class Land_Rail_House_01 : Default {
- lockerPos[] = {
- { { 1.89893, 2.44336, -1.30908 }, 183.214 }
- };
- palletPos[] = {
- { { -3.34912, 3.12109, -1.27396 }, 183 }
- };
- };
- class Land_Ind_Pec_03b : Default {
- couchPos[] = {
- { { 3.66602, -4.47949, 5.7338 }, 181.985 }
- };
- chairPos[] = {
- { { 4.10938, -1.91309, 5.73383 }, 287.772 },
- { { 3.68262, -6.99902, 5.73383 }, 247.919 }
- };
- pelicanPos[] = {
- { { 2.27197, -4.89648, 5.73383 }, 89.1607 }
- };
- tablePos[] = {
- { { 5.6416, -4.37207, 5.7338 }, 88.5916 }
- };
- palletPos[] = {
- { { -11.5796, -12.9551, 0.982483 }, 183 },
- { { -9.27979, -17.4229, 0.982483 }, 142 }
- };
- };
- class Land_HouseV_1I4 : Default {
- fridgePos[] = {
- { { -3.25146, -0.897461, -2.78665 }, 356.197 }
- };
- wardrobePos[] = {
- { { 0.701172, 3.27832, -2.746 }, 90.7671 }
- };
- cookerPos[] = {
- { { -4.33691, -3.19141, -2.79153 }, 270.746 }
- };
- chairPos[] = {
- { { 0.333496, -4.5752, -2.73975 }, 134 }
- };
- tablePos[] = {
- { { -0.798584, 4.34863, -2.76721 }, 1.79366 }
- };
- shoeboxPos[] = {
- { { -1.82813, -5.14746, -2.73975 }, 25 }
- };
- freezerPos[] = {
- { { -1.84106, -1.0957, -2.73975 }, 358 }
- };
- };
- class Land_A_Hospital : Default {
- shelfPos[] = {
- { {-7.99219,-2.12891,-7.36588}, 268.792 }
- };
- couchPos[] = {
- { {-14.5566,1.18652,3.26541}, 321.707 }
- };
- chairPos[] = {
- { {-12.1943,-1.09375,3.26541}, 77.6588 }
- };
- filingPos[] = {
- { {1.95996,-2.26953,-7.36606}, 269.665 },
- { {-1.56006,-2.83984,-7.36606}, 1.40195 },
- { {-8.75537,-3.58887,-7.36606}, 359.532 },
- { {-9.37305,-3.63574,-7.36606}, 359.169 }
- };
- pelicanPos[] = {
- { {16.3394,4.99512,6.13242}, 0.903763 }
- };
- tablePos[] = {
- { {14.708,-4.07813,-7.36609}, 359.602 }
- };
- toolRackPos[] = {
- { {17.5059,-2.06738,3.26559}, 0.163071 }
- };
- shoeboxPos[] = {
- { {-5.40625,8.16602,-4.35254}, 39 },
- { {9.88281,-1.00098,-7.36609}, 39.1093 },
- { {-14.6543,-1.31641,-7.36609}, 321.711 }
- };
- palletPos[] = {
- { {-8.12305,-5.10742,3.30746}, 97 },
- { {17.8105,-5.44922,3.30746}, 359 }
- };
- freezerPos[] = {
- { {1.0166,-3.02148,-7.34253}, 359 }
- };
- cabinetPos[] = {
- { {0.598267,-1.97144,-6.13056}, 270 },
- { {-2.69324,-1.96851,-6.13056}, 270 }
- };
- };
- class Land_Panelak2 : Default {
- shelfPos[] = {
- { {4.4043,-1.56323,-3.65}, 91 }
- };
- fridgePos[] = {
- { {1.9834,2.03857,0.499998}, 272 }
- };
- bedPos[] = {
- { {-4.88916,-3.16589,5.89}, 0 },
- { {5.43604,-5.94202,3.18999}, 181 },
- { {5.45801,-5.94385,8.59001}, 181 },
- { {-5.46143,-5.94287,0.489996}, 1.99997 }
- };
- couchPos[] = {
- { {-5.00977,-3.07544,0.480007}, 1.99997 },
- { {5.09668,-3.39209,0.479996}, 90 }
- };
- wardrobePos[] = {
- { {4.59766,-0.0115967,0.479996}, 356 },
- { {-5.25439,0.0623779,5.89}, 0 }
- };
- cookerPos[] = {
- { {4.62402,2.86633,0.499998}, 1.99997 },
- { {-4.70605,2.86169,8.59001}, 0.999969 }
- };
- chairPos[] = {
- { {2.31104,2.58813,8.62001}, 305 },
- { {7.03857,2.58655,8.62001}, 55 },
- { {5.39697,-5.3064,0.479996}, 315 }
- };
- filingPos[] = {
- { {-1.15771,-4.87915,-3.64}, 274 },
- { {1.87988,-5.90552,8.62001}, 272 },
- { {-7.38721,2.91736,0.499998}, 274 },
- { {7.45752,-6.97949,8.62001}, 174 }
- };
- pelicanPos[] = {
- { {-5.44238,-6.4325,8.55001}, 111 }
- };
- tablePos[] = {
- { {2.06348,-3.77393,-3.65}, 270 },
- { {4.57178,2.84717,8.62001}, 0 },
- { {3.30176,-7.8053,0.479996}, 181 }
- };
- lockerPos[] = {
- { {-1.12158,2.33093,-3.64}, 270 }
- };
- shoeboxPos[] = {
- { {1.17773,-4.98572,0.479996}, 311 }
- };
- freezerPos[] = {
- { {-2.15332,2.48828,8.59001}, 89 }
- };
- cabinetPos[] = {
- { {2.7334,3.25964,-2.25}, 89 },
- { {-7.58789,0.991089,9.79001}, 0 }
- };
- };
- class Land_Panelak : Default {
- shelfPos[] = {
- { { -1.18066, 4.3916, -1.39282 }, 269.731 }
- };
- fridgePos[] = {
- { { 2.1582, 3.72363, 0.0450439 }, 274.269 },
- { { 2.12598, 3.95801, 2.74509 }, 269.888 }
- };
- bedPos[] = {
- { { -6.67578, -0.548828, 2.745 }, 187.481 }
- };
- couchPos[] = {
- { { 6.28906, -0.512695, 0.0449829 }, 2.62378 }
- };
- wardrobePos[] = {
- { { 4.10449, -4.86182, 2.74927 }, 89.2451 },
- { { -7.1543, -1.32568, 0.0450439 }, 273.001 }
- };
- cookerPos[] = {
- { { 7.18164, 4.19922, 0.0445557 }, 91.3201 },
- { { 7.18164, 4.20068, 2.7446 }, 90.3307 }
- };
- chairPos[] = {
- { { -2.27051, 3.78564, 0.0449829 }, 56.0406 },
- { { -4.54883, -0.710938, 0.0562744 }, 107.616 },
- { { 4.48535, -1.09717, 2.74661 }, 248.12 }
- };
- filingPos[] = {
- { { 4.16895, -3.5332, 0.045105 }, 7.97333 },
- { { -5.07324, -6.33447, 0.0450745 }, 89.5886 }
- };
- pelicanPos[] = {
- { { -6.6582, 3.63037, 5.59943 }, 286.286 }
- };
- tablePos[] = {
- { { -3.85254, -5.19385, 2.745 }, 265.362 },
- { { 7.02734, -0.689453, 2.745 }, 87.3795 }
- };
- lockerPos[] = {
- { { -3.9502, -5.51221, 0.0449829 }, 268.107 }
- };
- shoeboxPos[] = {
- { { -1.06641, -6.35303, 0.0449829 }, 206.957 },
- { { 0.953125, -6.38086, 0.0449829 }, 141.218 }
- };
- palletPos[] = {
- { { 0.506836, -0.0400391, -1.26782 }, 89 },
- { { 4.21777, -3.08203, 5.59943 }, 25.7308 }
- };
- freezerPos[] = {
- { { 4.03906, -6.05371, 0.0449829 }, 90 }
- };
- };
- class Land_Hangar_2 : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 1.82813, -9.84717, -2.58939 }, 181.468 },
- { { 5.83984, 11.563, -2.58939 }, 358.914 },
- { { 14.6816, -1.41748, -2.59756 }, 90.4656 },
- { { -14.6836, 1.73828, -2.58939 }, 269.242 }
- };
- fridgePos[] = {
- { { 12.8926, 11.2778, -2.59778 }, 3.16315 }
- };
- couchPos[] = {
- { { 1.27832, 10.2305, -2.58963 }, 273.856 }
- };
- filingPos[] = {
- { { 0.000976563, 1.3833, -2.58926 }, 178.715 }
- };
- lockerPos[] = {
- { { 13.5166, -9.63965, -2.58951 }, 180.232 }
- };
- toolRackPos[] = {
- { { -2.47949, -10.0684, -2.58923 }, 178.901 },
- { { 9.01953, 11.8232, -2.58923 }, 358.139 }
- };
- shoeboxPos[] = {
- { { -14.5693, -9.69629, -2.58963 }, 188.48 }
- };
- palletPos[] = {
- { { -0.00195313, -3.16113, -2.5896 }, 332.619 },
- { { -8.97656, -4.14404, -2.5896 }, 219.281 },
- { { -12.9932, 10.293, -2.5896 }, 336.817 }
- };
- freezerPos[] = {
- { { 14.3408, 9.39063, -2.58963 }, 81.9611 }
- };
- };
- class Land_rail_station_big : Default {
- shelfPos[] = {
- { { 2.86035, 3.51221, -5.07059 }, 91.0331 }
- };
- fridgePos[] = {
- { { 1.66113, -3.65674, -5.0708 }, 180.242 }
- };
- couchPos[] = {
- { { -4.33789, -1.56836, -5.07083 }, 178.466 },
- { { 8.63281, -5.13672, -5.07083 }, 1.14301 }
- };
- chairPos[] = {
- { { 1.39844, -4.95752, -5.06161 }, 4.04407 },
- { { -4.96484, 3.36914, -5.0708 }, 284.166 },
- { { -5.01758, -5.00488, -5.05701 }, 344.841 }
- };
- filingPos[] = {
- { { 2.84961, 4.2832, -5.07077 }, 90.7927 }
- };
- pelicanPos[] = {
- { { 0.118164, -6.59912, -2.26553 }, 21.0414 }
- };
- tablePos[] = {
- { { -5.13184, 1.67041, -5.07083 }, 269.411 }
- };
- lockerPos[] = {
- { { -1.66504, -3.61719, -5.07083 }, 180.479 },
- { { 1.15527, 5.48584, -5.07065 }, 0.986969 },
- { { -4.39453, 5.34619, -5.07083 }, 338.371 }
- };
- toolRackPos[] = {
- { { 6.75195, 1.96289, -5.07056 }, 271.441 }
- };
- shoeboxPos[] = {
- { { 2.43164, 0.785156, -4.09598 }, 58.5217 }
- };
- palletPos[] = {
- { { 8.96973, -2.03564, -5.02618 }, 89 },
- { { -9.24902, -4.90479, -5.02618 }, 89 }
- };
- };
- class Land_a_stationhouse : Default {
- shelfPos[] = {
- { { 0.554688, -4.70068, -9.49698 }, 272.253 },
- { { -0.933594, -5.35596, 4.38522 }, 27.5935 },
- { { -0.828125, -8.54004, -4.67508 }, 110.344 },
- { { -1.08203, -8.95215, 4.38516 }, 185.611 },
- { { -4.35742, -8.55957, -0.0701904 }, 262.53 },
- { { 6.66406, -7.6665, -9.49698 }, 181.745 },
- { { 19.1992, -5.00488, -9.49698 }, 88.5043 }
- };
- fridgePos[] = {
- { { 0.871094, -1.74805, -9.49701 }, 271.521 }
- };
- couchPos[] = {
- { { -10.5244, -3.94482, -0.534332 }, 278.335 }
- };
- chairPos[] = {
- { { -13.3145, -3.94189, -0.534332 }, 334.169 }
- };
- filingPos[] = {
- { { -0.786133, -5.13428, -9.49701 }, 78.6633 }
- };
- pelicanPos[] = {
- { { 7.44531, 0.904785, -4.53433 }, 267.207 },
- { { -4.35156, -7.64502, 8.46567 }, 268.821 }
- };
- lockerPos[] = {
- { { 0.811523, -3.3418, -9.49701 }, 269.999 },
- { { 19.0117, 0.613281, -9.49701 }, 90.2636 },
- { { 18.9961, -1.15674, -9.49704 }, 89.3234 },
- { { 19.042, -2.92578, -9.49701 }, 87.0602 }
- };
- toolRackPos[] = {
- { { 7.23633, 3.84961, -9.4968 }, 359.928 }
- };
- shoeboxPos[] = {
- { { -0.743164, -8.33643, -0.0702209 }, 110.554 },
- { { 19.1836, -7.53174, -9.49701 }, 105.566 }
- };
- palletPos[] = {
- { { 2.03418, 1.7915, -9.49701 }, 289.015 },
- { { -6.86621, 3.25586, -0.534332 }, 3.05176e-005 },
- { { 13.0293, -7.22363, -9.49701 }, 90 },
- { { 15.542, -4.56006, -4.53433 }, 6.10352e-005 }
- };
- freezerPos[] = {
- { { -4.1084, -7.31787, -9.49701 }, 268.732 }
- };
- };
- class Land_Mil_ControlTower : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 1.49512, 2.23389, -1.09485 }, 268.083 },
- { { 9.91406, 3.22559, -9.65488 }, 179.209 }
- };
- fridgePos[] = {
- { { 9.67773, 5.91309, -9.65503 }, 83.7454 }
- };
- chairPos[] = {
- { { 7.19434, -1.62061, 2.92548 }, 262.144 }
- };
- filingPos[] = {
- { { 2.79297, 3.34814, -5.49008 }, 190.556 },
- { { 3.33105, 3.35791, -5.49011 }, 179.417 },
- { { 6.89648, -1.87549, -1.09503 }, 164.743 },
- { { 7.53906, -1.85107, -1.09503 }, 187.813 }
- };
- pelicanPos[] = {
- { { 2.01172, -0.6875, -1.09509 }, 259.256 },
- { { 9.32324, 4.80322, -1.08328 }, 41.8877 }
- };
- lockerPos[] = {
- { { 0.925781, 3.41895, -9.65512 }, 179.859 },
- { { 3.19531, 6.13867, -5.49011 }, 0.121094 }
- };
- toolRackPos[] = {
- { { 4.21484, 6.64795, -9.65485 }, 359.603 }
- };
- shoeboxPos[] = {
- { { 4.94727, -1.88574, -1.09512 }, 209.993 },
- { { 7.66211, 3.85303, -9.65512 }, 210.035 }
- };
- };
- class Land_Ind_Workshop01_01 : Default {
- shelfPos[] = {
- { { 0.558594, -3.47168, -1.3168 }, 176.163 }
- };
- fridgePos[] = {
- { { 2.12305, -1.83838, -1.315 }, 94.8075 }
- };
- filingPos[] = {
- { { -1.55566, -0.881836, -1.3237 }, 271.559 }
- };
- lockerPos[] = {
- { { 2.12109, -0.290039, -1.31625 }, 91.8605 }
- };
- toolRackPos[] = {
- { { 2.43848, 1.60547, -1.31653 }, 88.4978 }
- };
- shoeboxPos[] = {
- { { -0.980469, 0.617188, -1.32367 }, 120.007 }
- };
- palletPos[] = {
- { { 0.501953, 0.146484, -1.27002 }, 251 }
- };
- };
- class Land_Shed_Ind02 : Default {
- shelfPos[] = {
- { { -0.442383, -9.33105, -4.6525 }, 178.364 }
- };
- fridgePos[] = {
- { { 4.19824, 10.2627, -4.6524 }, 7.46219 }
- };
- bedPos[] = {
- { { 2.77148, 2.2832, -4.6524 }, 95.4069 }
- };
- couchPos[] = {
- { { 2.4043, 0.115234, -4.6524 }, 273.531 }
- };
- cookerPos[] = {
- { { 4.43066, 7.04907, -4.6528 }, 90.7597 }
- };
- chairPos[] = {
- { { 3.70605, -2.95898, -4.65234 }, 134.818 }
- };
- filingPos[] = {
- { { -4.03906, 12.3835, -1.30353 }, 1.1741 }
- };
- pelicanPos[] = {
- { { -0.52832, 11.6462, -1.30273 }, 62.2241 }
- };
- tablePos[] = {
- { { 1.62695, -1.86011, -4.6524 }, 178.21 }
- };
- lockerPos[] = {
- { { -2.87305, 12.2234, -1.30331 }, 2.62267 }
- };
- toolRackPos[] = {
- { { 2.56738, 10.6775, -4.65201 }, 0.953941 }
- };
- shoeboxPos[] = {
- { { -1.70313, -9.60083, -4.65237 }, 10.367 }
- };
- palletPos[] = {
- { { -0.0283203, 5.60742, -4.6524 }, 317.381 },
- { { 4.12695, -5.37256, -4.64841 }, 251 }
- };
- };
- class Land_Mil_Barracks_i : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 0.902344, -2.39502, -1.12442 }, 238.007 },
- { { 0.548828, 2.81006, -1.12292 }, 1.08441 },
- { { -9.37012, 2.427, -1.12442 }, 268.201 }
- };
- filingPos[] = {
- { { 6.55566, 2.81738, -1.12451 }, 92.1856 }
- };
- pelicanPos[] = {
- { { -2.24316, -1.36963, -1.12463 }, 263.64 },
- { { 4.36621, -1.57617, -0.137878 }, 258.932 },
- { { -5.0752, -2.4939, -1.12466 }, 183.946 },
- { { -8.75977, -0.048584, -1.12463 }, 327.595 }
- };
- lockerPos[] = {
- { { -5.60156, -1.32373, -1.12164 }, 269.99 }
- };
- shoeboxPos[] = {
- { { -0.0751953, -1.9834, -0.699829 }, 251 },
- { { -3.13574, 0.466797, 0.760162 }, 360 },
- { { 3.02734, -1.34937, 0.0901794 }, 251 },
- { { 3.02441, -1.40112, -1.12466 }, 302.031 },
- { { -6.55371, -2.66333, -1.09982 }, 360 }
- };
- };
- class Land_Ss_hangar : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 14.2314, -8.46289, -5.89868 }, 173.905 },
- { { 14.3447, 19.8936, -5.8782 }, 357.293 },
- { { 13.5869, -20.874, -5.89853 }, 180.148 }
- };
- fridgePos[] = {
- { { 14.1895, 12.5049, -5.96277 }, 147.17 }
- };
- bedPos[] = {
- { { 14.1436, 21.6729, -5.89896 }, 7.74948 }
- };
- couchPos[] = {
- { { 9.54492, 21.0107, -5.89896 }, 181.695 }
- };
- cookerPos[] = {
- { { 14.5332, 15.3887, -5.92621 }, 89.5229 }
- };
- chairPos[] = {
- { { 12.9268, 19.6445, -5.89896 }, 132.385 }
- };
- filingPos[] = {
- { { 14.2803, -9.54688, -5.89865 }, 14.8827 },
- { { -14.4658, -20.7148, -5.89896 }, 255.86 }
- };
- pelicanPos[] = {
- { { -14.79, 12.7246, -5.89896 }, 273.845 },
- { { 14.877, -20.2988, -5.89896 }, 89.7007 }
- };
- tablePos[] = {
- { { 11.3418, 23.2334, -5.89896 }, 0.0492706 }
- };
- lockerPos[] = {
- { { 6.78076, 23.332, -5.89896 }, 0.014267 }
- };
- toolRackPos[] = {
- { { 2.44531, 23.7109, -5.89871 }, 0.000427246 }
- };
- shoeboxPos[] = {
- { { -14.8848, 23.3271, -5.89899 }, 279.193 }
- };
- palletPos[] = {
- { { -8.33643, -6.57617, -5.89896 }, 135.758 },
- { { 6.4082, 10.2188, -5.89896 }, 115.033 },
- { { 14.167, 10.5293, -5.89896 }, 0 },
- { { -13.6675, 22.0801, -5.89896 }, 325.134 }
- };
- };
- class Land_Ind_IlluminantTower : Default {
- pelicanPos[] = {
- { { -0.791992, -0.320313, 10.3249 }, 212.76 }
- };
- palletPos[] = {
- { { -0.012207, 0.503906, -9.74222 }, 360 }
- };
- };
- class Land_Vez : Default {
- shoeboxPos[] = {
- { { 0.286133, 0.867188, 1.36356 }, 1.99998 }
- };
- };
- class Land_Hlidac_budka : Default {
- shelfPos[] = {
- { { 0.84668, 0.125977, -0.809265 }, 172.613 }
- };
- filingPos[] = {
- { { 0.0673828, 2.31836, -0.809967 }, 357.487 },
- { { 2.76709, 2.25684, -0.809967 }, 4.6116 }
- };
- tablePos[] = {
- { { -2.32129, 1.41016, -0.810028 }, 279.786 }
- };
- toolRackPos[] = {
- { { 3.00098, 0.819336, -0.809723 }, 90.0308 }
- };
- shoeboxPos[] = {
- { { 1.62109, 2.32031, -0.810089 }, 349.179 }
- };
- };
- class Land_A_GeneralStore_01a : Default {
- shelfPos[] = {
- { { -2.68848, -5.06152, -1.22772 }, 178.035 },
- { { -8.81641, 1.98926, -1.22772 }, 270.025 },
- { { 9.85986, 1.51953, -1.22772 }, 179.333 },
- { { -5.52783, 9.13184, -1.22772 }, 1.40732 }
- };
- fridgePos[] = {
- { { -5.12402, -0.585938, -1.20645 }, 180 },
- { { -6.17725, -0.568359, -1.20645 }, 180 },
- { { 5.68555, -4.8418, -1.20645 }, 188 }
- };
- cookerPos[] = {
- { { 7.99414, -0.348633, -1.22836 }, 89.6747 }
- };
- filingPos[] = {
- { { 9.23584, -1.02637, -1.22794 }, 275.138 },
- { { 8.26953, -4.60156, -1.22794 }, 92.7205 }
- };
- pelicanPos[] = {
- { { 14.3594, 0.392578, -1.22797 }, 91.3482 }
- };
- tablePos[] = {
- { { 14.1704, -3.93848, -1.22797 }, 103.927 }
- };
- lockerPos[] = {
- { { -7.1709, -1.75488, -1.20645 }, 1.99997 }
- };
- toolRackPos[] = {
- { { 6.76514, -1.17969, -1.22775 }, 0.137085 }
- };
- shoeboxPos[] = {
- { { -4.61426, 4.45996, -1.228 }, 198.535 },
- { { 12.5962, 0.78418, -1.228 }, 358.034 },
- { { 12.3564, 3.56055, -0.333557 }, 265.418 }
- };
- palletPos[] = {
- { { 9.37988, 5.22168, -1.22797 }, 156.892 }
- };
- freezerPos[] = {
- { { -1.78906, 0.975586, -1.228 }, 180.781 }
- };
- };
- class Land_A_GeneralStore_01 : Default {
- shelfPos[] = {
- { { 6.03076, -5.04883, -1.22775 }, 359.162 },
- { { 12.563, 5.48535, -1.22772 }, 0.496719 },
- { { 13.5098, -7.02734, -1.22775 }, 88.7328 }
- };
- fridgePos[] = {
- { { -9.77979, -1.54102, -1.22797 }, 269.735 },
- { { -9.80176, -4.10938, -1.22797 }, 269.049 },
- { { 8.25488, -9.58496, -1.23712 }, 0.202225 }
- };
- couchPos[] = {
- { { -0.619629, -10.2949, -1.23727 }, 270.908 }
- };
- cookerPos[] = {
- { { 6.6792, -4.2373, -1.22833 }, 91.644 }
- };
- chairPos[] = {
- { { -2.94092, -9.89746, -1.23715 }, 42.039 },
- { { -8.54541, 6.65723, -1.23798 }, 184.459 }
- };
- filingPos[] = {
- { { 13.4648, -2.1582, -1.22797 }, 116.635 }
- };
- tablePos[] = {
- { { -9.23096, 5.1709, -1.228 }, 357.131 }
- };
- lockerPos[] = {
- { { 7.98193, -5.34863, -1.22797 }, 269.751 }
- };
- toolRackPos[] = {
- { { -10.2231, -7.87598, -1.22778 }, 270.182 }
- };
- shoeboxPos[] = {
- { { 4.97266, -2.66504, -0.632507 }, 196.652 },
- { { -9.93848, -6.0293, -1.228 }, 2.52339 }
- };
- palletPos[] = {
- { { -5.75488, -1.74707, -1.228 }, 46.8216 },
- { { -1.28467, 7.54199, -1.23798 }, 116.447 },
- { { 4.78857, 8.44824, -1.23798 }, 46.8216 }
- };
- freezerPos[] = {
- { { 8.1875, -1.88184, -1.228 }, 186.869 },
- { { -7.14307, 5.19238, -1.228 }, 0.0339508 }
- };
- };
- class Land_A_Office01 : Default {
- shelfPos[] = {
- { { 4.0542, 2.89648, -4.55417 }, 178.477 },
- { { -1.47119, 4.86328, 0.44574 }, 0.16153 },
- { { 10.6284, -3.50879, -2.0542 }, 92.1019 },
- { { 11.4131, -4.21387, -4.5542 }, 270.255 }
- };
- fridgePos[] = {
- { { -0.907715, 5.50684, -2.05441 }, 272.559 }
- };
- couchPos[] = {
- { { -7.35449, 4.9502, -4.55441 }, 189.687 }
- };
- cookerPos[] = {
- { { -8.35449, 3.17188, -2.05484 }, 179.618 }
- };
- chairPos[] = {
- { { -3.1958, -1.04395, -4.55441 }, 275.876 }
- };
- filingPos[] = {
- { { -3.70752, 2.91797, 0.445648 }, 267.617 },
- { { -0.938965, 7.15039, -4.55438 }, 269.465 },
- { { -11.54, 0.328125, -2.05438 }, 178.477 },
- { { 10.4766, 6.3418, -4.55438 }, 91.5126 },
- { { 15.6548, -1.88672, -4.55438 }, 83.8964 }
- };
- pelicanPos[] = {
- { { 2.34717, -1.2002, 6.6937 }, 215.707 }
- };
- tablePos[] = {
- { { -3.19434, -2.84082, -4.55441 }, 267.186 },
- { { 5.38916, 5.21582, -2.05441 }, 89.0818 },
- { { 14.9824, 3.75391, -2.05441 }, 181.475 }
- };
- lockerPos[] = {
- { { -4.50391, 3.8418, -4.55444 }, 91.5282 }
- };
- toolRackPos[] = {
- { { 1.45557, 2.6543, -2.05414 }, 178.943 }
- };
- shoeboxPos[] = {
- { { 5.2876, -1.88086, -4.53268 }, 180 },
- { { 3.9707, -5.65234, -2.03021 }, 305.956 },
- { { 11.6138, 6.93262, -2.05444 }, 292.589 }
- };
- palletPos[] = {
- { { -0.465332, 4.62598, -4.53268 }, 180 },
- { { 14.7656, -3.98438, -4.53268 }, 176 }
- };
- };
- class Land_A_Pub_01 : Default {
- shelfPos[] = {
- { { 3.4812, 3.81738, -5.77243 }, 179.635 },
- { { 2.49878, -4.70703, -1.78745 }, 180.503 },
- { { -7.37402, 1.03516, -1.78741 }, 328.603 }
- };
- fridgePos[] = {
- { { -3.38892, -4.0459, -5.76288 }, 90 }
- };
- bedPos[] = {
- { { -4.10889, -0.928711, -1.78766 }, 8.16519 },
- { { 3.50171, 2.69043, -1.78766 }, 94.542 }
- };
- couchPos[] = {
- { { 0.366699, 5.18652, -1.78766 }, 189.226 },
- { { -5.29517, 0.333984, -5.77267 }, 4.48228 }
- };
- wardrobePos[] = {
- { { 4.41479, 7.93848, -1.78766 }, 2.10324 }
- };
- cookerPos[] = {
- { { -3.19385, -1.17285, -5.77298 }, 270.462 }
- };
- chairPos[] = {
- { { 2.81494, 0.904297, -5.76315 }, 61.6914 },
- { { -7.10742, -5.75293, -1.78763 }, 350.056 }
- };
- filingPos[] = {
- { { -0.388672, -1.30469, -5.77255 }, 181.526 },
- { { 4.94727, 1.18066, -1.78763 }, 42.2747 }
- };
- pelicanPos[] = {
- { { 4.75977, 5.4834, -1.78757 }, 88.4654 },
- { { 6.82202, -3.58984, -5.77252 }, 82.7529 }
- };
- tablePos[] = {
- { { -7.43481, -3.70313, -1.78766 }, 273.649 },
- { { -7.42432, -4.37988, -5.77267 }, 273.367 }
- };
- toolRackPos[] = {
- { { -0.121582, -5.72266, -5.7724 }, 89.0577 }
- };
- shoeboxPos[] = {
- { { -0.593018, 2.19141, -5.77267 }, 255.46 },
- { { 4.81665, -2.40332, -1.78766 }, 105.138 },
- { { 1.49854, -6.26074, -5.01288 }, 176 },
- { { 0.81665, 7.73535, -5.76288 }, 176 },
- { { 6.86157, 5.98242, -1.76291 }, 268 }
- };
- freezerPos[] = {
- { { 0.44751, -0.999023, -1.76291 }, 268 }
- };
- };
- class Land_Barn_W_01 : Default {
- shelfPos[] = {
- { { 6.55371, -5.96289, -2.65878 }, 88.4798 },
- { { -6.56934, -7.53516, -2.65848 }, 265.499 },
- { { -4.05664, 19.6274, -2.66928 }, 0.626892 }
- };
- couchPos[] = {
- { { 5.04297, -17.8179, -2.65564 }, 48.1573 }
- };
- chairPos[] = {
- { { 6.02441, -15.0469, -2.65741 }, 70.2096 },
- { { 2.39844, -19.5591, -2.65125 }, 198.607 }
- };
- tablePos[] = {
- { { 3.33691, -16.0547, -2.65723 }, 300.369 }
- };
- toolRackPos[] = {
- { { -6.80078, 2.37402, -2.66006 }, 268.437 },
- { { 6.71387, 4.32422, -2.66052 }, 89.4215 },
- { { -4.89844, -19.9951, -2.65622 }, 180.001 }
- };
- shoeboxPos[] = {
- { { -6.57617, 7.07227, -2.66177 }, 270.003 }
- };
- palletPos[] = {
- { { 5.37402, -1.0918, -2.65982 }, 38.9155 },
- { { -5.49023, -1.3877, -2.65979 }, 41.5356 },
- { { -0.188477, -10.4546, -2.54559 }, 268 },
- { { -2.21777, 10.7607, -2.54559 }, 268 },
- { { 2.44043, 14.0454, -2.54559 }, 268 }
- };
- freezerPos[] = {
- { { -6.14258, 14.0566, -2.66248 }, 279.4 }
- };
- };
- class Land_Church_03 : Default {
- shelfPos[] = {
- { { -8.8877, 4.48535, -14.3282 }, 270.093 }
- };
- wardrobePos[] = {
- { { -3.39648, 7.18848, -14.3284 }, 272.593 }
- };
- chairPos[] = {
- { { -8.41113, -4.42725, -14.3249 }, 235.951 }
- };
- filingPos[] = {
- { { 6.03809, 8.75146, -14.2857 }, 360 },
- { { 6.50879, 8.73438, -14.2857 }, 1.99998 }
- };
- pelicanPos[] = {
- { { 4.48633, -8.17334, -14.3448 }, 228.938 }
- };
- tablePos[] = {
- { { -8.48633, -0.0556641, -14.3285 }, 269.825 }
- };
- shoeboxPos[] = {
- { { 6.20117, 1.86279, -14.3285 }, 261.718 }
- };
- };
- class Land_Stodola_open : Default {
- shelfPos[] = {
- { { 2.08691, -3.11719, -4.14142 }, 89.2592 }
- };
- fridgePos[] = {
- { { 1.88672, -6.01465, -4.13022 }, 119.538 }
- };
- couchPos[] = {
- { { -3.63477, -0.27832, -4.13867 }, 190.732 }
- };
- pelicanPos[] = {
- { { -1.71191, -5.06445, 0.297943 }, 33.203 }
- };
- tablePos[] = {
- { { -3.62988, 6.59473, -4.12482 }, 357.638 }
- };
- toolRackPos[] = {
- { { -0.110352, 7.2373, -3.92352 }, 357.513 }
- };
- shoeboxPos[] = {
- { { -4.24609, -6.01855, -3.31656 }, 2.337 }
- };
- palletPos[] = {
- { { 1.70313, 3.39844, -4.13934 }, 92.8326 },
- { { -3.4292, 3.97168, -4.14297 }, 255.32 }
- };
- };
- class Land_Stodola_old_open : Default {
- shelfPos[] = {
- { { 4.81055, 2.76367, -5.10672 }, 359.199 },
- { { -3.54004, 7.10645, -1.01971 }, 270.013 }
- };
- bedPos[] = {
- { { -2.76221, 8.75, -5.10696 }, 179.304 }
- };
- couchPos[] = {
- { { 0.687988, -8.36133, -5.10693 }, 4.33433 }
- };
- chairPos[] = {
- { { -1.06543, -5.28418, -1.04489 }, 195.228 }
- };
- filingPos[] = {
- { { 5.25879, -8.9043, -5.1069 }, 9.83752 }
- };
- pelicanPos[] = {
- { { -1.12891, -10.7266, 2.93811 }, 260.837 }
- };
- tablePos[] = {
- { { -2.98828, 10.5127, -1.0199 }, 281.235 }
- };
- toolRackPos[] = {
- { { 5.54102, 6.0625, -5.10693 }, 90.7204 },
- { { -1.74854, -11.5723, -5.10672 }, 178.397 }
- };
- shoeboxPos[] = {
- { { 5.70313, 11.2139, 0.829681 }, 91 }
- };
- palletPos[] = {
- { { 2.06445, 3.54102, -5.10696 }, 337.003 },
- { { -2.80469, 5.27539, -1.01993 }, 264.974 },
- { { 2.44336, 10.6328, 2.93802 }, 86.0969 },
- { { 4.44727, 10.3809, -5.07031 }, 91 }
- };
- freezerPos[] = {
- { { -3.05957, -4.44141, -5.10699 }, 359.822 }
- };
- };
- class Land_Farm_Cowshed_a : Default {
- shelfPos[] = {
- { { 9.65234, 4.23633, -3.1138 }, 359.83 }
- };
- bedPos[] = {
- { { 7.85938, -5.01221, -3.11404 }, 274.383 }
- };
- wardrobePos[] = {
- { { 10.21, -4.81543, -3.11401 }, 71.5758 }
- };
- filingPos[] = {
- { { -2.51855, -6.98389, -3.08054 }, 202 }
- };
- tablePos[] = {
- { { 0.553711, -6.81055, -3.11404 }, 179.415 }
- };
- toolRackPos[] = {
- { { 3.21973, -3.75781, -3.11374 }, 182.361 }
- };
- shoeboxPos[] = {
- { { -3.04883, -0.802246, -3.11407 }, 198.771 }
- };
- palletPos[] = {
- { { -2.58008, 3.32617, -3.11404 }, 6.63828 },
- { { -6.11816, -2.65527, -3.11404 }, 314.264 }
- };
- freezerPos[] = {
- { { 10.4248, -2.19531, -3.11407 }, 92.3688 }
- };
- };
- class Land_Farm_Cowshed_b : Default {
- shelfPos[] = {
- { { -9.05615, -3.76465, -3.12729 }, 178.703 }
- };
- couchPos[] = {
- { { -9.82813, 2.41113, -3.1275 }, 296.045 }
- };
- chairPos[] = {
- { { 8.15674, -3.28955, -3.1275 }, 182.81 }
- };
- toolRackPos[] = {
- { { 3.27734, -3.9209, -3.12726 }, 178.757 }
- };
- palletPos[] = {
- { { -4.85059, -2.72949, -3.12753 }, 360 },
- { { 5.6416, -2.8208, -3.12753 }, 0.0419464 }
- };
- };
- class Land_Farm_Cowshed_c : Default {
- shelfPos[] = {
- { { -2.79785, 3.14209, -3.15216 }, 295.449 }
- };
- filingPos[] = {
- { { -2.97998, -4.05469, -3.15222 }, 179.983 }
- };
- palletPos[] = {
- { { 2.44531, 2.57227, -3.14557 }, 0.00511169 }
- };
- };
- class Land_Barn_Metal : Default {
- shelfPos[] = {
- { { 0.265625, -14.7627, -5.46832 }, 89.0258 }
- };
- fridgePos[] = {
- { { 10.749, -15.9448, -5.46857 }, 39.8741 }
- };
- bedPos[] = {
- { { -9.12109, 21.7661, -5.46857 }, 175.889 }
- };
- couchPos[] = {
- { { 0.614746, -24.1509, -5.46857 }, 96.7518 }
- };
- cookerPos[] = {
- { { 10.8979, -14.4751, -5.46899 }, 90.5039 }
- };
- chairPos[] = {
- { { 10.4609, 17.1284, -5.46857 }, 39.8881 }
- };
- filingPos[] = {
- { { -9.91895, -9.12695, -5.46854 }, 268.516 }
- };
- pelicanPos[] = {
- { { 10.5273, 22.7065, 5.56143 }, 37.3798 }
- };
- tablePos[] = {
- { { 10.7944, 13.7324, -5.46857 }, 87.4971 }
- };
- lockerPos[] = {
- { { 11.0068, 6.05371, -5.46857 }, 89.1326 }
- };
- toolRackPos[] = {
- { { -10.2012, 9.57422, -5.46823 }, 272.816 }
- };
- shoeboxPos[] = {
- { { -9.87012, -20.9902, -5.4425 }, 298.809 }
- };
- palletPos[] = {
- { { 3.24316, 2.2959, -5.44501 }, 135.351 },
- { { -4.39014, -9.8374, -5.44501 }, 141.049 },
- { { 4.74316, 12.5591, -5.44501 }, 199 },
- { { -8.59766, 15.3638, -5.44501 }, 335.835 }
- };
- freezerPos[] = {
- { { 10.8242, -10.4863, -5.44501 }, 87.998 }
- };
- };
- class Land_A_TVTower_Base : Default {
- lootType = "mil";
- shelfPos[] = {
- { { -0.569824, -2.05078, -2.25824 }, 91.0596 }
- };
- filingPos[] = {
- { { -2.6377, -4.59082, -2.26028 }, 188.775 }
- };
- pelicanPos[] = {
- { { 4.38086, -0.0766602, 1.15182 }, 274.734 }
- };
- toolRackPos[] = {
- { { -0.304199, 2.37402, -2.25836 }, 85.8353 }
- };
- shoeboxPos[] = {
- { { -1.10449, 6.4873, -2.25751 }, 134.996 }
- };
- };
- class Land_Mil_Guardhouse : Default {
- shelfPos[] = {
- { { -2.07324, 2.70703, -1.69559 }, 89.8322 }
- };
- pelicanPos[] = {
- { { -2.46729, 0.0585938, -1.69565 }, 113.271 }
- };
- shoeboxPos[] = {
- { { 5.75781, 1.48828, -10 }, 202 }
- };
- };
- class Land_Mil_House : Default {
- lootType = "mil";
- shelfPos[] = {
- { { 12.2617, 0.839355, -5.67438 }, 181.266 }
- };
- fridgePos[] = {
- { { 15.2783, 4.78369, -5.67462 }, 52.5764 }
- };
- pelicanPos[] = {
- { { -1.56152, 6.73584, -1.87274 }, 179.391 }
- };
- lockerPos[] = {
- { { 10.856, 4.21094, -5.67462 }, 268.532 }
- };
- toolRackPos[] = {
- { { 10.5098, 1.98584, -5.67413 }, 270.325 }
- };
- shoeboxPos[] = {
- { { 5.61719, 6.21191, -5.24442 }, 152.873 }
- };
- palletPos[] = {
- { { 13.2031, 2.67773, -5.67609 }, 202 }
- };
- };
- class Land_houseV_2T2 : Default {
- chairPos[] = {
- { { -3.60352, 1.40381, -4.05566 }, 60.0702 }
- };
- pelicanPos[] = {
- { { 2.81348, -4.28516, -1.45676 }, 39.1084 }
- };
- shoeboxPos[] = {
- { { -3.23193, 0.272461, -4.06165 }, 128.845 }
- };
- };
-
- //Cherno End//
-
- //// Taki Start ///
- class Land_Mil_hangar_EP1 : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { {13.5302,-21.2354,-5.37346}, 179 },
- { {-14.126,-21.2681,-5.37346}, 179 }
- };
- bedPos[] = {
- { {14.0624,22.0742,-5.3957}, 7 }
- };
- couchPos[] = {
- { {11.0576,22.5513,-5.3945}, 277 }
- };
- filingPos[] = {
- { {14.5165,19.8945,-5.39077}, 90 }
- };
- pelicanPos[] = {
- { {-14.7921,12.4834,-5.37346}, 270 }
- };
- tablePos[] = {
- { {10.9473,20.2598,-5.38906}, 200 }
- };
- lockerPos[] = {
- { {5.74603,23.2769,-5.38878}, 1.99997 }
- };
- toolRackPos[] = {
- { {-1.2074,23.3823,-5.38821}, 360 }
- };
- palletPos[] = {
- { {-13.4512,-7.20068,-5.37346}, 270 },
- { {-13.5587,9.13232,-5.37346}, 270 },
- { {14.1083,-11.3062,-5.37346}, 270 },
- { {14.1229,12.8296,-5.37681}, 270 }
- };
- freezerPos[] = {
- { {7.4668,23.3433,-5.39095}, 1.99997 }
- };
- };
- class Land_Mil_ControlTower_EP1 : Default {
- limit = 5;
- lootType = "mil";
- shelfPos[] = {
- { { 3.03467, 2.64453, -1.16014 }, 0 },
- { { 3.44043, 3.19238, -5.52014 }, 180 },
- { { 10.312, 5.80469, -9.65014 }, 90.8 }
- };
- chairPos[] = {
- { { 7.3042, -1.58887, 2.98985 }, 270 }
- };
- filingPos[] = {
- { { 1.48389, 2.47754, -1.08014 }, 350 },
- { { 2.1123, 2.47852, -1.08014 }, 0 },
- { { 4.2417, 3.28027, -5.52014 }, 180 },
- { { -0.137207, 6.33496, -9.65014 }, 270.8 }
- };
- pelicanPos[] = {
- { { 3.23828, 0.329102, 2.73985 }, 270 },
- { { 6.84424, -1.66113, -1.08014 }, 180 },
- { { 6.38379, 5.06836, -1.11015 }, 180 }
- };
- tablePos[] = {
- { { 7.49512, 0.382813, -1.16014 }, 90 }
- };
- lockerPos[] = {
- { { 4.08936, 6.23438, -9.65014 }, 360 }
- };
- shoeboxPos[] = {
- { { 6.70996, 3.96582, -1.08014 }, 180 }
- };
- palletPos[] = {
- { { 8.53418, 4.22461, -9.65014 }, 90.8 }
- };
- };
- class Land_House_K_1_EP1 : Default {
- fridgePos[] = {
- { { 1.96729, 5.96875, 1.53209 }, 360 }
- };
- bedPos[] = {
- { { -3.29297, 2.14844, 1.53209 }, 187 }
- };
- cookerPos[] = {
- { { 4.28125, 4.49707, 1.53209 }, 90 }
- };
- chairPos[] = {
- { { 1.74805, 1.2832, 1.45209 }, 7.99997 }
- };
- tablePos[] = {
- { { 1.18652, 2.95605, 1.54209 }, 179 }
- };
- shoeboxPos[] = {
- { { -3.5874, 5.99609, 1.93209 }, 265 }
- };
- };
- class Land_House_K_7_EP1 : Default {
- shelfPos[] = {
- { { -4.74609, 2.42871, 3.25069 }, 0 }
- };
- bedPos[] = {
- { { -2.32715, 3.7876, 3.23069 }, 273 }
- };
- couchPos[] = {
- { { -7.00684, 2.23486, 6.33068 }, 180 }
- };
- cookerPos[] = {
- { { -3.0957, 4.38916, -0.309311 }, 0 }
- };
- chairPos[] = {
- { { -5.16113, 0.416992, 3.25069 }, 220 }
- };
- filingPos[] = {
- { { -6.82422, 0.91748, -0.279312 }, 180 }
- };
- pelicanPos[] = {
- { { -3.28223, -1.62939, 3.13068 }, 180 }
- };
- toolRackPos[] = {
- { { -7.16309, 3.74512, -0.27932 }, 0.600037 }
- };
- shoeboxPos[] = {
- { { 0.185547, 2.03467, -0.26931 }, 90 }
- };
- palletPos[] = {
- { { 0.12793, 3.51074, 6.31068 }, 180 },
- { { -6.24219, -1.57227, -0.479317 }, 0.600037 }
- };
- freezerPos[] = {
- { { -4.16406, 4.40723, -0.309311 }, 0 }
- };
- };
- class Land_House_K_8_EP1 : Default {
- shelfPos[] = {
- { { -2.79102, -1.12793, 0.246132 }, 180 },
- { { 3.0918, -1.73926, 0.246132 }, 180 }
- };
- fridgePos[] = {
- { { 0.333008, 3.72217, 3.35612 }, 90 }
- };
- bedPos[] = {
- { { -2.45508, -0.746582, -2.63387 }, 183.6 }
- };
- couchPos[] = {
- { { 0.733398, -0.199707, 0.246132 }, 90 }
- };
- wardrobePos[] = {
- { { 2.45313, -3.42871, -2.63387 }, 178.6 }
- };
- cookerPos[] = {
- { { -2.93066, -0.961914, 3.35612 }, 270.9 }
- };
- chairPos[] = {
- { { 0.383789, -3.7002, -2.70387 }, 14.6 }
- };
- filingPos[] = {
- { { -3.12109, 2.6582, 0.246132 }, 270 }
- };
- pelicanPos[] = {
- { { -4.36133, 1.78027, 0.0861282 }, 89.9 }
- };
- tablePos[] = {
- { { 0.0976563, 3.64941, 0.246132 }, 0 }
- };
- shoeboxPos[] = {
- { { 3.11035, -0.191406, -1.81387 }, 90 },
- { { -2.76172, 4.86816, 0.276131 }, 90 }
- };
- palletPos[] = {
- { { -0.880859, 2.4375, 5.95612 }, 90 },
- { { 2.48926, -3.10742, 0.336128 }, 90 }
- };
- freezerPos[] = {
- { { 2.14258, 1.05176, -2.62387 }, 90 },
- { { -2.89063, 0.299316, 3.35612 }, 270.9 }
- };
- };
- class Land_House_K_3_EP1 : Default {
- shelfPos[] = {
- { { -6.08594, -1.3042, -0.833199 }, 270 }
- };
- fridgePos[] = {
- { { 2.39648, 3.49902, -0.523193 }, 93 }
- };
- bedPos[] = {
- { { -0.318359, 4.32129, 2.7168 }, 180 }
- };
- couchPos[] = {
- { { 1.73438, -0.850586, -0.833199 }, 0 }
- };
- cookerPos[] = {
- { { -2.74316, 5.83447, -0.523193 }, 270 }
- };
- filingPos[] = {
- { { -0.918945, 4.41162, -0.5532 }, 273 }
- };
- shoeboxPos[] = {
- { { 1.85449, -3.16846, 0.0268021 }, 90 }
- };
- palletPos[] = {
- { { -1.43359, -2.14697, 3.0168 }, 180 }
- };
- };
- class Land_House_K_5_EP1 : Default {
- bedPos[] = {
- { { 3.78613, 0.527832, 2.3232 }, 184 }
- };
- cookerPos[] = {
- { { -2.3457, 1.2207, 1.5132 }, 188 }
- };
- chairPos[] = {
- { { 5.12695, 3.30615, 2.3232 }, 64 }
- };
- filingPos[] = {
- { { -7.18164, -0.956055, 0.493202 }, 198 }
- };
- tablePos[] = {
- { { 0.817383, 1.22754, 1.5232 }, 181 }
- };
- toolRackPos[] = {
- { { -7.52832, 1.88867, 0.5532 }, 271 }
- };
- shoeboxPos[] = {
- { { -5.31934, 2.41211, 0.823196 }, 47 }
- };
- };
- class Land_House_K_6_EP1 : Default {
- shelfPos[] = {
- { { -0.28418, 5.72656, 1.47783 }, 0 },
- { { 5.16602, -2.67188, 4.40265 }, 98 }
- };
- fridgePos[] = {
- { { -0.412109, 5.45508, -1.62217 }, 0 }
- };
- bedPos[] = {
- { { 0.00683594, 0.544434, 1.47783 }, 186 },
- { { 0.00390625, 0.682617, -1.62217 }, 181 },
- { { 1.93848, -2.26953, 4.40265 }, 98 },
- { { 0.609375, 4.77393, 4.40783 }, 276 }
- };
- couchPos[] = {
- { { -2.81738, 0.666504, 1.47783 }, 0 },
- { { -4.17773, 5.6582, -1.63217 }, 95 }
- };
- wardrobePos[] = {
- { { 3.08594, 3.81934, -1.63217 }, 91 }
- };
- cookerPos[] = {
- { { 0.499023, 5.37695, -1.62217 }, 0 }
- };
- chairPos[] = {
- { { -2.29883, 3.50537, 4.40265 }, 48 }
- };
- filingPos[] = {
- { { 4.90918, 5.43604, 4.40265 }, 48 }
- };
- tablePos[] = {
- { { 2.20313, -2.98926, -1.62217 }, 180 },
- { { -4.65527, 0.294922, 1.49783 }, 276 }
- };
- shoeboxPos[] = {
- { { 2.70117, 2.21973, 1.47783 }, 180 }
- };
- palletPos[] = {
- { { -2.96582, -2.4082, -1.60735 }, 48 }
- };
- freezerPos[] = {
- { { 1.55273, 5.40479, -1.62217 }, 0 }
- };
- };
- class Land_A_Mosque_small_1_EP1 : Default {
- couchPos[] = {
- { { 6.44385, 2.74609, -2.0341 }, 2 }
- };
- chairPos[] = {
- { { 1.59668, -1.55762, -1.7141 }, 357 },
- { { 3.95605, -1.53418, -1.7141 }, 2 }
- };
- pelicanPos[] = {
- { { 1.90137, 4.70996, -1.2041 }, 357 }
- };
- toolRackPos[] = {
- { { -0.34375, -1.05762, -1.7041 }, 357 }
- };
- shoeboxPos[] = {
- { { 2.07715, 0.0810547, -1.1841 }, 180 }
- };
- };
- class Land_A_Mosque_small_2_EP1 : Default {
- tablePos[] = {
- { { -0.952637, 2.83398, -2.48343 }, 1.52588e-005 }
- };
- toolRackPos[] = {
- { { -0.880371, -3.7002, -2.37343 }, 1.52588e-005 }
- };
- shoeboxPos[] = {
- { { 0.770508, -3.40137, -1.69343 }, 1.52588e-005 },
- { { -2.49805, -3.33887, -1.69343 }, 1.52588e-005 }
- };
- };
- class Land_House_L_1_EP1 : Default {
- cookerPos[] = {
- { { 0.925293, 0.850586, -0.629326 }, 355 }
- };
- tablePos[] = {
- { { 0.134766, -1.86328, -0.629326 }, 185 }
- };
- shoeboxPos[] = {
- { { 2.03125, -1.08301, -0.689323 }, 180 }
- };
- };
- class Land_House_L_3_EP1 : Default {
- couchPos[] = {
- { { -4.16162, 1.71777, 2.56979 }, 278 }
- };
- pelicanPos[] = {
- { { -5.42822, 0.783203, -0.190216 }, 296 }
- };
- tablePos[] = {
- { { -3.4624, 2.94727, -0.27021 }, 0 }
- };
- shoeboxPos[] = {
- { { -0.625488, 3.21289, 0.559784 }, 323 }
- };
- palletPos[] = {
- { { 0.00488281, 0.0605469, -0.27021 }, 267 },
- { { 2.24951, 2.31934, -0.27021 }, 323 }
- };
- };
- class Land_Misc_Well_L_EP1 : Default {
- shoeboxPos[] = {
- { { 0.611328, -0.0751953, 0.135979 }, 278 }
- };
- };
- class Land_House_L_4_EP1 : Default {
- shelfPos[] = {
- { { -6.77441, -0.744141, -1.33775 }, 270 }
- };
- fridgePos[] = {
- { { 4.71045, -0.0517578, -1.10775 }, 180 }
- };
- bedPos[] = {
- { { 0.240723, 2.24023, -1.33775 }, 0 }
- };
- cookerPos[] = {
- { { 6.61816, 1.50781, -1.10775 }, 90 }
- };
- chairPos[] = {
- { { 0.864258, -0.628906, -1.27775 }, 120 }
- };
- tablePos[] = {
- { { -3.76367, 1.76953, -1.33775 }, 0 }
- };
- shoeboxPos[] = {
- { { 4.05518, 3.79492, -0.687752 }, 180 }
- };
- palletPos[] = {
- { { -4.59863, 0.929688, 1.72225 }, 0 },
- { { 4.38574, 2.06152, 1.44225 }, 0 }
- };
- freezerPos[] = {
- { { 2.82861, 2.85352, -1.03775 }, 270 }
- };
- };
- class Land_House_L_8_EP1 : Default {
- fridgePos[] = {
- { { -1.23047, 0.239258, -1.10685 }, 173 }
- };
- couchPos[] = {
- { { 4.48242, 0.755859, 1.59315 }, 270 }
- };
- cookerPos[] = {
- { { 1.48291, 5.91797, -1.10685 }, 90 }
- };
- chairPos[] = {
- { { 1.6333, 3.23535, 1.59315 }, 109 }
- };
- pelicanPos[] = {
- { { 5.0166, 3.38574, 1.79315 }, 170 }
- };
- tablePos[] = {
- { { -3.3335, 2.53906, -1.10685 }, 267 }
- };
- toolRackPos[] = {
- { { 3.69043, 1.83301, -1.10685 }, 357 }
- };
- shoeboxPos[] = {
- { { 4.80859, 4.89551, -0.726845 }, 180 }
- };
- palletPos[] = {
- { { -2.80469, 3.25488, 1.59315 }, 109 },
- { { -2.77539, -3.80273, 1.29315 }, 109 }
- };
- freezerPos[] = {
- { { 1.80957, 2.24609, -1.10685 }, 83 }
- };
- };
- class Land_House_L_6_EP1 : Default {
- shelfPos[] = {
- { { 7.42285, 2.09961, 1.28293 }, 90 }
- };
- fridgePos[] = {
- { { 1.31592, -2.31445, -1.50707 }, 180 }
- };
- bedPos[] = {
- { { 6.03418, 1.56738, -1.54707 }, 274 }
- };
- couchPos[] = {
- { { -3.1333, -1.29785, -1.54707 }, 184 }
- };
- wardrobePos[] = {
- { { 3.08252, 0.0664063, -1.54707 }, 274 }
- };
- chairPos[] = {
- { { -3.73486, 2.18555, -1.54707 }, 330 }
- };
- filingPos[] = {
- { { 7.31006, 1.4082, 1.28293 }, 90 }
- };
- lockerPos[] = {
- { { 7.1626, 0.398438, 1.28293 }, 90 }
- };
- shoeboxPos[] = {
- { { 1.97461, 1.40332, -0.347069 }, 79 }
- };
- palletPos[] = {
- { { 0.405762, 1.2666, 1.18293 }, 90 },
- { { -3.02832, -1.68848, 1.18293 }, 90 }
- };
- };
- class Land_House_L_7_EP1 : Default {
- shelfPos[] = {
- { { -2.28809, -2.28809, -0.939278 }, 87.8875 }
- };
- fridgePos[] = {
- { { -5.4751, 3.71777, -0.639275 }, 1.52588e-005 }
- };
- bedPos[] = {
- { { 3.79248, 2.42188, -0.269272 }, 270 }
- };
- wardrobePos[] = {
- { { 5.65527, 0.724609, -0.269272 }, 90 }
- };
- cookerPos[] = {
- { { -4.51172, 3.5752, -0.609276 }, 1.52588e-005 }
- };
- chairPos[] = {
- { { -0.388672, 3.22656, -0.269272 }, 290 }
- };
- filingPos[] = {
- { { -5.10986, -2.08984, -0.939278 }, 350 }
- };
- tablePos[] = {
- { { 1.99707, -1.52637, -0.239273 }, 180 }
- };
- shoeboxPos[] = {
- { { -5.84033, -7.11621, 0.0807266 }, 180 }
- };
- palletPos[] = {
- { { -0.26416, -6.77637, -1.06927 }, 180 }
- };
- freezerPos[] = {
- { { -2.71533, -6.71777, -0.909271 }, 180 }
- };
- };
- class Land_House_C_1_EP1 : Default {
- shelfPos[] = {
- { { -4.81006, 1.55078, -0.937073 }, 0 }
- };
- fridgePos[] = {
- { { -8.3042, -0.625977, -0.937073 }, 270 }
- };
- cookerPos[] = {
- { { -8.23047, 0.216797, -0.937073 }, 270 }
- };
- chairPos[] = {
- { { -2.89355, -0.30957, -0.937073 }, 80 }
- };
- filingPos[] = {
- { { -5.55566, 1.49609, -0.937073 }, 0 },
- { { -6.02295, 1.42188, -0.937073 }, 350 }
- };
- pelicanPos[] = {
- { { 4.00537, -1.68848, 3.61293 }, 90 }
- };
- tablePos[] = {
- { { 8.03906, -0.804688, -0.937073 }, 90 }
- };
- lockerPos[] = {
- { { -1.39746, -0.689453, -1.01707 }, 270 }
- };
- toolRackPos[] = {
- { { 5.82568, 1.81348, -0.937073 }, 0 }
- };
- shoeboxPos[] = {
- { { 7.98096, -4.17969, -0.247078 }, 0 }
- };
- palletPos[] = {
- { { 1.82275, -3.33984, 3.51293 }, 90 },
- { { -6.08203, 0.685547, 3.61293 }, 90 },
- { { 6.38721, 0.277344, -0.947075 }, 90 }
- };
- };
- class Land_A_Minaret_Porto_EP1 : Default {
- chairPos[] = {
- { { 1.95752, 0.271484, 9.38245 }, 349 }
- };
- pelicanPos[] = {
- { { 2.31885, 1.9375, 6.58245 }, 229 },
- { { 3.31494, -0.510742, -3.39755 }, 113 }
- };
- shoeboxPos[] = {
- { { 2.27197, -2.94531, 9.39245 }, 349 }
- };
- palletPos[] = {
- { { 1.25195, 0.685547, -20.5975 }, 100 }
- };
- };
- class Land_House_C_2_EP1 : Default {
- shelfPos[] = {
- { { -4.66211, -0.90918, -2.31334 }, 266.8 }
- };
- bedPos[] = {
- { { 1.67383, -0.817383, 0.763084 }, 90 },
- { { -3.94336, 1.43262, 0.603081 }, 180 }
- };
- couchPos[] = {
- { { 3.84131, -3.79883, 0.786659 }, 271.8 }
- };
- wardrobePos[] = {
- { { 5.73877, 2.78125, 0.786659 }, 90 }
- };
- chairPos[] = {
- { { -2.6167, -1.23535, 0.603081 }, 170 },
- { { -4.00146, -1.05664, 0.603081 }, 220 }
- };
- filingPos[] = {
- { { 5.95459, -0.53418, -2.31334 }, 104 },
- { { 6.07373, 2.55176, -2.31334 }, 80 }
- };
- tablePos[] = {
- { { 2.34131, 2.0918, 0.763084 }, 1.52588e-005 }
- };
- lockerPos[] = {
- { { -1.74707, 2.39355, -2.31334 }, 89.8 }
- };
- toolRackPos[] = {
- { { -1.31445, 0.375, -2.31334 }, 89.8 }
- };
- shoeboxPos[] = {
- { { -0.350098, 2.94238, -2.28334 }, 180 },
- { { 5.8457, -1.50684, 1.57308 }, 180 }
- };
- palletPos[] = {
- { { -2.55518, -0.786133, -2.31334 }, 110.8 },
- { { -3.98584, 1.06055, -2.31334 }, 89.8 }
- };
- freezerPos[] = {
- { { 2.02002, 0.932617, -2.31334 }, 270 }
- };
- };
- class Land_Misc_Well_C_EP1 : Default {
- shoeboxPos[] = {
- { { 0.225098, 0.355469, 0.0676193 }, 170 }
- };
- };
- class Land_House_C_1_v2_EP1 : Default {
- fridgePos[] = {
- { { -8.29102, 0.782227, -1.35837 }, 270 }
- };
- couchPos[] = {
- { { 4.57666, -1.00195, 3.16163 }, 270 },
- { { -5.02783, 2.07422, -1.38837 }, 270 }
- };
- cookerPos[] = {
- { { -2.74414, 1.1748, -1.38837 }, 90 }
- };
- chairPos[] = {
- { { 1.5708, -1.56641, 3.16163 }, 320 },
- { { 3.31299, -1.47852, -1.35837 }, 40 },
- { { 6.86572, -0.859375, 3.16163 }, 30 }
- };
- filingPos[] = {
- { { 6.08252, 2.9502, -1.35837 }, 1.52588e-005 }
- };
- tablePos[] = {
- { { 4.56787, -2.96875, 3.16163 }, 180 },
- { { 7.90332, 1.12305, -1.35837 }, 90 }
- };
- shoeboxPos[] = {
- { { -8.38037, -0.833008, -0.93837 }, 270 }
- };
- freezerPos[] = {
- { { 5.20557, 2.90332, -1.35837 }, 1.52588e-005 }
- };
- };
- class Land_House_C_5_V1_EP1 : Default {
- bedPos[] = {
- { { -1.40234, -0.685547, -1.48295 }, 0 }
- };
- couchPos[] = {
- { { -3.50098, -0.208008, -1.48295 }, 180 }
- };
- wardrobePos[] = {
- { { 0.958984, 1.01758, 1.42705 }, 180 }
- };
- chairPos[] = {
- { { -2.87109, 3.71875, -1.48295 }, 0 },
- { { 2.50684, 4.94287, -1.48295 }, 0 }
- };
- filingPos[] = {
- { { 3.30664, 1.04639, -1.48295 }, 180 }
- };
- tablePos[] = {
- { { -2.96191, -4.95508, -1.48295 }, 180 }
- };
- palletPos[] = {
- { { -3.12891, 0.384277, 1.15705 }, 250 },
- { { -1.73926, -4.29883, 1.15705 }, 180 }
- };
- };
- class Land_House_C_3_EP1 : Default {
- shelfPos[] = {
- { { -2.11621, -1.87402, 1.91428 }, 265 }
- };
- fridgePos[] = {
- { { 5.75879, 3.84033, -3.87573 }, 0 }
- };
- bedPos[] = {
- { { -7.35449, -1.97705, 0.514275 }, 178 }
- };
- couchPos[] = {
- { { 4.89453, -0.709961, -0.485725 }, 178 },
- { { 4.43359, -2.51904, 4.04428 }, 178 }
- };
- wardrobePos[] = {
- { { -8.02637, 1.10938, 0.514275 }, 268 }
- };
- cookerPos[] = {
- { { 4.0166, -1.12305, -3.87573 }, 270 }
- };
- chairPos[] = {
- { { -4.25684, 3.56934, 0.514275 }, 40 },
- { { 6.07715, 0.655273, -3.88573 }, 339 }
- };
- filingPos[] = {
- { { 8.17969, -2.87256, -3.87573 }, 130 }
- };
- pelicanPos[] = {
- { { 2.22266, -1.98633, 4.91428 }, 88 }
- };
- tablePos[] = {
- { { -4.11621, -1.11475, 0.514275 }, 90 },
- { { 4.09082, 1.39307, -3.87573 }, 270 }
- };
- lockerPos[] = {
- { { -8.1543, 2.12549, -3.81573 }, 269 }
- };
- toolRackPos[] = {
- { { -8.44434, 0.203125, -3.81573 }, 269 }
- };
- shoeboxPos[] = {
- { { -3.90039, -3.58984, -3.83573 }, 270 },
- { { -8.08105, 3.58545, 1.58427 }, 0 }
- };
- palletPos[] = {
- { { 6.55469, -1.37988, 4.11428 }, 178 },
- { { -6.69141, 2.4873, 4.31428 }, 178 }
- };
- freezerPos[] = {
- { { 4.03809, -2.17529, -3.87573 }, 270 }
- };
- };
- class Land_House_C_12_EP1 : Default {
- shelfPos[] = {
- { { 3.25391, -5.70898, 0.10778 }, 91 },
- { { 7.60742, 2.00098, -3.52222 }, 90 }
- };
- fridgePos[] = {
- { { -3.77637, -8.55176, 0.137779 }, 271 }
- };
- couchPos[] = {
- { { 3.50244, -2.55566, 0.137779 }, 110 },
- { { -0.932129, -7.9502, -3.52222 }, 90 }
- };
- cookerPos[] = {
- { { 3.01709, -8.48047, -3.52222 }, 91 }
- };
- chairPos[] = {
- { { 2.45898, -8.51855, 0.10778 }, 141 },
- { { -3.55371, -8.52734, -3.52222 }, 221 }
- };
- filingPos[] = {
- { { 4.61963, -4.02148, -3.52222 }, 180 }
- };
- pelicanPos[] = {
- { { -4.01465, -5.48633, 3.38778 }, 269 }
- };
- lockerPos[] = {
- { { -0.582031, -3.9248, -3.52222 }, 180 }
- };
- toolRackPos[] = {
- { { 1.37695, -4.39941, -3.52222 }, 180 },
- { { 3.40576, -4.42773, -3.52222 }, 180 }
- };
- shoeboxPos[] = {
- { { 1.32813, 0.0283203, -3.52222 }, 88 }
- };
- palletPos[] = {
- { { -1.87988, 1.13379, 0.137779 }, 230 },
- { { -2.9873, 0.550781, -3.48222 }, 88 },
- { { 5.65186, 0.637695, 0.137779 }, 110 }
- };
- freezerPos[] = {
- { { 3.05566, -5.78223, -3.50222 }, 88 }
- };
- };
- class Land_House_C_5_V3_EP1 : Default {
- shelfPos[] = {
- { { 0.881836, 0.848633, 1.42705 }, 180 }
- };
- fridgePos[] = {
- { { 2.83398, 5.10059, -1.48295 }, 0.999985 }
- };
- bedPos[] = {
- { { -1.33838, -0.811523, -1.48295 }, 0.999985 }
- };
- wardrobePos[] = {
- { { 4.41846, 1.59082, 1.42705 }, 90 },
- { { -2.9209, 3.87598, -1.48295 }, 1.00179e-005 }
- };
- chairPos[] = {
- { { -3.97998, 1.91797, -1.48295 }, 289 },
- { { -1.0791, -4.83398, 1.12706 }, 130 }
- };
- filingPos[] = {
- { { -4.45752, -5.25781, -1.49295 }, 269 }
- };
- shoeboxPos[] = {
- { { 4.48828, 1.01172, -1.40295 }, 1.00179e-005 },
- { { 0.500977, 4.9834, -0.672951 }, 30 }
- };
- palletPos[] = {
- { { -1.72168, -1.9375, 1.17705 }, 1.00179e-005 }
- };
- };
- class Land_House_C_5_V2_EP1 : Default {
- shelfPos[] = {
- { { 0.882813, 0.848145, 1.42705 }, 180 }
- };
- fridgePos[] = {
- { { 2.83398, 5.1001, -1.48295 }, 1 }
- };
- bedPos[] = {
- { { -1.33789, -0.811523, -1.48295 }, 1 }
- };
- wardrobePos[] = {
- { { -2.85547, 3.81055, -1.38295 }, 360 }
- };
- chairPos[] = {
- { { -3.86914, 1.87793, -1.39295 }, 320 },
- { { -1.0752, -4.77148, 1.32706 }, 130 }
- };
- filingPos[] = {
- { { -4.45703, -5.25781, -1.49295 }, 269 }
- };
- shoeboxPos[] = {
- { { 4.48828, 1.01172, -1.40295 }, 0 },
- { { 0.507813, 5.10352, -0.572945 }, 130 }
- };
- palletPos[] = {
- { { -1.72168, -1.9375, 1.17705 }, 0 }
- };
- };
- class Land_Mil_Guardhouse_EP1 : Default {
- lootType = "mil";
- shelfPos[] = {
- { { -2.9021, -0.569336, -1.69236 }, 180 }
- };
- shoeboxPos[] = {
- { { -2.94189, 3.83496, -1.69236 }, 180 }
- };
- };
- class Land_Mil_House_EP1 : Default {
- lootType = "mil";
- toolRackPos[] = {
- { { 10.4844, 2.79492, -5.67967 }, 270 }
- };
- palletPos[] = {
- { { 12.9678, 2.14258, -5.67967 }, 180 },
- { { 13.7964, 4.08594, -5.67967 }, 220 }
- };
- };
- class Land_Mil_Repair_center_EP1 : Default {
- lootType = "mil";
- toolRackPos[] = {
- { { 3.14893, 3.31836, -2.52654 }, 270 }
- };
- palletPos[] = {
- { { -2.75195, 0.446289, -1.52654 }, 180 },
- { { -2.63037, 3.28516, -1.52654 }, 270 }
- };
- };
- class Land_Misc_Cargo1Ao_EP1 : Default {
- palletPos[] = {
- { { 0.109863, -0.517578, -1.05425 }, 180 },
- { { 0.0776367, 2.01465, -1.05425 }, 180 }
- };
- };
- class Land_Mil_Barracks_i_EP1 : Default {
- limit = 5;
- lootType = "mil";
- pelicanPos[] = {
- { {-0.560303,-1.47656,0.0566254}, 88 },
- { {2.65845,-1.47168,-0.743378}, 108 },
- { {-3.68701,-1.2627,0.0566254}, 100 },
- { {-7.04419,-1.5918,-0.743378}, 100 }
- };
- lockerPos[] = {
- { {0.652588,-1.77637,-1.10338}, 270 },
- { {-5.80908,-1.9834,-1.10338}, 270 },
- { {-9.33643,-2.05957,-1.10338}, 270 }
- };
- toolRackPos[] = {
- { {-9.41846,2.02148,-1.10338}, 270 }
- };
- shoeboxPos[] = {
- { {-3.3457,-0.0791016,-1.11338}, 108 },
- { {2.53003,-2.44336,-1.08338}, 108 },
- { {4.00269,-1.91797,-0.083374}, 290 },
- { {-10.4619,1.45313,0.296623}, 90 }
- };
- cabinetPos[] = {
- { {5.90869,0.634277,0.216881}, 90 }
- };
- };
- class Land_Ind_Oil_Pump_EP1 : Default {
- shoeboxPos[] = {
- { { 1.8894, -2.20605, 2.53654 }, 90 }
- };
- };
- class Land_Ind_Oil_Tower_EP1 : Default {
- couchPos[] = {
- { { 3.39233, -5.47461, 3.74753 }, 270 }
- };
- pelicanPos[] = {
- { { 3.07495, -2.38086, 16.4475 }, 270 }
- };
- toolRackPos[] = {
- { { -1.66919, 0.807617, -13.0425 }, 270 }
- };
- palletPos[] = {
- { { 3.64136, 0.131836, -8.04248 }, 30 },
- { { -1.99316, -6.2207, -13.0225 }, 270 },
- { { 4.45459, -5.50098, -12.9225 }, 270 },
- { { 5.33862, -6.28711, -8.04248 }, 30 }
- };
- };
- class Land_House_L_9_EP1 : Default {
- bedPos[] = {
- { { 1.09448, 1.40039, -0.611443 }, 275 }
- };
- };
- class Land_fortified_nest_big_EP1 : Default {
- shelfPos[] = {
- { { -0.359375, -0.337891, -0.721558 }, 95 }
- };
- couchPos[] = {
- { { 1.25781, -0.414063, -0.721558 }, 185 }
- };
- pelicanPos[] = {
- { { -1.12036, 0.962891, -0.721558 }, 85 }
- };
- };
- class Land_A_Mosque_big_wall_EP1 : Default {
- shelfPos[] = {
- { { 4.53857, 4.61914, -2.04966 }, 350 }
- };
- couchPos[] = {
- { { 0.288574, 3.51367, -2.04966 }, 270 }
- };
- };
- class Land_A_Mosque_big_wall_corner_EP1 : Default {
- couchPos[] = {
- { { -1.2417, 3.2666, -2.03097 }, 270 }
- };
- chairPos[] = {
- { { 1.03223, 3.80176, -2.03097 }, 20 }
- };
- palletPos[] = {
- { { 3.88086, -2.67383, -2.03097 }, 20 }
- };
- };
- class Land_A_Mosque_big_minaret_1_EP1 : Default {
- pelicanPos[] = {
- { { -0.907227, -1.69336, 7.16152 }, 280 }
- };
- shoeboxPos[] = {
- { { 0.124023, -0.527344, 7.16152 }, 4.89996 }
- };
- };
- class Land_A_Mosque_big_addon_EP1 : Default {
- tablePos[] = {
- { { 5.93506, -2.10156, -6.46501 }, 90 },
- { { 5.84326, 2.80566, -6.46501 }, 90 }
- };
- shoeboxPos[] = {
- { { 2.78027, -5.18164, -5.965 }, 360 },
- { { 2.78857, 5.36914, -5.965 }, 360 }
- };
- };
- class Land_A_Mosque_big_hq_EP1 : Default {
- couchPos[] = {
- { { 5.84619, -2.89648, -9.35999 }, 41 },
- { { 8.43701, 8.60352, 0.520004 }, 150 }
- };
- chairPos[] = {
- { { -6.1582, -2.72852, -9.33999 }, 249 },
- { { -5.3042, -4.38379, -9.33999 }, 239 },
- { { 9.77832, -7.29395, 0.520004 }, 320 },
- { { 8.51709, -9.12793, 0.520004 }, 300 },
- { { 9.05273, -10.5879, -4.05999 }, 340 }
- };
- pelicanPos[] = {
- { { 2.45459, 9.20313, 0.520004 }, 340 }
- };
- tablePos[] = {
- { { 5.96045, 3.45703, -9.36999 }, 49 }
- };
- shoeboxPos[] = {
- { { -9.6084, -10.9482, -4.05999 }, 41 }
- };
- palletPos[] = {
- { { -5.69385, -8.7002, 0.520004 }, 320 },
- { { -8.27783, 7.9248, 0.520004 }, 70 }
- };
- };
- class Land_A_Mosque_big_minaret_2_EP1 : Default {
- pelicanPos[] = {
- { { -1.92383, -1.92188, 3.61214 }, 80 }
- };
- shoeboxPos[] = {
- { { -0.0258789, -0.837891, 3.60214 }, 9.99997 }
- };
- };
- class Land_House_C_11_EP1 : Default {
- shelfPos[] = {
- { { 4.04883, -0.507813, -2.07991 }, 180 }
- };
- couchPos[] = {
- { { 0.967773, -3.72266, -2.07991 }, 89.9999 },
- { { 5.21924, -3.53809, 0.940094 }, 93 }
- };
- wardrobePos[] = {
- { { 3.57471, 2.49023, 1.04009 }, 265.8 }
- };
- cookerPos[] = {
- { { 4.06836, -1.44141, -2.07991 }, 0 }
- };
- chairPos[] = {
- { { 7.38379, -1.58594, 0.940094 }, 43 }
- };
- filingPos[] = {
- { { 2.47314, -4.53809, 0.940094 }, 179 },
- { { 2.99756, -4.46582, 0.940094 }, 173 }
- };
- toolRackPos[] = {
- { { 6.90332, -0.748047, -2.07991 }, 180 }
- };
- palletPos[] = {
- { { 0.493652, -1.9248, 0.960091 }, 179 },
- { { 1.26855, 4.18555, -2.45991 }, 185.8 }
- };
- freezerPos[] = {
- { { -1.55713, -2.66016, -2.07991 }, 272 }
- };
- };
- class Land_House_C_9_EP1 : Default {
- shelfPos[] = {
- { { 0.668945, -4.66406, -3.85899 }, 180 }
- };
- fridgePos[] = {
- { { 3.50098, 2.56934, -3.82899 }, 356 }
- };
- bedPos[] = {
- { { 1.76123, 4.54102, -0.278992 }, 92.1 }
- };
- couchPos[] = {
- { { 1.69629, -4.80762, -0.278992 }, 90 }
- };
- cookerPos[] = {
- { { 2.63574, 2.44336, -3.82899 }, 356 }
- };
- chairPos[] = {
- { { -4.98926, 0.46582, -0.278992 }, 262.1 }
- };
- filingPos[] = {
- { { 5.79541, -5.37012, -0.278992 }, 94 },
- { { 5.7334, -5.89941, -0.278992 }, 100 }
- };
- pelicanPos[] = {
- { { -5.09424, -1.93359, -0.278992 }, 94 }
- };
- lockerPos[] = {
- { { 2.80615, 2.62598, -0.278992 }, 0 }
- };
- toolRackPos[] = {
- { { 1.40625, 6.66602, -3.85899 }, 0 }
- };
- shoeboxPos[] = {
- { { -2.22803, 0.438477, -2.99899 }, 360 }
- };
- palletPos[] = {
- { { 0.508301, -2.66895, 2.53101 }, 144 },
- { { -3.3208, 1.07031, 2.53101 }, 144 },
- { { -1.89307, 4.89941, 2.53101 }, 94 }
- };
- freezerPos[] = {
- { { 5.66406, 0.332031, -3.83899 }, 89 }
- };
- };
- class Land_Fort_Watchtower_EP1 : Default {
- pelicanPos[] = {
- { { -0.390137, 0.0634766, 0.56675 }, 144 }
- };
- shoeboxPos[] = {
- { { -1.28271, 2.67969, -2.21325 }, 360 }
- };
- palletPos[] = {
- { { -0.77832, -2.00293, -2.20325 }, 144 }
- };
- };
- class Land_Misc_Cargo1Bo_EP1 : Default {
- palletPos[] = {
- { { 0.0737305, -0.0507813, -1.06068 }, 184 },
- { { 0.0981445, -1.95898, -1.06068 }, 184 },
- { { -0.0107422, 1.99707, -1.06068 }, 184 }
- };
- };
- class Land_A_Minaret_EP1 : Default {
- pelicanPos[] = {
- { { -1.50244, -0.742188, 5.06781 }, 123.5 }
- };
- };
- //Taki End//
-
-
-
- // BornHolm Start //
- class Land_bo_HouseV2_04_Interier : Land_HouseV2_04_interier {};
- class Land_bo_HouseV2_02_Interier : Land_HouseV2_02_Interier {};
- class Land_bo_HouseV_1I4 : Land_HouseV_1I4 {};
- class Land_bo_Panelak2 : Land_Panelak2 {};
- class Land_bo_Panelak : Land_Panelak {};
- class Land_bo_Shed_Ind02 : Land_Shed_Ind02 {};
- class Land_bo_Hlidac_budka : Land_Hlidac_budka {};
- class Land_bo_A_GeneralStore_01 : Land_A_GeneralStore_01 {};
- class Land_bo_A_Office01 : Land_A_Office01 {};
- class Land_bo_Barn_W_01 : Land_Barn_W_01 {};
- class Land_bo_stodola_open : Land_Stodola_open {};
- class Land_bo_stodola_old_open : Land_Stodola_old_open {};
- class Land_bo_Farm_Cowshed_a : Land_Farm_Cowshed_a {};
- class Land_bo_Farm_Cowshed_b : Land_Farm_Cowshed_b {};
- class Land_bo_Farm_Cowshed_c : Land_Farm_Cowshed_c {};
- class Land_bo_A_TVTower_Base : Land_A_TVTower_Base {};
- class Land_bo_HouseV_2T2 : Land_houseV_2T2 {};
- class Land_bo_HouseB_Tenement : Land_HouseB_Tenement {};
- class Land_bo_HouseV2_01A : Land_HouseV2_01A {};
- class Land_bo_Barn_W_02 : Land_Barn_W_02 {};
- class Land_bo_Shed_W01 : Land_Shed_W01 {};
- class Land_bo_A_Castle_Bergfrit : Land_A_Castle_Bergfrit {};
- class Land_bo_Shed_wooden : Land_Shed_wooden {};
- class Land_bo_HouseV_1L2 : Land_HouseV_1L2 {};
- class Land_bo_HouseV_1I1 : Land_HouseV_1I1 {};
- class Land_bo_HouseV_1L1 : Land_HouseV_1L1 {};
- class Land_bo_misc_deerstand : Land_Misc_deerstand {};
- class Land_bo_HouseBlock_A1_1 : Land_HouseBlock_A1_1 {};
- class Land_bo_HouseBlock_A3 : Land_HouseBlock_A3 {};
- class Land_bo_hut06 : Land_Hut06 {};
-
-
- class Land_bo_dum_rasovna : Default {
- shelfPos[] = {
- { { -1.56299, -4.67383, -2.69722 }, 185 },
- { { 3.88159, -3.92139, -2.69722 }, 90 }
- };
- fridgePos[] = {
- { { -1.78345, 1.78662, -2.70722 }, 275.214 }
- };
- bedPos[] = {
- { { 2.92578, 2.73438, -2.70722 }, 1.99997 }
- };
- wardrobePos[] = {
- { { 0.281494, -0.0371094, 0.232777 }, 261 }
- };
- cookerPos[] = {
- { { -1.76978, -1.74072, -2.69722 }, 356 }
- };
- chairPos[] = {
- { { 3.47705, -0.510742, -2.69722 }, 101 }
- };
- filingPos[] = {
- { { 0.485352, -1.99902, 0.232777 }, 0 },
- { { -0.095459, -2.09375, 0.232777 }, 354 }
- };
- pelicanPos[] = {
- { { -0.732422, 3.80762, 0.202777 }, 329 }
- };
- tablePos[] = {
- { { 0.746094, 4.27881, -2.67722 }, 360 }
- };
- toolRackPos[] = {
- { { -0.824707, -1.08301, -2.69722 }, 182 }
- };
- shoeboxPos[] = {
- { { -1.76807, -4.44385, 0.232777 }, 44 }
- };
- freezerPos[] = {
- { { 0.0822754, -1.64063, -2.69722 }, 0.999985 }
- };
- };
- class Land_bo_Nasypka : Default {
- shoeboxPos[] = {
- { { -1.81689, -0.786621, 6.56536 }, 213 }
- };
- };
- class Land_TTowerBig_2_F : Default {
- pelicanPos[] = {
- { { 1.03027, 1.00903, 0.757229 }, 41 }
- };
- };
- class Land_bo_Sara_domek_sedy : Default {
- fridgePos[] = {
- { { 0.498047, 1.38989, -2.14814 }, 270 }
- };
- bedPos[] = {
- { { -1.31494, 0.212891, -2.13814 }, 4 },
- { { -5.03027, 3.2019, -2.14814 }, 183 }
- };
- couchPos[] = {
- { { 4.9209, 1.72778, -2.12814 }, 5 }
- };
- wardrobePos[] = {
- { { -4.1416, -0.853271, -2.14814 }, 182 }
- };
- cookerPos[] = {
- { { 1.86279, 4.21411, -2.13814 }, 0 }
- };
- chairPos[] = {
- { { -2.82324, -0.666504, -2.13814 }, 170 },
- { { -5.49121, -0.572998, -2.13814 }, 200 }
- };
- filingPos[] = {
- { { 6.03662, -1.00024, -2.13814 }, 97 }
- };
- tablePos[] = {
- { { -3.23926, 4.17554, -2.11814 }, 0 }
- };
- shoeboxPos[] = {
- { { 0.770508, -0.9021, -2.14814 }, 161 }
- };
- freezerPos[] = {
- { { 0.799805, 4.23804, -2.11814 }, 0 }
- };
- };
- class Land_bo_Ind_SawMill : Default {
- toolRackPos[] = {
- { { 9.0686, 5.12646, -5.83683 }, 270 }
- };
- palletPos[] = {
- { { -7.46265, -5.69971, -5.83683 }, 142 },
- { { 7.71216, -10.9746, -5.83683 }, 290 },
- { { -3.50049, 16.1409, -5.83683 }, 142 },
- { { 5.49878, 16.4333, -5.83683 }, 40 }
- };
- };
- class Land_bo_Dum_mesto2 : Default {
- shelfPos[] = {
- { { -0.732422, 3.7876, -4.33935 }, 179 },
- { { 3.63647, -6.50879, -4.34044 }, 91 },
- { { 2.20728, -8.04883, -4.34044 }, 175 }
- };
- fridgePos[] = {
- { { -3.60547, 6.22559, -4.34935 }, 269 }
- };
- bedPos[] = {
- { { -2.60498, -1.65088, -0.949348 }, 270 },
- { { -2.51392, -7.01904, -0.970444 }, 90 },
- { { -2.25952, 7.11084, -0.949348 }, 272 }
- };
- couchPos[] = {
- { { -2.60498, -2.21436, -4.33935 }, 187 },
- { { -0.407959, -6.73047, -4.35044 }, 94 }
- };
- wardrobePos[] = {
- { { 0.216064, 3.9668, -0.949348 }, 180 }
- };
- cookerPos[] = {
- { { -3.6228, 7.73877, -4.34935 }, 269 }
- };
- chairPos[] = {
- { { 3.14673, 4.25439, -4.33935 }, 119 },
- { { 3.18701, 7.4751, -0.970444 }, 20 },
- { { 3.13452, 7.49902, -4.33935 }, 60 },
- { { 3.17065, -7.49072, -0.970444 }, 119 },
- { { -3.35864, -7.4707, -4.34044 }, 220 }
- };
- filingPos[] = {
- { { 3.42749, -7.72949, -4.34044 }, 121 }
- };
- tablePos[] = {
- { { -0.68042, -0.654297, -4.35044 }, 0 },
- { { -3.53101, -3.4668, -0.970444 }, 270 },
- { { -3.49878, -5.11523, -4.34044 }, 271 },
- { { -0.356445, 7.76953, -4.33935 }, 359 }
- };
- toolRackPos[] = {
- { { -2.99243, 0.0361328, -4.34044 }, 181 }
- };
- shoeboxPos[] = {
- { { 1.50415, -0.472656, -4.35044 }, 207 },
- { { -3.74072, 0.48584, -4.34935 }, 90 }
- };
- freezerPos[] = {
- { { -2.49731, 0.472168, -4.34935 }, 178 }
- };
- };
- class Land_bo_HouseV_3I4 : Default {
- shoeboxPos[] = {
- { { 5.35449, 3.04028, -2.60763 }, 280 }
- };
- };
- class Land_bo_Dum_mesto3 : Default {
- palletPos[] = {
- { { 5.67578, -0.140137, -5.89724 }, 250 }
- };
- };
- class Land_bo_HouseV_1T : Default {
- shoeboxPos[] = {
- { { -4.95142, 6.46045, -3.09068 }, 130 }
- };
- };
- class Land_bo_Ind_Stack_Big : Default {
- shelfPos[] = {
- { { 0.137939, 0.352539, -28.5862 }, 270 }
- };
- pelicanPos[] = {
- { { -2.85278, 0.0292969, -23.3062 }, 290 }
- };
- shoeboxPos[] = {
- { { -1.56006, -2.29297, -28.5862 }, 260 }
- };
- };
-
- class Land_bo_Deutshe_mini : Default {
- shelfPos[] = {
- { { 3.57666, -1.0437, -2.74453 }, 0 }
- };
- fridgePos[] = {
- { { -0.42334, -0.501709, -2.75453 }, 90 }
- };
- bedPos[] = {
- { { -3.61914, 2.44849, -2.74453 }, 89 }
- };
- couchPos[] = {
- { { 3.54443, 0.63208, -2.75453 }, 90 }
- };
- wardrobePos[] = {
- { { -0.290039, 2.47217, -2.74453 }, 89 }
- };
- chairPos[] = {
- { { 0.885254, 2.83154, -2.75453 }, 310 }
- };
- filingPos[] = {
- { { 0.569336, -3.05029, -2.74453 }, 259 }
- };
- shoeboxPos[] = {
- { { -3.51465, -1.95581, -1.98453 }, 209 }
- };
- freezerPos[] = {
- { { -4.28613, 0.733887, -2.74453 }, 359 }
- };
- };
- class Land_u_House_Small_01_V1_F : Default {
- fridgePos[] = { { { 0.867188, 4.2207, -0.931187 }, 81.6768 } };
- shelfPos[] = { { { 1.16602, -1.34766, -0.929543 }, 86.5322 }, { { -2.17383, 1.22656, -0.930841 }, 1.30102 } };
- wardrobePos[] = { { { 0.298828, -3.75586, -0.929366 }, 164.186 } };
- bedPos[] = { { { -3.52344, -2.83594, -0.931075 }, 183.389 } };
- couchPos[] = { { { 2.90234, -1.70313, -0.929456 }, 179.44 } };
- cookerPos[] = { { { -1.41602, 2.18359, -0.931049 }, 180.625 } };
- chairPos[] = { { { 2.46484, 1.8125, -0.930511 }, 270.894 }, { { -4.09766, -0.542969, -0.925941 }, 270.019 }, { { 2.42383, 3.95703, -0.931158 }, 329.895 } };
- };
-
-
- // Bornholm End
-
-
- class Land_TTowerBig_1_F : Default {
- pelicanPos[] = {
- { { 0.920898, 0.00317383, 2.89364 }, 270 }
- };
- };
- class Land_u_Addon_01_V1_F : Default {
- shoeboxPos[] = {
- { { 5.52515, 0.521484, -0.014668 }, 270 }
- };
- palletPos[] = {
- { { -0.227783, 0.866699, -0.0246677 }, 270 }
- };
- };
- class Land_SlideCastle_F : Default {
- shoeboxPos[] = {
- { { 0.0908203, 2.18799, -1.94149 }, 193 }
- };
- palletPos[] = {
- { { -0.841309, -3.05469, -10 }, 193 }
- };
- };
- class Land_Shed_Big_F : Default {
- palletPos[] = {
- { { 6.66553, 4.03369, -10 }, 177 },
- { { -7.18652, -10.4651, -10 }, 177 },
- { { -5.99561, 11.2573, -10 }, 177 }
- };
- };
- class Land_Radar_F : Default {
- pelicanPos[] = {
- { { 9.36694, 4.97949, -4.86368 }, 247 }
- };
- shoeboxPos[] = {
- { { -9.92847, -8.72461, -4.86368 }, 44 }
- };
- };
- class Land_ReservoirTower_F : Default {
- pelicanPos[] = {
- { { -1.41553, 1.15063, -1.81942 }, 130 }
- };
- shoeboxPos[] = {
- { { -3.8374, 1.81421, -1.81942 }, 320 }
- };
- palletPos[] = {
- { { 0.737793, -3.30981, -1.80942 }, 250 }
- };
- };
- class Land_i_Stone_Shed_V2_dam_F : Default {
- tablePos[] = {
- { { 3.07764, 2.17139, 0.0703425 }, 11 }
- };
- shoeboxPos[] = {
- { { -2.41211, 0.305664, 0.660343 }, 11 }
- };
- };
- class Land_Cargo_HQ_V1_ruins_F : Default {
- lootType = "mil";
- filingPos[] = {
- { { 0.798828, -3.87012, -1.28783 }, 250 }
- };
- pelicanPos[] = {
- { { -4.96582, -4.61182, 1.13217 }, 250 }
- };
- lockerPos[] = {
- { { -5.49561, -3.40796, -1.28783 }, 270 }
- };
- };
- class Land_cmp_Tower_F : Default {
- palletPos[] = {
- { { 0.0551758, 1.01294, -7.64906 }, 250 }
- };
- };
- class Land_Crane_F : Default {
- pelicanPos[] = {
- { { -7.11475, -1.31665, 5.74081 }, 90 }
- };
- shoeboxPos[] = {
- { { -6.86523, 1.83765, 5.74081 }, 230 }
- };
- };
-
- class Land_WIP_ruins_F : Default {
- shelfPos[] = {
- { { 2.08887, -10.4897, -1.32377 }, 180.2 },
- { { -17.3643, -11.3889, 2.47623 }, 2 }
- };
- pelicanPos[] = {
- { { 16.8608, -8.03442, 0.106226 }, 266 }
- };
- shoeboxPos[] = {
- { { 3.64453, 7.38965, 0.126227 }, 350 }
- };
- palletPos[] = {
- { { 15.3921, 8.71045, 2.38622 }, 350 },
- { { -21.7849, 11.9456, 2.45622 }, 350 }
- };
- };
- class Land_i_Stone_HouseBig_V2_dam_F : Default {
- fridgePos[] = {
- { { -3.23608, -3.12744, -1.70506 }, 220 }
- };
- bedPos[] = {
- { { -2.40332, 0.169434, 1.17494 }, 180 }
- };
- wardrobePos[] = {
- { { 2.80518, -3.146, 1.17494 }, 170 }
- };
- shoeboxPos[] = {
- { { -0.989014, 1.07861, -0.595063 }, 20 }
- };
- freezerPos[] = {
- { { 2.25952, 0.718262, -1.63506 }, 20 }
- };
- };
- class Land_u_House_Big_02_V1_dam_F : Default {
- shelfPos[] = {
- { { 3.21387, -1.56421, -2.44914 }, 90 }
- };
- fridgePos[] = {
- { { -3.24658, -3.44507, -2.44914 }, 260 }
- };
- couchPos[] = {
- { { 3.49512, 0.929443, -2.44234 }, 90.0046 }
- };
- cookerPos[] = {
- { { -3.28662, -1.65698, -2.44914 }, 273 }
- };
- chairPos[] = {
- { { 4.87988, 4.62207, -2.43914 }, 66 }
- };
- filingPos[] = {
- { { -3.41895, -0.0644531, 0.940861 }, 260 },
- { { -3.42285, 0.570068, 0.940861 }, 270 }
- };
- pelicanPos[] = {
- { { 4.70313, 4.34985, 0.870861 }, 55 }
- };
- tablePos[] = {
- { { -3.23535, 2.41211, -2.43914 }, 270 },
- { { -3.29639, 2.79614, 0.940861 }, 270 }
- };
- lockerPos[] = {
- { { 2.81396, 0.00561523, 0.940861 }, 181 }
- };
- toolRackPos[] = {
- { { -3.71387, 2.81152, 0.940861 }, 270 }
- };
- shoeboxPos[] = {
- { { 5.19873, -0.0888672, 0.940861 }, 160 }
- };
- };
- class Land_Cargo_HQ_V2_ruins_F : Default {
- shelfPos[] = {
- { { -5.3606, -5.2832, -1.15784 }, 270 }
- };
- pelicanPos[] = {
- { { 3.18213, -3.80811, -1.30784 }, 160 }
- };
- };
- class Land_i_Stone_HouseSmall_V2_dam_F : Default {
- couchPos[] = {
- { { -6.25098, 1.86572, -0.594842 }, 270 }
- };
- filingPos[] = {
- { { 8.93213, -2.67773, -0.594842 }, 176 }
- };
- pelicanPos[] = {
- { { -8.89941, -2.2583, -0.644842 }, 260 }
- };
- tablePos[] = {
- { { -3.21045, -2.5564, -0.594842 }, 180 }
- };
- shoeboxPos[] = {
- { { 1.99609, 2.25684, -0.274842 }, 320 }
- };
- };
- class Land_cmp_Shed_dam_F : Default {
- palletPos[] = {
- { { 0.482422, -2.13721, -3.10882 }, 329 },
- { { -3.94287, 1.30518, -3.10882 }, 260 }
- };
- };
- class Land_Cargo_Tower_V1_ruins_F : Default {
- pelicanPos[] = {
- { { 3.30298, 3.41357, -1.80046 }, 329 }
- };
- };
-
- class Land_dp_mainFactory_F : Default {
- shelfPos[] = { { { 12.6934, -1.76367, -4.24943 }, 359.454 }, { { 13.9473, 5.0918, -4.24943 }, 88.7339 }, { { 19.9414, 1.03125, -7.43432 }, 269.954 }, { { 19.9355, -2.62891, -7.43443 }, 271.718 } };
- pelicanPos[] = { { { -2.5332, 1.13477, 1.24025 }, 333.827 }, { { -11.8926, -2.99023, -4.39045 }, 104.689 }, { { 7.52734, -16.5059, -0.257848 }, 243.576 } };
- toolRackPos[] = { { { 14.1328, 0.527344, -4.33314 }, 90.5367 } };
- };
-
-
-
-
- class Land_i_Windmill01_F : Default { pelicanPos[] = { { { -0.910156, 1.28125, -3.54742 }, 289.979 } }; tablePos[] = { { { 0.111328, -1.23047, -3.50127 }, 181.768 } }; };
- class Land_d_House_Big_01_V1_F : Default { fridgePos[] = { { { -5.62891, 6.35156, -2.19721 }, 269.825 } }; shelfPos[] = { { { -0.492188, 1.82031, 1.22279 }, 163.832 }, { { 0.046875, 5.28125, -2.19721 }, 359.157 }, { { 2.66797, 8.1875, -2.19721 }, 122.214 } }; pelicanPos[] = { { { 0.826172, 0.384766, 4.54293 }, 312.651 } }; wardrobePos[] = { { { -4.50781, 7.97852, 1.22285 }, 181.679 } }; bedPos[] = { { { 1.57227, 8.62891, 1.22277 }, 96.399 } }; couchPos[] = { { { -5.1582, 3.05859, -2.28722 }, 352.256 }, { { -4.88086, 4.26758, 1.2291 }, 179.049 }, { { -4.02344, 10.252, -2.19723 }, 254.622 } }; cookerPos[] = { { { -1.58008, 6.79102, -2.19759 }, 3.80292 } }; chairPos[] = { { { -0.201172, 0.566406, 1.23667 }, 21.1155 }, { { -5.29688, 8.16406, -2.19722 }, 259.465 }, { { 2.27734, 11.0098, 1.22278 }, 48.7725 }, { { -5.27539, 10.9121, 1.22279 }, 288.988 } }; tablePos[] = { { { -0.554688, 11.1719, -2.19723 }, 0.0478998 }, { { -1.80469, 11.25, 1.22271 }, 358.754 } }; };
- class Land_Sara_hasic_zbroj : Default {
- fridgePos[] = { { { 2.29688, -2.56055, -2.67931 }, 181.134 } };
- shelfPos[] = { { { -3.21436, 2.60376, -2.67923 }, 3.40094 } };
- couchPos[] = { { { 0.914063, 1.76172, -2.67932 }, 266.479 } };
- chairPos[] = { { { 6.72656, 1.56543, -2.67931 }, 88.7719 } };
- filingPos[] = { { { 7.02832, 2.61157, -2.67928 }, 59.8147 } };
- tablePos[] = { { { 6.98535, -0.0251465, -2.67932 }, 92.6988 } };
- toolRackPos[] = { { { 7.46631, -1.93945, -2.67892 }, 89.8589 } };
- shoeboxPos[] = { { { -3.5083, -2.67578, -2.67946 }, 263.378 } };
- palletPos[] = { { { 3.6665, -0.135742, -2.67929 }, 42.8049 } };
- freezerPos[] = { { { 1.00684, -2.44629, -2.67932 }, 171.556 } };
- };
- class Land_Sara_domek_zluty : Default {
- fridgePos[] = { { { 2.29858, 3.92969, -2.46014 }, 0.136902 } };
- shelfPos[] = { { { 7.44385, 1.58789, -2.45992 }, 97.2181 } };
- wardrobePos[] = { { { -2.31445, -3.1958, -2.4576 }, 90.1546 } };
- bedPos[] = { { { -5.8606, -2.66113, -2.46011 }, 272.354 } };
- couchPos[] = { { { -6.51392, 1.26953, -2.45143 }, 180.056 } };
- cookerPos[] = { { { 4.7998, 3.88477, -2.46054 }, 0.147873 } };
- chairPos[] = { { { 6.95801, -0.59668, -2.45824 }, 129.461 } };
- filingPos[] = { { { -1.29907, 4.00537, -2.45987 }, 359.897 } };
- tablePos[] = { { { -2.49561, 3.39307, -2.45992 }, 90.2344 } };
- toolRackPos[] = { { { 0.131104, 4.27246, -2.45967 }, 2.38939 } };
- shoeboxPos[] = { { { 4.66724, -0.834961, -2.46021 }, 90.2617 } };
- freezerPos[] = { { { 2.16602, 1.70801, -2.44791 }, 269.45 } };
- };
- class Land_Misc_PowerStation : Default {
- shelfPos[] = { { { 3.3877, -0.776367, -1.29452 }, 268.884 } };
- lockerPos[] = { { { 3.64697, -4.25073, -1.29468 }, 270.752 } };
- toolRackPos[] = { { { 3.20557, 5.78613, -1.33632 }, 269.596 } };
- shoeboxPos[] = { { { -5.59229, 1.92871, -0.186357 }, 90.4582 } };
- };
- class Land_A_CraneCon : Default {
- pelicanPos[] = { { { -7.55273, 1.50537, 5.76163 }, 28.6669 } };
- };
- class Land_A_BuildingWIP : Default {
- limit = 6;
- fridgePos[] = { { { 2.03711, 11.1831, -6.49124 }, 305.356 }, { { -3.37573, 12.2183, 1.48757 }, 305.492 }, { { -24.4121, 7.55957, -2.55824 }, 228.742 } };
- shelfPos[] = { { { -5.80249, -5.0332, -2.55812 }, 356.037 }, { { 12.1133, -4.3042, -6.54318 }, 179.13 }, { { -21.0371, 1.47168, -6.46016 }, 178.598 } };
- pelicanPos[] = { { { -7.40625, -9.28955, -6.50476 }, 210.36 }, { { -20.8247, -11.5005, 5.44375 }, 191.623 }, { { -24.6577, 11.9438, 1.45556 }, 293.971 } };
- bedPos[] = { { { -13.3503, 2.34912, 1.47256 }, 91.8744 } };
- couchPos[] = { { { -4.99951, -3.28564, -6.43938 }, 90.7108 }, { { 0.594727, 9.11768, 5.4154 }, 148.196 }, { { 7.01099, 10.9351, -6.42719 }, 225.517 } };
- cookerPos[] = { { { 3.14282, -10.0327, 1.45506 }, 208.035 }, { { -3.64502, 12.6104, -2.55869 }, 359.938 } };
- chairPos[] = { { { 2.41162, 6.28955, 5.44231 }, 221.29 }, { { 3.62207, -9.91504, -2.56085 }, 177.773 }, { { -0.971924, 11.6572, 5.4412 }, 260.795 } };
- filingPos[] = { { { -10.2527, -10.1606, -6.51096 }, 127.045 }, { { -16.0825, -6.36279, -6.53292 }, 282.391 }, { { -19.718, -6.7124, -6.54208 }, 87.3864 } };
- tablePos[] = { { { 1.70239, -3.92871, -6.48336 }, 180.567 }, { { 3.09351, 9.49219, 5.38227 }, 48.7191 }, { { 22.1931, 1.64893, -6.55645 }, 90.8045 } };
- lockerPos[] = { { { 13.3423, -1.85791, -6.54581 }, 268.445 }, { { 18.0183, -1.11426, -6.55955 }, 89.6342 }, { { -20.8777, 0.597656, -6.46828 }, 359.864 } };
- toolRackPos[] = { { { -9.04224, 6.72314, -6.52912 }, 357.538 }, { { -15.5667, -10.561, -2.5611 }, 180.234 }, { { -15.666, -14.3716, 1.45426 }, 179.938 } };
- shoeboxPos[] = { { { 3.03394, 7.42188, -2.55826 }, 176.357 }, { { -7.98242, -10.2471, -2.56173 }, 129.945 }, { { -16.2637, -5.07031, -6.53438 }, 305.636 } };
- palletPos[] = { { { 5.09961, 0.015625, -6.47375 }, 270.66 }, { { -10.7837, -0.00585938, 5.26227 }, 0.0174896 }, { { -14.4409, 11.9912, -6.45401 }, 359.986 }, { { -24.2383, -9.16699, -2.55823 }, 359.993 } };
- freezerPos[] = { { { -15.1563, -5.16211, -2.55844 }, 359.99 }, { { -24.2168, 12.3633, -6.50327 }, 0.00699433 } };
- };
- class Land_A_MunicipalOffice : Default {
- pelicanPos[] = { { { 3.55029, -5.18726, -0.195372 }, 283.895 } };
- chairPos[] = { { { 4.35693, -5.59839, -18.4382 }, 65.3313 }, { { -4.6333, -5.60132, -18.4559 }, 295.001 } };
- tablePos[] = { { { -3.02002, -7.53784, -18.4554 }, 177.998 } };
- shoeboxPos[] = { { { 4.2832, -8.80542, -18.4554 }, 136.305 }, { { 6.69727, -9.01831, -3.18546 }, 279.196 } };
- };
- class Land_Ind_Pec_01 : Default {
- fridgePos[] = { { { -2.46875, -0.492676, -3.98998 }, 359.611 } };
- shelfPos[] = { { { 2.24902, -2.04834, -17.6013 }, 177.989 }, { { -7.08789, -0.345215, -3.98975 }, 359.84 }, { { 5.65918, -7.55225, -17.6013 }, 271.929 }, { { -7.43311, -7.98193, 6.06143 }, 181.606 }, { { -4.87256, -11.603, -17.6013 }, 87.6155 } };
- pelicanPos[] = { { { -4.57373, -7.05566, 15.777 }, 275.886 } };
- couchPos[] = { { { -0.665527, -7.01172, -22.6032 }, 319.689 }, { { 5.09033, -8.23584, 1.00238 }, 267.37 } };
- chairPos[] = { { { -0.938965, -1.05859, 6.05994 }, 148.592 } };
- filingPos[] = { { { -1.88159, -15.1143, 6.06143 }, 274.02 } };
- lockerPos[] = { { { -1.07202, -15.2251, -17.6016 }, 178.66 }, { { 2.56372, -15.189, -4.00633 }, 179.789 } };
- toolRackPos[] = { { { -4.23755, -9.12012, -22.6029 }, 181.414 }, { { 0.57666, -15.625, 1.00255 }, 179.995 } };
- shoeboxPos[] = { { { -4.63867, -7.03174, 10.4987 }, 320.834 }, { { 0.787842, -9.5957, -14.8937 }, 85.2537 } };
- };
- class Land_Ind_SiloVelke_01 : Default {
- shelfPos[] = { { { 0.950195, -2.19312, -5.47868 }, 269.46 }, { { 1.01416, 5.71167, 11.865 }, 268.444 }, { { -11.5195, 2.36597, 11.865 }, 357.551 } };
- pelicanPos[] = { { { 1.54297, -3.29761, 24.2848 }, 69.2792 } };
- filingPos[] = { { { 0.224121, -0.709229, 11.8648 }, 98.1473 } };
- lockerPos[] = { { { -5.82715, 3.93359, 11.8648 }, 359.3 } };
- toolRackPos[] = { { { 0.811523, 5.54248, -5.47879 }, 272.599 } };
- shoeboxPos[] = { { { -5.8335, 9.96069, 21.9903 }, 115.472 } };
- };
- class Land_Ind_Expedice_1 : Default {
- shelfPos[] = { { { 1.92285, -0.303223, -5.71009 }, 178.232 }, { { 0.276855, 12.5483, -3.51293 }, 203.944 } };
- pelicanPos[] = { { { -0.432617, 10.3877, 9.68375 }, 299.993 }, { { 5.82813, -18.415, -5.78366 }, 292.046 } };
- chairPos[] = { { { 9.70801, -12.1228, -5.78367 }, 325.934 } };
- filingPos[] = { { { 5.53857, -16.9548, -5.78365 }, 270.844 } };
- tablePos[] = { { { 13.5181, -12.0178, -5.78368 }, 4.86572 } };
- lockerPos[] = { { { 3.24707, -0.168457, -12.9662 }, 180.509 } };
- toolRackPos[] = { { { -2.06592, -0.598389, -12.9654 }, 180.956 } };
- shoeboxPos[] = { { { -8.35303, -7.32837, -3.51317 }, 29.0581 } };
- palletPos[] = { { { 2.58789, -6.03125, -3.51315 }, 1.43912e-005 }, { { 0.29248, -18.708, -3.51315 }, 1.43571e-005 } };
- };
- class Land_Repair_center : Default {
- shelfPos[] = { { { -2.13965, 2.55408, -1.55488 }, 88.8949 } };
- };
- class Land_Church_01 : Default {
- chairPos[] = { { { -6.88208, 0.851563, -4.24353 }, 6.01111 } };
- };
- class Land_NAV_Lighthouse2 : Default {
- shoeboxPos[] = { { { -0.019043, 1.00098, 2.39268 }, 0.452068 } };
- };
- class Land_A_Castle_Gate : Default {
- fridgePos[] = { { { 7.84082, 4.31982, -2.93036 }, 21.3658 } };
- bedPos[] = { { { 7.11719, 0.841797, -2.94727 }, 93.608 } };
- cookerPos[] = { { { 4.0166, 4.29834, -2.97534 }, 0.0874265 } };
- chairPos[] = { { { 4.8916, -3.36182, -2.96021 }, 149.004 } };
- filingPos[] = { { { 3.54395, -3.67285, -2.97525 }, 177.859 } };
- tablePos[] = { { { 5.6875, 4.36865, -2.9592 }, 0 } };
- toolRackPos[] = { { { 3.1123, 0.0239258, -2.97498 }, 273.35 } };
- };
- class Land_A_Castle_Donjon : Default {
- pelicanPos[] = { { { 2.69727, -2.01953, 12.4763 }, 148.853 } };
- tablePos[] = { { { -1.54395, 5.67383, 12.4445 }, 0.407131 } };
- };
- class Land_A_Castle_Stairs_A : Default {
- shelfPos[] = { { { 6.63232, 2.28223, 0.998962 }, 356.642 } };
- };
- class Land_Ind_Quarry : Default {
- fridgePos[] = { { { -3.92188, -16.6865, -7.50379 }, 222.564 } };
- shelfPos[] = { { { -5.69775, -2.96875, -7.5061 }, 89.9894 }, { { -0.436035, -9.52051, -7.50609 }, 358.647 }, { { -4.89355, -8.41016, 5.26832 }, 178.014 } };
- pelicanPos[] = { { { -5.05762, -3.05859, 5.26825 }, 270.152 } };
- bedPos[] = { { { 1.77393, -13.1133, -7.49595 }, 252.259 } };
- couchPos[] = { { { 1.89893, -10.4531, -7.45486 }, 270.008 } };
- cookerPos[] = { { { -1.72217, -16.9697, -7.50663 }, 173.088 } };
- chairPos[] = { { { -6.30176, -7.69727, -7.50632 }, 152.678 } };
- filingPos[] = { { { -3.79004, -8.23633, 5.26811 }, 173.701 } };
- tablePos[] = { { { -3.25244, -9.7373, -7.48993 }, 0.00806808 } };
- lockerPos[] = { { { -6.44287, 11.9883, -7.50632 }, 358.505 } };
- toolRackPos[] = { { { -5.43994, -4.68066, -7.50566 }, 88.4867 } };
- shoeboxPos[] = { { { -3.70996, 15.8828, 5.26807 }, 106.559 } };
- };
- class Land_Barrack2 : Default {
- shelfPos[] = { { { -1.14063, 5.67578, -0.714874 }, 359.937 } };
- pelicanPos[] = { { { 0.917969, 1.40234, 0.507111 }, 62.1253 } };
- chairPos[] = { { { 1.83398, -2.77344, -0.720093 }, 121.012 } };
- filingPos[] = { { { -0.944336, -3.10254, -0.720245 }, 197.347 } };
- shoeboxPos[] = { { { 0.393555, 5.52734, -0.71524 }, 0.0174853 } };
- freezerPos[] = { { { -2.02344, -3.13086, -0.720337 }, 181.294 } };
- };
- class Land_Ind_Mlyn_01 : Default {
- shelfPos[] = { { { -1.02686, 8.37012, -7.73514 }, 84.5525 } };
- pelicanPos[] = { { { -6.94873, 2.21094, 9.19446 }, 187.886 } };
- couchPos[] = { { { -7.31543, 7.59277, -20.8141 }, 0 } };
- lockerPos[] = { { { -8.98828, 1.93848, -2.84921 }, 179.976 } };
- toolRackPos[] = { { { -9.06104, 1.60645, -8.90338 }, 180.213 } };
- shoeboxPos[] = { { { -1.24268, 7.89355, 0.201904 }, 123.572 } };
- palletPos[] = { { { -9.00732, 8.61621, -20.8141 }, 23.6484 } };
- };
- class Land_wagon_box : Default {
- palletPos[] = { { { 0.342285, -0.0380859, -0.80304 }, 0 }, { { 0.271973, 2.38574, -0.80304 }, 354.097 }, { { 0.399414, -2.41504, -0.803101 }, 0 } };
- };
- class CampEast_EP1 : Default {
- shelfPos[] = { { { -1.97852, 2.84473, -1.35312 }, 308.338 }, { { -1.98438, -3.44043, -1.35312 }, 205.956 } };
- pelicanPos[] = { { { -2.32422, 0.889648, -1.35324 }, 274.054 } };
- bedPos[] = { { { 1.50342, 1.74512, -1.35336 }, 6.52914 }, { { 1.42969, -2.29004, -1.35336 }, 0.577024 } };
- shoeboxPos[] = { { { 2.55762, -0.0185547, -1.35336 }, 78.3071 } };
- };
- class Land_Barrack2_EP1 : Default {
- fridgePos[] = { { { 1.29102, -3.15332, -0.720306 }, 178.283 } };
- shelfPos[] = { { { -0.526855, 5.5127, -0.714996 }, 357.779 } };
- pelicanPos[] = { { { 1.26465, 3.2002, -0.319916 }, 355.705 } };
- chairPos[] = { { { -2.10107, -2.88477, -0.720154 }, 187.124 } };
- filingPos[] = { { { -1.48193, 5.50488, -0.715179 }, 359.955 } };
- tablePos[] = { { { -2.27539, 3.22363, -0.716583 }, 274.247 } };
- shoeboxPos[] = { { { 2.25586, 0.362305, -0.0941467 }, 29.4483 } };
- };
- class Land_Hlidac_Budka_EP1 : Default {
- shelfPos[] = { { { 1.20264, 0.0732422, -0.809814 }, 179.636 } };
- filingPos[] = { { { 2.69629, 2.27246, -0.809937 }, 21.4708 } };
- tablePos[] = { { { -2.5376, 1.29883, -0.810028 }, 271.096 } };
- toolRackPos[] = { { { 2.77783, 0.842773, -0.799316 }, 82.7987 } };
- shoeboxPos[] = { { { 1.61768, 2.3584, -0.810059 }, 356.431 } };
- };
- class Land_HouseV_2L : Default {
- shelfPos[] = { { { 4.29199, 2.60913, -3.95322 }, 7.9453 } };
- filingPos[] = { { { 4.08594, 1.27734, -3.9534 }, 243.743 } };
- shoeboxPos[] = { { { -3.90137, -3.46313, -4.01404 }, 65.2182 } };
- freezerPos[] = { { { -5.02051, -0.899658, -4.10532 }, 87.6906 } };
- };
- class Land_Shed_M02 : Default {
- shoeboxPos[] = {
- { {1.05371,0.0397949,-1.03354}, 83.8544 }
- };
- palletPos[] = {
- { {-0.0595703,-2.57153,-10}, 122.62 }
- };
- };
- class ferrisWheel_EPOCH : Default {
- lootBias = 50;
- palletPos[] = { { { 2, 2, -10 }, 322.16 }, { { -2, -2, -10 }, 232.16 } };
- shoeboxPos[] = { { { -3.33862, -0.988281, -10 }, 312.382 } };
- pelicanPos[] = { { { -0.840332, 1.09473, -10 }, 269.861 } };
- };
- class Carnival_Tent : Default {
- limit = 1;
- lootBias = 50;
- shelfPos[] = { { { -1, -1, -10 }, 178.014 } };
- chairPos[] = { { { 1, 1, -10 }, 152.678 } };
- filingPos[] = { { { -1, 0, -10 }, 173.701 } };
- tablePos[] = { { { 0, 0, -10 }, 120.893 } };
- shoeboxPos[] = { { { 0, 1, -10 }, 106.559 } };
- palletPos[] = { { { 1, 0, -10 }, 322.16 } };
- };
-
-
- // start new for 0.38
- class Land_Majak_v_celku : Default {
- pelicanPos[] = {
- { {0.640625,-5.32837,3.73342}, 87 }
- };
- shoeboxPos[] = {
- { {0.935059,-6.73767,-6.0666}, 168 }
- };
- };
- class Land_Kamenolom_budova : Default {
- lockerPos[] = {
- { {5.28259,8.6792,-7.4996}, 270 }
- };
- toolRackPos[] = {
- { {4.55896,5.77637,-7.4996}, 270 }
- };
- shoeboxPos[] = {
- { {-5.70508,11.5742,-7.4996}, 294 }
- };
- palletPos[] = {
- { {-7.30725,-6.28027,-7.4996}, 294 },
- { {-0.434082,-13.2734,-7.5096}, 294 }
- };
- };
- class Land_pila : Default {
- palletPos[] = {
- { {4.11987,-10.7354,-10}, 358 }
- };
- };
- class Land_vez_ropa : Default {
- shoeboxPos[] = {
- { {1.22119,-3.17627,-2.08988}, 40 }
- };
- };
- class Land_Telek1 : Default {
- pelicanPos[] = {
- { {-1.76807,0.981689,-7.46783}, 294 }
- };
- };
- class Land_Hut02 : Default {
- couchPos[] = {
- { {-0.0549316,2.4751,-0.375967}, 269 }
- };
- chairPos[] = {
- { {-0.932617,-1.18945,-0.375967}, 224 }
- };
- shoeboxPos[] = {
- { {1.15332,0.0302734,1.73403}, 224 }
- };
- };
- class Land_Hotel : Default {
- shelfPos[] = {
- { {1.78857,13.251,-7.75587}, 270 },
- { {1.77783,15.3574,-7.75587}, 270 },
- { {-10.7646,-15.3672,-0.742306}, 90 }
- };
- fridgePos[] = {
- { {5.14795,18.9282,-7.75587}, 0 }
- };
- bedPos[] = {
- { {2.94043,-11.6416,-4.28587}, 270 },
- { {-11.6963,-3.02222,2.7677}, 0 },
- { {12.1147,2.66748,2.7377}, 92 },
- { {-12.1445,-2.65576,-0.742306}, 273 },
- { {-17.7935,-2.72681,-4.28587}, 270 },
- { {11.6216,17.6189,-0.742306}, 183 },
- { {18.0103,-11.6978,2.7677}, 272 }
- };
- couchPos[] = {
- { {6.25146,12.9585,-7.75587}, 0 },
- { {-14.5313,-9.24268,2.7377}, 92 },
- { {-3.47803,17.551,-0.742306}, 303 },
- { {11.7266,-14.7947,-4.28587}, 180 },
- { {5.41016,-18.1577,2.7377}, 92 },
- { {15.5991,11.7637,2.7377}, 92 },
- { {-18.0391,17.2517,-4.28587}, 180 }
- };
- wardrobePos[] = {
- { {-12.8257,-10.0503,-0.742306}, 183 },
- { {-18.6489,-2.33789,2.7377}, 282 },
- { {-11.0015,16.1484,-4.28587}, 90 },
- { {11.1978,18.6038,-4.28587}, 290 }
- };
- cookerPos[] = {
- { {3.78174,18.8879,-7.75587}, 0 }
- };
- chairPos[] = {
- { {-11.2607,-14.3667,2.7677}, 73 },
- { {9.86719,-16.175,-4.28587}, 91 },
- { {11.1006,16.4072,-4.28587}, 270 },
- { {8.30811,18.6084,-7.75587}, 300 },
- { {-9.76025,18.7568,-7.75587}, 360 },
- { {-11.2051,-18.6255,2.7677}, 120 },
- { {-18.4653,18.6245,-0.742306}, 303 },
- { {18.6274,-18.6675,2.7377}, 120 },
- { {-18.6543,-18.6777,-7.75587}, 202 }
- };
- filingPos[] = {
- { {1.1377,0.964355,-4.26587}, 9.99995 },
- { {0.185059,7.87598,-7.75587}, 185 },
- { {1.1377,7.90283,-7.75587}, 180 },
- { {-10.9829,-10.9436,2.7677}, 87 },
- { {-11.0068,-18.8669,-0.742306}, 100 }
- };
- pelicanPos[] = {
- { {-20.3799,-2.55322,2.7677}, 57 }
- };
- tablePos[] = {
- { {-4.00488,-1.45679,-0.76231}, 90 },
- { {2.76025,-11.2229,2.7377}, 350 },
- { {14.6807,-11.0496,-4.28587}, 0.999985 },
- { {18.7944,2.63403,-0.742306}, 91 },
- { {-11.0342,-16.4497,2.7677}, 90 },
- { {-7.66748,18.8062,-7.75587}, 360 },
- { {-15.6953,-18.8101,-7.75587}, 180 },
- { {-18.2217,-18.6624,-0.742306}, 190 }
- };
- lockerPos[] = {
- { {1.95264,6.45093,6.23771}, 270 },
- { {7.01807,6.5083,6.23771}, 90 }
- };
- toolRackPos[] = {
- { {1.55713,3.32617,6.23771}, 270 }
- };
- shoeboxPos[] = {
- { {10.9087,-10.8728,-4.26587}, 0.999985 },
- { {-11.0386,-11.0518,-0.742306}, 100 }
- };
- palletPos[] = {
- { {2.59766,0.134766,-7.75587}, 180 },
- { {1.56494,8.67944,6.23771}, 268 },
- { {0.20459,-9.94043,6.23771}, 294 },
- { {-16.0659,-13.0327,6.23771}, 224 }
- };
- freezerPos[] = {
- { {2.11768,6.72607,-7.75587}, 270 }
- };
- cabinetPos[] = {
- { {7.31738,1.42627,-6.15587}, 180 },
- { {4.14453,7.32031,0.657692}, 90 }
- };
- };
- class Land_Hut01 : Default {
- bedPos[] = {
- { {-0.136719,1.94006,-0.456257}, 184 }
- };
- tablePos[] = {
- { {-0.213867,-1.56018,-0.456257}, 180 }
- };
- };
- class Land_Hut04 : Default {
- chairPos[] = {
- { {-1.01709,-1.63196,-0.44096}, 190 }
- };
- toolRackPos[] = {
- { {1.63916,0.498535,-1.33096}, 270 }
- };
- shoeboxPos[] = {
- { {1.31445,3.20374,-0.44096}, 30 }
- };
- palletPos[] = {
- { {-3.30371,-1.28149,-10}, 180 }
- };
- freezerPos[] = {
- { {-0.919922,2.90234,-0.44096}, 350 }
- };
- };
- class Land_Kostel_mexico : Default {
- chairPos[] = {
- { {-6.86377,-7.20459,-2.7923}, 200 }
- };
- pelicanPos[] = {
- { {6.55908,-4.72803,-2.7923}, 9.99996 }
- };
- tablePos[] = {
- { {-6.50439,-4.60132,-2.7923}, 359 }
- };
- shoeboxPos[] = {
- { {4.07666,-7.46338,-2.7923}, 9.99996 }
- };
- };
- class Land_Watertower1 : Default {
- shoeboxPos[] = {
- { {-7.45605,1.86682,5.2103}, 101.7 }
- };
- };
- class Land_Army_hut3_long : Default {
- shelfPos[] = {
- { {-3.35315,-4.39209,-1.27432}, 271 }
- };
- filingPos[] = {
- { {1.96436,-3.27832,-1.27432}, 34 }
- };
- pelicanPos[] = {
- { {0.996826,4.99609,-0.914318}, 9.99997 }
- };
- lockerPos[] = {
- { {1.09717,-2.47021,-1.27432}, 181 }
- };
- toolRackPos[] = {
- { {0.157471,1.62988,-1.61432}, 4 }
- };
- shoeboxPos[] = {
- { {-3.00354,-1.61279,-0.0743189}, 260 }
- };
- };
- class Land_Garaz_s_tankem : Default {
- pelicanPos[] = {
- { {3.15186,4.26843,-1.70066}, 329 }
- };
- toolRackPos[] = {
- { {6.14355,5.57983,-2.70066}, 359 }
- };
- palletPos[] = {
- { {-3.16113,4.19702,-2.50066}, 181 },
- { {5.40088,1.94946,-2.50066}, 181 },
- { {-6.79199,3.48682,-2.50066}, 181 }
- };
- cabinetPos[] = {
- { {2.14697,2.5321,-1.47066}, 360 }
- };
- };
- class Land_Ammostore2 : Default {
- shelfPos[] = {
- { {2.84912,1.64783,-2.42861}, 90 }
- };
- palletPos[] = {
- { {-1.95752,1.25012,-2.42861}, 359 }
- };
- };
- class Land_Vysilac_budova : Default {
- shelfPos[] = {
- { {-2.104,-4.41748,-6.5729}, 270 },
- { {5.21436,-5.04321,0.417093}, 182 },
- { {-8.69434,8.19604,-6.5929}, 359 },
- { {-1.92578,15.3926,-6.58291}, 0 },
- { {9.07471,-13.5862,-3.0929}, 180 }
- };
- fridgePos[] = {
- { {-11.7583,-8.78931,-3.09291}, 268 }
- };
- bedPos[] = {
- { {-0.967285,-6.52271,0.427094}, 272 },
- { {-7.28223,-12.6365,-3.0929}, 100 }
- };
- couchPos[] = {
- { {-0.827637,-3.43579,-3.09291}, 169 },
- { {-1.39453,-6.76685,-3.09291}, 280 },
- { {-8.00391,-11.429,0.427094}, 182 }
- };
- wardrobePos[] = {
- { {0.20459,-12.4326,-3.09291}, 89 }
- };
- cookerPos[] = {
- { {-11.6777,-6.63428,-3.09292}, 272 }
- };
- chairPos[] = {
- { {-1.50977,0.173096,0.417093}, 302 },
- { {-1.59326,-4.58447,0.427094}, 232 },
- { {-5.96924,-8.75244,-6.5729}, 170 },
- { {-9.95166,-8.39478,-6.5729}, 220 },
- { {13.5186,-13.0178,-3.09292}, 120 },
- { {15.2505,-13.1157,-6.58291}, 240 }
- };
- filingPos[] = {
- { {-0.894043,0.622803,-6.5729}, 0 },
- { {1.16455,-11.3594,0.417093}, 282 },
- { {1.06055,-13.498,0.417093}, 262 }
- };
- pelicanPos[] = {
- { {13.4917,14.0208,3.93709}, 100 }
- };
- tablePos[] = {
- { {-1.76367,-2.21191,0.417093}, 272 },
- { {6.23633,3.8894,-6.5729}, 90 },
- { {6.21191,6.96362,-3.09291}, 90 },
- { {-10.2241,-5.08301,-6.5729}, 270 },
- { {-5.21729,-13.3079,0.427094}, 182 }
- };
- lockerPos[] = {
- { {7.87207,15.2065,-6.58291}, 0 }
- };
- toolRackPos[] = {
- { {1.13232,11.9448,-6.5929}, 270 }
- };
- shoeboxPos[] = {
- { {-1.19873,1.65063,-3.45291}, 150 },
- { {-0.467773,-2.51709,-5.9529}, 107 },
- { {-7.01758,-5.84106,-2.4929}, 340 }
- };
- palletPos[] = {
- { {8.2959,-3.53076,-6.58291}, 350 },
- { {-7.6123,-12.1265,3.93709}, 70 },
- { {-7.8208,14.1892,3.93709}, 70 }
- };
- freezerPos[] = {
- { {5.76318,10.9131,-6.58291}, 170 }
- };
- cabinetPos[] = {
- { {-4.88965,9.68774,-4.9529}, 0 },
- { {12.0303,13.3145,-1.58291}, 270 }
- };
- };
- class Land_Army_hut_int : Default {
- filingPos[] = {
- { {-2.10864,-4.15771,-1.32744}, 0 }
- };
- pelicanPos[] = {
- { {2.05151,-1.40674,-0.157444}, 14.2 }
- };
- lockerPos[] = {
- { {3.01929,-5.78467,-1.32744}, 90 }
- };
- shoeboxPos[] = {
- { {-1.70337,0.552734,-1.32744}, 320 }
- };
- cabinetPos[] = {
- { {3.38306,-2.79785,0.0725565}, 180 }
- };
- };
- class Land_Ss_hangard : Default {
- shelfPos[] = {
- { {7.96484,23.6194,-5.85834}, 360 },
- { {13.9126,-21.1853,-5.86834}, 180 }
- };
- lockerPos[] = {
- { {-9.27832,23.4492,-5.85834}, 360 }
- };
- palletPos[] = {
- { {12.5146,-0.696777,-5.85834}, 270 },
- { {-13.4209,10.2603,-5.85834}, 90 }
- };
- cabinetPos[] = {
- { {-13.562,-21.281,-4.40834}, 270 }
- };
- };
- class Land_Army_hut2 : Default {
- couchPos[] = {
- { {-0.26416,-4.94482,-1.32744}, 270 }
- };
- filingPos[] = {
- { {3.11523,-6.30835,-1.32744}, 180 }
- };
- pelicanPos[] = {
- { {-1.24707,0.845947,-0.147443}, 340 }
- };
- toolRackPos[] = {
- { {3.4707,-2.63574,-1.32744}, 90 }
- };
- };
- class Land_Letistni_hala : Default {
- pelicanPos[] = {
- { {-0.218994,-0.153809,-1.67213}, 130 }
- };
- shoeboxPos[] = {
- { {1.33838,-4.40283,-8.27213}, 290 }
- };
- palletPos[] = {
- { {4.95361,6.68408,-8.27213}, 270 }
- };
- };
- class Land_Army_hut3_long_int : Default {
- shelfPos[] = {
- { {-0.243164,-2.62061,-1.23305}, 180 },
- { {-3.44531,-4.89258,-1.23305}, 270 }
- };
- filingPos[] = {
- { {0.609375,-3.22754,-1.23305}, 0.0999832 },
- { {1.30493,-3.27246,-1.23305}, 20.1 }
- };
- pelicanPos[] = {
- { {-0.883057,0.716797,-0.303053}, 356 }
- };
- shoeboxPos[] = {
- { {1.74292,5.30566,-0.823053}, 20 }
- };
- cabinetPos[] = {
- { {-3.54565,3.79199,0.066947}, 0 }
- };
- };
- class Land_Vysilac_FM : Default {
- pelicanPos[] = {
- { {0.807861,-0.467285,8.35913}, 290 }
- };
- };
- class Land_Dum_mesto_in : Default {
- shelfPos[] = {
- { {-3.18652,2.92676,-4.26343}, 180 }
- };
- bedPos[] = {
- { {5.36743,-1.99609,-4.27343}, 6.00002 },
- { {4.38062,4.47559,-4.27343}, 182 }
- };
- couchPos[] = {
- { {1.6665,-2.45313,-1.27343}, 90 },
- { {-4.39233,4.57129,-1.27343}, 270 }
- };
- wardrobePos[] = {
- { {6.20532,1.30859,-4.27343}, 90 }
- };
- chairPos[] = {
- { {-3.18335,-1.9375,-1.27343}, 160 }
- };
- filingPos[] = {
- { {-1.00171,1.78223,-1.27343}, 90 },
- { {-6.19067,0.304688,-4.27343}, 270 }
- };
- tablePos[] = {
- { {6.05176,1.23438,-1.27343}, 90 }
- };
- shoeboxPos[] = {
- { {-5.2439,5.36328,-4.13343}, 340 }
- };
- };
- class Land_Hospital : Default {
- palletPos[] = {
- { {-2.96191,5.99878,-10}, 180 }
- };
- cabinetPos[] = {
- { {-6.74365,5.39355,-0.194811}, 90 }
- };
- };
- class Land_Army_hut2_int : Default {
- shelfPos[] = {
- { {3.22949,0.0185547,-0.945215}, 90 }
- };
- filingPos[] = {
- { {3.07861,-1.13037,-0.945215}, 79 },
- { {3.13208,-1.79688,-0.945215}, 89 }
- };
- pelicanPos[] = {
- { {-1.51001,0.575684,-0.00521517}, 270 }
- };
- cabinetPos[] = {
- { {-0.0717773,-0.947266,0.064785}, 90 }
- };
- };
- class Land_Army_hut_storrage : Default {
- palletPos[] = {
- { {0.295654,-4.19238,-10}, 119 }
- };
- };
- class Land_House_y : Default {
- bedPos[] = {
- { {-1.7063,-2.56055,-1.40579}, 273 }
- };
- couchPos[] = {
- { {2.24292,3.52246,-1.40579}, 273 }
- };
- wardrobePos[] = {
- { {-4.69897,-3.54785,-1.40579}, 210 }
- };
- chairPos[] = {
- { {-4.76099,-4.80371,-1.40579}, 354 }
- };
- shoeboxPos[] = {
- { {-2.03223,4.33154,0.00421143}, 50 }
- };
- freezerPos[] = {
- { {-2.14355,2.76807,-1.40579}, 89 }
- };
- };
- class Land_Dum_istan4_big : Default {
- chairPos[] = {
- { {6.23877,4.94141,-10.3016}, 180 }
- };
- shoeboxPos[] = {
- { {2.96289,-2.02026,-7.35158}, 40 }
- };
- };
- class Land_Afbarabizna : Default {
- bedPos[] = {
- { {5.90576,1.92358,-4.24116}, 280 }
- };
- couchPos[] = {
- { {-2.80127,-3.64136,-4.24116}, 90 }
- };
- wardrobePos[] = {
- { {-2.44092,2.52905,-4.24116}, 90 }
- };
- filingPos[] = {
- { {7.34521,6.50342,-4.24116}, 80 }
- };
- shoeboxPos[] = {
- { {5.61133,-4.43726,-0.171157}, 160 }
- };
- palletPos[] = {
- { {-2.4292,-1.48706,-0.171157}, 160 }
- };
- };
- class Land_Dum_istan2b : Default {
- shelfPos[] = {
- { {-4.30664,2.29395,-2.33272}, 270 }
- };
- toolRackPos[] = {
- { {-0.512695,-1.37354,0.50728}, 0 }
- };
- palletPos[] = {
- { {-2.64063,-4.08057,3.80728}, 210 },
- { {-5.76074,2.11768,3.80728}, 175 }
- };
- };
- class Land_Garaz_bez_tanku : Default {
- palletPos[] = {
- { {0.391602,1.3457,3.43286}, 319 }
- };
- };
- class Land_Dum_istan4_detaily1 : Default {
- chairPos[] = {
- { {6.41577,4.99414,-7.29889}, 190 }
- };
- };
- class Land_Dum_istan3 : Default {
- chairPos[] = {
- { {3.82861,-0.674072,0.592234}, 360 }
- };
- tablePos[] = {
- { {-2.27588,-0.626587,0.592234}, 360 }
- };
- palletPos[] = {
- { {9.90527,0.953369,0.592234}, 190 }
- };
- };
- class Land_ZalChata : Default {
- couchPos[] = {
- { {-1.87109,-2.04102,-0.545453}, 270 }
- };
- tablePos[] = {
- { {2.46045,-1.78198,-0.545453}, 90 }
- };
- };
- class Land_Hlaska : Default {
- pelicanPos[] = {
- { {-0.694336,0.777344,3.79217}, 310 }
- };
- };
- class Land_Budova4 : Default {
- shelfPos[] = {
- { {-7.06836,0.593262,-1.89329}, 360 }
- };
- cookerPos[] = {
- { {-2.40625,-1.25439,-1.89329}, 271 }
- };
- chairPos[] = {
- { {4.11328,0.133789,-1.89329}, 30 },
- { {-7.25757,1.59717,-1.89329}, 248 }
- };
- filingPos[] = {
- { {-6.28442,0.480469,-1.89329}, 360 }
- };
- tablePos[] = {
- { {6.11206,-2.82471,-1.89329}, 180 }
- };
- };
- class Land_Sara_domek_hospoda : Default {
- lockerPos[] = {
- { {-3.9082,-2.99487,-2.75601}, 360 }
- };
- palletPos[] = {
- { {5.21143,-4.41309,-2.75601}, 360 }
- };
- };
- class Land_Dum_istan3_hromada : Default {
- shelfPos[] = {
- { {0.774414,-1.74438,-3.2448}, 90 }
- };
- toolRackPos[] = {
- { {-0.35791,-4.48926,-3.44481}, 180 }
- };
- };
- class Land_Vysilac_FM2 : Default {
- pelicanPos[] = {
- { {-0.713379,2.47485,8.35913}, 280 }
- };
- };
- class Land_Dum_istan3_pumpa : Default {
- chairPos[] = {
- { {3.86157,-0.495605,1.48562}, 130 }
- };
- shoeboxPos[] = {
- { {-2.74524,3.34277,-1.86439}, 280 }
- };
- palletPos[] = {
- { {-1.52124,2.41992,1.48562}, 170 }
- };
- freezerPos[] = {
- { {0.296875,1.25,1.48562}, 270 }
- };
- cabinetPos[] = {
- { {2.3623,-1.12598,2.68562}, 270 }
- };
- };
- class Land_Dum_istan2 : Default {
- lockerPos[] = {
- { {-0.614258,-1.77734,0.807278}, 0 }
- };
- palletPos[] = {
- { {6.19629,-1.01221,0.807278}, 280 },
- { {-6.34631,2.2417,3.80728}, 280 }
- };
- };
- class Land_Budova5 : Default {
- shelfPos[] = {
- { {-1.78809,0.231201,-1.98003}, 90 }
- };
- shoeboxPos[] = {
- { {-1.9873,4.33667,-1.70003}, 40 }
- };
- };
- class Land_Strazni_vez : Default {
- filingPos[] = {
- { {0.351074,0.225098,1.41236}, 90 }
- };
- pelicanPos[] = {
- { {1.96533,0.918213,-0.617641}, 90 }
- };
- shoeboxPos[] = {
- { {-1.87012,-1.2937,2.00236}, 240 }
- };
- };
- class Land_Hut_old02 : Default {
- toolRackPos[] = {
- { {-4.69629,-3.26221,-3.04598}, 270 }
- };
- shoeboxPos[] = {
- { {-3.69946,1.27148,-2.07598}, 200 }
- };
- palletPos[] = {
- { {5.62891,-1.17334,-10}, 70 },
- { {4.64526,-7.61523,-10}, 70 },
- { {-7.48999,8.30762,-10}, 70 }
- };
- };
- class Land_Cihlovej_Dum_mini : Default {
- chairPos[] = {
- { {-1.37402,2.89819,-2.87115}, 60 }
- };
- filingPos[] = {
- { {3.11719,0.488281,-2.87115}, 90 }
- };
- shoeboxPos[] = {
- { {2.89404,-1.75195,-1.92115}, 110 }
- };
- freezerPos[] = {
- { {0.0629883,1.17529,-2.87115}, 360 }
- };
- };
- class Land_Panelak3 : Default {
- limit = 6;
- shelfPos[] = {
- { {-3.97217,-0.323242,1.84827}, 90 },
- { {4.33447,-2.9873,12.6483}, 92.1 },
- { {4.81592,3.16943,7.24828}, 180 },
- { {-4.30518,-3.88232,-6.24173}, 269 },
- { {4.30908,-4.78418,4.54827}, 90 }
- };
- fridgePos[] = {
- { {1.94727,4.65381,-6.24173}, 269 },
- { {-4.23584,3.40967,-3.55173}, 189 },
- { {4.93555,3.34619,4.54827}, 180 },
- { {-7.32764,4.82227,1.84827}, 270 }
- };
- bedPos[] = {
- { {4.81494,-0.334473,1.84827}, 180 },
- { {-4.84375,-0.621094,-6.24173}, 4 },
- { {-4.87549,-0.545898,9.94828}, 3 }
- };
- couchPos[] = {
- { {4.92432,-0.48584,4.54827}, 181 },
- { {4.97803,-0.483398,-6.24173}, 179 },
- { {-5.09277,-0.104492,-0.851727}, 9.99994 },
- { {-5.12061,-0.157715,-3.55173}, 9.99994 },
- { {5.17725,-0.495117,12.6483}, 172.1 }
- };
- wardrobePos[] = {
- { {-2.27539,-3.82617,-3.55173}, 140 }
- };
- cookerPos[] = {
- { {2.06689,5.27588,-3.55173}, 280 },
- { {4.73193,3.36768,12.6483}, 182.1 },
- { {-4.80322,5.31201,-0.851727}, 0 },
- { {-7.2251,5.09326,9.94828}, 280 },
- { {7.25342,5.28369,-6.24173}, 90 }
- };
- chairPos[] = {
- { {4.30273,0.440918,7.24828}, 271 },
- { {4.49268,-1.24609,-0.851727}, 250 },
- { {-4.40381,2.28662,12.6483}, 72.1 },
- { {5.6582,-1.521,7.24828}, 181 },
- { {5.49365,-2.74902,-3.55173}, 320 },
- { {5.65137,-2.60791,1.84827}, 0 },
- { {3.94434,5.19043,-10.4017}, 49 }
- };
- filingPos[] = {
- { {1.38623,-3.95361,1.84827}, 251 },
- { {-1.54346,-3.9082,12.6483}, 113.1 },
- { {-1.28711,-4.09277,-0.851727}, 100 }
- };
- tablePos[] = {
- { {-4.31836,-0.929688,12.6483}, 92.1 },
- { {4.16553,3.33887,-10.4017}, 89 },
- { {-5.17139,-3.00879,1.84827}, 90 },
- { {7.25635,0.77832,-0.851727}, 90 },
- { {7.2876,0.630859,7.24828}, 90 }
- };
- shoeboxPos[] = {
- { {1.24561,-2.60889,-6.24173}, 290 },
- { {0.272949,-4.82959,-10.3117}, 159 },
- { {5.2124,-5.4165,-0.851727}, 290 },
- { {-5.24365,-5.56543,7.24828}, 100 }
- };
- freezerPos[] = {
- { {-2.20654,5.12402,12.6483}, 82.1 },
- { {4.68408,3.4917,9.94828}, 180 },
- { {4.78662,3.48291,-6.24173}, 180 },
- { {-5.64893,3.48193,4.54827}, 180 },
- { {4.78369,5.229,-0.851727}, 4 }
- };
- cabinetPos[] = {
- { {0.809082,-3.06104,13.8483}, 182.1 }
- };
- };
- class Land_Hruzdum : Default {
- shelfPos[] = {
- { {3.03223,1.95996,1.60511}, 90 }
- };
- fridgePos[] = {
- { {-2.85986,2.07886,-4.7049}, 270 }
- };
- bedPos[] = {
- { {2.19727,3.07666,-1.1649}, 0 }
- };
- couchPos[] = {
- { {1.74805,2.823,-4.7049}, 350 }
- };
- tablePos[] = {
- { {-0.489746,-1.57056,-1.1649}, 180 }
- };
- shoeboxPos[] = {
- { {-2.89551,0.536621,2.35511}, 250 }
- };
- palletPos[] = {
- { {-2.15186,3.05298,1.60511}, 321.1 }
- };
- };
- class Land_Dum_istan3_hromada2 : Default {
- shelfPos[] = {
- { {1.12891,-2.01318,-1.28126}, 91 }
- };
- filingPos[] = {
- { {-0.769043,5.94043,-1.28126}, 0.999985 }
- };
- toolRackPos[] = {
- { {6.09668,0.60791,1.98874}, 180 }
- };
- shoeboxPos[] = {
- { {0.32666,2.89502,-4.63126}, 280 }
- };
- palletPos[] = {
- { {-1.53711,4.94043,2.08874}, 158 }
- };
- cabinetPos[] = {
- { {7.51807,3.43701,3.40874}, 178 }
- };
- };
- class Land_Sara_Domek_sedy : Default {
- couchPos[] = {
- { {1.28503,1.28613,-2.13815}, 180 }
- };
- tablePos[] = {
- { {-3.38293,1.57959,-2.13815}, 180 }
- };
- shoeboxPos[] = {
- { {-4.06616,0.482422,-1.61815}, 80 }
- };
- freezerPos[] = {
- { {4.05981,4.21094,-2.13815}, 360 }
- };
- };
- class Land_Sara_domek_podhradi_1 : Default {
- palletPos[] = {
- { {6,-3.56006,-2.76341}, 180 }
- };
- };
- class Land_Posed : Default {
- shoeboxPos[] = {
- { {0.740234,-0.162109,0.828706}, 90 }
- };
- };
- class Land_Sara_stodola : Default {
- chairPos[] = {
- { {-5.00146,4.23291,-2.23894}, 300 }
- };
- toolRackPos[] = {
- { {-2.65381,-2.55664,-2.63894}, 180 }
- };
- palletPos[] = {
- { {4.77759,3.48389,-2.23894}, 275 }
- };
- };
- class Land_Benzina_schnell : Default {
- shelfPos[] = {
- { {0.369141,2.5376,-2.15264}, 0.0300293 }
- };
- shoeboxPos[] = {
- { {-1.08154,-3.79395,-2.15264}, 206 }
- };
- };
- class Land_Budova3 : Default {
- shelfPos[] = {
- { {-1.59082,3.19653,-1.89183}, 0 }
- };
- filingPos[] = {
- { {-3.70996,2.74585,-1.89183}, 270 }
- };
- pelicanPos[] = {
- { {-1.58691,0.295898,-1.20183}, 265 }
- };
- shoeboxPos[] = {
- { {-3.41602,-0.77124,-0.0418296}, 286 }
- };
- freezerPos[] = {
- { {2.71191,-2.69849,-1.89183}, 100 }
- };
- };
- class Land_Zastavka_jih : Default {
- shoeboxPos[] = {
- { {0.58252,1.18994,-1.22299}, 20 }
- };
- };
- class Land_Dulni_bs : Default {
- filingPos[] = {
- { {3.20361,-0.208252,-1.70513}, 20 }
- };
- tablePos[] = {
- { {-0.914063,-2.57251,-1.70513}, 260 }
- };
- toolRackPos[] = {
- { {3.61035,1.94409,-1.70513}, 89.9999 }
- };
- };
- class Land_Dum_zboreny : Default {
- shelfPos[] = {
- { {-5.97119,-5.16162,1.35662}, 185 }
- };
- couchPos[] = {
- { {-1.97168,-3.46924,-2.32337}, 170 }
- };
- chairPos[] = {
- { {0.477539,4.96338,-2.32337}, 50 }
- };
- filingPos[] = {
- { {0.786621,5.375,1.35662}, 80 }
- };
- toolRackPos[] = {
- { {2.04199,0.413086,-2.32337}, 0 }
- };
- shoeboxPos[] = {
- { {3.07764,0.120605,1.35662}, 195 }
- };
- };
- class Land_Kostelik : Default {
- shoeboxPos[] = {
- { {0.538574,-4.71631,-5.03529}, 30 }
- };
- };
- class Land_Garaz : Default {
- palletPos[] = {
- { {-5.4248,5.82739,-10}, 180 }
- };
- cabinetPos[] = {
- { {-7.83203,0.581055,0.0568509}, 180 }
- };
- };
- class Land_Helfenburk : Default {
- shelfPos[] = {
- { {1.08789,1.6875,4.33816}, 0 }
- };
- bedPos[] = {
- { {-3.31738,-4.37256,0.278163}, 180 }
- };
- couchPos[] = {
- { {1.61719,-0.11084,-3.00184}, 350 }
- };
- wardrobePos[] = {
- { {-3.83105,0.911621,-3.00184}, 290 }
- };
- chairPos[] = {
- { {2.64014,0.952637,4.33816}, 60 }
- };
- pelicanPos[] = {
- { {2.8418,1.2041,12.2182}, 50 }
- };
- tablePos[] = {
- { {-4.09424,-5.14111,8.69816}, 266 }
- };
- shoeboxPos[] = {
- { {0.806641,-5.85889,8.66816}, 130 }
- };
- };
- class Land_Sara_stodola2 : Default {
- toolRackPos[] = {
- { {-2.20386,-3.52246,-2.11083}, 180 }
- };
- palletPos[] = {
- { {-3.30347,2.7832,-2.11083}, 80 }
- };
- };
- class Land_Leseni4x : Default {
- shoeboxPos[] = {
- { {-1.26904,0.478027,2.78}, 340 }
- };
- };
- class Land_Sara_zluty_statek_in : Default {
- fridgePos[] = {
- { {5.948,6.13428,-2.88701}, 360 }
- };
- bedPos[] = {
- { {0.041748,1.02148,-2.86701}, 3.09999 },
- { {-9.00073,0.931641,-2.88701}, 177 }
- };
- couchPos[] = {
- { {-3.89038,4.39063,-2.86701}, 183.1 }
- };
- cookerPos[] = {
- { {6.91528,6.12646,-2.88701}, 360 }
- };
- chairPos[] = {
- { {-6.11011,5.91943,-2.88701}, 20 }
- };
- tablePos[] = {
- { {3.51318,6.11914,-2.86701}, 0.0999813 }
- };
- shoeboxPos[] = {
- { {8.97974,2.79785,-1.88701}, 130.1 },
- { {-7.7229,6.08301,-0.837012}, 340 }
- };
- };
- class Land_Dum_rasovna : Default {
- fridgePos[] = {
- { {-1.79639,-2.43652,-2.66723}, 267 }
- };
- couchPos[] = {
- { {2.77344,3.13867,-2.72723}, 0 }
- };
- wardrobePos[] = {
- { {0.265625,0.027832,0.232774}, 261 }
- };
- cookerPos[] = {
- { {1.44336,-1.67871,-2.66723}, 360 }
- };
- tablePos[] = {
- { {3.09619,-0.466797,-2.67723}, 170 }
- };
- shoeboxPos[] = {
- { {-0.978027,-3.15723,0.942773}, 251 }
- };
- };
- class Land_Deutshe_mini : Default {
- fridgePos[] = {
- { {-0.330566,-0.274902,-2.75343}, 90 }
- };
- couchPos[] = {
- { {3.67529,1.58252,-2.75343}, 0 }
- };
- cookerPos[] = {
- { {-4.53369,-2.98145,-2.75343}, 180 }
- };
- chairPos[] = {
- { {0.890625,-0.0283203,-2.75343}, 210 }
- };
- tablePos[] = {
- { {4.49951,-2.03418,-2.75343}, 90 }
- };
- shoeboxPos[] = {
- { {-3.5293,1.8125,-2.75343}, 250 }
- };
- };
- class Land_Dum_mesto2 : Default {
- shelfPos[] = {
- { {-2.41553,0.267822,-4.34935}, 178 }
- };
- bedPos[] = {
- { {-2.0835,-1.28027,-0.949347}, 277 }
- };
- couchPos[] = {
- { {-2.37158,-1.62183,-4.34935}, 260 },
- { {1.73291,-7.04468,-0.949347}, 90 }
- };
- wardrobePos[] = {
- { {-1.59863,-7.84033,-4.34935}, 180 }
- };
- chairPos[] = {
- { {-3.41748,4.18042,-0.949347}, 230 },
- { {-3.46094,-6.20142,-0.949347}, 260 },
- { {-3.33984,-7.43237,-4.34935}, 210 }
- };
- tablePos[] = {
- { {3.37646,-4.96851,-0.949347}, 90 }
- };
- toolRackPos[] = {
- { {0.539063,3.61646,-4.34935}, 178 }
- };
- shoeboxPos[] = {
- { {0.294922,3.79419,0.970652}, 260 }
- };
- };
- class Land_Hospoda_mesto : Default {
- fridgePos[] = {
- { {0.446289,-6.14355,-5.18829}, 270 }
- };
- shoeboxPos[] = {
- { {4.28125,-1.48926,-4.19829}, 70 }
- };
- };
- class Land_Kulna : Default {
- toolRackPos[] = {
- { {-1.10547,0.367188,-1.41632}, 270 }
- };
- };
- class Land_Bouda2_vnitrek : Default {
- shelfPos[] = {
- { {2.62158,-2.62305,-0.623022}, 180 }
- };
- lockerPos[] = {
- { {-3.52686,-1.87842,-0.623022}, 270 }
- };
- toolRackPos[] = {
- { {-2.71094,2.9502,-0.623022}, 360 }
- };
- palletPos[] = {
- { {0.724854,0.678711,-0.623022}, 0 }
- };
- };
-
- // NApf
- class Land_Ind_SawMillPen : Default {
- palletPos[] = {
- { {3.70117,2.6554,-10}, 270.892 },
- { {-3.36426,-7.48914,-10}, 270.892 },
- { {-3.96729,7.4613,-10}, 270.892 }
- };
- };
- class Land_Shed_W4 : Default {
- toolRackPos[] = {
- { {-1.92188,-4.54932,-1.41301}, 0.999992 }
- };
- palletPos[] = {
- { {2.05127,-5.70166,-10}, 0.999992 }
- };
- };
- class Land_HouseV_1T : Default {
- chairPos[] = {
- { {2.17749,-2.29297,-10}, 310 }
- };
- shoeboxPos[] = {
- { {3.49792,-1.50391,-3.08958}, 15 }
- };
- };
- class Land_HouseV_3I4 : Default {
- shoeboxPos[] = {
- { {5.41113,2.55908,-2.58653}, 243 }
- };
- freezerPos[] = {
- { {-3.21484,4.77051,-10}, 180 }
- };
- };
- class Land_HouseV_2I : Default {
- shelfPos[] = {
- { {-5.50256,2.2085,-3.05727}, 90 }
- };
- lockerPos[] = {
- { {-5.73291,-4.91406,-3.05727}, 90 }
- };
- shoeboxPos[] = {
- { {6.59167,2.9624,-10}, 40 }
- };
- };
- class Land_HouseV2_03 : Default {
- shelfPos[] = {
- { {-17.604,2.24219,-5.86916}, 89 },
- { {18.0801,-0.203613,-5.48916}, 270 }
- };
- chairPos[] = {
- { {1.61133,-8.67456,-5.57916}, 89 }
- };
- toolRackPos[] = {
- { {-17.3164,0.101318,-6.01916}, 90 }
- };
- shoeboxPos[] = {
- { {5.21484,10.8247,-4.66916}, 182 }
- };
- palletPos[] = {
- { {9.96875,11.6602,-10}, 100 }
- };
- freezerPos[] = {
- { {1.76563,9.06519,-10}, 89 }
- };
- cabinetPos[] = {
- { {8.80811,-9.03174,-3.96916}, 90.2 }
- };
- };
- class Land_Dum_olezlina : Default {
- couchPos[] = {
- { {1.20703,-5.45386,-10}, 272.2 }
- };
- chairPos[] = {
- { {2.76367,4.53845,-10}, 173.2 }
- };
- tablePos[] = {
- { {-1.27197,4.57642,-10}, 183.2 }
- };
- };
- class Land_Ind_Expedice_2 : Default {
- palletPos[] = {
- { {2.56006,0.650269,-10}, 302.2 },
- { {-8.99365,0.00256348,-10}, 302.2 }
- };
- };
- class Land_IndPipe2_bigBuild2_L : Default {
- shoeboxPos[] = {
- { {4.82397,-1.97314,2.59579}, 277.3 }
- };
- palletPos[] = {
- { {6.57422,2.44775,-10}, 335.2 }
- };
- cabinetPos[] = {
- { {5.01245,1.12354,3.51578}, 271.2 }
- };
- };
- class Land_IndPipe2_big_18ladder : Default {
- shoeboxPos[] = {
- { {0.830566,-3,2.61729}, 278.5 }
- };
- palletPos[] = {
- { {0.762207,7.46484,-10}, 328.5 }
- };
- };
- class Land_Ind_Expedice_3 : Default {
- shelfPos[] = {
- { {0.996826,-17.7642,2.20826}, 90 }
- };
- toolRackPos[] = {
- { {6.52441,5.72363,-4.44174}, 91 }
- };
- shoeboxPos[] = {
- { {2.94495,-5.69189,2.10826}, 249 }
- };
- palletPos[] = {
- { {0.98584,5.7417,-10}, 91 },
- { {0.0772705,-16.8579,-10}, 249 }
- };
- cabinetPos[] = {
- { {1.297,3.94189,3.15826}, 271 }
- };
- };
- class Land_houseV_2T1 : Default {
- chairPos[] = {
- { {5.18408,3.88074,-10}, 200 }
- };
- tablePos[] = {
- { {6.86133,3.73376,-10}, 180 }
- };
- freezerPos[] = {
- { {5.07959,-3.24548,-10}, 270 }
- };
- };
- class Land_IndPipe2_bigBuild1_R : Default {
- shoeboxPos[] = {
- { {-0.633301,3.0249,-3.68421}, 290 }
- };
- };
- class Land_Misc_Cargo1Bo : Default {
- palletPos[] = {
- { {0.352051,0.725342,-1.09068}, 266 }
- };
- };
- class Land_Ind_MalyKomin : Default {
- pelicanPos[] = {
- { {-0.880371,-0.432007,-7.73271}, 82 }
- };
- shoeboxPos[] = {
- { {1.27539,-3.78528,-16.5427}, 113 }
- };
- palletPos[] = {
- { {0.413574,-2.14258,-20}, 185 }
- };
- };
- class Land_Misc_Cargo1Ao : Default {
- shelfPos[] = {
- { {0.100098,2.87891,-1.07068}, 360 }
- };
- palletPos[] = {
- { {-0.231934,-0.652344,-1.07068}, 360 }
- };
- };
- class Land_Misc_GContainer_Big : Default {
- palletPos[] = {
- { {-2.28296,-0.679688,0.504925}, 21 }
- };
- };
- class Land_HouseV_3I1 : Default {
- chairPos[] = {
- { {1.64844,-2.47266,-10}, 330 }
- };
- tablePos[] = {
- { {3.09497,-1.99512,-10}, 0 }
- };
- shoeboxPos[] = {
- { {5.26025,-1.45947,-2.08637}, 340 }
- };
- };
- class Land_Ind_Stack_Big : Default {
- pelicanPos[] = {
- { {-3.30188,4.6333,-6.00286}, 100 }
- };
- shoeboxPos[] = {
- { {-3.06494,0.469727,-23.2595}, 320 },
- { {2.18286,-3.10352,-28.5202}, 190.1 }
- };
- palletPos[] = {
- { {-1.29297,-0.548828,-23.2395}, 177.1 },
- { {-3.23267,-1.17725,-28.5751}, 360 },
- { {3.37927,-5.10156,-28.5051}, 360 }
- };
- cabinetPos[] = {
- { {-0.0136719,0.143066,-26.8373}, 360 }
- };
- };
- class Land_Dum_mesto3 : Default {
- palletPos[] = {
- { {-5.93799,1.10693,-10}, 177.1 }
- };
- };
- class Land_Sara_domek_vilka : Default {
- fridgePos[] = {
- { {-4.55078,-1.19714,-4.15991}, 74.1 }
- };
- cookerPos[] = {
- { {-0.371094,8.04688,-4.15991}, 324.1 }
- };
- chairPos[] = {
- { {2.96777,4.70288,-4.15991}, 198.1 },
- { {4.87744,4.50684,-4.15991}, 168.1 }
- };
- tablePos[] = {
- { {0.891113,5.02478,-4.15991}, 174.1 }
- };
- };
- class Land_MBG_Killhouse_4 : Default {
- limit = 5;
- shelfPos[] = {
- { {-1.86426,0.823242,-3.84317}, 0 }
- };
- fridgePos[] = {
- { {-1.54175,2.74219,-3.84317}, 75 }
- };
- bedPos[] = {
- { {6.84692,-0.231934,-0.543174}, 0 },
- { {6.94922,2.63965,-0.543174}, 360 }
- };
- couchPos[] = {
- { {4.47852,-1.93262,-3.84317}, 267 },
- { {-4.66406,3.55176,-0.543174}, 70 }
- };
- wardrobePos[] = {
- { {-1.86768,-0.383301,-0.543174}, 80 }
- };
- cookerPos[] = {
- { {-1.57666,4.14941,-3.84317}, 107 }
- };
- chairPos[] = {
- { {-6.35059,0.23584,-3.84317}, 320 }
- };
- filingPos[] = {
- { {-6.53564,-4.59375,-3.84317}, 200 },
- { {7.66919,-4.5625,-3.84317}, 150 }
- };
- tablePos[] = {
- { {4.02075,-1.20996,-0.543174}, 0 }
- };
- lockerPos[] = {
- { {3.56226,3.51709,-0.543174}, 180 }
- };
- shoeboxPos[] = {
- { {-1.49121,7.00928,-0.543174}, 90 },
- { {2.58643,6.9541,-3.84317}, 310 }
- };
- palletPos[] = {
- { {4.28125,0.388672,-3.84317}, 310 }
- };
- freezerPos[] = {
- { {-6.44043,2.08789,-3.84317}, 258 }
- };
- cabinetPos[] = {
- { {0.553955,7.24219,0.756824}, 90 }
- };
- };
- class Land_MBG_Warehouse : Default {
- limit = 5;
- shelfPos[] = {
- { {-11.0225,19.5303,-6.14345}, 0 },
- { {22.1719,4.58838,-6.14345}, 90 },
- { {11.9806,19.5259,-6.14345}, 0 }
- };
- fridgePos[] = {
- { {17.2281,-11.791,-2.84345}, 260 },
- { {21.8842,-9.31396,-6.14345}, 86 }
- };
- bedPos[] = {
- { {17.5864,-2.7666,-2.84345}, 186 }
- };
- wardrobePos[] = {
- { {17.3668,-5.14063,-2.84345}, 276 }
- };
- cookerPos[] = {
- { {17.2073,-9.18555,-2.84345}, 280 }
- };
- chairPos[] = {
- { {17.5955,2.49854,-2.84345}, 350 }
- };
- filingPos[] = {
- { {-19.9967,16.5771,-2.84345}, 190 }
- };
- lockerPos[] = {
- { {15.5438,-14.3867,-6.14345}, 180 },
- { {17.2855,-14.4209,-6.14345}, 180 }
- };
- toolRackPos[] = {
- { {16.4038,-10.4146,-2.84345}, 90 }
- };
- shoeboxPos[] = {
- { {-18.0066,19.3594,0.456551}, 20 }
- };
- palletPos[] = {
- { {-16.0422,-5.82861,-6.14345}, 9.99995 },
- { {-15.5228,-13.1655,5.15655}, 340 },
- { {10.5311,18.2065,5.15655}, 21 },
- { {20.4318,-12.2983,5.15655}, 340 },
- { {21.3284,18.4785,-6.14345}, 20 }
- };
- freezerPos[] = {
- { {21.8379,-9.62256,-2.84345}, 90 }
- };
- cabinetPos[] = {
- { {14.483,-11.6313,-4.74345}, 360 },
- { {-17.218,18.3833,6.65655}, 0 }
- };
- };
- class Land_Nav_Boathouse : Default {
- shelfPos[] = {
- { {-6.1333,-0.567383,3.73588}, 270 },
- { {6.16504,7.45251,3.73588}, 90 }
- };
- pelicanPos[] = {
- { {4.60059,7.36157,6.27056}, 20 }
- };
- toolRackPos[] = {
- { {-3.38867,7.96362,3.54426}, 0 }
- };
- shoeboxPos[] = {
- { {0.371582,4.45294,3.60588}, 220 }
- };
- palletPos[] = {
- { {5.3042,-1.49329,3.73056}, 170 }
- };
- };
- class Land_aif_tovarna1 : Default {
- shelfPos[] = {
- { {-1.34839,4.19336,-6.33}, 360 },
- { {4.6626,1.58105,2.39782}, 91 },
- { {4.83521,6.05713,-6.33}, 89.9999 },
- { {-7.95361,4.19141,2.39782}, 0 },
- { {-11.9773,-9.18115,2.39782}, 180 }
- };
- chairPos[] = {
- { {-12.5784,6.91992,-6.33}, 290 }
- };
- filingPos[] = {
- { {4.43481,-6.05469,2.39782}, 71 },
- { {-1.50903,9.71191,-6.33}, 20 },
- { {-12.8018,5.06689,-6.33}, 260 }
- };
- tablePos[] = {
- { {3.92725,-8.85156,2.39782}, 180 }
- };
- lockerPos[] = {
- { {-3.67261,5.09277,-6.33}, 180 },
- { {-0.410156,-6.84814,2.39782}, 270 }
- };
- toolRackPos[] = {
- { {-6.06519,-9.40869,-6.33}, 180 }
- };
- shoeboxPos[] = {
- { {4.46411,-8.99365,-0.352262}, 121 }
- };
- palletPos[] = {
- { {3.73242,3.20605,-6.33}, 71 },
- { {-4.52393,-2.72266,5.31266}, 20 },
- { {-11.7466,-5.30273,-6.33}, 121 }
- };
- cabinetPos[] = {
- { {-3.06567,-3.39111,6.71274}, 0.999969 }
- };
- };
- class Land_Ind_Workshop01_02 : Default {
- shelfPos[] = {
- { {-0.240723,-1.29358,-1.42703}, 170 }
- };
- filingPos[] = {
- { {1.89063,1.82556,-1.42703}, 90 }
- };
- toolRackPos[] = {
- { {2.23242,-0.662842,-1.42837}, 90 }
- };
- };
- class Land_Dum_mesto2l : Default {
- couchPos[] = {
- { {0.45459,-6.61829,-10}, 275 }
- };
- freezerPos[] = {
- { {-5.65674,3.06665,-10}, 70 }
- };
- };
- class Land_HouseV2_03B : Default {
- fridgePos[] = {
- { {0.340332,11.325,-10}, 149 }
- };
- chairPos[] = {
- { {-0.225586,-8.89624,-5.52124}, 350 }
- };
- filingPos[] = {
- { {-7.57422,3.46326,-5.52124}, 19 }
- };
- shoeboxPos[] = {
- { {7.53613,1.05103,-5.52124}, 289 }
- };
- };
- class Land_Ind_SawMill : Default {
- shelfPos[] = {
- { {10.2842,6.57764,-10}, 353 }
- };
- toolRackPos[] = {
- { {-1.59766,-9.85474,-5.83539}, 0 }
- };
- palletPos[] = {
- { {0.612305,-14.6431,-10}, 289 },
- { {4.40283,16.1758,-10}, 259 }
- };
- };
- class Land_MBG_Killhouse_3 : Default {
- shelfPos[] = {
- { {3.38831,-2.70947,-2.84856}, 180 },
- { {-3.40912,-2.7085,-2.84856}, 180 },
- { {13.5056,3.15479,0.45144}, 90 }
- };
- fridgePos[] = {
- { {-0.447632,1.98047,-2.84856}, 90 }
- };
- bedPos[] = {
- { {-5.17578,0.581543,0.45144}, 275 }
- };
- couchPos[] = {
- { {3.04779,2.23096,-2.84856}, 90 },
- { {4.33679,0.126953,0.45144}, 275 }
- };
- cookerPos[] = {
- { {0.578552,-2.52734,-2.84856}, 260 },
- { {-0.621399,3.98877,-2.84856}, 80 }
- };
- filingPos[] = {
- { {-13.3195,2.1875,0.45144}, 260 }
- };
- lockerPos[] = {
- { {13.3513,2.88525,-2.84856}, 89 },
- { {-13.324,3.43848,-2.84856}, 270 }
- };
- freezerPos[] = {
- { {5.96869,0.0795898,-2.84856}, 190 },
- { {-5.85046,1.62793,-2.84856}, 190 }
- };
- };
- class Land_MBG_Killhouse_2 : Default {
- shelfPos[] = {
- { {-3.25293,5.17078,0.501439}, 90 },
- { {7.54932,3.19135,-2.79856}, 90 }
- };
- fridgePos[] = {
- { {-1.98389,5.94983,-2.79856}, 357 }
- };
- bedPos[] = {
- { {-1.12451,0.444519,-2.79856}, 277 }
- };
- couchPos[] = {
- { {3.45459,-3.5127,0.501439}, 270 }
- };
- wardrobePos[] = {
- { {-6.92627,-3.1778,0.501439}, 300 }
- };
- chairPos[] = {
- { {7.12402,-3.12592,0.501439}, 30 },
- { {7.06738,-5.75885,-2.79856}, 147 }
- };
- filingPos[] = {
- { {-2.39795,-1.65131,0.501439}, 257 },
- { {-3.39746,-1.62518,0.501439}, 100 }
- };
- tablePos[] = {
- { {3.47314,-5.97021,-2.79856}, 177 }
- };
- lockerPos[] = {
- { {-3.39404,1.32129,-2.79856}, 90 }
- };
- palletPos[] = {
- { {-6.78174,0.646118,3.80144}, 260 },
- { {6.25244,-5.08411,3.80144}, 260 }
- };
- cabinetPos[] = {
- { {6.45557,6.23236,-1.39856}, 90 }
- };
- };
- class Land_A_Castle_Wall2_30 : Default {
- shoeboxPos[] = {
- { {-0.252197,-0.444336,-4.59615}, 348 }
- };
- };
- class Land_water_tank : Default {
- shoeboxPos[] = {
- { {-1.70618,0.626465,-4.34336}, 160 }
- };
- };
- class Land_aif_zluty_statek_in : Default {
- fridgePos[] = {
- { {6.42834,-0.214355,-2.88675}, 180 }
- };
- bedPos[] = {
- { {0.214722,0.946289,-2.88675}, 7 },
- { {-6.51392,5.06982,-2.88675}, 11 }
- };
- couchPos[] = {
- { {-0.917725,5.39258,-2.88675}, 277 }
- };
- wardrobePos[] = {
- { {-4.86975,4.14941,-2.88675}, 270 }
- };
- cookerPos[] = {
- { {8.84656,-0.175293,-2.88675}, 180 }
- };
- chairPos[] = {
- { {1.76379,-1.62109,-2.91676}, 330 },
- { {6.92566,-1.49756,-2.88675}, 16 },
- { {-9.55481,5.81348,-2.88675}, 339 }
- };
- tablePos[] = {
- { {-9.10645,0.0273438,-2.88675}, 190 }
- };
- shoeboxPos[] = {
- { {9.18103,2.82959,-1.88413}, 100 }
- };
- freezerPos[] = {
- { {5.97412,5.8623,-2.88675}, 277 }
- };
- };
- class land_mbg_brickhouse_01 : Default {
- fridgePos[] = {
- { {-1.50415,-2.7251,-3.35652}, 180 }
- };
- bedPos[] = {
- { {4.7439,3.46289,-0.0515051}, 274 }
- };
- couchPos[] = {
- { {-6.37341,-1.02637,-0.0515051}, 184 }
- };
- wardrobePos[] = {
- { {5.36328,-0.435059,-0.0915051}, 104 }
- };
- cookerPos[] = {
- { {-7.15747,-2.6709,-3.35652}, 180 }
- };
- chairPos[] = {
- { {-6.94897,3.78711,-3.35652}, 310 }
- };
- filingPos[] = {
- { {5.61206,-0.827637,-3.35652}, 100 },
- { {5.67896,-0.322266,-3.35652}, 90 }
- };
- tablePos[] = {
- { {-0.47644,3.92578,-0.0915051}, 3.99999 }
- };
- lockerPos[] = {
- { {5.66077,3.6084,-3.35652}, 90 }
- };
- freezerPos[] = {
- { {-3.35693,-2.59912,-3.35652}, 180 }
- };
- };
- class Land_aif_hotel : Default {
- limit = 6;
- shelfPos[] = {
- { {-2.01904,1.21753,2.74082}, 0 },
- { {3.21387,-0.964844,-7.74672}, 180 }
- };
- fridgePos[] = {
- { {2.17969,18.8186,-7.74672}, 350 }
- };
- bedPos[] = {
- { {11.6714,3.27307,2.74082}, 180 },
- { {-3.21094,11.7581,-4.25943}, 91 },
- { {12.0625,2.7439,-0.759061}, 100 },
- { {-17.356,11.8335,2.74082}, 90 },
- { {-11.8418,-17.6592,-0.759061}, 9.99997 }
- };
- couchPos[] = {
- { {-4.00293,11.7383,2.74082}, 90 },
- { {-11.8945,-4.96594,-4.25943}, 358 },
- { {2.81006,-14.7112,-4.25943}, 185 },
- { {2.86279,-17.212,-0.759061}, 178 },
- { {-16.9624,11.7709,-0.759061}, 91 }
- };
- wardrobePos[] = {
- { {-11.0469,-2.44031,-0.759061}, 80 },
- { {-11.0381,16.1029,-4.25943}, 80 },
- { {17.4365,-11.1133,-0.759061}, 7.99997 },
- { {17.4834,-11.1036,-4.25943}, 5 },
- { {-15.5957,-18.9556,2.74082}, 190 }
- };
- cookerPos[] = {
- { {3.77051,18.8491,-7.74672}, 0 }
- };
- chairPos[] = {
- { {11.1953,2.22632,-4.25943}, 220 },
- { {-18.7305,8.91199,-7.74672}, 270 },
- { {11.2974,18.5051,-0.759061}, 290 },
- { {11.2983,18.6306,2.74082}, 290 },
- { {-11.2705,-18.6755,-4.25943}, 128 },
- { {18.4297,18.5151,-7.74672}, 40 }
- };
- filingPos[] = {
- { {-0.364258,7.89087,-7.74672}, 174 },
- { {0.473145,7.89111,-7.74672}, 186 },
- { {1.08936,7.90747,-7.74672}, 180 }
- };
- tablePos[] = {
- { {-3.5752,18.6013,-0.759061}, 9.99997 },
- { {15.4873,18.7865,-4.25943}, 0 }
- };
- lockerPos[] = {
- { {2.02588,6.43848,-7.74672}, 270 }
- };
- toolRackPos[] = {
- { {1.55762,2.55664,-7.74672}, 270 }
- };
- palletPos[] = {
- { {-4.90234,-1.63953,6.25485}, 100 },
- { {18.0205,-18.1344,6.25485}, 70 },
- { {-18.3311,18.3323,6.25485}, 100 }
- };
- freezerPos[] = {
- { {6.55957,-6.79932,-7.74672}, 160 },
- { {2.08154,11.8032,-7.74672}, 270 },
- { {2.0874,14.9369,-7.74672}, 270 }
- };
- cabinetPos[] = {
- { {1.33398,0.0466309,0.840941}, 180 },
- { {-3.30273,-2.18274,-6.24672}, 0 },
- { {4.12891,7.32385,7.74485}, 90 }
- };
- };
- class Land_Shed_M03 : Default {
- palletPos[] = {
- { {2.21582,-0.074707,-10}, 70 }
- };
- };
- class Land_Cihlovej_Dum_in : Default {
- bedPos[] = {
- { {-2.44727,-1.3855,-1.81472}, 183 }
- };
- chairPos[] = {
- { {2.34375,2.92859,-5.27588}, 72 }
- };
- filingPos[] = {
- { {2.63818,-2.45959,-5.27588}, 102 }
- };
- tablePos[] = {
- { {-0.111816,1.10876,-5.27588}, 1 },
- { {-0.0874023,-2.35754,-1.81472}, 180 }
- };
- shoeboxPos[] = {
- { {2.66357,-2.33398,-0.65472}, 131 }
- };
- };
- class Land_HouseV_3I3 : Default {
- chairPos[] = {
- { {4.33728,2.4126,-1.88408}, 165 }
- };
- shoeboxPos[] = {
- { {0.844849,2.4624,-1.58408}, 165 }
- };
- };
- class Land_MBG_Killhouse_1 : Default {
- shelfPos[] = {
- { {-3.85999,6.52588,-2.04856}, 360 }
- };
- bedPos[] = {
- { {1.46289,1.53906,-2.04856}, 180 }
- };
- couchPos[] = {
- { {-2.58972,-1.76123,-2.04856}, 270 }
- };
- cookerPos[] = {
- { {-0.44812,0.109375,-2.04856}, 180 }
- };
- filingPos[] = {
- { {4.38635,-0.983398,-2.04856}, 9.99995 }
- };
- palletPos[] = {
- { {-3.6377,5.88232,1.25144}, 266 }
- };
- freezerPos[] = {
- { {-4.15564,0.404297,-2.04856}, 270 }
- };
- };
- class Land_HouseV_3I2 : Default {
- filingPos[] = {
- { {3.73364,2.27148,-1.9779}, 191 }
- };
- };
- class Land_Misc_Scaffolding : Default {
- shoeboxPos[] = {
- { {-0.0925293,3.95947,0.467445}, 250 }
- };
- palletPos[] = {
- { {0.372559,6.46924,3.4257}, 281 }
- };
- };
- class Land_Sara_domek_ruina : Default {
- shelfPos[] = {
- { {3.26025,-2.89648,-1.60027}, 357 }
- };
- };
- class Land_HouseBlock_C4 : Default {
- fridgePos[] = {
- { {-1.29639,5.63232,-10}, 173 }
- };
- };
- class Land_HouseBlock_C5 : Default {
- couchPos[] = {
- { {1.61163,6.7124,-10}, 92 }
- };
- };
- class Land_HouseBlock_B5 : Default {
- couchPos[] = {
- { {-0.353027,-7.00562,-10}, 272 }
- };
- };
- class Land_House_C_4_EP1 : Default {
- limit = 5;
- shelfPos[] = {
- { {-0.529297,2.29675,-0.350365}, 270 },
- { {-4.1626,2.0033,-0.278609}, 180 },
- { {-5.98877,0.867432,-3.48355}, 270 }
- };
- bedPos[] = {
- { {0.202148,-5.34204,-0.278609}, 90 }
- };
- couchPos[] = {
- { {1.88232,2.29468,-3.48355}, 272 }
- };
- wardrobePos[] = {
- { {5.82422,1.3457,-0.350365}, 90 }
- };
- chairPos[] = {
- { {5.37939,-4.71289,-0.239202}, 90 }
- };
- filingPos[] = {
- { {4.87109,-3.54858,-3.48355}, 180 },
- { {-5.81592,2.02771,2.79157}, 260 },
- { {-5.90283,4.74585,-3.48355}, 350 }
- };
- toolRackPos[] = {
- { {6.13086,0.193848,-3.48355}, 92 }
- };
- shoeboxPos[] = {
- { {-2.78906,1.00488,0.419636}, 310 }
- };
- palletPos[] = {
- { {-2.0874,-0.406494,2.80405}, 260 }
- };
- freezerPos[] = {
- { {5.63037,-0.726318,-3.48355}, 92 }
- };
- };
- class Land_HouseBlock_B3 : Default {
- shelfPos[] = {
- { {0.977112,5.03223,-6.95459}, 176 }
- };
- couchPos[] = {
- { {-2.69189,-5.72021,-10}, 256 }
- };
- };
- class Land_HouseBlock_B2 : Default {
- wardrobePos[] = {
- { {-1.12988,4.83972,-7.27931}, 179 }
- };
- chairPos[] = {
- { {-0.0283203,-5.26733,-10}, 9.99996 }
- };
- };
- class Land_HouseBlock_B6 : Default {
- shelfPos[] = {
- { {3.57837,-4.77539,-7.30174}, 354.38 }
- };
- palletPos[] = {
- { {-4.55292,0.697754,-10}, 354.38 }
- };
- };
- class Land_HouseV2_01B : Default {
- fridgePos[] = {
- { {-4.15396,-2.19238,-5.19199}, 354.38 }
- };
- chairPos[] = {
- { {-3.01724,-2.3877,-5.19199}, 20 }
- };
- shoeboxPos[] = {
- { {6.00101,6.36084,-5.77199}, 356 }
- };
- };
- class Land_HouseBlock_C1 : Default {
- fridgePos[] = {
- { {8.41409,-7.08496,-15}, 342 }
- };
- couchPos[] = {
- { {-2.88599,-8.50488,-15}, 256 }
- };
- cookerPos[] = {
- { {7.3176,-7.18994,-15}, 9.99996 }
- };
- };
- class Land_HouseBlock_B1 : Default {
- chairPos[] = {
- { {-5.48889,-5.64307,-10}, 0 }
- };
- filingPos[] = {
- { {2.84558,-4.92969,-7.23419}, 291 }
- };
- shoeboxPos[] = {
- { {-3.95349,4.85449,-7.26419}, 349 }
- };
- freezerPos[] = {
- { {-5.5448,5.07227,-7.29419}, 187 }
- };
- };
- class Land_HouseBlock_A1 : Default {
- shelfPos[] = {
- { {-5.13318,2.14697,-8.80562}, 270 }
- };
- filingPos[] = {
- { {-2.80725,3.32373,-8.80562}, 20 },
- { {-2.76782,4.09473,-8.80562}, 170 }
- };
- toolRackPos[] = {
- { {-5.45435,-2.15137,-8.81038}, 272 }
- };
- shoeboxPos[] = {
- { {-0.786621,4.65771,-8.68037}, 222 }
- };
- palletPos[] = {
- { {-3.48804,0.281738,-8.81038}, 180 }
- };
- freezerPos[] = {
- { {0.656982,5.07178,-8.73375}, 180 }
- };
- };
- class Land_HouseBlock_D1 : Default {
- fridgePos[] = {
- { {-10.333,7.138,-15}, 70 }
- };
- couchPos[] = {
- { {6.07764,2.52066,-15}, 100 }
- };
- };
- class Land_MBG_GER_HUS_4 : Default {
- shelfPos[] = {
- { {2.47705,-5.36951,-3.11289}, 270 }
- };
- fridgePos[] = {
- { {2.51025,7.40857,-3.11289}, 0 }
- };
- bedPos[] = {
- { {-4.52637,6.51978,-0.112886}, 267 },
- { {-5.04541,-6.17224,-3.11289}, 178 },
- { {4.93701,-6.63196,-0.112886}, 90 }
- };
- couchPos[] = {
- { {2.28418,2.92419,-0.112885}, 90 },
- { {-3.98047,-2.4386,-0.112886}, 263 },
- { {-4.67432,5.6051,-3.11289}, 189 }
- };
- wardrobePos[] = {
- { {1.72754,-2.28699,-3.11289}, 91 },
- { {2.77881,-2.23779,-0.112886}, 280 }
- };
- cookerPos[] = {
- { {5.81836,7.35693,-3.11289}, 90 }
- };
- chairPos[] = {
- { {1.37549,-1.72131,-0.112886}, 60 },
- { {5.59082,2.48022,-0.112886}, 127 },
- { {-1.70117,-7.02722,-0.112886}, 173 }
- };
- filingPos[] = {
- { {-5.77734,-7.23535,-0.112886}, 183 }
- };
- tablePos[] = {
- { {1.65918,-4.46375,-0.112886}, 90 },
- { {-5.53223,-2.07556,-3.11289}, 272 }
- };
- shoeboxPos[] = {
- { {2.73828,4.16235,-2.30289}, 330 },
- { {1.729,-7.07275,-2.16289}, 251 }
- };
- freezerPos[] = {
- { {3.92627,2.27722,-3.19763}, 180 }
- };
- };
- class Land_HouseBlock_C3 : Default {
- couchPos[] = {
- { {8.56396,-6.36353,-10}, 260 }
- };
- chairPos[] = {
- { {-2.9165,-5.31055,-10}, 30 }
- };
- filingPos[] = {
- { {7.23682,-4.99268,-10}, 320 }
- };
- };
- class Land_HouseBlock_A2 : Default {
- wardrobePos[] = {
- { {6.57715,-5.71594,-10}, 130 }
- };
- freezerPos[] = {
- { {-1.35742,5.68097,-10}, 180 }
- };
- };
- class Land_HouseBlock_D2 : Default {
- couchPos[] = {
- { {6.18115,2.78662,-10}, 100 }
- };
- chairPos[] = {
- { {-10.6704,6.06445,-10}, 100 }
- };
- };
- class Land_House_C_10_EP1 : Default {
- shelfPos[] = {
- { {-3.12988,-4.56921,-4.19121}, 180 },
- { {3.58984,6.86169,-4.19121}, 90 }
- };
- fridgePos[] = {
- { {-3.30225,-0.637085,-0.868872}, 328 }
- };
- bedPos[] = {
- { {-0.0175781,4.55432,-0.868872}, 281.2 }
- };
- cookerPos[] = {
- { {0.98877,-3.07898,-0.868872}, 90 }
- };
- filingPos[] = {
- { {0.0551758,4.95447,-4.19121}, 190 }
- };
- toolRackPos[] = {
- { {-1.61572,-9.6991,-4.19121}, 180 }
- };
- shoeboxPos[] = {
- { {-3.71143,4.13989,0.0812254}, 281.2 },
- { {0.360352,9.08423,-2.7312}, 189 }
- };
- palletPos[] = {
- { {-0.626953,-1.12146,-4.16681}, 184 },
- { {3.71631,2.50854,2.47196}, 100 },
- { {-3.01758,6.6189,-4.16681}, 184 }
- };
- freezerPos[] = {
- { {1.6958,7.0896,-0.868777}, 271 }
- };
- cabinetPos[] = {
- { {3.30127,5.61597,3.77196}, 181 }
- };
- };
- class Land_kolotoc : Default {
- shoeboxPos[] = {
- { {0.141174,1.16504,-0.410941}, 9.99998 }
- };
- };
- class Land_HouseBlock_C2 : Default {
- fridgePos[] = {
- { {4.46484,-5.28906,-10}, 30 }
- };
- couchPos[] = {
- { {4.70374,5.6416,-10}, 266 }
- };
- };
- class land_mbg_apartments_big_04 : Default {
- limit = 4;
- shelfPos[] = {
- { {-2.9585,-0.955566,-3.19898}, 173 },
- { {3.57837,-1.02734,-0.150979}, 180 },
- { {3.9978,-0.992188,2.89702}, 180 }
- };
- bedPos[] = {
- { {-9.82959,-0.0673828,-3.19898}, 100 },
- { {-10.2119,0.567383,-0.177418}, 180 }
- };
- couchPos[] = {
- { {9.37891,-0.0561523,-3.19898}, 93 }
- };
- chairPos[] = {
- { {10.4485,-2.22705,2.89702}, 30 },
- { {-10.8423,-2.11572,-3.19898}, 300 }
- };
- filingPos[] = {
- { {-2.5603,-1.9375,-0.150979}, 20 }
- };
- pelicanPos[] = {
- { {-3.14404,-0.0629883,2.89702}, 160 }
- };
- tablePos[] = {
- { {6.96753,-6.00146,-0.150979}, 180 }
- };
- lockerPos[] = {
- { {-3.50195,-1.771,2.89702}, 360 },
- { {10.6287,-0.843262,-0.150979}, 180 }
- };
- toolRackPos[] = {
- { {-3.57251,-1.24658,-0.150979}, 180 }
- };
- palletPos[] = {
- { {-4.54199,1.99609,5.94502}, 30 },
- { {10.3547,-2.42041,-3.19898}, 260 },
- { {-10.3638,-2.49805,-0.150979}, 260 }
- };
- freezerPos[] = {
- { {2.85815,0.479492,-3.19898}, 260 }
- };
- cabinetPos[] = {
- { {1.17749,2.53955,7.44502}, 270 }
- };
- };
- class Land_Misc_WaterStation : Default {
- shelfPos[] = {
- { {0.0671387,1.83984,-10}, 173 }
- };
- };
- class Land_MBG_GER_RHUS_5 : Default {
- fridgePos[] = {
- { {1.31772,0.522949,-3.36569}, 0 }
- };
- bedPos[] = {
- { {2.74927,-3.38574,-0.46569}, 9.99997 }
- };
- chairPos[] = {
- { {3.08368,1.9248,-0.46569}, 139 },
- { {-0.0794067,-3.91016,-0.46569}, 140 }
- };
- filingPos[] = {
- { {-2.63046,-2.81641,-0.46569}, 360 },
- { {-3.14331,-2.83398,-0.46569}, 349 }
- };
- tablePos[] = {
- { {-2.57611,1.50049,-0.46569}, 180 }
- };
- shoeboxPos[] = {
- { {1.17273,-4.04834,-2.38569}, 14 },
- { {-3.2825,3.55225,-2.43569}, 300 }
- };
- palletPos[] = {
- { {-2.56592,0.0541992,-3.36569}, 89 }
- };
- freezerPos[] = {
- { {3.36533,-3.0752,-3.36569}, 89 }
- };
- };
- class Land_HouseV2_05 : Default {
- shoeboxPos[] = {
- { {5.45065,6.88379,-2.57005}, 208 }
- };
- };
- class land_mbg_apartments_big_01 : Default {
- palletPos[] = {
- { {-3.00781,8.74561,-10}, 158 },
- { {-11.1992,-8.0249,-10}, 158 }
- };
- freezerPos[] = {
- { {10.4133,-5.31006,-10}, 278 }
- };
- };
- class Land_BoatSmall_1 : Default {
- shoeboxPos[] = {
- { {-1.17236,0.257324,-0.19216}, 278 }
- };
- };
- class Land_Dum_zboreny_total : Default {
- shelfPos[] = {
- { {-4.31104,-3.87012,-2.10433}, 183 }
- };
- fridgePos[] = {
- { {-6.14893,3.69727,-2.30266}, 291 }
- };
- pelicanPos[] = {
- { {-5.89111,-1.60559,-2.22433}, 320 }
- };
- shoeboxPos[] = {
- { {2.08301,-1.51489,-2.24266}, 141 }
- };
- palletPos[] = {
- { {4.1582,2.13916,-2.28269}, 278 }
- };
- };
- class Land_Kostel : Default {
- chairPos[] = {
- { {0.496826,11.0215,-10}, 160 },
- { {-3.49121,10.9878,-10}, 200 }
- };
- pelicanPos[] = {
- { {2.78882,-4.64307,-0.905101}, 291 }
- };
- tablePos[] = {
- { {5.80811,-5.58105,-7.39957}, 90 }
- };
- shoeboxPos[] = {
- { {5.18164,-7.02002,-0.905101}, 141 }
- };
- freezerPos[] = {
- { {-1.60376,-10.5679,-10}, 9.99995 }
- };
- };
- class Land_A_Villa_EP1 : Default {
- shelfPos[] = {
- { {6.8761,-2.54785,-5.06721}, 317 },
- { {6.68848,-4.10059,-1.4844}, 225 },
- { {-9.68689,13.8384,-1.4844}, 270 }
- };
- fridgePos[] = {
- { {-10.4589,14.2017,-5.06718}, 89.9999 }
- };
- bedPos[] = {
- { {-12.4541,15.0962,-1.4844}, 263 }
- };
- couchPos[] = {
- { {-4.10706,8.29297,-1.4844}, 130 },
- { {-2.86975,15.1118,-5.06721}, 270 }
- };
- cookerPos[] = {
- { {-10.5978,15.7573,-5.06718}, 79.9999 }
- };
- chairPos[] = {
- { {-2.91296,5.19727,-5.06721}, 270 },
- { {9.38831,1.37012,-1.4844}, 91 },
- { {10.135,-15.3501,-5.06721}, 227 }
- };
- filingPos[] = {
- { {-0.554321,13.4141,-1.4844}, 161 },
- { {-1.16296,13.4106,-1.4844}, 201 }
- };
- pelicanPos[] = {
- { {0.350342,14.21,-1.4844}, 110 }
- };
- tablePos[] = {
- { {3.46777,-2.78711,-5.06721}, 180 }
- };
- toolRackPos[] = {
- { {11.8175,1.33936,-1.4844}, 0.999969 }
- };
- shoeboxPos[] = {
- { {-10.5308,13.4287,-1.0444}, 223 },
- { {15.6235,-12.9404,-4.57721}, 314.8 }
- };
- palletPos[] = {
- { {7.97327,9.56689,-5.06721}, 3 },
- { {2.33533,16.896,1.97029}, 9.99994 },
- { {-8.78284,15.0264,-5.06721}, 71 },
- { {8.40686,-15.8076,1.97029}, 9.99994 }
- };
- freezerPos[] = {
- { {-14.0616,9.89014,-5.06721}, 184.8 }
- };
- cabinetPos[] = {
- { {-2.94519,6.63867,0.0159225}, 223 }
- };
- };
- class Land_Budova4_in : Default {
- shelfPos[] = {
- { {5.09131,-2.0423,-1.88723}, 271 }
- };
- lockerPos[] = {
- { {3.58789,0.436401,-1.88723}, 0 },
- { {-7.48047,-0.331573,-1.88723}, 270 }
- };
- freezerPos[] = {
- { {-2.17871,-1.00378,-1.88723}, 270 }
- };
- cabinetPos[] = {
- { {-6.87256,1.08209,-0.387228}, 270 }
- };
- };
- class Land_IndPipe2_bigL_L : Default {
- shoeboxPos[] = {
- { {2.09375,0.110107,2.35397}, 291 }
- };
- palletPos[] = {
- { {1.0293,1.03619,-10}, 271 }
- };
- };
- class Land_Ind_Pec_03 : Default {
- palletPos[] = {
- { {6.75684,8.00562,5.76025}, 241 },
- { {-0.73877,-14.9221,5.76025}, 241 },
- { {-0.92041,28.9746,-10}, 241 },
- { {2.30664,28.96,-10}, 291 }
- };
- };
- class Land_Ind_Coltan_Main_EP1 : Default {
- shelfPos[] = {
- { {-5.92969,5.66821,-6.33167}, 269 },
- { {3.69141,-9.02808,2.36833}, 360 }
- };
- fridgePos[] = {
- { {-1.7417,4.53882,-6.33167}, 159 },
- { {1.76172,16.2727,-6.38044}, 269 }
- };
- bedPos[] = {
- { {-8.33154,14.0818,-6.33167}, 279 }
- };
- tablePos[] = {
- { {-10.4438,12.7136,-6.33167}, 269 }
- };
- toolRackPos[] = {
- { {-3.88867,3.57227,-6.33167}, 179 }
- };
- shoeboxPos[] = {
- { {-3.84863,-9.09937,2.36833}, 20 },
- { {6.32129,15.4998,-3.05167}, 219 }
- };
- palletPos[] = {
- { {-3.35986,16.3518,-6.38044}, 269 },
- { {3.80371,16.7449,-6.38044}, 269 }
- };
- };
- class Land_Ind_Coltan_Hopper_EP1 : Default {
- palletPos[] = {
- { {-6.04028,2.71875,-10}, 20 },
- { {-7.45544,-2.55322,-10}, 20 }
- };
- };
- class Land_MBG_GER_ESTATE_2 : Default {
- shelfPos[] = {
- { {-8.05347,-1.2915,-2.13187}, 0 },
- { {-7.92065,7.40771,-2.13187}, 0 }
- };
- bedPos[] = {
- { {6.95532,2.45801,-2.13187}, 91 }
- };
- wardrobePos[] = {
- { {8.39294,6.43848,-2.13187}, 91 }
- };
- chairPos[] = {
- { {1.41895,6.94043,-2.13187}, 323 },
- { {-3.30359,6.72803,-2.13187}, 330 }
- };
- filingPos[] = {
- { {-0.209351,-6.71045,-2.13187}, 100 },
- { {-7.52686,-6.62891,-2.13187}, 180 }
- };
- tablePos[] = {
- { {1.20996,5.06152,-2.13187}, 270 }
- };
- palletPos[] = {
- { {-4.97937,6.51611,-2.13187}, 0 }
- };
- freezerPos[] = {
- { {8.04224,-2.58496,-2.13187}, 20 }
- };
- cabinetPos[] = {
- { {3.86597,-1.06348,-0.531867}, 357 },
- { {-4.22375,3.55176,-0.731866}, 180 }
- };
- };
- class Land_MBG_GER_PUB_2 : Default {
- shelfPos[] = {
- { {-4.05316,-3.28418,-3.53085}, 360 },
- { {6.86914,1.62793,-0.63085}, 92 }
- };
- fridgePos[] = {
- { {1.51306,-5.58105,-0.63085}, 260.9 },
- { {-4.91891,-5.62695,-3.53085}, 260 }
- };
- bedPos[] = {
- { {0.0693359,-4.604,-0.63085}, 4.99999 },
- { {-6.31366,-4.5,-0.63085}, 180.9 }
- };
- wardrobePos[] = {
- { {-0.290039,2.05029,-0.63085}, 4.99999 }
- };
- cookerPos[] = {
- { {1.70532,-3.36816,-0.63085}, 270.9 },
- { {-0.688995,-5.6626,-3.53085}, 180 }
- };
- chairPos[] = {
- { {-6.72855,1.85498,-0.63085}, 310 }
- };
- tablePos[] = {
- { {-3.21643,-5.57324,-0.63085}, 180 }
- };
- shoeboxPos[] = {
- { {1.87195,-3.60791,-2.38085}, 331 },
- { {6.57855,-3.37354,0.0491495}, 260.9 }
- };
- palletPos[] = {
- { {4.49176,4.00928,-0.63085}, 92 }
- };
- freezerPos[] = {
- { {-2.01865,-3.68066,-3.53085}, 9.99996 },
- { {6.52481,-1.96338,-0.63085}, 92 }
- };
- cabinetPos[] = {
- { {-5.44608,-4.21289,-2.23085}, 180 }
- };
- };
- class Land_Ind_Workshop01_03 : Default {
- couchPos[] = {
- { {-4.22607,5.11304,-10}, 9.99994 }
- };
- toolRackPos[] = {
- { {2.14209,5.14417,-10}, 270 }
- };
- palletPos[] = {
- { {2.76123,2.96393,-10}, 92 }
- };
- };
- class Land_Misc_CargoMarket1a_EP1 : Default {
- palletPos[] = {
- { {-0.335938,0.247559,-1.09225}, 0.999969 }
- };
- };
- class Land_MBG_Shoothouse_1 : Default {
- shelfPos[] = {
- { {3.51654,-4.01367,-10}, 91 },
- { {-6.10056,-6.15576,-10}, 91 },
- { {-6.10904,8.58838,-10}, 91 },
- { {2.50723,-11.3667,-10}, 89.9999 }
- };
- lockerPos[] = {
- { {-1.94846,-3.58203,-10}, 270 },
- { {4.3497,-5.66357,-10}, 270 }
- };
- toolRackPos[] = {
- { {2.98065,-12.1196,-10}, 270 }
- };
- palletPos[] = {
- { {2.35532,0.623047,-10}, 0.999969 },
- { {7.68576,9.99707,-10}, 0.999969 }
- };
- cabinetPos[] = {
- { {-6.87985,11.0254,0.616995}, 91 }
- };
- };
- class Land_Leseni2x : Default {
- palletPos[] = {
- { {1.20996,-0.502167,2.53943}, 90 }
- };
- };
- class Land_Dum_m2 : Default {
- couchPos[] = {
- { {5.08594,-1.34013,-10}, 187 }
- };
- };
- class Land_HouseBlock_A1_2 : Default {
- tablePos[] = {
- { {1.74243,-5.99609,-10}, 358.7 }
- };
- freezerPos[] = {
- { {-3.3717,4.82324,-10}, 178.7 }
- };
- };
- class Land_NAV_Lighthouse : Default {
- pelicanPos[] = {
- { {0.00567627,0.585449,2.41912}, 358.7 }
- };
- shoeboxPos[] = {
- { {-0.940475,0.0913086,2.41912}, 119 }
- };
- cabinetPos[] = {
- { {1.13704,0.220215,3.71912}, 169 }
- };
- };
- class Land_Shed_M01 : Default {
- palletPos[] = {
- { {0.0229492,-2.33105,-10}, 79 }
- };
- };
- class Land_Shed_W02 : Default {
- shoeboxPos[] = {
- { {0.397461,1.90643,-10}, 27.9 }
- };
- palletPos[] = {
- { {-2.88184,-1.12543,-10}, 78.9 }
- };
- };
- class Land_Church_05R : Default {
- shoeboxPos[] = {
- { {5.39331,-2.63574,-7.79367}, 29.2 }
- };
- palletPos[] = {
- { {2.36743,1.75586,-10}, 29.2 },
- { {-5.8103,-3.146,-10}, 29.2 }
- };
- };
- class Land_ruin_01_PMC : Default {
- shelfPos[] = {
- { {-2.24683,-1.05225,-10}, 90 }
- };
- shoeboxPos[] = {
- { {1.12671,-1.27295,-1.66045}, 211 }
- };
- palletPos[] = {
- { {-2.88745,3.02246,-10}, 350 }
- };
- };
- class Land_HouseBlock_A2_1 : Default {
- fridgePos[] = {
- { {6.68213,-7.26056,-10}, 350 }
- };
- couchPos[] = {
- { {-5.15771,-8.06102,-10}, 280 }
- };
- chairPos[] = {
- { {-3.80029,5.38539,-10}, 180 }
- };
- };
- class Land_Domek_rosa : Default {
- shoeboxPos[] = {
- { {-0.412292,-0.805176,-0.559804}, 338 }
- };
- palletPos[] = {
- { {3.70493,-1.59424,-2.9398}, 268 }
- };
- };
- class Land_Bouda1 : Default {
- couchPos[] = {
- { {-0.012207,-4.4745,-10}, 298 }
- };
- };
- class land_mbg_brickhouse_03 : Default {
- shelfPos[] = {
- { {-0.250488,4.27344,-3.35652}, 0 },
- { {-3.31836,-2.92065,-0.0515051}, 180 }
- };
- fridgePos[] = {
- { {-2.45117,-2.75293,-3.35652}, 179 }
- };
- bedPos[] = {
- { {4.44482,3.44922,-0.0515051}, 270 },
- { {-6.09619,3.35376,-0.0515051}, 275 }
- };
- couchPos[] = {
- { {4.68896,1.67407,-3.35652}, 0 }
- };
- wardrobePos[] = {
- { {5.64404,0.141113,-0.0515051}, 90 },
- { {-7.18945,0.348877,-0.0515051}, 270 }
- };
- cookerPos[] = {
- { {-1.44434,-2.646,-3.35652}, 170 }
- };
- chairPos[] = {
- { {-6.87988,3.79102,-3.35652}, 320 }
- };
- shoeboxPos[] = {
- { {-6.36719,-2.87378,-3.35652}, 120 }
- };
- palletPos[] = {
- { {0.480957,-2.46802,-10}, 120 }
- };
- };
- class Land_Bouda_plech : Default {
- palletPos[] = {
- { {-2.23486,-1.0083,-10}, 80 }
- };
- };
- class Land_MBG_GER_RHUS_2 : Default {
- shelfPos[] = {
- { {-2.44727,1.24646,-0.46569}, 180 }
- };
- bedPos[] = {
- { {2.875,-3.38776,-0.46569}, 5 }
- };
- wardrobePos[] = {
- { {-3.15674,-3.58008,-0.46569}, 270 }
- };
- chairPos[] = {
- { {3.10596,1.67682,-3.36569}, 120 },
- { {3.1084,1.76831,-0.46569}, 145 }
- };
- shoeboxPos[] = {
- { {-3.22705,1.58398,-2.44569}, 110 },
- { {1.2583,-4.16156,-2.38569}, 240 }
- };
- freezerPos[] = {
- { {1.43359,0.449463,-3.36569}, 0 }
- };
- cabinetPos[] = {
- { {-3.49658,-3.91425,-1.7248}, 0 }
- };
- };
- class Land_MBG_GER_RHUS_1 : Default {
- shelfPos[] = {
- { {-3.42041,-4.16129,-0.46569}, 270 }
- };
- bedPos[] = {
- { {1.7832,-3.45392,-0.46569}, 180 }
- };
- couchPos[] = {
- { {0.847656,3.81868,-3.36569}, 270 }
- };
- chairPos[] = {
- { {3.08789,1.7139,-0.46569}, 170 }
- };
- filingPos[] = {
- { {-3.32471,-2.77325,-0.46569}, 274 },
- { {-3.28613,-3.38286,-0.46569}, 267 }
- };
- tablePos[] = {
- { {-2.34277,1.48091,-0.46569}, 180 }
- };
- shoeboxPos[] = {
- { {1.2168,-4.32765,-2.37569}, 220 }
- };
- palletPos[] = {
- { {-2.64111,-0.36882,-3.36569}, 270 }
- };
- freezerPos[] = {
- { {1.47607,0.336472,-3.36569}, 360 }
- };
- cabinetPos[] = {
- { {-3.50635,-3.9218,-1.76569}, 360 }
- };
- };
- class Land_MBG_Garage_Single_B : Default {
- shelfPos[] = {
- { {1.33057,2.46407,-1.03965}, 93 }
- };
- toolRackPos[] = {
- { {-0.0200195,4.94061,-1.03965}, 0 }
- };
- palletPos[] = {
- { {0.687012,-0.168655,-1.03965}, 0 }
- };
- freezerPos[] = {
- { {-1.0166,3.0186,-1.03965}, 270 }
- };
- };
- class Land_HouseV_1I2 : Default {
- shoeboxPos[] = {
- { {0.898926,-4.11658,-2.13146}, 173.3 }
- };
- palletPos[] = {
- { {-3.77148,2.52997,-10}, 93 }
- };
- };
- class Land_aif_watertower1 : Default {
- shoeboxPos[] = {
- { {1.72733,-6.55859,5.73532}, 173.3 }
- };
- palletPos[] = {
- { {0.909271,-3.15381,-15}, 173.3 },
- { {-3.96057,2.70068,-15}, 133.3 }
- };
- };
- class Land_Statek_hl_bud : Default {
- palletPos[] = {
- { {4.10547,-1.79297,-10}, 83.3 }
- };
- };
- class Land_Bouda3 : Default {
- toolRackPos[] = {
- { {-2.41064,5.97437,-1.45074}, 179.3 }
- };
- palletPos[] = {
- { {1.45117,7.1987,-10}, 83.3 }
- };
- };
- class Land_A_statue01 : Default {
- shoeboxPos[] = {
- { {3.37878,-1.41357,-3.63275}, 229.3 }
- };
- };
- class Land_Sara_domek_kovarna : Default {
- palletPos[] = {
- { {-0.236816,-2.17114,-10}, 229.3 }
- };
- };
- class Land_Deutshe : Default {
- couchPos[] = {
- { {1.84131,-4.97192,-10}, 278.3 }
- };
- palletPos[] = {
- { {3.19287,4.59619,-10}, 278.3 }
- };
- };
- class Land_Mil_Barracks_L : Default {
- lootType = "mil";
- shelfPos[] = {
- { {4.73779,-3.8208,-10}, 360 }
- };
- palletPos[] = {
- { {-0.483887,-5.11853,-10}, 278.3 }
- };
- cabinetPos[] = {
- { {-5.58984,-6.97742,-0.713811}, 90 }
- };
- };
- class Land_aif_strazni_vez : Default {
- lootType = "mil";
- shelfPos[] = {
- { {-2.6069,2.20605,1.36157}, 360 }
- };
- filingPos[] = {
- { {0.636078,0.397461,1.37157}, 88 }
- };
- pelicanPos[] = {
- { {-2.29019,-1.51074,2.17157}, 188 }
- };
- lockerPos[] = {
- { {0.569702,-1.39697,1.37157}, 90 }
- };
- shoeboxPos[] = {
- { {0.11142,2.1543,1.37157}, 70 }
- };
- };
- class Land_Kostel3 : Default {
- chairPos[] = {
- { {1.94531,-18.4124,-20}, 0 },
- { {-1.82422,-18.4531,-20}, 0 }
- };
- palletPos[] = {
- { {0.0703125,-18.7371,-20}, 326 }
- };
- };
- class Land_MBG_ATC_Tower : Default {
- lootType = "mil";
- shelfPos[] = {
- { {3.8811,-2.78125,-16.4103}, 180 }
- };
- pelicanPos[] = {
- { {-0.196533,-0.67041,-16.4003}, 155 }
- };
- lockerPos[] = {
- { {-1.41992,2.0293,-16.4103}, 270 }
- };
- shoeboxPos[] = {
- { {0.596436,0.588867,-13.8103}, 86 }
- };
- };
- class Land_MBG_ATC_Base : Default {
- limit = 6;
- lootType = "mil";
- shelfPos[] = {
- { {-4.58923,-6.30957,-1.21875}, 270 },
- { {8.33435,7.93652,-1.21875}, 360 }
- };
- fridgePos[] = {
- { {5.06311,7.65332,-1.21875}, 360 }
- };
- bedPos[] = {
- { {-6.13977,2.90088,-1.21875}, 93 },
- { {-6.40222,6.91113,-1.21875}, 269 },
- { {-10.0922,2.88623,-1.21875}, 93 },
- { {-10.1464,6.9502,-1.21875}, 272 }
- };
- couchPos[] = {
- { {10.2352,0.407227,-1.21875}, 77 },
- { {11.2258,-5.13721,-1.21875}, 360 }
- };
- cookerPos[] = {
- { {1.49463,7.36963,-1.21875}, 299 }
- };
- filingPos[] = {
- { {1.15051,-0.969238,-1.21875}, 260 },
- { {0.491089,-1.79736,-1.21875}, 350 }
- };
- pelicanPos[] = {
- { {11.3586,-2.33789,-1.21875}, 20 }
- };
- tablePos[] = {
- { {9.22473,-5.43213,-1.21875}, 270 }
- };
- lockerPos[] = {
- { {0.250488,5.05762,-1.21875}, 90 },
- { {5.83618,-1.88135,-1.21875}, 360 },
- { {7.67834,-1.85449,-1.21875}, 360 }
- };
- shoeboxPos[] = {
- { {-11.0359,-1.89795,-1.21875}, 220 }
- };
- palletPos[] = {
- { {-3.21484,-2.8125,-1.21875}, 220 }
- };
- freezerPos[] = {
- { {1.43848,3.16943,-1.21875}, 262 }
- };
- cabinetPos[] = {
- { {-8.68103,-3.24951,0.291247}, 180 },
- { {-8.71667,-4.33545,0.291247}, 180 }
- };
- };
- class Land_aif_hlaska : Default {
- pelicanPos[] = {
- { {0.518555,0.951172,3.77092}, 20 }
- };
- shoeboxPos[] = {
- { {-1.21997,1.3916,3.77092}, 330 }
- };
- };
- class Land_aif_kasarna_prujezd : Default {
- fridgePos[] = {
- { {-1.87207,-5.42041,-10}, 203 }
- };
- couchPos[] = {
- { {-1.28711,0.697754,-10}, 180 }
- };
- chairPos[] = {
- { {1.7793,-2.47705,-10}, 80 }
- };
- palletPos[] = {
- { {1.36865,5.35986,-10}, 330 }
- };
- freezerPos[] = {
- { {1.70557,-4.07178,-10}, 110 }
- };
- };
- class Land_aif_kasarna : Default {
- fridgePos[] = {
- { {6.28735,6.86768,-10}, 283 }
- };
- chairPos[] = {
- { {-5.68335,7.20654,-10}, 150 }
- };
- };
- class Land_Mil_Barracks : Default {
- lootType = "mil";
- shelfPos[] = {
- { {7.75757,0.689941,-10}, 255 }
- };
- lockerPos[] = {
- { {7.98438,-3.22949,-10}, 270 }
- };
- };
- class Land_aif_heavyf : Default {
- shelfPos[] = {
- { {-2.21436,-3.38354,-10}, 90 }
- };
- toolRackPos[] = {
- { {2.01367,-3.74207,-2.59567}, 270 }
- };
- palletPos[] = {
- { {6.42236,-2.81116,-10}, 255 },
- { {-6.47559,-3.13904,-10}, 255 }
- };
- };
- class Land_aif_hotel_bio : Default {
- limit = 8;
- shelfPos[] = {
- { {-0.945801,1.20837,-0.835111}, 360 },
- { {-1.18018,1.21466,-4.68552}, 360 },
- { {5.24561,7.17981,6.86919}, 359 },
- { {1.38525,10.7076,-8.52153}, 92 }
- };
- fridgePos[] = {
- { {2.31836,18.8252,-8.52153}, 360 }
- };
- bedPos[] = {
- { {12.6826,3.35031,3.01475}, 180 },
- { {13.3818,2.73929,-4.71196}, 90 },
- { {-12.5474,15.3073,-0.835111}, 359 },
- { {-12.8242,-17.3519,3.01475}, 0 },
- { {-17.9902,-18.0305,-4.58552}, 104 }
- };
- couchPos[] = {
- { {-12.8022,-5.06979,3.01475}, 0 },
- { {-13.5107,-3.81348,-4.58552}, 350 },
- { {17.7178,5.68661,-0.835111}, 150 },
- { {17.5371,-11.7187,3.01475}, 270 },
- { {18.4819,-11.9742,-4.71196}, 280 }
- };
- wardrobePos[] = {
- { {2.34521,-12.0099,3.01475}, 270 },
- { {7.23096,-14.54,-4.71196}, 250 },
- { {-11.0054,15.7628,-0.835111}, 260 },
- { {-20.6724,14.425,-4.58552}, 260 },
- { {-17.2163,-18.4806,-0.835111}, 177 },
- { {-20.6782,16.8473,3.01475}, 290 }
- };
- cookerPos[] = {
- { {2.24365,6.91315,-8.52153}, 360 }
- };
- chairPos[] = {
- { {2.64453,-11.3692,-0.835111}, 320 },
- { {-2.65967,18.4782,3.01475}, 150 },
- { {-2.66357,18.5018,-4.58552}, 151 },
- { {-20.5776,-2.35571,-0.835111}, 320 }
- };
- filingPos[] = {
- { {0.719238,7.94528,-8.52153}, 189 },
- { {1.28516,7.99628,-8.52153}, 180 }
- };
- tablePos[] = {
- { {12.3247,17.9744,-0.835111}, 280 },
- { {15.5308,18.838,3.01475}, 0 },
- { {17.0977,18.6219,-4.58552}, 9.99996 }
- };
- lockerPos[] = {
- { {7.22607,18.7531,-8.52153}, 360 }
- };
- toolRackPos[] = {
- { {4.89502,19.3153,-8.52153}, 0 }
- };
- shoeboxPos[] = {
- { {20.4595,-21.2204,-0.80511}, 150 }
- };
- palletPos[] = {
- { {6.34033,-3.30972,-8.52153}, 250 },
- { {-2.55664,9.07071,6.86919}, 230 },
- { {-18.3716,-17.1836,6.86919}, 230 }
- };
- freezerPos[] = {
- { {4.08838,6.87418,-8.52153}, 360 }
- };
- cabinetPos[] = {
- { {1.83887,2.11636,8.46919}, 359 }
- };
- };
- class Land_HouseV2_04_interier_dam : Default {
- shelfPos[] = {
- { {-1.0961,7.00293,-5.73945}, 80 }
- };
- fridgePos[] = {
- { {-5.70474,7.09326,-5.73945}, 0 }
- };
- chairPos[] = {
- { {7.43518,-1.67822,-5.74071}, 140.1 }
- };
- filingPos[] = {
- { {2.59167,2.65674,-5.73945}, 186 },
- { {3.54984,2.72461,-5.73945}, 171 }
- };
- tablePos[] = {
- { {3.34094,6.4834,-5.73945}, 90 }
- };
- shoeboxPos[] = {
- { {4.63278,2.66064,-5.07944}, 210.1 }
- };
- freezerPos[] = {
- { {-1.35391,3.05615,-5.73945}, 100 }
- };
- };
- class Land_HouseV_2L_dam : Default {
- palletPos[] = {
- { {-4.81445,-3.99951,-10}, 140.1 }
- };
- freezerPos[] = {
- { {4.23047,1.68066,-3.73519}, 275.1 }
- };
- };
- class Land_Fort_Watchtower : Default {
- lootType = "mil";
- pelicanPos[] = {
- { {-0.750977,-2.12439,0.569636}, 272.1 }
- };
- shoeboxPos[] = {
- { {1.39111,-0.204773,0.569636}, 40 }
- };
- cabinetPos[] = {
- { {-1.53955,-3.06702,-0.911802}, 310 }
- };
- };
- class Land_HouseV2_03B_dam : Default {
- shoeboxPos[] = {
- { {7.83521,1.49268,-5.49836}, 300 }
- };
- palletPos[] = {
- { {-9.08447,5.85425,-10}, 310 },
- { {-0.0769043,11.9158,-10}, 300 }
- };
- freezerPos[] = {
- { {-0.0297852,-8.93701,-5.49836}, 330 }
- };
- };
- class Land_HouseV2_01B_dam : Default {
- fridgePos[] = {
- { {-2.76465,-3.13916,-5.18055}, 307 }
- };
- shoeboxPos[] = {
- { {10.9111,1.31543,-5.05055}, 354 }
- };
- palletPos[] = {
- { {-5.00537,-5.25879,-10}, 300 }
- };
- };
- class Land_HouseV2_01A_dam : Default {
- shelfPos[] = {
- { {-3.57343,-3.66699,-5.61922}, 280 }
- };
- fridgePos[] = {
- { {-2.3588,-3.0498,-5.67922}, 310 }
- };
- shoeboxPos[] = {
- { {-0.700592,-4.10352,-5.61922}, 110 }
- };
- };
- class Land_HouseV2_03_dam : Default {
- fridgePos[] = {
- { {17.887,1.09375,-5.46772}, 240 }
- };
- chairPos[] = {
- { {9.93018,-8.91309,-5.52772}, 340 }
- };
- filingPos[] = {
- { {1.70801,-8.61255,-5.52772}, 100 }
- };
- palletPos[] = {
- { {10.1631,11.6067,-10}, 190 },
- { {-18.6709,1.47656,-10}, 100 }
- };
- freezerPos[] = {
- { {0.776367,8.13965,-5.81772}, 190 }
- };
- };
- class Land_Ind_Pec_02 : Default {
- shelfPos[] = {
- { {5.99683,22.4492,-10}, 178 }
- };
- palletPos[] = {
- { {2.5166,23.4175,-10}, 190 },
- { {-3.7019,23.6973,-10}, 190 }
- };
- };
- class Land_Dam_ConcP_20 : Default {
- palletPos[] = {
- { {-0.468918,5.73633,2.20513}, 148 }
- };
- };
- class Land_Kostel_trosky : Default {
- tablePos[] = {
- { {-2.23486,11.4375,-10}, 288 }
- };
- shoeboxPos[] = {
- { {-5.37256,0.178711,-10}, 238 }
- };
- palletPos[] = {
- { {1.39673,11.1606,-10}, 148 }
- };
- };
- class Land_HouseV_1I3 : Default {
- shoeboxPos[] = {
- { {2.06543,-0.958252,-2.29444}, 238 }
- };
- palletPos[] = {
- { {2.80225,0.54541,-10}, 287 }
- };
- };
-
-
- // Tanoa Start
- class Land_Slum_01_F : Default {
- shelfPos[] = {
- { {5.25391,1.71436,0.658049}, 84.7501 }
- };
- fridgePos[] = {
- { {5.03906,-1.99072,0.658049}, 176.525 }
- };
- bedPos[] = {
- { {1.07031,1.3623,0.658049}, 269.404 }
- };
- couchPos[] = {
- { {1.93359,-1.15479,0.658049}, 89.0329 }
- };
- cookerPos[] = {
- { {3.92383,-1.99268,0.658049}, 181.256 }
- };
- chairPos[] = {
- { {5.05859,0.463379,0.658049}, 90.9162 }
- };
- filingPos[] = {
- { {-0.882813,-0.362793,0.658049}, 267.887 }
- };
- };
- class Land_Shed_03_F : Default {
- shelfPos[] = {
- { {-2.01563,-0.980957,-0.751299}, 269.311 }
- };
- toolRackPos[] = {
- { {2.14844,2.00049,-0.751299}, 0.999977 }
- };
- shoeboxPos[] = {
- { {0.509766,1.26611,0.0687008}, 45.1 }
- };
- palletPos[] = {
- { {1.64063,0.697266,-0.731299}, 95.1 }
- };
- };
- class Land_Slum_02_F : Default {
- bedPos[] = {
- { {1.22852,-3.61572,0.172568}, 90.4497 }
- };
- couchPos[] = {
- { {1.55273,3.08984,0.172568}, 357.823 }
- };
- chairPos[] = {
- { {-2.19727,4.18018,0.172568}, 330.547 }
- };
- tablePos[] = {
- { {-2.22461,-2.31494,0.172568}, 270.659 }
- };
- freezerPos[] = {
- { {-1.76563,-4.21729,0.172568}, 178.06 }
- };
- };
- class Land_House_Native_02_F : Default {
- bedPos[] = {
- { {0.9375,1.75684,-2.37989}, 272.018 },
- { {-3.10547,-1.17676,-2.39065}, 181.605 }
- };
- couchPos[] = {
- { {-0.34375,-0.958984,-9.34442}, 88.1513 },
- { {-0.556641,-1.53369,-2.39481}, 93.8058 }
- };
- chairPos[] = {
- { {1.99609,-2.19531,-2.40153}, 124.93 }
- };
- tablePos[] = {
- { {-2.42383,2.229,-2.38727}, 3.42621 }
- };
- };
- class Land_House_Small_03_F : Default {
- shelfPos[] = {
- { {-1.22559,4.9668,-1.32402}, 0 }
- };
- fridgePos[] = {
- { {-3.01465,-1.84375,-1.32402}, 173 }
- };
- bedPos[] = {
- { {-3.58789,3.50586,-1.32402}, 360 }
- };
- couchPos[] = {
- { {1.82227,1.22754,-1.33284}, 0 }
- };
- wardrobePos[] = {
- { {-5.9375,1.37109,-1.32402}, 270 }
- };
- cookerPos[] = {
- { {-4.34082,-1.72656,-1.32402}, 178 }
- };
- chairPos[] = {
- { {2.62207,-1.78809,-1.33284}, 128 }
- };
- filingPos[] = {
- { {2.71094,4.85059,-1.32402}, 80 }
- };
- shoeboxPos[] = {
- { {-0.546875,-1.90332,-1.32402}, 220 }
- };
- };
- class Land_House_Native_01_F : Default {
- shelfPos[] = {
- { {-0.728516,-2.77393,-3.09498}, 179.287 }
- };
- bedPos[] = {
- { {0.015625,2.1377,-3.09498}, 267.599 }
- };
- couchPos[] = {
- { {2.50391,-1.8877,-3.09498}, 89.2346 }
- };
- chairPos[] = {
- { {-4.26367,2.45264,-3.09498}, 314.553 },
- { {-4.18945,-2.64697,-3.09498}, 230.264 }
- };
- tablePos[] = {
- { {4.14258,2.20703,-3.09498}, 86.9606 }
- };
- };
- class Land_Shed_05_F : Default {
- shelfPos[] = {
- { {0.584961,-2.53516,-0.917485}, 179 },
- { {2.10938,-2.5376,-0.885151}, 180 }
- };
- toolRackPos[] = {
- { {-2.91504,0.525391,-1.18515}, 271 }
- };
- shoeboxPos[] = {
- { {2.6543,1.2959,-0.917485}, 179 }
- };
- palletPos[] = {
- { {-2.04883,0.546875,-0.917485}, 239 }
- };
- };
- class Land_Shed_04_F : Default {
- shoeboxPos[] = {
- { {-0.276367,0.746094,-0.730756}, 20 }
- };
- };
- class Land_Addon_05_F : Default {
- shoeboxPos[] = {
- { {-2.1875,-8.24023,-1.5455}, 20 }
- };
- palletPos[] = {
- { {3.5293,-9.71973,-10}, 350 }
- };
- cabinetPos[] = {
- { {0.197266,8.04199,-0.245499}, 270 }
- };
- };
- class Land_Shed_06_F : Default {
- palletPos[] = {
- { {0.900391,-3.4082,-10}, 150 },
- { {3.21875,3.33691,-10}, 240 }
- };
- };
- class Land_House_Small_04_F : Default {
- fridgePos[] = {
- { {0.599609,3.83398,-0.817202}, 88 }
- };
- couchPos[] = {
- { {-1.0459,-3.00391,-0.879978}, 170 }
- };
- wardrobePos[] = {
- { {2.64111,-0.519531,-0.879978}, 349 }
- };
- cookerPos[] = {
- { {0.489746,2.70313,-0.817202}, 88 }
- };
- chairPos[] = {
- { {-3.22803,3.57813,-0.879978}, 93 },
- { {-1.81592,-5.86133,-0.879978}, 350 }
- };
- filingPos[] = {
- { {3.86328,-0.421875,-0.817202}, 4.99998 }
- };
- freezerPos[] = {
- { {0.489746,1.13086,-0.979978}, 83 }
- };
- };
- class Land_House_Small_01_F : Default {
- fridgePos[] = {
- { {1.35645,1.26563,-0.711113}, 270 }
- };
- bedPos[] = {
- { {-0.301758,2.41602,-0.711113}, 0 },
- { {-5.28613,2.12988,-0.711113}, 181 }
- };
- couchPos[] = {
- { {5.02441,-1.78613,-0.711113}, 3 }
- };
- wardrobePos[] = {
- { {-3.15137,3.43164,-0.711113}, 0 }
- };
- cookerPos[] = {
- { {1.47168,2.39844,-0.711113}, 274 }
- };
- chairPos[] = {
- { {-5.77539,-3.21094,-0.711113}, 230 }
- };
- filingPos[] = {
- { {1.37012,-3.65039,-0.711113}, 260 }
- };
- tablePos[] = {
- { {-2.49512,-3.42383,-0.711113}, 180 }
- };
- lockerPos[] = {
- { {1.37012,-2.08496,-0.711113}, 269 }
- };
- shoeboxPos[] = {
- { {5.11621,3.51172,-0.711113}, 330 }
- };
- freezerPos[] = {
- { {2.83594,3.32129,-0.711113}, 0 }
- };
- };
- class Land_Shop_Town_04_F : Default {
- filingPos[] = {
- { {-2.57227,7.74902,-2.47962}, 160 }
- };
- tablePos[] = {
- { {-0.00585938,-5.6123,-2.43639}, 7.00001 }
- };
- shoeboxPos[] = {
- { {3.9082,-5.51563,-2.43639}, 30 }
- };
- };
- class Land_Shop_Town_01_F : Default {
- shelfPos[] = {
- { {-0.230469,3.29053,-3.27726}, 90 }
- };
- fridgePos[] = {
- { {-4.0918,5.69189,-3.27726}, 0 }
- };
- couchPos[] = {
- { {-3.29492,-2.98584,-3.27726}, 180 }
- };
- chairPos[] = {
- { {4.00586,-1.50049,-3.27726}, 60 }
- };
- filingPos[] = {
- { {1.95313,-1.27393,-3.27726}, 340 },
- { {2.74023,-1.27441,-3.27726}, 9.99994 }
- };
- tablePos[] = {
- { {2.83008,-3.90283,-3.27726}, 180 }
- };
- palletPos[] = {
- { {-3.70313,1.3208,-3.27726}, 190 }
- };
- freezerPos[] = {
- { {-2.94531,5.59961,-3.27726}, 0 }
- };
- };
- class Land_House_Small_05_F : Default {
- bedPos[] = {
- { {-2.17871,4.17773,-1.08628}, 270 }
- };
- couchPos[] = {
- { {-2.03711,-0.123047,-1.08628}, 90 }
- };
- wardrobePos[] = {
- { {1.28809,2.62012,-1.08628}, 96 }
- };
- chairPos[] = {
- { {-3.27539,-2.1377,-1.08628}, 340 }
- };
- };
- class Land_Slum_05_F : Default {
- shoeboxPos[] = {
- { {-0.156738,-4.78711,0.0666714}, 340 }
- };
- };
- class Land_WaterTower_01_F : Default {
- shoeboxPos[] = {
- { {0.326172,0.492188,3.83657}, 343 }
- };
- };
- class Land_Shed_02_F : Default {
- shelfPos[] = {
- { {-1.08301,-0.931641,-0.853716}, 184 }
- };
- shoeboxPos[] = {
- { {1.39258,-0.668945,-0.853716}, 134 }
- };
- palletPos[] = {
- { {0.96582,1.17871,-0.853716}, 360 }
- };
- freezerPos[] = {
- { {-1.03418,2.05859,-0.853716}, 360 }
- };
- };
- class Land_House_Small_06_F : Default {
- shelfPos[] = {
- { {-1.25879,-5.12598,-1.00433}, 180 }
- };
- bedPos[] = {
- { {1.31641,-3.91016,-1.00433}, 0.999985 }
- };
- couchPos[] = {
- { {-2.30176,0.980469,-1.00433}, 270 }
- };
- chairPos[] = {
- { {-0.439453,3.0625,-1.00503}, 170 },
- { {-3.89941,3.2666,-1.00503}, 190 }
- };
- filingPos[] = {
- { {-4.15234,1.86719,-1.00503}, 360 }
- };
- tablePos[] = {
- { {-4.20703,-3.69238,-1.00433}, 270 }
- };
- shoeboxPos[] = {
- { {1.64063,1.83301,-1.00433}, 310 }
- };
- };
- class Land_Shop_Town_02_F : Default {
- shoeboxPos[] = {
- { {-5.40625,6.30664,-2.15892}, 100 }
- };
- palletPos[] = {
- { {-2.86523,-4.47754,-2.14134}, 100 }
- };
- freezerPos[] = {
- { {1.40332,-3.96875,-2.14405}, 7 }
- };
- };
- class Land_House_Small_02_F : Default {
- fridgePos[] = {
- { {-3.88184,5.76367,-0.748837}, 359 }
- };
- bedPos[] = {
- { {-0.28125,-4.79785,-0.748837}, 0 },
- { {-3.46777,-4.79102,-0.748837}, 180 }
- };
- couchPos[] = {
- { {-0.484375,2.29688,-0.748837}, 0 }
- };
- wardrobePos[] = {
- { {-3.2041,0.615234,-0.748837}, 180 }
- };
- cookerPos[] = {
- { {-2.75586,5.69043,-0.748837}, 359 }
- };
- tablePos[] = {
- { {-3.56055,-0.798828,-0.748837}, 350 }
- };
- shoeboxPos[] = {
- { {0.357422,-0.501953,-0.748837}, 350 }
- };
- freezerPos[] = {
- { {-0.652344,5.69824,-0.748837}, 1.99997 }
- };
- };
- class Land_Shed_01_F : Default {
- filingPos[] = {
- { {1.42285,1.47559,-0.931513}, 350 }
- };
- freezerPos[] = {
- { {-1.77344,1.41309,-0.931513}, 9.99995 }
- };
- cabinetPos[] = {
- { {0.115234,1.83984,0.21385}, 90 }
- };
- };
- class Land_Shop_Town_03_F : Default {
- shelfPos[] = {
- { {0.864258,0.563477,-3.12776}, 0 },
- { {2.90137,0.589844,-3.12776}, 0 },
- { {-6.33594,-2.21094,-3.12776}, 270 },
- { {-6.39063,-4.15137,-3.12776}, 270 }
- };
- fridgePos[] = {
- { {5.53223,7.76563,-3.12776}, 0 }
- };
- couchPos[] = {
- { {0.0869141,-4.16504,-3.12776}, 180 }
- };
- cookerPos[] = {
- { {4.52539,7.6748,-3.12776}, 0 }
- };
- chairPos[] = {
- { {-5.86816,0.150391,-3.12776}, 310 }
- };
- filingPos[] = {
- { {2.05469,1.57422,-3.12776}, 180 },
- { {2.9375,1.5293,-3.12776}, 160 },
- { {-3.66406,-6.05957,-3.12776}, 179 }
- };
- tablePos[] = {
- { {-0.3125,7.65527,-3.12776}, 0 }
- };
- lockerPos[] = {
- { {-6.18066,6.2627,-3.12776}, 270 }
- };
- toolRackPos[] = {
- { {0.198242,4.85742,-3.12776}, 180 }
- };
- shoeboxPos[] = {
- { {-0.901367,-0.350586,-3.12776}, 350 }
- };
- palletPos[] = {
- { {-2.46289,-0.205078,-3.12776}, 0 },
- { {5.70898,-5.57129,-3.12776}, 0 }
- };
- freezerPos[] = {
- { {6.17578,0.0576172,-3.12776}, 90 }
- };
- cabinetPos[] = {
- { {-5.32715,8.04883,-1.71284}, 90 }
- };
- };
- class Land_Addon_03_F : Default {
- palletPos[] = {
- { {-1.4248,-6.35352,-10}, 129 }
- };
- };
- class Land_MetalShelter_01_F : Default {
- palletPos[] = {
- { {1.09033,-3.78711,-10}, 219 },
- { {-0.870117,5.29102,-10}, 129 }
- };
- };
- class Land_MetalShelter_02_F : Default {
- palletPos[] = {
- { {3.93555,-1.65918,-10}, 169 },
- { {-0.0859375,7.17285,-10}, 169 }
- };
- };
- class Land_Slum_03_F : Default {
- shelfPos[] = {
- { {0.338867,6.85938,-0.651794}, 87 }
- };
- fridgePos[] = {
- { {-0.0244141,-1.3252,-0.651794}, 180 }
- };
- bedPos[] = {
- { {-0.658203,3.54785,-0.651794}, 0 }
- };
- couchPos[] = {
- { {2.02246,2.97363,-0.651794}, 179 }
- };
- wardrobePos[] = {
- { {-4.66406,6.22168,-0.651794}, 250 }
- };
- cookerPos[] = {
- { {0.0136719,1.4209,-0.651794}, 78 }
- };
- chairPos[] = {
- { {-4.56445,2.78223,-0.651794}, 220 },
- { {5.11914,7.11035,-0.651794}, 60 }
- };
- filingPos[] = {
- { {1.20703,-1.32129,-0.451795}, 178 }
- };
- tablePos[] = {
- { {5.24902,1.26953,-0.651794}, 90 }
- };
- shoeboxPos[] = {
- { {-3.74512,-1.3291,-0.651794}, 50 }
- };
- freezerPos[] = {
- { {-1.34277,-1.23926,-0.651794}, 180 }
- };
- };
- class Land_Supermarket_01_F : Default {
- limit = 6;
- shelfPos[] = {
- { {7.64648,9.40625,-1.50003}, 90 },
- { {-5.44336,11.3174,-1.50003}, 270 }
- };
- fridgePos[] = {
- { {7.4541,8.25293,-1.50003}, 90 }
- };
- filingPos[] = {
- { {7.33008,2.6748,-1.50003}, 90 },
- { {-5.30859,7.14551,-1.50003}, 180 }
- };
- lockerPos[] = {
- { {7.45508,11.6025,-1.50003}, 90 }
- };
- shoeboxPos[] = {
- { {1.94336,-0.0195313,-0.604303}, 70 },
- { {-2.12598,-0.510742,-0.249176}, 70 },
- { {-1.76465,6.97363,-0.954569}, 0 },
- { {-0.787109,-7.65137,-0.519948}, 70 },
- { {6.39746,-8.38379,-0.604303}, 0 },
- { {2.74609,13.0088,-0.964099}, 0 }
- };
- palletPos[] = {
- { {-3.33301,12.2793,-1.50003}, 0 }
- };
- freezerPos[] = {
- { {1.66504,-2.0127,-1.50003}, 270 },
- { {-5.13867,-4.80469,-1.50003}, 270 }
- };
- cabinetPos[] = {
- { {5.44238,3.73242,-0.411002}, 180 }
- };
- };
- class Land_Shop_City_04_F : Default {
- shoeboxPos[] = {
- { {-0.371094,-9.38672,-3.86604}, 340 }
- };
- palletPos[] = {
- { {8.04004,2.60254,-10}, 360 }
- };
- };
- class Land_Addon_04_F : Default {
- shelfPos[] = {
- { {-0.568359,-1.52441,0.313654}, 180 }
- };
- fridgePos[] = {
- { {-1.32617,-7.26465,0.295511}, 180 }
- };
- couchPos[] = {
- { {-2.7666,0.267578,0.313654}, 180 }
- };
- cookerPos[] = {
- { {-3.54883,-5.06836,0.315461}, 270 }
- };
- chairPos[] = {
- { {4.83691,-1.95801,0.313654}, 260 },
- { {3.29785,-7.03223,0.295511}, 160 },
- { {-5.05273,-7.73633,0.315461}, 90 }
- };
- tablePos[] = {
- { {1.59961,-7.15234,0.295511}, 180 }
- };
- shoeboxPos[] = {
- { {1.36914,1.98438,0.313654}, 210 }
- };
- freezerPos[] = {
- { {-0.391602,-2.87891,0.295511}, 90 }
- };
- };
- class Land_House_Big_05_F : Default {
- chairPos[] = {
- { {-4.15723,4.97559,-1.51147}, 160 },
- { {-9.0625,-5.37061,-1.51147}, 250 }
- };
- filingPos[] = {
- { {4.51758,4.67822,-1.11731}, 260 }
- };
- shoeboxPos[] = {
- { {2.64258,-4.01025,-1.51147}, 250 },
- { {-2.81543,6.1792,-1.51147}, 260 }
- };
- freezerPos[] = {
- { {4.5791,-4.1543,-1.11731}, 350 }
- };
- };
- class Land_Shop_City_07_F : Default {
- filingPos[] = {
- { {0.467773,1.75781,0.0203753}, 187 }
- };
- pelicanPos[] = {
- { {3.10742,-6.49805,3.61298}, 110 }
- };
- shoeboxPos[] = {
- { {-4.28418,3.27246,3.61298}, 110 },
- { {-2.88184,-7.625,-2.9677}, 7.00001 }
- };
- palletPos[] = {
- { {2.91406,5.62598,-3.31962}, 180 }
- };
- };
- class Land_Addon_01_F : Default {
- chairPos[] = {
- { {-0.0292969,-2.26465,-1.18165}, 0 }
- };
- shoeboxPos[] = {
- { {-0.220703,2,-1.18165}, 197 }
- };
- };
- class Land_House_Big_03_F : Default {
- shelfPos[] = {
- { {3.06348,-0.749023,-3.17077}, 358 }
- };
- fridgePos[] = {
- { {1.45996,3.63086,-3.18166}, 358 }
- };
- bedPos[] = {
- { {3.14551,3.02051,-0.0877934}, 268 }
- };
- couchPos[] = {
- { {9.25977,1.07813,-3.18166}, 90 }
- };
- cookerPos[] = {
- { {2.42676,3.52832,-3.18166}, 358 }
- };
- chairPos[] = {
- { {2.37793,-2.84863,-0.0877924}, 250 },
- { {1.91211,6.02051,-0.130716}, 308 },
- { {10.9111,4.89844,-3.22091}, 170 }
- };
- filingPos[] = {
- { {2.0166,-0.995117,-3.17077}, 353 }
- };
- tablePos[] = {
- { {7.98242,-2.47754,-0.0877924}, 134 },
- { {9.17285,3.52832,-3.18166}, 359 }
- };
- toolRackPos[] = {
- { {1.76855,-3.7998,-3.17077}, 269 }
- };
- shoeboxPos[] = {
- { {-6.37891,-5.76563,-0.118968}, 128 }
- };
- palletPos[] = {
- { {6.00977,-4.7666,-3.17077}, 269 }
- };
- freezerPos[] = {
- { {5.45313,0.272461,-3.18166}, 179 }
- };
- };
- class Land_House_Big_01_F : Default {
- fridgePos[] = {
- { {0.23584,5.61719,-1.02038}, 360 }
- };
- couchPos[] = {
- { {0.98584,0.580078,-1.02038}, 180 }
- };
- wardrobePos[] = {
- { {7.31494,2.14844,-1.02038}, 93 }
- };
- cookerPos[] = {
- { {1.19141,5.53125,-1.02038}, 360 }
- };
- chairPos[] = {
- { {7.07471,-0.691406,-1.02038}, 136 },
- { {-6.84961,-2.28125,-1.02038}, 345.9 }
- };
- filingPos[] = {
- { {7.33984,5.61914,-1.02038}, 3 }
- };
- tablePos[] = {
- { {6.8042,-2.19336,-1.02038}, 1.99997 }
- };
- freezerPos[] = {
- { {4.15479,5.52344,-1.02038}, 360 }
- };
- };
- class Land_Hotel_02_F : Default {
- bedPos[] = {
- { {3.78418,-0.498047,0.221087}, 90 },
- { {3.76855,2.49609,0.221087}, 270 }
- };
- chairPos[] = {
- { {-8.21875,-1.00781,0.0842772}, 225 },
- { {-9.95703,-1.77148,-3.41891}, 90 },
- { {-1.83398,15.1475,-3.40639}, 360 }
- };
- filingPos[] = {
- { {6.56641,-2.00391,-3.42002}, 181 }
- };
- tablePos[] = {
- { {-8.43945,-0.506836,-3.40639}, 270 },
- { {-8.44727,2.4834,0.0842772}, 270 }
- };
- lockerPos[] = {
- { {-5.14746,-1.97754,-3.40639}, 181 }
- };
- shoeboxPos[] = {
- { {4.52832,0.628906,-2.55951}, 130 }
- };
- palletPos[] = {
- { {-1.97754,0.867188,-3.40639}, 348 }
- };
- freezerPos[] = {
- { {7.91699,-1.58008,-3.4237}, 90 }
- };
- cabinetPos[] = {
- { {-8.8584,3.79102,-2.28192}, 360 }
- };
- };
- class Land_Slum_04_F : Default {
- shoeboxPos[] = {
- { {4.09277,2.27441,0.0612197}, 257 }
- };
- };
- class Land_GarageShelter_01_F : Default {
- couchPos[] = {
- { {-1.33691,-0.69043,-1.26478}, 360 }
- };
- tablePos[] = {
- { {-3.50391,3.37988,-1.26478}, 357 }
- };
- toolRackPos[] = {
- { {-4.56738,0.189453,-1.26478}, 272 }
- };
- shoeboxPos[] = {
- { {-4.22461,-2.53906,-1.26478}, 157 }
- };
- palletPos[] = {
- { {3.78418,2.875,-1.26478}, 258 }
- };
- freezerPos[] = {
- { {-4.10742,1.94824,-1.26478}, 270 }
- };
- };
- class Land_Church_03_F : Default {
- chairPos[] = {
- { {7.31055,-5.0791,-7.20663}, 282 }
- };
- shoeboxPos[] = {
- { {7.10645,-6.07715,-7.20654}, 220 }
- };
- };
- class Land_Shed_07_F : Default {
- shelfPos[] = {
- { {-4.88574,1.10059,-10}, 267 }
- };
- lockerPos[] = {
- { {-4.56445,-1.59277,-10}, 265 }
- };
- toolRackPos[] = {
- { {-1.2002,-2.32715,-10}, 175 }
- };
- palletPos[] = {
- { {0.436523,1.31348,-10}, 190 },
- { {3.9668,-1.38477,-10}, 140 }
- };
- };
- class Land_School_01_F : Default {
- shelfPos[] = {
- { {4.15234,-0.0341797,-1.27842}, 90 },
- { {14.5557,3.80078,-1.27842}, 90 }
- };
- fridgePos[] = {
- { {-3.97363,-0.359375,-1.27842}, 270 }
- };
- bedPos[] = {
- { {5.70605,-1.58789,-1.27842}, 177 }
- };
- couchPos[] = {
- { {13.4473,-1.30078,-1.27842}, 359 },
- { {-13.4824,-1.14453,-1.27842}, 180 }
- };
- wardrobePos[] = {
- { {-5.03516,-0.242188,-1.27842}, 90 }
- };
- cookerPos[] = {
- { {-3.83594,4.10742,-1.27842}, 274 }
- };
- chairPos[] = {
- { {8.8584,3.96484,-1.27842}, 359 },
- { {-14.0371,3.93262,-1.27842}, 319 }
- };
- filingPos[] = {
- { {4.07422,4.17285,-1.27842}, 9.99996 },
- { {-4.93359,4.17871,-1.27842}, 9.99996 }
- };
- tablePos[] = {
- { {7.83301,-2.52832,-1.27842}, 180 },
- { {-14.2764,1.65723,-1.27842}, 270 }
- };
- lockerPos[] = {
- { {-3.95215,-2.07324,-1.27842}, 270 }
- };
- shoeboxPos[] = {
- { {2.13672,-2.58105,-1.27842}, 30 }
- };
- freezerPos[] = {
- { {-3.87012,0.894531,-1.27842}, 270 }
- };
- cabinetPos[] = {
- { {-1.21094,-2.92285,0.014966}, 270 }
- };
- };
- class Land_Temple_Native_01_F : Default {
- shelfPos[] = {
- { {3.4541,0.648438,-5.94443}, 90 }
- };
- couchPos[] = {
- { {2.37207,3.21094,-5.94443}, 0 }
- };
- chairPos[] = {
- { {-3.0791,4.45801,-5.94443}, 310 }
- };
- tablePos[] = {
- { {-0.0419922,4.62695,-5.94443}, 0 }
- };
- shoeboxPos[] = {
- { {-3.23047,-0.166016,-5.94443}, 220 }
- };
- };
- class Land_Shop_City_06_F : Default {
- wardrobePos[] = {
- { {-6.61328,0.117188,-4.06814}, 259 }
- };
- chairPos[] = {
- { {-5.58203,2.58203,-0.322272}, 230 }
- };
- filingPos[] = {
- { {-6.78125,1.59766,-4.06819}, 280 },
- { {8.04297,3.90674,-0.322294}, 90 }
- };
- tablePos[] = {
- { {-5.76172,6.38916,-0.322268}, 270 }
- };
- lockerPos[] = {
- { {-1.50195,2.33984,-0.322311}, 179 }
- };
- toolRackPos[] = {
- { {0.0507813,3.70508,-4.39184}, 270 }
- };
- shoeboxPos[] = {
- { {-7.73047,-1.41846,5.20514}, 220 }
- };
- palletPos[] = {
- { {1.58789,6.33545,-4.302}, 250 }
- };
- cabinetPos[] = {
- { {0.0820313,6.07031,-3.002}, 0 }
- };
- };
- class Land_Shop_Town_05_F : Default {
- shelfPos[] = {
- { {0.0429688,-5.08594,-2.70736}, 356 }
- };
- chairPos[] = {
- { {-4.22852,-5.55566,-2.77661}, 40 }
- };
- filingPos[] = {
- { {4.31934,-5.24805,-2.70736}, 310 }
- };
- shoeboxPos[] = {
- { {4.31445,9.11523,-2.66736}, 160 }
- };
- };
- class Land_Shop_City_03_F : Default {
- shelfPos[] = {
- { {6.98975,-2.47461,-4.96662}, 90 }
- };
- fridgePos[] = {
- { {0.209473,-2.37695,-4.6728}, 273 }
- };
- couchPos[] = {
- { {3.53662,0.644531,-4.96672}, 0 }
- };
- filingPos[] = {
- { {6.75244,-3.24805,-4.96664}, 91 }
- };
- shoeboxPos[] = {
- { {4.67041,8.10352,-3.23532}, 92 }
- };
- cabinetPos[] = {
- { {4.68262,7.24609,-3.82146}, 180 }
- };
- };
- class Land_Church_01_F : Default {
- chairPos[] = {
- { {-1.61426,15.6572,-10.5169}, 190 }
- };
- shoeboxPos[] = {
- { {-7.59375,-1.33301,-9.98111}, 120 }
- };
- freezerPos[] = {
- { {7.74609,1.15723,-9.98111}, 270 }
- };
- };
- class Land_Warehouse_03_F : Default {
- shelfPos[] = {
- { {8.17676,1.42285,0.150167}, 90 },
- { {6.45313,5.35156,-2.37297}, 0 },
- { {-10.8906,-4.6582,-2.37297}, 270 }
- };
- lockerPos[] = {
- { {6.87402,5.19043,0.150167}, 0 }
- };
- toolRackPos[] = {
- { {5.27441,4.51074,-2.37297}, 89 }
- };
- shoeboxPos[] = {
- { {6.95605,-5.28223,-2.37297}, 141 }
- };
- palletPos[] = {
- { {4.35156,1.79883,-2.37297}, 160 },
- { {-5.1748,4.30371,-2.37297}, 190 }
- };
- freezerPos[] = {
- { {4.84082,-5.00684,-2.37297}, 90 }
- };
- cabinetPos[] = {
- { {5.24707,-2.82715,-0.982677}, 180 }
- };
- };
- class Land_House_Big_04_F : Default {
- bedPos[] = {
- { {-5.24219,1.9375,0.267768}, 91 }
- };
- couchPos[] = {
- { {2.4834,2.03711,0.265382}, 89 },
- { {3.07227,-2.52051,-3.00084}, 270 }
- };
- wardrobePos[] = {
- { {-2.32129,1.14453,0.266175}, 181 }
- };
- chairPos[] = {
- { {-5.89453,4.40234,0.270024}, 301 }
- };
- filingPos[] = {
- { {-6.16699,-5.22168,-3.00084}, 255 }
- };
- tablePos[] = {
- { {2.20801,-4.98145,-3.00084}, 180 },
- { {3.58496,4.55859,0.267125}, 0 }
- };
- shoeboxPos[] = {
- { {-4.35059,-1.54102,-2.95084}, 315.7 }
- };
- };
- class Land_Shop_City_02_F : Default {
- shelfPos[] = {
- { {0.958984,-2.36719,-4.38168}, 270 },
- { {0.954102,-4.19531,-4.38123}, 270 },
- { {8.28809,-5.41211,-4.37245}, 90 }
- };
- fridgePos[] = {
- { {-10.2744,-2.09766,-4.34924}, 3 }
- };
- couchPos[] = {
- { {2.97266,-7.19531,-4.37758}, 108 }
- };
- wardrobePos[] = {
- { {4.74902,-4.83594,-4.37564}, 310 }
- };
- cookerPos[] = {
- { {6.80273,-1.58203,-4.3743}, 360 },
- { {7.94434,-1.58398,-4.37358}, 4.99999 },
- { {-8.07227,-3.92969,-4.39757}, 90 }
- };
- chairPos[] = {
- { {-0.245117,-8.36523,-4.38341}, 90 },
- { {4.65723,7.82031,-4.38109}, 207 },
- { {5.375,-8.06055,-4.37345}, 188 }
- };
- filingPos[] = {
- { {1.33105,2.37891,-4.38319}, 360 },
- { {2.0791,2.39453,-4.38221}, 360 },
- { {-0.109375,-4.94531,-4.38316}, 0 },
- { {4.41504,10.0195,-4.34025}, 360 }
- };
- tablePos[] = {
- { {-2.09668,-5.21094,-4.38676}, 352 }
- };
- toolRackPos[] = {
- { {-1.51758,-4.61328,-4.38571}, 360 }
- };
- palletPos[] = {
- { {4.59668,0.285156,-4.378}, 0 }
- };
- freezerPos[] = {
- { {2.84473,-1.625,-4.3795}, 0 },
- { {-8.09082,-2.61133,-4.34924}, 89 },
- { {7.62695,9.83398,-4.37802}, 180 }
- };
- cabinetPos[] = {
- { {0.881836,0.953125,-3.09679}, 0 }
- };
- };
- class Land_Shop_City_01_F : Default {
- bedPos[] = {
- { {1.64746,3.81543,-4.95041}, 226 }
- };
- couchPos[] = {
- { {5.36328,4.43457,-4.95041}, 270 }
- };
- wardrobePos[] = {
- { {0.811523,-0.87207,-4.95041}, 0 }
- };
- cookerPos[] = {
- { {2.68848,-1.00391,-4.9569}, 320 }
- };
- shoeboxPos[] = {
- { {1.87305,6.26074,-5.00912}, 270 }
- };
- palletPos[] = {
- { {0.708008,0.950195,-4.9469}, 270 }
- };
- freezerPos[] = {
- { {7.10352,2.82227,-4.9469}, 280 }
- };
- };
- class Land_Hotel_01_F : Default {
- limit = 6;
- shelfPos[] = {
- { {-0.0751953,-0.589844,-1.57032}, 90 }
- };
- bedPos[] = {
- { {3.67285,-2.13672,4.51435}, 270 },
- { {-4.98633,-2.0625,4.51435}, 270 }
- };
- wardrobePos[] = {
- { {-3.37695,-4.43359,4.51435}, 180 }
- };
- chairPos[] = {
- { {0.660156,2.75,-5.30929}, 52 },
- { {1.8125,-4.20605,4.51435}, 180 },
- { {-5.70996,5.68945,-5.30929}, 320 }
- };
- filingPos[] = {
- { {-0.948242,0.246094,1.67968}, 100 },
- { {-6.01855,-2.06543,-5.3093}, 280 },
- { {4.64453,-4.41895,4.51435}, 90 },
- { {-6.00586,-2.71484,-5.3093}, 270 }
- };
- tablePos[] = {
- { {2.76465,-4.37891,-5.3093}, 172 }
- };
- lockerPos[] = {
- { {4.58594,3.08594,-5.30929}, 90 },
- { {-6.0127,-0.396484,-5.3093}, 270 }
- };
- shoeboxPos[] = {
- { {-2.58398,-2.90625,-4.2657}, 232 },
- { {-5.65625,7.53809,4.51435}, 60 }
- };
- cabinetPos[] = {
- { {-6.30371,-3.88086,-4.10929}, 360 }
- };
- };
- class Land_FuelStation_01_shop_F : Default {
- shelfPos[] = {
- { {-5.38574,2.01367,-2.01301}, 273 },
- { {-5.38574,3.31836,-2.01301}, 269 }
- };
- chairPos[] = {
- { {1.80371,-4.5957,-2.01301}, 122 }
- };
- filingPos[] = {
- { {-5.16309,0.28125,-2.01301}, 275 },
- { {-5.17676,4.62695,-2.01301}, 270 }
- };
- tablePos[] = {
- { {-0.15918,-4.7832,-2.01301}, 182 }
- };
- lockerPos[] = {
- { {2.07715,4.13086,-2.01301}, 95 }
- };
- toolRackPos[] = {
- { {-2.93164,5.10742,-2.01301}, 360 }
- };
- shoeboxPos[] = {
- { {-5.19629,-1.38281,-0.972044}, 152 }
- };
- palletPos[] = {
- { {1.53613,1.92383,-2.01301}, 182 }
- };
- };
- class Land_FuelStation_01_workshop_F : Default {
- shelfPos[] = {
- { {-5.50488,2.46582,-2.35666}, 269 },
- { {-5.50781,-2.78809,-2.35666}, 269 }
- };
- filingPos[] = {
- { {-5.28809,3.89063,-2.35666}, 269 }
- };
- lockerPos[] = {
- { {2.71387,4.0293,-2.35666}, 359 }
- };
- toolRackPos[] = {
- { {-5.63086,-0.30957,-2.35666}, 270 }
- };
- shoeboxPos[] = {
- { {5.57715,-5.3418,-2.35666}, 270 }
- };
- palletPos[] = {
- { {-1.60742,-4.74414,-2.35666}, 270 },
- { {-4.48926,-4.70801,-2.35666}, 270 }
- };
- cabinetPos[] = {
- { {5.38184,4.33203,-1.05667}, 90 }
- };
- };
- class Land_FuelStation_02_workshop_F : Default {
- shelfPos[] = {
- { {-5.18164,7.65918,-1.2675}, 270 }
- };
- chairPos[] = {
- { {4.39941,-1.01563,-1.2675}, 110 },
- { {4.35449,4.03906,-1.2675}, 83 }
- };
- filingPos[] = {
- { {4.56738,8.05664,-1.2675}, 0 }
- };
- tablePos[] = {
- { {4.45215,1.9668,-1.2675}, 90 }
- };
- lockerPos[] = {
- { {1.24707,8.13867,-1.2675}, 0 }
- };
- toolRackPos[] = {
- { {-2.81348,8.49121,-1.08995}, 0 }
- };
- palletPos[] = {
- { {-2.7793,3.2002,-1.08995}, 183 }
- };
- cabinetPos[] = {
- { {-0.326172,-1.26367,0.0900497}, 180 }
- };
- };
- class Land_Mausoleum_01_F : Default {
- shoeboxPos[] = {
- { {-1.93823,-1.89551,-1.9543}, 114.315 }
- };
- palletPos[] = {
- { {-0.547119,1.19141,-1.9543}, 114.315 }
- };
- };
- class Land_Barracks_01_grey_F : Default {
- lootType = "mil";
- limit = 6;
- shelfPos[] = {
- { {-2.03589,-3.18555,0.518449}, 0 },
- { {1.44531,3.97949,0.518449}, 90 },
- { {2.10278,-3.72656,0.518448}, 270 },
- { {-7.10156,-1.87695,0.518449}, 89.4737 },
- { {-7.10596,2.8125,0.518449}, 90 },
- { {8.07251,3.89014,3.85143}, 92 },
- { {8.72681,3.58398,0.518449}, 270 },
- { {8.74683,-3.81934,0.518448}, 270 }
- };
- fridgePos[] = {
- { {-13.2495,-3.90918,0.518448}, 267 },
- { {-13.2495,-4.00391,3.85143}, 268 }
- };
- bedPos[] = {
- { {3.47974,2.33691,0.518449}, 90 },
- { {10.0161,-2.19824,0.518448}, 272 },
- { {-12.1023,2.34717,0.518449}, 89.4737 }
- };
- couchPos[] = {
- { {4.35059,-3.25342,3.85143}, 94 }
- };
- cookerPos[] = {
- { {-10.3127,-4.0293,3.85143}, 184 },
- { {-13.1499,-2.58691,0.518449}, 271 },
- { {14.1487,4.17773,0.518449}, 88 }
- };
- chairPos[] = {
- { {-3.70532,-5.94531,3.85143}, 180 },
- { {7.47803,-1.68994,3.85143}, 24 },
- { {14.0408,4.00049,3.85143}, 40 }
- };
- filingPos[] = {
- { {1.06055,1.62598,0.518449}, 170 },
- { {-7.30127,4.28271,0.518449}, 81.4737 },
- { {7.87549,-4.22852,3.85143}, 94 },
- { {8.95898,1.65479,3.85143}, 194 },
- { {8.93774,-4.21045,3.85143}, 258 }
- };
- pelicanPos[] = {
- { {13.9045,2.07129,3.85143}, 120 },
- { {-12.968,5.62793,3.85143}, 325.474 }
- };
- tablePos[] = {
- { {6.77832,-3.88818,0.518448}, 180 },
- { {-5.36353,-5.91406,3.85143}, 190 },
- { {9.72827,-1.60449,3.85143}, 358 }
- };
- lockerPos[] = {
- { {-5.56592,1.63184,3.85143}, 180 },
- { {-5.60791,1.63428,0.518449}, 181 },
- { {7.23291,-1.49609,0.518448}, 0 },
- { {-12.5654,1.63623,3.85143}, 180 },
- { {14.2329,-3.45313,3.85143}, 90 }
- };
- toolRackPos[] = {
- { {4.19165,1.28271,3.85143}, 180 }
- };
- shoeboxPos[] = {
- { {0.542969,1.71289,3.85143}, 210 }
- };
- palletPos[] = {
- { {0.747803,3.71387,3.85143}, 180 },
- { {7.26978,3.72852,0.518449}, 90 },
- { {-7.85474,3.74756,3.85143}, 270 }
- };
- freezerPos[] = {
- { {-13.1458,-1.80273,3.85143}, 270 },
- { {13.8433,1.73633,0.518449}, 180 }
- };
- cabinetPos[] = {
- { {7.58691,1.3418,1.75143}, 267 }
- };
- };
- class Land_Barracks_01_camo_F : Land_Barracks_01_grey_F {};
- class Land_Church_02_F : Default {
- chairPos[] = {
- { {0.820313,-15.8745,-3.31618}, 360 },
- { {-0.789795,-15.8867,-3.31618}, 360 }
- };
- shoeboxPos[] = {
- { {3.60547,-15.7925,-2.38721}, 330 },
- { {-3.66235,18.7886,-3.1444}, 162 }
- };
- palletPos[] = {
- { {-5.76733,-11.1523,-10}, 162 }
- };
- };
- class Land_SCF_01_warehouse_F : Default {
- shelfPos[] = {
- { {-8.89941,17.1563,-4.61258}, 90 }
- };
- shoeboxPos[] = {
- { {0.47168,-6.45068,3.87006}, 349 },
- { {15.7676,15.7952,-4.58326}, 240 }
- };
- palletPos[] = {
- { {4.05469,-12.293,-4.57731}, 360 },
- { {9.12354,-12.5586,-4.57731}, 40 },
- { {-10.6152,15.0613,-4.61258}, 40 }
- };
- cabinetPos[] = {
- { {2.73633,-11.3958,-3.37731}, 92 }
- };
- };
- class Land_Shed_Small_F : Default {
- palletPos[] = {
- { {-2.91113,-10.7017,-10}, 81 },
- { {4.06006,10.9492,-10}, 349 }
- };
- };
- class Land_GuardHouse_01_F : Default {
- lootType = "mil";
- shelfPos[] = {
- { {-2.41455,-2.44482,-1.02058}, 270 }
- };
- bedPos[] = {
- { {0.998047,-3.93896,-1.02058}, 90 }
- };
- pelicanPos[] = {
- { {1.69629,0.259277,0.00792408}, 9.99997 }
- };
- lockerPos[] = {
- { {-2.2334,-4.14111,-1.02058}, 270 }
- };
- shoeboxPos[] = {
- { {-2.28906,0.447266,0.00792408}, 320 }
- };
- cabinetPos[] = {
- { {-0.0507813,0.614258,-0.547749}, 90 }
- };
- };
- class Land_Airport_01_controlTower_F : Default {
- filingPos[] = {
- { {-1.57251,2.68604,4.65874}, 350 }
- };
- pelicanPos[] = {
- { {0.608643,0.954102,8.11717}, 111 }
- };
- shoeboxPos[] = {
- { {-0.823242,-0.911133,5.58527}, 220 }
- };
- cabinetPos[] = {
- { {-2.06567,0.0991211,5.35874}, 0 }
- };
- };
- class Land_Airport_01_terminal_F : Default {
- shelfPos[] = {
- { {-8.92432,3.9043,-4.02355}, 180 }
- };
- tablePos[] = {
- { {6.97095,8.64941,-4.05115}, 360 },
- { {-15.301,1.44824,-4.03527}, 270 }
- };
- lockerPos[] = {
- { {-3.4248,2.5918,-4.02355}, 270 }
- };
- toolRackPos[] = {
- { {-10.52,2.11914,-4.17527}, 90 }
- };
- shoeboxPos[] = {
- { {-1.11304,-2.05566,-4.17527}, 120 },
- { {8.36523,4.32715,-4.05115}, 211 }
- };
- palletPos[] = {
- { {-4.90723,6.66016,-4.02355}, 180 },
- { {-8.74316,8.28613,-4.02355}, 180 }
- };
- freezerPos[] = {
- { {-7.42358,4.20898,-4.02355}, 181 }
- };
- cabinetPos[] = {
- { {3.85596,0.212891,-2.82126}, 180 }
- };
- };
- class Land_dp_smallTank_F : Default {
- shoeboxPos[] = {
- { {-2.18872,0.745605,5.52527}, 360 }
- };
- };
- class Land_House_Big_02_F : Default {
- shelfPos[] = {
- { {-6.26172,7.39502,-1.45192}, 271.405 }
- };
- fridgePos[] = {
- { {-4.95996,-0.250977,-1.45192}, 92.4045 }
- };
- couchPos[] = {
- { {-4.02734,8.32373,-1.45192}, 266 }
- };
- wardrobePos[] = {
- { {-7.33887,-0.602051,-1.45192}, 200 }
- };
- cookerPos[] = {
- { {-10.1758,2.96045,-1.45192}, 262.405 }
- };
- chairPos[] = {
- { {9.18945,-5.94482,-1.45192}, 210 }
- };
- filingPos[] = {
- { {5.15137,3.5791,-1.45192}, 80.4045 }
- };
- tablePos[] = {
- { {2.33398,3.50146,-1.45192}, 360 }
- };
- toolRackPos[] = {
- { {-2.30566,4.39014,-1.45192}, 178.405 }
- };
- shoeboxPos[] = {
- { {5.00391,1.60986,-1.45192}, 33.4045 }
- };
- palletPos[] = {
- { {-0.859375,8.72803,-1.45192}, 178.405 }
- };
- freezerPos[] = {
- { {-10.1797,1.22607,-1.45192}, 271.405 }
- };
- };
- class Land_DPP_01_waterCooler_F : Default {
- shoeboxPos[] = {
- { {3.26855,1.49414,-1.96692}, 200 }
- };
- palletPos[] = {
- { {0.692383,1.22388,-10}, 200 },
- { {-1.78516,-2.64307,-10}, 200 }
- };
- };
- class Land_DPP_01_smallFactory_F : Default {
- shelfPos[] = {
- { {0.342773,4.88306,-10}, 180 }
- };
- shoeboxPos[] = {
- { {-10.8447,1.93359,3.08963}, 320 }
- };
- palletPos[] = {
- { {-1.5752,5.64551,-10}, 190 }
- };
- };
- class Land_GantryCrane_01_F : Default {
- pelicanPos[] = {
- { {-0.723633,1.46777,9.01571}, 120 }
- };
- shoeboxPos[] = {
- { {1.89746,-0.496094,9.39161}, 220 }
- };
- };
- class Land_MobileCrane_01_F : Default {
- shelfPos[] = {
- { {10.7402,-2.49805,-19.0618}, 91 }
- };
- lockerPos[] = {
- { {10.5547,2.62158,-19.065}, 90 }
- };
- shoeboxPos[] = {
- { {7.84961,-3.33984,-8.30899}, 300 }
- };
- palletPos[] = {
- { {14.0488,-2.7959,-14.0393}, 270 },
- { {15.6523,1.0332,-12.8083}, 250 }
- };
- };
- class Land_MobileCrane_01_hook_F : Land_MobileCrane_01_F {};
- class Land_SCF_01_shed_F : Default {
- palletPos[] = {
- { {9.55371,0.875,-10}, 270 },
- { {-9.4187,-14.084,-10}, 270 }
- };
- };
- class Land_Shop_City_05_F : Default {
- couchPos[] = {
- { {-0.138672,-10.7393,-7.28326}, 274 }
- };
- shoeboxPos[] = {
- { {1.63086,13.9697,-7.02897}, 190.8 }
- };
- palletPos[] = {
- { {-9.44238,15.4424,-10}, 190.8 }
- };
- };
- class Land_MultistoryBuilding_01_F : Default {
- shelfPos[] = {
- { {15.0352,5.12891,-21.0171}, 360 }
- };
- lockerPos[] = {
- { {10.4814,-13.9253,-21.0171}, 179.8 }
- };
- toolRackPos[] = {
- { {9.27246,-3.62622,-21.0171}, 269 }
- };
- shoeboxPos[] = {
- { {21.5146,4.90503,-21.0171}, 30 }
- };
- palletPos[] = {
- { {10.1982,4.39917,-21.0171}, 182.8 },
- { {12.5723,-8.16211,-21.0171}, 182.8 }
- };
- cabinetPos[] = {
- { {19.5664,5.21143,-19.7702}, 88.8 }
- };
- };
- class Land_MultistoryBuilding_03_F : Default {
- shelfPos[] = {
- { {-1.05566,4.97437,-26}, 100 }
- };
- chairPos[] = {
- { {-6.9209,-1.37549,-24.2517}, 100 }
- };
- filingPos[] = {
- { {-1.14063,4.07007,-26}, 100 }
- };
- toolRackPos[] = {
- { {-2.94629,8.3147,-25.7446}, 3 }
- };
- shoeboxPos[] = {
- { {-1.65137,-12.4939,-26}, 100 }
- };
- palletPos[] = {
- { {-5.52832,4.54736,-26}, 0 }
- };
- cabinetPos[] = {
- { {-0.852539,6.11084,-24.5986}, 180 }
- };
- };
- class Land_MultistoryBuilding_04_F : Default {
- shelfPos[] = {
- { {-8.16956,9.50293,-36.322}, 100 }
- };
- chairPos[] = {
- { {3.35938,-9.11426,-36.322}, 340 },
- { {-8.71216,-6.77441,-36.322}, 110 }
- };
- filingPos[] = {
- { {-8.41406,-4.76172,-36.322}, 160 }
- };
- shoeboxPos[] = {
- { {11.5045,-8.82324,-36.322}, 100 }
- };
- palletPos[] = {
- { {1.19971,-13.2129,-36.322}, 100 },
- { {-3.46057,13.7285,-36.322}, 100 },
- { {6.96362,13.7822,-36.322}, 70 }
- };
- cabinetPos[] = {
- { {12.7135,6.69727,-35.3042}, 0 }
- };
- };
- class Land_Cathedral_01_F : Default {
- chairPos[] = {
- { {-7.57324,-0.583008,-9.39412}, 43 }
- };
- tablePos[] = {
- { {0.451172,-12.4187,-7.82105}, 13 }
- };
- shoeboxPos[] = {
- { {-9.78125,-9.85229,-9.39412}, 43 }
- };
- palletPos[] = {
- { {7.71191,-0.686768,-9.39412}, 360 }
- };
- };
- class Land_Airport_01_hangar_F : Default {
- shelfPos[] = {
- { {14.9707,4.25635,-3}, 81 },
- { {-3.5625,15.9639,-3}, 1 },
- { {-8.81055,15.979,-3}, 1 }
- };
- toolRackPos[] = {
- { {12.5303,-10.4146,-2.62908}, 181 }
- };
- palletPos[] = {
- { {-13.75,-8.90918,-3}, 191 },
- { {-14.0654,14.2466,-3}, 84 }
- };
- };
- class Land_Airport_02_controlTower_F : Default {
- shelfPos[] = {
- { {-0.619141,0.914063,-10.799}, 359 }
- };
- filingPos[] = {
- { {0.871582,2.76172,2.18546}, 183 },
- { {-0.985352,2.78906,2.18546}, 181 }
- };
- pelicanPos[] = {
- { {1.77051,5.9082,3.09551}, 53 }
- };
- shoeboxPos[] = {
- { {-2.04199,5.11133,3.09551}, 53 }
- };
- palletPos[] = {
- { {-0.614746,-1.76758,-10.7145}, 90 }
- };
- cabinetPos[] = {
- { {0.940918,1.02539,0.285469}, 90 }
- };
- };
- class Land_Airport_02_terminal_F : Default {
- chairPos[] = {
- { {10.875,-2.83594,-1.4043}, 90 }
- };
- tablePos[] = {
- { {10.9907,-0.375,-1.4043}, 90 }
- };
- lockerPos[] = {
- { {4.18457,2.45215,-1.40867}, 270 },
- { {4.19165,4.24609,-1.40868}, 270 }
- };
- shoeboxPos[] = {
- { {7.94824,2.00195,-0.939405}, 60 }
- };
- palletPos[] = {
- { {4.65234,-0.265625,-1.40867}, 90 }
- };
- cabinetPos[] = {
- { {10.6372,5.38281,-0.141179}, 90 }
- };
- };
- class Land_Airport_02_hangar_right_F : Default {
- shelfPos[] = {
- { {5.99121,9.65039,-7.25818}, 90 },
- { {6.23975,-14.0654,-7.72174}, 90 },
- { {9.82324,-12.6621,-7.71869}, 179 }
- };
- lockerPos[] = {
- { {6.06519,-17.5381,-7.72373}, 90 }
- };
- toolRackPos[] = {
- { {12.8186,-7.41309,-7.25818}, 90 }
- };
- shoeboxPos[] = {
- { {6.60205,-19.917,-1.86625}, 230 }
- };
- cabinetPos[] = {
- { {6.375,-21.5215,-6.16557}, 179 }
- };
- };
- class Land_Airport_02_hangar_left_F : Default {
- shelfPos[] = {
- { {-12.5098,-8.36523,-7.24053}, 272 },
- { {6.09326,20.5518,-7.25266}, 0 },
- { {-5.78027,-23.7773,-1.23606}, 272 }
- };
- shoeboxPos[] = {
- { {-4.53125,20.251,-1.24107}, 144 }
- };
- };
- class Land_DPP_01_mainFactory_F : Default {
- shelfPos[] = {
- { {12.4868,5.71582,-4.25747}, 360 }
- };
- toolRackPos[] = {
- { {11.915,-0.972656,-10.5492}, 272 }
- };
- shoeboxPos[] = {
- { {12.3447,6.52246,-5.56747}, 50 }
- };
- palletPos[] = {
- { {-5.20117,11.5381,-9.74186}, 84 },
- { {-9.70508,11.4258,-9.73776}, 84 },
- { {20.9487,-3.17871,-7.43347}, 50 }
- };
- };
- class Land_CombineHarvester_01_wreck_F : Default {
- shoeboxPos[] = {
- { {1.24243,-1.62891,0.0273294}, 272 }
- };
- palletPos[] = {
- { {2.77905,1.94629,-1.88333}, 272 }
- };
- };
- class Land_SCF_01_generalBuilding_F : Default {
- shelfPos[] = {
- { {1.65527,-13.3105,-4.84338}, 360 },
- { {-5.47607,-13.2764,-0.342323}, 360 },
- { {-1.80737,-22.2637,-4.84338}, 170 }
- };
- toolRackPos[] = {
- { {-4.11987,-13.1016,-4.84338}, 1.99998 }
- };
- shoeboxPos[] = {
- { {-2.5481,-22.7988,9.69048}, 122 }
- };
- palletPos[] = {
- { {2.17529,-16.9023,-0.342323}, 1.99998 },
- { {-2.24731,-18.9658,-0.342323}, 1.99998 },
- { {-0.242432,-21.7676,-4.84338}, 340 }
- };
- };
- class Land_SCF_01_washer_F : Default {
- shelfPos[] = {
- { {5.99902,1.37305,2.18735}, 180 },
- { {-3.38672,6.87158,-1.80765}, 180 }
- };
- shoeboxPos[] = {
- { {-1.32813,2.7832,2.18735}, 159 }
- };
- palletPos[] = {
- { {-0.738281,4.4375,3.22431}, 180 },
- { {3.9248,7.34766,-1.76456}, 360 }
- };
- };
- class Land_SCF_01_shredder_F : Default {
- shoeboxPos[] = {
- { {1.08203,-6.02979,-1.39866}, 229 }
- };
- palletPos[] = {
- { {-0.345703,-5.55029,-1.39866}, 159 }
- };
- };
- class Land_SCF_01_clarifier_F : Default {
- shelfPos[] = {
- { {4.23633,-5.50244,-2.00547}, 270 }
- };
- shoeboxPos[] = {
- { {-1.63477,1.06299,8.53659}, 215 }
- };
- palletPos[] = {
- { {3.67383,-3.10547,-10}, 240 },
- { {-5.26855,-2.09424,-10}, 240 }
- };
- };
- class Land_SCF_01_feeder_F : Default {
- shoeboxPos[] = {
- { {-0.84668,8.46875,-3.38788}, 240 }
- };
- palletPos[] = {
- { {-2.33984,15.1572,-2.61678}, 240 }
- };
- };
- class Land_SCF_01_chimney_F : Default {
- pelicanPos[] = {
- { {-2.99512,-3.04297,24.3271}, 200 }
- };
- shoeboxPos[] = {
- { {0.0537109,1.75391,24.3271}, 200 }
- };
- };
- class Land_SCF_01_boilerBuilding_F : Default {
- shelfPos[] = {
- { {22.2256,1.09546,-8.65179}, 90 },
- { {22.4199,2.60059,-17.6125}, 270 },
- { {-1.29102,23.6138,-13.1725}, 90 }
- };
- toolRackPos[] = {
- { {14.8506,-0.107178,-17.8281}, 180 }
- };
- shoeboxPos[] = {
- { {10.8652,14.1597,-17.8272}, 350 }
- };
- palletPos[] = {
- { {16.4326,1.20996,-13.1888}, 358 },
- { {15.5107,13.283,-13.177}, 358 },
- { {11.7666,-17.9785,-17.695}, 190 },
- { {-23.1025,15.8513,-17.6078}, 190 }
- };
- cabinetPos[] = {
- { {10.6318,3.73242,-11.8678}, 358 }
- };
- };
- class Land_SCF_01_crystallizer_F : Default {
- shelfPos[] = {
- { {5.98633,5.46533,-0.536706}, 360 },
- { {-8.78906,-0.0581055,-0.536711}, 180 }
- };
- shoeboxPos[] = {
- { {8.37891,5.93506,-2.93731}, 230 }
- };
- palletPos[] = {
- { {1.06738,0.640137,-0.536709}, 360 },
- { {-3.97168,0.850098,4.92104}, 350 }
- };
- };
- class Land_SCF_01_crystallizerTowers_F : Default {
- shelfPos[] = {
- { {1.4541,-0.650879,-7.24714}, 360 }
- };
- shoeboxPos[] = {
- { {-4.73145,1.5752,12.2733}, 140 }
- };
- palletPos[] = {
- { {-0.708008,-0.354492,-7.24714}, 270 }
- };
- };
- class Land_Radar_Small_F : Default {
- shelfPos[] = {
- { {0.581055,3.92749,-10}, 200 }
- };
- palletPos[] = {
- { {-4.85449,-0.675781,-10}, 169 }
- };
- };
- class Land_MiningShovel_01_abandoned_F : Default {
- shelfPos[] = {
- { {3.3916,-2.8252,-0.647353}, 70 }
- };
- shoeboxPos[] = {
- { {-0.786133,-7.95947,3.74709}, 139 }
- };
- palletPos[] = {
- { {-2.4502,-4.36426,-0.484981}, 179 },
- { {-0.444336,-9.64648,-0.484981}, 149 }
- };
- };
- class Land_SM_01_reservoirTower_F : Default {
- shelfPos[] = {
- { {-0.0371094,1.45996,-1.95632}, 180 }
- };
- shoeboxPos[] = {
- { {-3.44531,-2.54688,-1.98985}, 211 }
- };
- palletPos[] = {
- { {0.893555,-3.41504,-1.98556}, 251 }
- };
- };
- class Land_HaulTruck_01_abandoned_F : Default {
- shoeboxPos[] = {
- { {-0.0493164,-3.35742,1.27724}, 151 }
- };
- palletPos[] = {
- { {-1.08545,-5.21582,1.27749}, 181 }
- };
- };
- class Land_Warehouse_01_F : Default {
- shelfPos[] = {
- { {5.69727,-20.2239,-10}, 360 }
- };
- palletPos[] = {
- { {2.49023,-21.2285,-10}, 161 },
- { {-1.92578,21.6052,-10}, 161 }
- };
- };
- class Land_Warehouse_02_F : Default {
- shelfPos[] = {
- { {8.18945,-11.0618,-3.96959}, 360 }
- };
- palletPos[] = {
- { {-1.94727,-11.8555,-3.96959}, 360 },
- { {11.3662,-11.8032,-3.96959}, 360 }
- };
- };
- class Land_SM_01_shelter_narrow_F : Default {
- palletPos[] = {
- { {-2.53125,11.0098,-10}, 360 },
- { {4.07813,-10.8501,-10}, 360 }
- };
- };
- class Land_SM_01_shelter_wide_F : Default {
- palletPos[] = {
- { {-7.67676,5.47681,-10}, 360 },
- { {7.57324,-6.09155,-10}, 360 }
- };
- };
- class Land_SM_01_shed_unfinished_F : Default {
- shelfPos[] = {
- { {-3.42773,8.58179,-1.648}, 350 }
- };
- filingPos[] = {
- { {-4.98242,-1.33374,-1.648}, 100 }
- };
- shoeboxPos[] = {
- { {-4.00879,1.89185,-1.648}, 80 }
- };
- palletPos[] = {
- { {1.77051,2.32544,-1.648}, 360 }
- };
- };
- class Land_SY_01_reclaimer_F : Default {
- shelfPos[] = {
- { {-14.377,5.68848,-2.27833}, 360 }
- };
- shoeboxPos[] = {
- { {-11.6846,1.34912,-2.27688}, 220 }
- };
- palletPos[] = {
- { {-15.2012,-1.79639,-10}, 220 }
- };
- };
- class Land_SM_01_shed_F : Default {
- shelfPos[] = {
- { {-5.92969,-1.72266,-1.60012}, 180 },
- { {9.05469,-1.71729,-1.60012}, 180 },
- { {8.64551,8.68945,-1.60012}, 0 }
- };
- toolRackPos[] = {
- { {-1.58496,8.8877,-1.60012}, 0 }
- };
- shoeboxPos[] = {
- { {-6.93652,2.11621,-1.60012}, 140 }
- };
- palletPos[] = {
- { {-3.1377,-0.233398,-1.60012}, 170 }
- };
- freezerPos[] = {
- { {-5.04785,1.56201,-1.60012}, 90 }
- };
- cabinetPos[] = {
- { {-8.79102,-1.59473,-0.300119}, 0 }
- };
- };
-
-
-
-
-
-
-
-
-
-
-
-
-
- // Tanoa Stop
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ class Default
+ {
+ fridgePos[] = {};
+ shelfPos[] = {};
+ pelicanPos[] = {};
+ wardrobePos[] = {};
+ bedPos[] = {};
+ couchPos[] = {};
+ cookerPos[] = {};
+ tablePos[] = {};
+ lockerPos[] = {};
+ toolRackPos[] = {};
+ shoeboxPos[] = {};
+ lootBias = 40;
+ limit = 3;
+ lootType = "normal";
+ normal[] = {{"shelfPos","Shelf_EPOCH",true},{"fridgePos","Fridge_EPOCH",true},{"bedPos","Bed_EPOCH",false},{"couchPos","Couch_EPOCH",false},{"wardrobePos","wardrobe_epoch",false},{"cookerPos","cooker_epoch",false},{"chairPos",{"Chair_EPOCH","ChairRed_EPOCH"},true},{"filingPos","Filing_epoch",true},{"pelicanPos","Pelican_EPOCH",false},{"tablePos","Table_EPOCH",false},{"lockerPos","Locker_EPOCH",false},{"toolRackPos","ToolRack_EPOCH",false},{"shoeboxPos","Shoebox_EPOCH",false},{"palletPos","Tarp_EPOCH",false},{"freezerPos","Freezer_EPOCH",false},{"cabinetPos","Cabinet_EPOCH",false}};
+ mil[] = {{"shelfPos","Shelf_EPOCH",true},{"fridgePos","Fridge_EPOCH",true},{"bedPos","Bunk_EPOCH",false},{"couchPos","Couch_EPOCH",false},{"wardrobePos","wardrobe_epoch",false},{"cookerPos","cooker_epoch",false},{"chairPos",{"Chair_EPOCH","ChairRed_EPOCH"},true},{"filingPos","Filing_epoch",true},{"pelicanPos","Pelican_EPOCH",false},{"tablePos","Table_EPOCH",false},{"lockerPos","Locker_EPOCH",false},{"toolRackPos","ToolRack_EPOCH",false},{"shoeboxPos","Shoebox_EPOCH",false},{"palletPos","Tarp_EPOCH",false},{"freezerPos","Freezer_EPOCH",false},{"cabinetPos","Cabinet_EPOCH",false}};
+ };
+ class Land_Kiosk_redburger_F : Default
+ {
+ fridgePos[] = {{{1.64453,1.43945,-2.897},89.9032}};
+ cookerPos[] = {{{1.57813,-0.261719,-2.89732},90.9244}};
+ filingPos[] = {{{-1.65625,1.67773,-2.89687},272.463}};
+ shoeboxPos[] = {{{-0.275391,-1.92188,-2.07339},358}};
+ freezerPos[] = {{{-1.51367,0.0078125,-2.86339},271.8}};
+ };
+ class Land_Kiosk_blueking_F : Default
+ {
+ fridgePos[] = {{{-1.56055,1.67383,-1.79198},0.076973}};
+ cookerPos[] = {{{-1.62109,-0.296875,-1.79261},269.732}};
+ filingPos[] = {{{1.82031,0.972656,-1.75876},91.8},{{1.82031,1.55664,-1.75876},91.8}};
+ shoeboxPos[] = {{{1.86914,-1.18555,-0.645341},90}};
+ freezerPos[] = {{{1.54297,-0.0410156,-1.75876},91.8}};
+ };
+ class Land_Kiosk_gyros_F : Default
+ {
+ fridgePos[] = {{{1.64258,0.197266,-2.0025},89.8823}};
+ cookerPos[] = {{{1.5,1.62305,-2.0029},89.3177}};
+ filingPos[] = {{{-1.52344,1.62109,-2.00235},296.665}};
+ pelicanPos[] = {{{2.91016,-0.0703125,0.187521},263.525}};
+ shoeboxPos[] = {{{-1.89844,-1.08008,-1.17894},91.8}};
+ freezerPos[] = {{{-1.57031,0.199219,-1.96894},269.8}};
+ };
+ class Land_Kiosk_papers_F : Default
+ {
+ shelfPos[] = {{{1.36523,1.79492,-2.0024},1.00576}};
+ chairPos[] = {{{-1.47852,1.27148,-1.96894},306.8}};
+ filingPos[] = {{{1.69336,0.0625,-2.0024},86.0276},{{-1.68164,-0.347656,-2.00241},266.904},{{1.71484,-0.404297,-2.0024},90.176}};
+ shoeboxPos[] = {{{1.81055,-1.86133,-0.808939},338.8}};
+ };
+ class Land_Research_HQ_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{0.380859,4.1875,-3.29264},2.04878},{{-1.03125,-6.27734,-3.17222},181.183},{{8.52148,3.01367,-3.17222},90.053}};
+ fridgePos[] = {{{5.52148,6.21094,-3.17237},0.0829086}};
+ bedPos[] = {{{0.450195,0.876953,-3.29266},0}};
+ couchPos[] = {{{2.89746,0.804688,-3.29266},181.475}};
+ cookerPos[] = {{{6.66992,6.10547,-3.17264},358.477}};
+ chairPos[] = {{{-3.59766,3.67578,-3.29266},325.551}};
+ filingPos[] = {{{-1.17676,4.13086,-3.29262},358.166},{{-2.75781,-6.06445,-3.1722},177.048},{{-3.52148,-5.88281,-3.17221},202.305},{{6.77246,-3.36914,-0.692615},84.9868},{{8.46094,3.97266,-3.17206},89.6625}};
+ pelicanPos[] = {{{-0.431641,0.957031,-0.767684},213.601},{{4.77832,-4.33398,-3.29265},149.079}};
+ lockerPos[] = {{{-3.9668,-4.05664,-3.29265},268.178},{{7.18848,0.742188,-3.29265},89.2752}};
+ palletPos[] = {{{0.328125,-3.94141,-0.740771},174},{{2.7959,-6.25977,-10},260}};
+ freezerPos[] = {{{2.64355,5.34766,-3.14077},271}};
+ cabinetPos[] = {{{-4.21973,-1.09131,-1.87077},0},{{2.64795,-5.21143,-1.87077},270}};
+ };
+ class Land_Research_house_V1_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{0.408203,3.9668,0.00387025},0.47818},{{-2.37891,3.47461,0.0038693},272.048}};
+ fridgePos[] = {{{2.17383,1.02539,-0.132167},91.4155}};
+ filingPos[] = {{{-2.18359,2.4082,0.00388861},270},{{-0.384766,3.89453,0.00388622},10.991}};
+ pelicanPos[] = {{{-1.88477,0.826172,-0.132179},233.568}};
+ lockerPos[] = {{{2.18555,3.36523,0.00385499},88.1972}};
+ palletPos[] = {{{-1.45508,-1.11914,-10},174}};
+ cabinetPos[] = {{{-0.443359,-0.0527344,1.29856},270}};
+ };
+ class Land_spp_Tower_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{2.79297,-1.28906,-14.9882},88.9351},{{-2.72266,-2.93164,-24.3965},179.88}};
+ bedPos[] = {{{-1.89648,-0.994141,10.1607},93.8027}};
+ couchPos[] = {{{1.39258,-2.8418,-14.9885},89.9995}};
+ chairPos[] = {{{1.55859,-1.35156,10.1608},177.348},{{-1.16016,-3.20703,-14.9884},187.768}};
+ filingPos[] = {{{-3.67969,-2.19141,-24.3019},180.033},{{4.3125,0.748047,10.1609},87.6986},{{-4.07617,-3.69531,23.799},181.064}};
+ pelicanPos[] = {{{-1.03711,-2.03906,25.6749},180.506},{{4.40625,-2.83008,23.7991},113.987}};
+ tablePos[] = {{{-0.00390625,0.507813,-14.9885},0.00285339}};
+ lockerPos[] = {{{-2.67773,0.0273438,-14.9884},270.033}};
+ toolRackPos[] = {{{4.57813,-0.574219,10.1609},89.1923}};
+ shoeboxPos[] = {{{2.64648,-2.03516,25.6749},195.354},{{-2.6582,-3.65625,-14.9885},195.527}};
+ palletPos[] = {{{1.52539,0.0351563,23.8031},272},{{3.38477,0.015625,23.8031},179}};
+ freezerPos[] = {{{3.29102,-1.50195,10.1633},179}};
+ cabinetPos[] = {{{-3.93164,0.230469,-22.7967},0}};
+ };
+ class Land_MilOffices_V1_F : Default
+ {
+ limit = 6;
+ lootType = "mil";
+ shelfPos[] = {{{5.89844,0.773438,-2.89318},269.647},{{6.08203,-0.435547,-2.89318},0.742516},{{-4.00781,-5.64648,-2.89318},180.694},{{7.26367,-2.26563,-2.89318},267.774},{{8.74219,-5.70313,-2.89318},178.843},{{5.89063,9.54297,-2.89318},270.185},{{-5.83789,11.2949,-2.89318},359.547},{{-13.8574,-5.7207,-2.89318},179.686},{{-16.1719,-0.859375,-2.89318},358.847},{{-16.9512,0.576172,-2.89318},268.745},{{-16.3457,11.2871,-2.89318},0.686188}};
+ fridgePos[] = {{{6.43945,-3.44531,-2.89318},89.5034},{{6.60547,4.67578,-2.89318},180.413},{{-10.707,-5.51563,-2.89318},178.591}};
+ bedPos[] = {{{13.5332,5.33789,-2.8932},95.0654}};
+ couchPos[] = {{{4.08984,8.96289,-2.8932},4.74224},{{15.9063,9.83789,-2.8932},357.568}};
+ wardrobePos[] = {{{16.7813,6.91211,-2.89308},89.005}};
+ cookerPos[] = {{{-12.2871,-3.27539,-2.89359},269.464}};
+ chairPos[] = {{{-6.48242,-1.26172,-2.89333},30.6329},{{-6.36328,-5.20898,-2.89321},138.614},{{-9.26953,-5.20703,-2.89319},221.625},{{2.14844,10.8848,-2.8932},357.801},{{16.2461,0.330078,-2.89319},58.6309},{{12.3359,10.6348,-2.8932},349.887},{{16.2637,-3.21289,-2.89318},108.767}};
+ filingPos[] = {{{-0.710938,-0.902344,-2.89316},273.543},{{-1.625,-5.49219,-2.89316},172.228},{{-2.56445,6.4082,-2.89316},86.596},{{7.35742,-0.585938,-2.89316},269.601},{{6.50391,-5.62305,-2.89316},103.818},{{-1.80859,11.1055,-2.89316},353.219},{{10.082,-5.57422,-2.89316},171.96},{{-11.4727,-5.625,-2.89316},178.889},{{7.61523,11.1699,-2.89316},357.944},{{8.19141,11.0684,-2.89316},328.836},{{-14.7676,-0.96875,-2.89316},359.13},{{-10.7695,11.1172,-2.89316},348.322},{{16.793,3.68164,-2.89316},58.8697},{{-16.8691,-5.51758,-2.89316},190.272}};
+ pelicanPos[] = {{{-15.4648,-5.25586,-2.89319},177.065},{{16.1719,5.08984,-2.89319},160.192}};
+ tablePos[] = {{{0.990234,-5.35742,-2.8932},181.381},{{-7.78516,-3.08789,-2.8932},0.00653839},{{16.6719,-1.39063,-2.8932},90.476},{{14.0918,9.58008,-2.8932},90.0005}};
+ lockerPos[] = {{{7.49805,-4.18359,-2.89319},271.895},{{10.3281,4.60352,-2.89319},179.863},{{-16.7461,-3.25195,-2.89319},266.767}};
+ toolRackPos[] = {{{9.29297,-0.222656,-2.89323},359.898},{{-13.0098,-3.95703,-2.89322},89.093}};
+ palletPos[] = {{{-15.3184,-3.625,-2.85274},272}};
+ freezerPos[] = {{{-12.2461,-4.50391,-2.85274},272}};
+ cabinetPos[] = {{{5.3125,4.95215,-1.47264},180},{{5.27734,-5.80957,-1.47264},270},{{-12.1123,-2.60938,-1.47264},270}};
+ };
+ class Land_Airport_Tower_F : Default
+ {
+ shelfPos[] = {{{1.00195,4.2207,-10.4679},90},{{2.09375,-5.83984,-1.46719},136.235}};
+ fridgePos[] = {{{-3.19922,-5.58789,-1.46735},223.518}};
+ chairPos[] = {{{0.740234,-0.0332031,-1.46723},3.7747},{{2.19141,-1.23438,-1.46718},54.1489}};
+ filingPos[] = {{{-2.14844,1.53906,-7.46764},267.225},{{-0.503906,-3.69141,2.22974},268.915},{{-1.09375,-3.69727,2.2298},90.7877},{{-3.73633,-5.13086,-1.46725},223.885},{{-2.69922,-6.11133,-1.46731},226.111}};
+ pelicanPos[] = {{{-0.482422,-6.20898,3.00391},187.096},{{-0.744141,6.49414,1.52821},348.84}};
+ lockerPos[] = {{{-3.26172,-0.542969,-1.4672},314.971}};
+ palletPos[] = {{{-4.09766,1.40625,-10.6461},272}};
+ cabinetPos[] = {{{2.48779,-0.672852,2.53949},135},{{-2.37842,1.64404,-9.16051},0},{{-3.85498,-0.772461,2.53949},45}};
+ };
+ class Land_Slum_House01_F : Default
+ {
+ chairPos[] = {{{1.20313,1.6582,-1.07285},36.9507}};
+ filingPos[] = {{{0.351563,2.05469,-1.08115},8.25228}};
+ pelicanPos[] = {{{1.4668,2.32031,1.60821},184.525}};
+ toolRackPos[] = {{{-1.56641,0.789063,-1.08133},270.436}};
+ palletPos[] = {{{0.169922,0.214844,-1.08145},272}};
+ };
+ class Land_Slum_House02_F : Default
+ {
+ shelfPos[] = {{{2.52148,3.48438,-0.824517},359.959}};
+ couchPos[] = {{{2.14844,0.236328,-0.824545},0.0984116}};
+ chairPos[] = {{{1.15234,3.20508,-0.824523},352.052}};
+ tablePos[] = {{{-0.15625,0.738281,-0.824542},268.176}};
+ };
+ class Land_Slum_House03_F : Default
+ {
+ bedPos[] = {{{0.166016,0.230469,-1.07675},95}};
+ chairPos[] = {{{-1.99414,2.25586,-1.07675},335}};
+ filingPos[] = {{{3.98633,-0.507813,-1.07675},95}};
+ toolRackPos[] = {{{0.773438,2.98633,-1.07675},0}};
+ palletPos[] = {{{3.60938,2.14453,-1.07675},272}};
+ };
+ class Land_cargo_house_slum_F : Default
+ {
+ shelfPos[] = {{{-0.891602,-1.20117,-0.38667},181.006}};
+ bedPos[] = {{{-3.16504,-0.253906,-0.386693},276.075}};
+ chairPos[] = {{{0.650391,-0.734375,-0.383496},90.6667}};
+ filingPos[] = {{{-4.45898,-1.12109,-0.386626},269.224}};
+ };
+ class Land_FuelStation_Build_F : Default
+ {
+ shelfPos[] = {{{0.415039,1.52734,-1.36232},0.956482}};
+ filingPos[] = {{{-2.31543,-1.1582,-1.3623},259.317}};
+ pelicanPos[] = {{{-2.79199,0.658203,2.11388},86.4283}};
+ shoeboxPos[] = {{{-1.99316,0.386719,-0.361005},112}};
+ freezerPos[] = {{{2.10938,-0.701172,-1.391},90}};
+ };
+ class Land_Factory_Main_F : Default
+ {
+ shelfPos[] = {{{-3.72852,3.85742,-6.35809},178.041},{{5.62012,-9.38477,2.34198},89.9969},{{-6.9209,10.8223,-6.32809},95.4476},{{-10.208,14.8887,-6.32809},1.97624}};
+ fridgePos[] = {{{-1.76074,8.24805,-6.35806},94.2797}};
+ couchPos[] = {{{-2.44629,5.73047,-6.35812},2.06058},{{-3.50684,16.8828,-6.41408},90.0061}};
+ cookerPos[] = {{{-5.74609,5.52734,-6.35851},183.545}};
+ chairPos[] = {{{-5.46777,4.26367,-6.35815},231.258},{{-7.42676,14.3906,-6.3281},42.1397}};
+ filingPos[] = {{{-5.79004,6.72266,-6.35807},270.867},{{-4.03516,-9.26758,2.34797},0.889618},{{5.33691,-11.1738,2.34195},75.1523},{{5.16602,-12.2598,2.34194},135.024},{{-10.5898,12.2129,-6.32807},270},{{-10.6104,12.6699,-6.32807},267.548}};
+ pelicanPos[] = {{{2.81738,-9.37305,2.3419},2.64822}};
+ toolRackPos[] = {{{-3.79004,9.14063,-6.35813},0.489624},{{-6.61133,12.8359,-6.32813},89.3704}};
+ palletPos[] = {{{-3.94238,-16.6523,-10},94},{{4.20313,16.6426,-6.35465},95}};
+ };
+ class Land_Airport_right_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{-4.19922,-2.1543,-1.76375},359.705},{{-4.57422,2.20514,-1.76375},270.932},{{5.27734,-5.37885,-1.76368},357.591},{{-15.0703,-7.48627,-6.76375},89.4887},{{-14.4297,-11.0059,-6.76375},270.174},{{-15.1445,-10.3417,-6.76375},89.1635},{{-23.3359,-3.69916,-6.76375},358.136},{{-21.1838,14.7402,-6.77192},359.554}};
+ fridgePos[] = {{{-2.48633,3.61719,-1.76375},0.951996},{{-15.4355,13.5039,-6.76375},90.2176}};
+ bedPos[] = {{{-3.82446,-10.3633,-1.76377},184.477}};
+ couchPos[] = {{{4.75195,2.29883,-1.76378},4.2282},{{0.705078,-6.63275,-6.76378},269.802},{{-16.1624,7.51178,-6.76378},358.918},{{-25.6094,1.10944,-6.76377},183.238}};
+ wardrobePos[] = {{{0.698975,-5.58197,-1.76363},1.96877}};
+ cookerPos[] = {{{-0.195557,3.53906,-1.74532},360}};
+ chairPos[] = {{{-5.11133,3.41412,-6.76377},358.691},{{-5.23047,5.16614,-6.76375},180.383},{{5.21094,-6.40814,-6.76376},49.2284},{{5.05273,-13.168,-1.76375},29.6497},{{-4.29688,-14.416,-6.73171},205.019},{{5.29102,-14.1387,-6.76376},130.737},{{5.28906,14.3145,-6.76377},41.909},{{-15.7717,-2.20502,-6.76376},122.506},{{-16.5605,-3.95313,-6.76376},1.55649},{{-23.498,-2.37885,-6.76377},177.809},{{-26.168,5.07813,-6.76375},276.716}};
+ filingPos[] = {{{-4.57031,-1.34174,-1.76373},183.677},{{5.76953,-4.59174,-6.76376},164.562},{{-15.1465,-9.57227,-6.76368},88.7803},{{-24.3518,-3.79681,-6.76373},359.584}};
+ pelicanPos[] = {{{4.91406,-16.5038,-3.16119},5.77047},{{-25.8479,-2.27734,-6.76375},202.245}};
+ tablePos[] = {{{2.9707,2.35364,-1.74532},278},{{-4.41406,-6.25385,-1.76377},271.909},{{5.57227,-10.1172,-6.76377},90.0333},{{-23.7209,1.086,-6.76377},89.9196}};
+ lockerPos[] = {{{3.54663,-1.14838,-6.76377},179.474},{{5.26563,-1.10931,-6.76372},179.41},{{-14.2656,-1.27728,-6.76377},269.09},{{-14.1995,6.67194,-6.76373},269.966},{{-14.2229,8.41016,-6.76367},268.618},{{-26.5117,9.03522,-6.76376},269.173},{{-26.5234,10.9512,-6.76368},270.17},{{-26.5178,12.9083,-6.76377},270.361}};
+ toolRackPos[] = {{{1.51929,-1.72845,-1.76373},179.724},{{-14.9084,-12.3223,-6.76378},89.5845}};
+ shoeboxPos[] = {{{-8.14258,-16.0605,-3.27531},278}};
+ palletPos[] = {{{3.84741,-3.8418,-6.74531},350},{{-6.58008,0.285217,-1.86532},278},{{-6.44922,-1.64844,-1.86532},264},{{-23.873,-11.5293,-6.74531},350},{{-23.8867,-13.6483,-6.74531},86}};
+ freezerPos[] = {{{-1.31055,3.54303,-1.74532},360}};
+ cabinetPos[] = {{{-4.80347,-2.53943,-5.34531},0}};
+ };
+ class Land_Airport_center_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{11.7051,7.16016,-2.74629},359.37}};
+ couchPos[] = {{{-4.50391,-7.57422,1.62245},88.2815},{{11.8594,-11.0684,-2.74632},2.03362}};
+ chairPos[] = {{{-12.3184,6.87109,-2.74437},280.834},{{-12.2793,-14.4258,-2.7463},272.565}};
+ filingPos[] = {{{12.8184,7.07422,-2.74627},358.116},{{12.7363,-16.0586,-2.74625},90.9752}};
+ pelicanPos[] = {{{-1.08398,-10.5664,1.59369},341.766},{{-12.0918,-15.8086,-2.74628},213.62}};
+ tablePos[] = {{{12.5625,-14.0469,-2.74631},92.4684}};
+ lockerPos[] = {{{12.6758,-6.87891,-2.7463},90.0581},{{-12.5391,-7.84961,-2.7463},270.451},{{-12.541,-9.83398,-2.7463},268.378},{{-12.4824,-11.8047,-2.7463},269.442}};
+ };
+ class Land_Airport_left_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{3.91211,-1.41797,-1.76377},184.071},{{-1.94336,-5.52148,-1.76367},0.193413},{{-5.31641,-4.6875,-6.76368},179.512},{{6.14258,13.9648,-6.76367},268.974},{{15.1094,-8.04102,-6.76375},270.202},{{15.6563,-14.7227,-6.76375},180.679},{{16.9883,14.7461,-6.76375},359.573}};
+ fridgePos[] = {{{1.42773,3.67578,-1.76375},359.297},{{15.7793,-2.51563,-6.76374},178.661}};
+ bedPos[] = {{{-4.95898,-6.73047,-1.76377},179.773}};
+ couchPos[] = {{{-4.08008,2.0957,-1.76377},241.929},{{3.72461,-6.98047,-1.76378},4.04132},{{13.4414,7.67383,-6.76378},3.19656},{{25.5898,12.5527,-6.76377},0.251305}};
+ wardrobePos[] = {{{-1.35547,3.14844,-1.7637},62.9544}};
+ cookerPos[] = {{{2.95117,3.63477,-1.76408},0.722954},{{16.668,-2.55078,-6.76418},179.019}};
+ chairPos[] = {{{-0.699219,-1.14844,-1.76373},179.434},{{-2.9707,-1.18555,-1.76369},181.435},{{4.33398,4.2832,-6.76373},89.2875},{{-3.68945,-5.95117,-6.75249},352.602},{{5.99023,4.28711,-6.76371},269.261},{{-5.23438,-13.1641,-1.76377},338.538},{{4.23047,-14.3047,-6.76375},167.634},{{-5.30859,14.2852,-6.76372},297.672},{{23.127,4.48242,-6.76377},209.073},{{22.8613,7.83984,-6.76376},313.711},{{26.1641,4.21094,-6.76375},135.598},{{26.2402,8.27734,-6.76374},47.2424}};
+ filingPos[] = {{{-0.0703125,3.63086,-1.76371},1.43237},{{15.2598,-11.4375,-6.76373},268.46},{{15.2832,-11.8906,-6.76373},270.436},{{15.1895,14.6602,-6.76373},344.677},{{24.4355,-2.6543,-6.76369},180.398},{{26.6348,-2.56055,-6.76373},172.362}};
+ pelicanPos[] = {{{6.28711,0.486328,-1.80376},285.45},{{9.81641,-16.4297,-3.16111},3.09702}};
+ tablePos[] = {{{4.40625,1.19727,-1.76377},89.5157},{{-5.57227,-7.76367,-6.76377},270.379},{{26.3789,6.25,-6.76377},90.3904}};
+ lockerPos[] = {{{3.56445,-1.11523,-6.76379},179.89},{{-5.07617,-1.12891,-6.76377},178.63},{{-0.271484,-5.82422,-6.7637},0.334862},{{1.68945,-5.81836,-6.7637},0.41259},{{15.3574,5.5957,-6.76373},268.91},{{15.2949,7.52344,-6.76377},270.217}};
+ toolRackPos[] = {{{14.8926,-9.83789,-6.76369},269.885},{{23.1777,-3.47266,-6.76379},0.366142}};
+ palletPos[] = {{{23.9648,-7.17188,-6.77531},357},{{23.6523,-13.7891,-6.77531},90}};
+ freezerPos[] = {{{0.832031,-1.19531,-1.75531},182},{{24.3145,-10.5938,-6.77531},90}};
+ cabinetPos[] = {{{4.80945,-2.55103,-5.34531},180}};
+ };
+ class Land_Hangar_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{-14.3125,1.24023,-5.40771},270.363},{{-14.2754,6.36328,-5.4077},269.988},{{-14.5117,-19.8359,-5.4077},268.904},{{8.80469,23.3691,-5.4077},359.987},{{13.6602,-21.0078,-5.40769},180.14}};
+ couchPos[] = {{{11.9082,22.3652,-5.40773},267.453}};
+ chairPos[] = {{{-14.3223,-5.03906,-5.40451},270.026}};
+ filingPos[] = {{{-14.5059,-2.35352,-5.40699},272.098},{{-14.4941,-3.14453,-5.40626},278.808},{{-14.457,-3.89453,-5.40769},265.43},{{14.4023,19.6953,-5.40768},91.5292},{{14.4004,20.4277,-5.40769},86.6895},{{9.92969,23.1992,-5.40769},352.998}};
+ pelicanPos[] = {{{14.5156,-8.02148,-5.40772},90},{{-14.6602,12.4863,-5.40772},270}};
+ shoeboxPos[] = {{{14.9688,-20.9824,-5.375},86}};
+ palletPos[] = {{{13.8945,12.375,-5.375},86},{{-12.043,22.7324,-5.375},86},{{-14.209,22.5332,-5.375},86}};
+ freezerPos[] = {{{14.6035,21.8516,-5.375},86}};
+ cabinetPos[] = {{{10.332,-21.3706,-3.87143},270}};
+ };
+ class Land_CarService_F : Default
+ {
+ shelfPos[] = {{{-5.08594,-0.996094,-1.28249},271.675},{{4.69141,5.75781,-1.28248},88.5845},{{-0.40625,7.68945,-1.28235},89.3095},{{0.767578,8.21289,-1.28248},358.72}};
+ fridgePos[] = {{{1.85352,8.18359,-1.28246},358.017}};
+ couchPos[] = {{{3.74219,0.666016,-1.2825},2.03191}};
+ chairPos[] = {{{4.28711,3.18164,-1.28249},83.2968}};
+ filingPos[] = {{{4.66992,4.72852,-1.28246},90.2187},{{4.56055,8.21484,-1.28246},359.503}};
+ tablePos[] = {{{0.695313,2.63086,-1.2825},269.367}};
+ lockerPos[] = {{{-4.9668,7.55469,-1.28248},268.961}};
+ toolRackPos[] = {{{-5.35742,4.21484,-1.28251},268.905},{{-2.66602,8.53711,-1.28252},359.227}};
+ palletPos[] = {{{1.45898,10.209,-10},271}};
+ freezerPos[] = {{{0.634766,0.9375,-1.29904},271}};
+ cabinetPos[] = {{{-0.327637,5.11853,0.222353},180}};
+ };
+ class Land_Cargo_Tower_V1_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{0.552734,-1.625,5.05352},178.136},{{-5.64844,-0.777344,-0.146542},268.528},{{3.00781,5.08984,-0.14654},0.118889},{{5.29297,-4.09766,2.45352},181.726},{{5.87109,3.71094,-0.146542},90.215}};
+ fridgePos[] = {{{-4.76172,6.00391,2.58955},0.860298}};
+ bedPos[] = {{{-1.06836,-2.64844,2.45344},1.62634},{{-1.98633,-5.37109,2.58947},90.633}};
+ couchPos[] = {{{-2.73828,-4.30469,0.0657005},92.6866},{{3.06641,4.15234,2.45343},270.898}};
+ cookerPos[] = {{{-3.72461,5.85938,2.58907},354.227}};
+ chairPos[] = {{{-5.20117,4.55859,-0.146549},342.563}};
+ filingPos[] = {{{-4.07422,0.931641,5.05348},270.343},{{1.67773,-3.90039,-0.146523},178.258},{{2.23047,-3.91016,-0.146523},176.187},{{2.77344,-3.92188,-0.146523},177.87},{{-0.625,6.09961,2.58951},5.7925},{{-1.2207,6.14258,2.58951},348.149},{{5.6582,4.91406,-0.14642},44.1073}};
+ pelicanPos[] = {{{-0.595703,1.38867,-4.32224},95.4843},{{-2.75977,-0.216797,4.97829},358.108},{{-6.13672,4.19727,2.66941},266.308}};
+ tablePos[] = {{{6.55664,-0.714844,2.64038},89.4977}};
+ lockerPos[] = {{{5.69727,1.50391,-0.146555},90.7961},{{-5.09961,-5.55469,2.5895},267.631}};
+ toolRackPos[] = {{{-5.85156,-0.675781,2.45344},267.998}};
+ palletPos[] = {{{4.88086,3.89453,4.99228},0}};
+ freezerPos[] = {{{-2.78516,4.82227,0.0422649},0},{{-2.44922,6.07422,2.59228},0}};
+ cabinetPos[] = {{{-0.0439453,1.71631,1.22235},180},{{5.98682,1.67432,3.82235},180}};
+ };
+ class Land_Cargo_Tower_V1_No1_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V1_No2_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V1_No3_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V1_No4_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V1_No5_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V1_No6_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V1_No7_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V2_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Tower_V3_F : Land_Cargo_Tower_V1_F {};
+ class Land_Cargo_Patrol_V1_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{2.61914,0.96875,-0.789934},90}};
+ filingPos[] = {{{0.0117188,-0.283203,-0.585847},1.42631}};
+ pelicanPos[] = {{{2.00977,-1.52344,-0.585956},133.857}};
+ palletPos[] = {{{-2,-1.18555,-0.546541},0}};
+ };
+ class Land_Cargo_Patrol_V2_F : Land_Cargo_Patrol_V1_F {};
+ class Land_Cargo_Patrol_V3_F : Land_Cargo_Patrol_V1_F {};
+ class Land_Medevac_house_V1_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{-2.61328,1.0918,-0.132166},268.449}};
+ fridgePos[] = {{{1.60156,3.75977,0.00387168},355.287}};
+ filingPos[] = {{{0.804688,3.71875,0.0038867},7.82585},{{-0.345703,3.80273,0.00388789},352.697},{{0.230469,3.85742,0.00388765},358.782}};
+ pelicanPos[] = {{{-1.60938,3.26563,0.00385642},310.616}};
+ palletPos[] = {{{-0.992188,-1.05469,-10},0}};
+ freezerPos[] = {{{1.92969,0.728516,-0.141539},93}};
+ cabinetPos[] = {{{-0.466309,-0.0532227,1.20856},270}};
+ };
+ class Land_Medevac_HQ_V1_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{2.64648,-5.00391,-3.29263},179.273},{{2.29688,5.35156,-3.17222},270.045},{{-3.0918,-6.20117,-3.17222},179.371},{{7.07422,5.46094,-3.17222},89.2793}};
+ fridgePos[] = {{{0.632813,-6.04492,-3.17222},175.967}};
+ bedPos[] = {{{-2.65625,3.33594,-3.29266},272.831}};
+ couchPos[] = {{{0.324219,1.95313,-3.29266},358.773},{{2.9082,1.72461,-3.29266},179.738}};
+ cookerPos[] = {{{-0.855469,-6.01172,-3.17265},179.15}};
+ filingPos[] = {{{8.4043,2.6875,-3.1722},89.7649},{{8.46094,3.30469,-3.17216},91.4351},{{8.44336,3.92969,-3.1722},86.4131}};
+ pelicanPos[] = {{{-1.37891,1.34375,-0.767792},314.355},{{8.10742,-1.68359,-3.17223},92.3688}};
+ lockerPos[] = {{{4.35938,6.0918,-3.17224},356.684}};
+ palletPos[] = {{{0.730469,-4.40039,-0.740871},88},{{0.443359,5.44727,-10},88},{{8.66406,0.873047,-10},93}};
+ freezerPos[] = {{{3.97852,-4.58594,-3.27087},182}};
+ cabinetPos[] = {{{-4.21851,-3.41992,-1.96077},0},{{7.48828,0.931152,-1.96077},180}};
+ };
+ class Land_Cargo_HQ_V1_F : Default
+ {
+ limit = 4;
+ lootType = "mil";
+ shelfPos[] = {{{0.302734,4.1875,-3.2987},357.597},{{-4.12695,-4.01367,-3.2987},270.059},{{2.70313,-5.11328,-3.2987},177.669}};
+ fridgePos[] = {{{2.61328,5.1543,-3.17829},267.807}};
+ bedPos[] = {{{-2.7832,3.32227,-3.29873},275.975}};
+ couchPos[] = {{{3.13867,1.7832,-3.29873},191.466}};
+ cookerPos[] = {{{6.47852,6.01563,-3.17872},359.818}};
+ filingPos[] = {{{1.13867,4.03906,-3.29869},0.783356},{{8.12305,2.75586,-3.17827},92.0529},{{8.17969,3.33203,-3.17827},94.1181},{{8.21094,3.93945,-3.17827},88.4099}};
+ pelicanPos[] = {{{1.14453,-4.05273,-0.773856},93.1656},{{7.8418,-1.64844,-0.784355},90.2845}};
+ tablePos[] = {{{-4.81055,0.771484,-3.1762},270.808}};
+ lockerPos[] = {{{0.353516,-6.19727,-3.17831},179.945},{{-3.07031,-6.14453,-3.1783},178.945}};
+ palletPos[] = {{{-4.98828,2.61328,-10},182},{{8.20508,0.830078,-10},182}};
+ freezerPos[] = {{{4.70508,6.0332,-3.14694},1.99997}};
+ cabinetPos[] = {{{7.48877,0.866943,-1.96684},180}};
+ };
+ class Land_Cargo_HQ_V2_F : Land_Cargo_HQ_V1_F {};
+ class Land_Cargo_HQ_V3_F : Land_Cargo_HQ_V1_F {};
+ class Land_Cargo_House_V1_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{2.3457,3.13867,0.0138698},90}};
+ fridgePos[] = {{{-2.57031,1.02148,-0.122166},267.298}};
+ chairPos[] = {{{1.95898,1.5293,-0.122179},85.5595},{{-1.5293,2.88867,0.0138509},322.238}};
+ filingPos[] = {{{2.32617,0.175781,-0.122146},94.7773}};
+ pelicanPos[] = {{{-1.85352,3.45898,0.0138566},317.925}};
+ palletPos[] = {{{-0.875,-0.892578,-10},1.99997}};
+ freezerPos[] = {{{0.539063,3.60547,0.048461},1.99997}};
+ cabinetPos[] = {{{-0.491699,-0.0534668,1.21856},270}};
+ };
+ class Land_Cargo_House_V2_F : Land_Cargo_House_V1_F {};
+ class Land_Cargo_House_V3_F : Land_Cargo_House_V1_F {};
+ class Land_dp_smallFactory_F : Default
+ {
+ shelfPos[] = {{{-1.50586,4.79297,-1.87129},180.159}};
+ pelicanPos[] = {{{0.976563,3.16797,2.601},97.492}};
+ palletPos[] = {{{10.5059,3.17969,1.18859},1.99997}};
+ cabinetPos[] = {{{5.49805,4.76367,-0.461309},270}};
+ };
+ class Land_i_Garage_V2_F : Default
+ {
+ shelfPos[] = {{{4.90039,-1.19922,-0.123899},88.7339}};
+ fridgePos[] = {{{4.73438,0.322266,-0.123898},87.5145}};
+ chairPos[] = {{{0.949219,-2.05469,-0.124453},180.041},{{0.75,2.23828,-0.120063},0.105392}};
+ filingPos[] = {{{-0.519531,-2.26758,-0.123836},181.535},{{-1.18945,-2.25,-0.123765},172.485},{{4.83203,-2.30273,-0.123735},99.5615}};
+ tablePos[] = {{{-2.72266,-2.13672,-0.132633},179.857}};
+ toolRackPos[] = {{{2.37305,2.75977,-0.124017},0.339218},{{2.76563,-2.57422,-0.124016},179.612}};
+ palletPos[] = {{{6.91486,-0.999023,-10},180}};
+ freezerPos[] = {{{-0.976563,2.29883,-0.116461},1.99998}};
+ };
+ class Land_u_Barracks_V2_F : Default
+ {
+ limit = 6;
+ lootType = "mil";
+ shelfPos[] = {{{-2.01953,3.59766,1.40866},86.5322},{{-1.18555,4.4082,1.40866},267.099},{{5.37695,-2.42773,-1.92432},268.209},{{-6.13281,2.58594,-1.92432},177.59},{{5.46289,3.92578,1.40866},274.739},{{7.93555,-0.273438,1.40866},358.598},{{8.07617,-0.306641,-1.92432},358.744},{{8.76172,2.60547,-1.92432},177.537},{{-9.86914,3.00391,-1.92432},269.405},{{-10.7129,3.96875,-1.92432},83.8923},{{-12.1953,-0.359375,1.40871},357.971},{{-14.7266,2.57813,1.40876},181.364},{{-16.127,-0.359375,-1.92432},357.877}};
+ fridgePos[] = {{{5.38867,-2.61719,1.40864},268.987},{{-10.6797,-1.86133,1.40864},89.0169},{{10.7656,4.75586,-1.92426},91.9329}};
+ bedPos[] = {{{0.00390625,3.40234,-1.92435},91.4153},{{3.58984,-1.56055,1.40863},1.31381},{{9.80469,3.27344,1.40863},97.6807},{{-11.7617,-1.10547,-1.92435},269.367}};
+ couchPos[] = {{{2.72656,-1.28516,-1.92434},273.867},{{-12.2988,4.4668,1.40864},273.1},{{-14.6855,3.48633,-1.92434},92.4456}};
+ wardrobePos[] = {{{-1.10742,-2.48438,1.40877},271.139},{{4.26367,4.1543,-1.92423},90.3193}};
+ cookerPos[] = {{{5.52148,-1.29688,1.40827},269.9},{{10.6504,3.61328,-1.92474},90.6279},{{-10.916,-2.91406,1.40832},90.6295}};
+ chairPos[] = {{{-0.787109,-2.87109,-1.92433},243.978},{{-0.953125,5.07422,-1.92361},283.609},{{-4.85156,-2.75781,-1.92434},47.0285},{{10.4219,5.0625,1.40864},65.2562},{{-16.418,2.94922,1.40865},214.598},{{-16.4785,-2.82031,-1.91074},233.102}};
+ filingPos[] = {{{-1.01953,-0.453125,-1.92431},357.404},{{-2.16602,2.66797,-1.92431},110.166},{{-2.17773,4.83203,-1.9243},85.2777},{{-2.19727,5.30664,1.40868},84.274},{{-2.1875,5.33203,-1.9243},86.7386},{{4.37109,4.39844,1.40868},71.7087},{{5.33984,-3.24219,-1.9243},266.113},{{5.41602,3.54102,-1.9243},263.452},{{4.29102,4.91797,1.40868},85.4132},{{5.37891,4.10938,-1.9243},275.738},{{4.30859,5.38086,1.40868},86.1467},{{5.42188,4.70898,-1.9243},265.797},{{-8.33398,2.60352,1.40874},182.724},{{-8.9707,2.60156,1.40873},180.321},{{-9.7832,2.66797,1.40867},195.667},{{10.8789,-0.318359,1.40868},73.9709},{{10.9199,-2.47656,-1.9243},90.1058},{{10.9004,-3.0625,-1.9243},90.2496},{{-10.8066,5.09375,-1.9243},83.8553},{{-16.6758,-2.74023,1.40868},269.525},{{-16.7051,-3.23438,1.40868},265.732},{{-16.6211,5.41211,1.40871},281.602}};
+ pelicanPos[] = {{{-9.26563,-4.74609,1.40864},207.949},{{10.4531,-2.80273,1.40864},136.408},{{-16.666,6.80859,1.40864},268.101}};
+ tablePos[] = {{{1.79883,-0.546875,1.40863},0.30365},{{7.95117,-3.04688,1.40863},181.397},{{-16.5781,4.66797,-1.92435},269.307}};
+ lockerPos[] = {{{0.539063,2.65234,1.40864},180.316},{{6.29492,-0.507813,-1.92434},359.612},{{-6.15625,2.65625,1.40874},178.513},{{-7.85352,2.64844,-1.92434},178.304}};
+ freezerPos[] = {{{-5.82227,-4.86328,1.49066},185},{{-6.21875,5.08398,1.49066},1.99997},{{-16.0039,-0.580078,1.49066},1.99997}};
+ cabinetPos[] = {{{-7.6416,-5.42383,-0.409235},270},{{-17.0132,1.60693,2.89076},0}};
+ };
+ class Land_i_Barracks_V2_F : Default
+ {
+ limit = 6;
+ lootType = "mil";
+ shelfPos[] = {{{-3.91406,4.36816,0.579132},0.755371},{{-7.16211,-2.42676,3.91308},90},{{-7.08789,-3.69434,0.579177},88.7136},{{7.91797,2.16504,0.579097},93.2098},{{8.86719,2.98145,0.579103},265.996},{{12.2988,1.54297,3.91308},180.227}};
+ fridgePos[] = {{{-13.209,-3.86133,0.579104},267.951},{{-13.1953,-3.96875,3.91308},266.429}};
+ bedPos[] = {{{3.25391,2.82422,0.579081},181.072},{{7.13086,-3.10645,0.579082},359.996},{{10.2598,-2.19531,3.91306},274.345},{{-12.0977,2.37695,3.91306},91.0109},{{-12.6543,3.00977,0.579082},184.452}};
+ couchPos[] = {{{6.04297,-2.55762,3.91306},280.83},{{10.2754,-2.4502,0.579081},280.799}};
+ cookerPos[] = {{{-12.6621,-1.54199,0.578749},358.466},{{-13.2383,-2.48926,3.91281},270.982}};
+ chairPos[] = {{{2.58594,-3.91309,0.579165},261.223},{{-1.79297,-5.75391,3.91291},133.686},{{-5.79688,-5.7041,3.91307},219.674},{{-7.625,3.94141,0.579091},54.7852},{{-7.74414,3.70801,3.91307},37.1618},{{9.36328,-3.69824,3.91306},252.24},{{13.834,-3.76172,0.579099},137.181}};
+ filingPos[] = {{{2.26172,-1.52051,3.91319},357.145},{{1.2832,3.91797,3.9131},85.9261},{{1.24609,4.37402,3.9131},83.3282},{{4.24805,1.63574,3.9131},173.705},{{4.69336,1.63379,3.9131},177.094},{{-6.30273,3.34766,0.579124},266.774},{{-6.23438,3.84766,0.579123},274.501},{{-7.2832,-4.13379,3.91315},178.61},{{7.93555,3.07422,0.57919},82.7785},{{9.14648,1.65332,3.91318},184.404},{{-13.1055,4.26563,3.91319},288.672},{{14.2305,1.56543,3.9131},90.9699}};
+ pelicanPos[] = {{{-2.50391,-5.04199,7.4924},169.602},{{-12.8242,5.72266,3.82744},317.876}};
+ tablePos[] = {{{-2.72852,1.75391,3.91306},178.339},{{-3.75781,-6.08105,3.91306},180.247},{{-9.46484,4.12988,3.91306},359.779},{{-10.1289,4.10156,0.579082},0.00921631}};
+ lockerPos[] = {{{1.2793,3.78418,0.579087},86.8882},{{-2.58789,-3.3584,0.579131},359.544},{{-6.10352,2.22168,3.9131},269.383},{{-6.22266,2.14551,0.57918},271.326},{{7.8125,3.70313,3.91307},88.2042},{{14.0723,-3.22754,3.91322},88.3252},{{14.2012,3.70703,0.579188},88.1507}};
+ toolRackPos[] = {{{-2.93359,1.23438,0.579066},180.737}};
+ freezerPos[] = {{{-8.96094,-1.70605,0.508462},360},{{-9.27344,-1.7334,3.85846},360}};
+ cabinetPos[] = {{{-6.55322,-2.76904,5.30856},0}};
+ };
+ class Land_i_Garage_V2_dam_F : Default
+ {
+ toolRackPos[] = {{{5.12695,-2.06641,-0.159975},90}};
+ shoeboxPos[] = {{{-0.900391,1.64063,-0.159975},220}};
+ palletPos[] = {{{1.32031,0.759766,-0.159975},170}};
+ freezerPos[] = {{{-3.42969,-2.76563,-0.159975},190}};
+ };
+ class Land_i_Stone_HouseBig_V1_dam_F : Default
+ {
+ shelfPos[] = {{{-0.191406,-3.48438,-1.65251},178}};
+ fridgePos[] = {{{1.73438,1.0625,-1.65251},360}};
+ bedPos[] = {{{-1.56836,0.713867,1.15249},267}};
+ couchPos[] = {{{-1.58203,-2.34082,1.15249},97}};
+ wardrobePos[] = {{{1.50195,-3.28125,1.19749},178}};
+ tablePos[] = {{{-3.07813,-1.62109,-1.63251},269}};
+ shoeboxPos[] = {{{1.07031,1.16113,1.19749},128}};
+ };
+ class Land_i_Stone_HouseBig_V3_dam_F : Default
+ {
+ bedPos[] = {{{-1.96094,0.71875,1.15249},269}};
+ couchPos[] = {{{-2.11523,-1.89453,1.12749},169}};
+ chairPos[] = {{{2.98047,-3.04883,1.15249},141.7}};
+ filingPos[] = {{{0.0800781,1.31836,1.15249},351.7}};
+ tablePos[] = {{{-3.07617,-1.59766,-1.77251},269}};
+ shoeboxPos[] = {{{-0.470703,0.771484,-0.593828},202.7}};
+ palletPos[] = {{{2.15234,0.814453,-1.65383},202.7}};
+ freezerPos[] = {{{3.11523,-2.91797,-1.65383},92.7}};
+ };
+ class Land_Airport_Tower_dam_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{1.78906,1.90234,0.798989},0}};
+ filingPos[] = {{{-2.93359,-3.1582,0.812261},229}};
+ pelicanPos[] = {{{0.587891,8.4043,3.79912},9.99995}};
+ lockerPos[] = {{{1.10938,6.14648,-8.19994},360}};
+ shoeboxPos[] = {{{2.2793,-5.125,0.798989},9.99995}};
+ cabinetPos[] = {{{-0.714844,2.58203,-6.82513},270}};
+ };
+ class Land_i_Barracks_V1_F : Land_i_Barracks_V2_F {};
+ class Land_d_Windmill01_F : Default
+ {
+ pelicanPos[] = {{{-0.800781,0.158203,0.943356},133}};
+ shoeboxPos[] = {{{-1.06055,1.63477,-2.32494},242}};
+ palletPos[] = {{{-1.2168,-0.791016,-2.31882},0}};
+ };
+ class Land_u_Shed_Ind_F : Default
+ {
+ shelfPos[] = {{{-5.90234,-1.64453,-1.45137},179.958},{{-0.0195313,8.39648,-1.43504},6.50078}};
+ chairPos[] = {{{-6.70703,1.93359,-1.43049},357.957}};
+ filingPos[] = {{{-4.83203,2.18359,-1.43498},3.3181},{{6.72266,-1.33984,-1.43502},208.603}};
+ pelicanPos[] = {{{-4.81055,2.53125,1.51679},180.197}};
+ palletPos[] = {{{-2.47266,7.94922,-1.51769},360},{{8.92383,3.15039,-1.51769},91},{{14.834,-0.927734,-1.51769},360}};
+ freezerPos[] = {{{-4.94141,0.177734,-1.51769},91}};
+ };
+ class Land_i_Shed_Ind_F : Default
+ {
+ shelfPos[] = {{{3.75781,-1.39844,-1.43597},178.598},{{-6.29688,-1.64844,-1.43597},180.042},{{-1.85938,8.64844,-1.43597},1.254},{{15.8086,5.01367,-1.43592},90.0259}};
+ fridgePos[] = {{{-4.0918,2.25391,-1.43614},269.878}};
+ couchPos[] = {{{0.0527344,3.64453,-1.43621},214.408}};
+ cookerPos[] = {{{-5.86523,2.00391,-1.43661},358.838}};
+ chairPos[] = {{{15.4688,7.75586,-1.43558},90.0616}};
+ filingPos[] = {{{-4.89648,-1.49609,-1.43617},178.115},{{-0.6875,8.5293,-1.43617},358.177},{{15.6309,6.44336,-1.43617},86.6001}};
+ lockerPos[] = {{{8.71875,-1.44141,-1.43617},179.064}};
+ toolRackPos[] = {{{-1.60742,-1.83594,-1.43602},181.024},{{8.53906,8.82422,-1.43602},0.0482483}};
+ shoeboxPos[] = {{{-6.76953,2.15039,-1.43621},356.704}};
+ palletPos[] = {{{-3.32031,-0.679688,-1.50884},0},{{2.86133,7.82031,-1.50884},0},{{4.82617,7.72266,-1.50884},91}};
+ freezerPos[] = {{{-5.0293,0.304688,-1.47884},91}};
+ };
+ class Land_BagBunker_Large_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{0.0820313,-0.914063,-0.766759},269.689},{{-3.85156,-1.18555,-0.76676},272.369}};
+ couchPos[] = {{{2.64648,-3.39258,-0.766787},87.3199}};
+ filingPos[] = {{{1.02148,1.80078,-0.766742},359.841},{{-1.57031,1.58008,-0.766741},359.563}};
+ pelicanPos[] = {{{0.382813,0.970703,-0.766773},269.105},{{-0.769531,-1.35352,-0.766773},73.6849}};
+ tablePos[] = {{{-0.646484,0.492188,-0.766783},90.0316}};
+ palletPos[] = {{{3.13672,-1.19922,-0.69166},0},{{-3.17773,-3.54102,-0.69166},0}};
+ };
+ class Land_BagBunker_Tower_F : Default
+ {
+ lootType = "mil";
+ pelicanPos[] = {{{-1.95508,-0.0195313,-0.90682},269.117},{{-0.703125,-2.67383,0.543192},212.824}};
+ shoeboxPos[] = {{{2.37891,-1.93555,-0.873341},0}};
+ palletPos[] = {{{-0.732422,2.07617,-2.17334},348},{{-0.771484,-2.21094,-2.17334},0}};
+ };
+ class Land_Offices_01_V1_F : Default
+ {
+ limit = 6;
+ shelfPos[] = {{{1.18555,3.91016,0.712739},359.463},{{-1.66797,-5.50195,-7.10147},270.268},{{7.38477,1.79688,4.63913},89.9385},{{7.48047,-4.49414,-3.18539},87.3787},{{8.3457,2.93164,-7.08514},270.832},{{12.4883,3.5293,-7.08517},89.032},{{-16.5742,6.37695,-7.08533},269.995}};
+ fridgePos[] = {{{8.60547,1.05273,-7.08536},261.917}};
+ couchPos[] = {{{6.63086,2.61133,-7.08539},359.378}};
+ cookerPos[] = {{{12.3555,2.48438,-7.0863},88.735}};
+ chairPos[] = {{{7.04297,-3.23633,0.71985},54.2617},{{6.82813,-6.80273,0.698915},116.603},{{12.1465,7.50391,-7.08539},21.1554},{{-15.248,7.0293,9.81961},126.25}};
+ filingPos[] = {{{-0.162109,3.8457,0.712403},355.347},{{-1.60547,-3.98047,-7.10168},270.008},{{5.1582,0.861328,4.62234},186.369},{{4.81445,3.93164,-3.18698},86.2954},{{5.69531,3.77148,-3.18649},2.55798},{{7.20898,3.4082,4.63931},72.0425},{{7.27148,3.89648,4.63947},84.6359},{{7.46289,-5.73047,-3.18564},89.5913},{{9.43164,-0.173828,4.63879},355.477},{{9.89063,-0.171875,4.63889},357.143},{{8.54883,7.85352,-7.08539},354.434},{{9.14648,7.85742,-7.08536},342.434},{{-16.377,4.77148,-7.08542},249.62},{{-16.3945,5.33789,-7.08539},272.711}};
+ pelicanPos[] = {{{-7.70508,3.27539,9.80328},165.226},{{11.9551,-0.947266,4.63934},22.6672},{{-11.2246,-9.87695,9.81973},358.384}};
+ tablePos[] = {{{7.39453,-4.98242,0.717866},89.9971}};
+ lockerPos[] = {{{10.3047,7.74805,-7.08533},359.889}};
+ toolRackPos[] = {{{5.50781,4.16016,4.63971},0.0171576}};
+ shoeboxPos[] = {{{3.23438,-0.361328,4.62201},314.676},{{-13.8223,3.53125,9.81958},272.283}};
+ palletPos[] = {{{-5.23438,1.21875,9.83307},348},{{6.88477,-4.91602,9.83307},348},{{-7.91797,-7.52734,9.83307},348},{{10.6992,-4.91602,4.62271},0},{{11.6484,6.89063,9.83307},348}};
+ freezerPos[] = {{{12.332,1.18555,-7.08542},90}};
+ cabinetPos[] = {{{4.25293,0.552734,5.96314},270},{{10.2202,0.577637,-5.76687},270}};
+ };
+ class Land_d_Stone_Shed_V1_F : Default
+ {
+ bedPos[] = {{{2.83203,1.8418,-0.0155029},269.824}};
+ palletPos[] = {{{1.93164,-3.32227,-10},348}};
+ };
+ class Land_i_House_Small_01_V1_F : Default
+ {
+ shelfPos[] = {{{0.712891,2.01953,-1.06801},179.636}};
+ fridgePos[] = {{{2.66992,4.35742,-1.06878},359.99}};
+ bedPos[] = {{{-3.06641,0.388672,-1.06846},273.681}};
+ couchPos[] = {{{-1.00195,-3.09766,-1.06751},91.678}};
+ wardrobePos[] = {{{-4.11914,-1.85938,-1.08958},269.028}};
+ cookerPos[] = {{{3.91992,4.31055,-1.06914},359.993}};
+ chairPos[] = {{{0.800781,-1.12109,-1.06701},74.3133},{{-3.79492,2.57031,-1.06882},227.565},{{-3.71875,-3.625,-1.05222},229.261}};
+ tablePos[] = {{{-1.875,2.26172,-1.06836},180.248}};
+ };
+ class Land_i_House_Small_01_V2_F : Land_i_House_Small_01_V1_F {};
+ class Land_i_House_Small_01_V3_F : Land_i_House_Small_01_V1_F {};
+ class Land_u_House_Big_01_V1_F : Default
+ {
+ shelfPos[] = {{{1.56055,0.982422,-2.59135},359.087},{{3.06836,-2.5918,0.82871},183.405},{{1.39258,-6.70508,-2.59135},182.249},{{3.20703,6.94922,-2.59135},3.01586}};
+ fridgePos[] = {{{0.0546875,6.88477,-2.59135},357.87}};
+ bedPos[] = {{{-3.03711,-5.87109,0.828626},91.7906},{{3.26758,-5.99805,0.828626},95.6288},{{3.30273,6.26758,0.828626},272.1}};
+ couchPos[] = {{{0.482422,-1.69141,0.828588},90.019},{{-0.523438,-2.12305,-2.59137},184.381},{{-3.01172,5.27344,-2.59138},177.246},{{-2.76172,6.18164,0.828629},269.359}};
+ wardrobePos[] = {{{4.35352,-3.9375,0.828695},91.5199},{{4.29102,4.18945,0.828744},90.0946}};
+ cookerPos[] = {{{1.33398,6.96289,-2.59177},359.496}};
+ chairPos[] = {{{-2.83594,-0.570313,-2.68137},75.9432},{{-2.95898,-2.29102,-2.68137},82.8292},{{0.705078,3.7832,0.828643},180.005},{{-3.65039,2.18164,0.828628},313.022},{{4.05078,3.9043,-2.5792},111.554}};
+ tablePos[] = {{{1.75977,0.580078,0.828625},359.479},{{0.232422,-6.57813,0.828625},180.157},{{4.20898,-5.11133,-2.59138},90.4264}};
+ toolRackPos[] = {{{-2.86523,1.09375,-2.5914},179.843}};
+ freezerPos[] = {{{1.55859,3.71289,-2.61788},177}};
+ };
+ class Land_i_House_Big_01_V1_F : Default
+ {
+ shelfPos[] = {{{-3.33594,2.69336,0.828649},0.965714},{{2.96875,3.44531,-2.59135},182.75},{{3.70898,-2.63867,0.828707},180.077},{{-4.09961,2.03516,-2.59135},269.739}};
+ fridgePos[] = {{{4.11914,3.69922,-2.59135},168.186},{{-3.92578,6.73633,0.828675},290.478}};
+ bedPos[] = {{{0.835938,-4.21289,0.828626},273.228},{{3.64844,-4.54688,0.828626},1.43391},{{3.29297,6.20508,0.828626},273.903}};
+ couchPos[] = {{{-3.18359,-1.30273,0.828621},181.307},{{3.11328,4.48633,0.828624},89.1209},{{-2.99609,5.30859,-2.59138},178.667},{{3.05664,-5.85938,-2.59137},90.8967}};
+ wardrobePos[] = {{{-3.63281,3.60742,0.828697},179.668},{{4.30273,-3.64844,-2.59128},90},{{-2.66016,-6.70117,0.828702},181.241}};
+ cookerPos[] = {{{1.91016,3.75781,-2.59176},181.387}};
+ chairPos[] = {{{1.875,0.488281,-2.59136},12.1387},{{2.37305,0.478516,0.85181},84.246},{{-3,-0.240234,-2.68137},57.9483},{{-2.76953,-2.30664,-2.68137},80.3317}};
+ tablePos[] = {{{-1.17188,-1.95703,-2.59138},270.249},{{0.105469,6.84375,0.828627},0.00192261}};
+ toolRackPos[] = {{{-2.8125,1.09375,-2.59139},180.224}};
+ freezerPos[] = {{{0.59375,6.80273,-2.61788},3}};
+ };
+ class Land_i_House_Big_01_V2_F : Land_i_House_Big_01_V1_F {};
+ class Land_i_House_Big_01_V3_F : Land_i_House_Big_01_V1_F {};
+ class Land_Hospital_side1_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{-5.40039,2.9082,-7.91957},2.14935},{{-6.25,-7.61719,-7.92645},270.854},{{2.96484,10.916,7.44774},359.647},{{9.71289,-6.21289,-7.92565},87.4192}};
+ fridgePos[] = {{{-2.66797,-11.2949,-7.92739},179.351}};
+ bedPos[] = {{{-0.912109,-3.25195,-7.92176},91.7708},{{4.10547,-3.19141,-7.92099},89.6996},{{-0.625,-5.79688,-7.92326},266.29}};
+ couchPos[] = {{{-0.386719,1.90234,-7.91998},271.421}};
+ cookerPos[] = {{{-3.70898,-11.1738,-7.92829},180.136}};
+ chairPos[] = {{{7.83008,2.53906,-7.92018},340.336},{{9.28516,2.51367,-7.92017},27.1802}};
+ pelicanPos[] = {{{-4.66016,7.12695,-0.617266},177.338}};
+ lockerPos[] = {{{-6.14063,0.242188,-7.92175},268.608},{{9.47656,0.0429688,-7.92081},89.4555}};
+ toolRackPos[] = {{{-0.167969,6.7832,7.44031},0.197876},{{9.93164,5.09375,-7.92028},90.4358}};
+ shoeboxPos[] = {{{9.5293,-5.36328,7.43984},95.593},{{0.126953,11.4395,2.38099},90}};
+ palletPos[] = {{{5.7207,5.69727,7.451},90},{{-2.02539,10.0586,-7.89901},90},{{8.43945,-6.91016,7.451},90}};
+ freezerPos[] = {{{9.43945,-8.53906,-7.90901},90}};
+ cabinetPos[] = {{{-6.39502,-5.93945,-6.56894},0},{{9.81006,-4.22998,-6.56894},180}};
+ };
+ class Land_Hospital_side2_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{4.34766,-10.8809,-8.13902},179.22},{{-5.95703,-10.9258,-8.13085},178.43},{{15.5547,-1.91211,-8.13092},359.336}};
+ fridgePos[] = {{{-8.25586,-8.94922,-8.13093},267.631}};
+ couchPos[] = {{{-7.19336,1.38867,-8.13095},179.136}};
+ cookerPos[] = {{{-8.17969,-10.1816,-8.13134},269.372}};
+ pelicanPos[] = {{{-7.36133,3.00391,11.219},282.51},{{-10.5195,-4.00586,7.23841},237.441}};
+ lockerPos[] = {{{-1.35938,-10.7207,-8.13079},180.383},{{8.24609,-10.7422,-8.13077},178.528},{{11.8438,-10.709,-8.13078},179.892}};
+ toolRackPos[] = {{{-8.71094,-3.51367,-8.13078},270}};
+ palletPos[] = {{{1.34766,-0.410156,-8.14045},90},{{-5.58203,-0.400391,-8.14045},90},{{6.58008,3.79297,-8.14045},90}};
+ freezerPos[] = {{{-4.11914,-10.6406,-8.14045},180}};
+ cabinetPos[] = {{{0.117188,-1.76221,-6.77038},90},{{1.33496,-11.0347,-6.77038},270},{{14.6304,-11.0347,-6.77038},270}};
+ };
+ class Land_Hospital_main_F : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{14.3516,-2.75781,-8.04017},90.0092},{{14.4102,-10.8027,-8.04031},88.6201},{{6.71875,-18.9082,7.32756},88.904}};
+ chairPos[] = {{{-10.5098,-12.3008,-8.04206},272.027},{{4.49805,19.1055,-8.03925},359.681},{{6.66016,19.1504,-8.0383},356.209},{{0.691406,-20.6602,-8.03756},178.007},{{9.58594,19.1191,-8.03699},359.114},{{5.51953,-20.6738,-8.03836},179.692}};
+ pelicanPos[] = {{{5.98242,-6.33008,7.32735},22.9554},{{10.6816,0.878906,-7.01696},300.456}};
+ tablePos[] = {{{3.35938,-20.6563,-8.04205},179.332}};
+ lockerPos[] = {{{14.1875,10.0137,-8.03923},88.9373},{{14.1895,12.209,-8.03929},89.9901},{{14.2285,14.4941,-8.03952},89.9901}};
+ shoeboxPos[] = {{{-1.01367,-4.61133,-1.04287},188.531},{{12.9023,-7.36914,7.32734},210.758}};
+ palletPos[] = {{{-10.0547,-6.80469,-8.05151},180},{{1.62305,18.627,-8.05151},180}};
+ cabinetPos[] = {{{14.5366,-0.879883,-6.88591},180},{{14.5056,-9.5127,-6.88591},180}};
+ };
+ class Land_d_Shop_02_V1_F : Default
+ {
+ shelfPos[] = {{{-1.25195,-3.0293,-2.79755},250.062},{{1.2793,-4.13867,-2.79765},178.402},{{-5.04688,2.14063,1.0899},273.409}};
+ fridgePos[] = {{{-1.77148,4.04688,-2.79756},99.5686}};
+ couchPos[] = {{{2.12891,-2.2168,1.09474},94.155}};
+ chairPos[] = {{{4.9707,-3.16992,1.09518},180.623},{{-4.48633,4.00586,-2.79765},325.405},{{-4.54883,4.10352,1.08889},330.581}};
+ pelicanPos[] = {{{0.566406,1.81445,4.50349},353.316}};
+ palletPos[] = {{{-4.0918,-2.88086,-2.45702},238},{{4.7832,4.58984,-2.52702},238}};
+ };
+ class Land_d_House_Small_01_V1_F : Default
+ {
+ shelfPos[] = {{{6.82813,6.42285,-0.861197},354.675}};
+ fridgePos[] = {{{8.44141,2.11035,-0.859908},88.0808}};
+ couchPos[] = {{{4.75,-0.15918,-0.859535},359.982}};
+ chairPos[] = {{{3.43359,4.36914,-0.860575},180.154},{{8.06641,5.74316,-0.861},27.7226}};
+ pelicanPos[] = {{{1.42969,-1.45898,2.73048},98.759}};
+ palletPos[] = {{{0.865234,-1.24414,-0.196001},238}};
+ };
+ class Land_Church_01_V1_F : Default
+ {
+ wardrobePos[] = {{{4.5957,5.27051,-6.49416},180.222}};
+ chairPos[] = {{{5.29492,-5.31055,-6.49177},10.1886}};
+ pelicanPos[] = {{{-5.17969,5.49414,-5.52077},284.503}};
+ shoeboxPos[] = {{{-5.70313,-4.57422,-5.49586},271.096}};
+ palletPos[] = {{{-4.17969,-5.43848,-5.50872},238}};
+ };
+ class Land_Castle_01_tower_F : Default
+ {
+ shelfPos[] = {{{2.58398,2.0791,-9.50637},85.6591}};
+ couchPos[] = {{{-1.63281,-1.07617,-9.50639},183.524}};
+ chairPos[] = {{{-2.01953,-1.68555,7.91612},225.648}};
+ pelicanPos[] = {{{2.05469,-1.40527,7.91612},117.265}};
+ palletPos[] = {{{-1.76758,2.14648,-9.5529},238}};
+ };
+ class Land_dp_bigTank_F : Default
+ {
+ pelicanPos[] = {{{0.326172,-0.174805,3.57153},253.033}};
+ palletPos[] = {{{-2.50781,-3.73828,3.60099},180},{{-2.02734,4.60449,3.60099},238}};
+ };
+ class Land_i_House_Small_02_V1_F : Default
+ {
+ fridgePos[] = {{{-3.27148,0.0527344,-0.734623},270.037}};
+ bedPos[] = {{{6.20313,-2.11328,-0.726701},91.5496}};
+ couchPos[] = {{{-0.511719,-1.35156,-0.735134},1.5394},{{6.25391,0.796875,-0.726635},2.02849}};
+ wardrobePos[] = {{{1.42578,-2.14453,-0.732787},274.294}};
+ cookerPos[] = {{{-3.22266,2.26367,-0.727057},270.633}};
+ chairPos[] = {{{1.82813,-0.0859375,-0.732331},294.633},{{3.58398,-2.61719,-0.730065},188.429}};
+ tablePos[] = {{{4.15039,2.44727,-0.726453},0.13829}};
+ };
+ class Land_i_House_Small_02_V2_F : Land_i_House_Small_02_V1_F {};
+ class Land_i_House_Small_02_V3_F : Land_i_House_Small_02_V1_F {};
+ class Land_Chapel_V1_F : Default
+ {
+ wardrobePos[] = {{{6.00195,-3.92969,-2.83485},179.372},{{6.51758,3.87891,-2.83486},0.951279}};
+ chairPos[] = {{{-5.87305,-3.24414,-2.83491},100.36}};
+ pelicanPos[] = {{{6.86914,0.0175781,-2.63492},267.468}};
+ tablePos[] = {{{-4.00977,-1.36523,-2.83493},269.847}};
+ shoeboxPos[] = {{{1.01758,-1.21484,-2.83492},277.811},{{3.37695,3.05078,-2.83492},276.733},{{-1.56445,-4.63281,-1.51178},1.34718}};
+ palletPos[] = {{{-6.60352,-0.580078,-2.83143},107}};
+ };
+ class Land_Chapel_V2_F : Land_Chapel_V1_F {};
+ class Land_Chapel_Small_V1_F : Default
+ {
+ chairPos[] = {{{3.26953,0.988281,-0.894284},95.6997}};
+ pelicanPos[] = {{{1.88379,-1,-0.54896},269.755}};
+ shoeboxPos[] = {{{-0.423828,-1.18945,-0.9293},272.97}};
+ palletPos[] = {{{5.34961,1.12695,-10},107}};
+ };
+ class Land_Chapel_Small_V2_F : Default
+ {
+ chairPos[] = {{{1.81445,1.00391,-0.894289},263.639},{{1.86621,-1.23633,-0.894289},264.855}};
+ pelicanPos[] = {{{-0.228516,-0.994141,-0.54997},264.521}};
+ tablePos[] = {{{3.75586,-0.105469,-0.894377},89.9709}};
+ shoeboxPos[] = {{{-0.333984,-0.396484,-0.9293},269.367}};
+ };
+ class Land_Unfinished_Building_02_F : Default
+ {
+ shelfPos[] = {{{-3.17188,-1.88086,0.949918},269.1},{{5.81641,1.0918,-2.52319},89.9583},{{5.91406,0.357422,0.950038},90.0202},{{-7.89746,0.162109,0.949969},268.502}};
+ bedPos[] = {{{-4.95898,3.81641,0.949724},2.84769}};
+ couchPos[] = {{{-0.923828,-4.65039,0.949726},89.1011},{{-6.69727,1.0293,-2.52443},191.658}};
+ pelicanPos[] = {{{0.539063,3.33398,0.949805},48.6076}};
+ lockerPos[] = {{{2.0166,4.06055,0.949846},269.094}};
+ toolRackPos[] = {{{1.55176,-1.90625,0.949803},90}};
+ shoeboxPos[] = {{{-2.40234,3.50586,-2.29579},316.814}};
+ palletPos[] = {{{3.5625,-2.18359,-2.38678},107},{{-4.375,3.11133,-2.43678},107},{{-7.12988,-2.27539,-2.38678},107}};
+ };
+ class Land_Unfinished_Building_01_F : Default
+ {
+ shelfPos[] = {{{1.72168,-2.44336,1.17171},270.818},{{-4.88184,2.35938,1.17171},269.023},{{-3.98438,6.07227,-2.33344},359.657}};
+ pelicanPos[] = {{{-0.557617,5.36523,4.46878},7.08017},{{-1.00684,5.38867,-2.33351},80.4785}};
+ toolRackPos[] = {{{-5.13184,4.25,1.1717},270.006}};
+ shoeboxPos[] = {{{-0.368164,5.74023,-2.31357},26.9766}};
+ palletPos[] = {{{-2.25879,-1.67578,1.17496},107},{{-3.6416,-1.50586,-2.30504},107}};
+ };
+ class Land_i_Garage_V1_F : Default
+ {
+ shelfPos[] = {{{-1.55078,2.56055,-0.123878},2.39618},{{1.91309,2.57422,-0.123676},359.724}};
+ fridgePos[] = {{{2.73438,-2.17188,-0.123873},182.516},{{4.35547,-1.73828,-0.123592},152.206}};
+ cookerPos[] = {{{0.046875,-2.07031,-0.124327},178.265},{{4.73438,-0.0839844,-0.124328},90}};
+ chairPos[] = {{{-3.29883,2.07813,-0.115259},30.7671},{{-3.37695,-2.0293,-0.108249},179.713}};
+ toolRackPos[] = {{{0.271484,2.77539,-0.124063},0.0454407}};
+ freezerPos[] = {{{1.19922,-1.98047,-0.116426},176}};
+ };
+ class Land_i_Shop_01_V1_F : Default
+ {
+ shelfPos[] = {{{-3.48438,-1.17578,-2.788},268.197},{{3.14453,4.45508,-2.78799},180.136}};
+ fridgePos[] = {{{1.59961,4.04297,-2.78796},85.053}};
+ bedPos[] = {{{-2.6543,2.58594,1.08346},176.063}};
+ couchPos[] = {{{-2.60742,2.36133,-2.78802},178.997}};
+ wardrobePos[] = {{{1.71094,1.96094,1.10037},90.3614}};
+ cookerPos[] = {{{1.47656,0.724609,-2.7976},91.1}};
+ chairPos[] = {{{-3.06836,-1.5293,1.08361},216.965},{{-3.23242,6.06445,1.08373},271.268},{{-3.09766,6.14063,-2.78284},312.75}};
+ pelicanPos[] = {{{-2.66016,-3.25195,1.07017},300.566}};
+ freezerPos[] = {{{1.54688,2.13867,-2.7976},91.1}};
+ };
+ class Land_i_Shop_01_V2_F : Land_i_Shop_01_V1_F {};
+ class Land_i_Shop_01_V3_F : Land_i_Shop_01_V1_F {};
+ class Land_u_Shop_01_V1_F : Default
+ {
+ shelfPos[] = {{{1.78516,-0.0390625,-2.90725},88.4493},{{-3.54688,-0.136719,-2.90725},269.105},{{-3.5332,-1.28711,-2.90719},270}};
+ fridgePos[] = {{{1.63086,4.2793,-2.90721},88.9036}};
+ bedPos[] = {{{-2.75195,-0.902344,0.964377},184.931}};
+ couchPos[] = {{{0.546875,1.35742,0.963423},8.58237},{{-2.38672,2.46484,-2.90728},183.604}};
+ wardrobePos[] = {{{-3.41992,2.08984,0.964587},270.137},{{-3.36719,5.67578,-2.90725},269.105}};
+ cookerPos[] = {{{3.19727,4.55469,-2.90767},182.053}};
+ chairPos[] = {{{0.945313,4.17188,0.962904},81.2836},{{-2.9707,3.94727,0.964307},304.317}};
+ pelicanPos[] = {{{-2.71094,6.19141,0.964416},326.125}};
+ toolRackPos[] = {{{2.03125,1.91406,-2.90729},90}};
+ palletPos[] = {{{0.800781,-1.02539,0.953138},91.1},{{0.273438,8.36328,-3.16686},91.1}};
+ };
+ class Land_u_Shop_02_V1_F : Default
+ {
+ shelfPos[] = {{{-0.126953,2.28711,-2.7004},358.842},{{-4.41406,4.35938,-2.69497},355.221}};
+ bedPos[] = {{{-4.14648,-3.36914,1.21215},101.364}};
+ couchPos[] = {{{-0.917969,1.4707,1.21215},275.214},{{-0.701172,-2.85156,-2.69499},179.577}};
+ wardrobePos[] = {{{-5.29297,1.41602,1.21222},274.211}};
+ cookerPos[] = {{{-2,3.81641,-2.69536},88.9063}};
+ chairPos[] = {{{2.67773,-3.54297,1.21222},123.36},{{-3.26953,-3.9375,-2.69715},150.356}};
+ pelicanPos[] = {{{2.83984,3.80273,1.21219},68.5479}};
+ lockerPos[] = {{{-5.19336,1.49219,-2.69484},269.367}};
+ toolRackPos[] = {{{-2.47852,-1.13086,-2.69459},89.5903}};
+ palletPos[] = {{{2.65234,-3.43359,-2.68103},91.1}};
+ };
+ class Land_i_Shop_02_V1_F : Default
+ {
+ shelfPos[] = {{{3.26367,-1.38867,1.21217},90.8952},{{-2.08203,-2.95703,-2.69497},269.105},{{-1.02539,-4.35742,-2.69497},180.056},{{-5.05078,4.06055,-2.69497},316.341}};
+ fridgePos[] = {{{-1.98047,3.92383,-2.6833},90.3202},{{-5.27734,3.7793,1.21222},279.71}};
+ bedPos[] = {{{-0.222656,1.53906,1.21215},273.796}};
+ couchPos[] = {{{0.4375,1.25391,-2.70038},267.738},{{0.759766,-3.41016,1.21215},92.1877}};
+ wardrobePos[] = {{{2.8125,4.05664,1.21287},9.59067}};
+ cookerPos[] = {{{-5.24609,1.91992,-2.69537},270}};
+ chairPos[] = {{{-2.39258,-3.73633,1.21216},148.243},{{-4.91406,-1.41211,1.21217},307.249},{{4.62891,3.41992,1.21202},300.318},{{-4.88477,-3.74023,1.21216},223.381}};
+ pelicanPos[] = {{{4.62695,-3.32031,1.21216},96.5193}};
+ tablePos[] = {{{-1.75391,-1.13086,-2.69498},258.801},{{-3.5957,-2.40234,1.21215},178.44}};
+ lockerPos[] = {{{-2.96484,-3.17773,-2.6967},86.8359}};
+ toolRackPos[] = {{{-2.52344,-0.677734,-2.69483},89.3848}};
+ freezerPos[] = {{{0.943359,-4.0625,-2.69103},179.201}};
+ };
+ class Land_i_Shop_02_V2_F : Land_i_Shop_02_V1_F {};
+ class Land_i_Shop_02_V3_F : Land_i_Shop_02_V1_F {};
+ class Land_d_Shop_01_V1_F : Default
+ {
+ shelfPos[] = {{{0.605469,-1.54102,-2.90717},299.385},{{4.18555,0.601563,-2.90725},61.8762}};
+ fridgePos[] = {{{4.00195,2.49414,-2.90721},89.2228}};
+ bedPos[] = {{{3.50781,-0.328125,0.96386},7.76802}};
+ couchPos[] = {{{0.0292969,-2.46289,0.964392},181.746}};
+ cookerPos[] = {{{4.14648,2.53125,0.962579},89.109}};
+ chairPos[] = {{{-0.193359,1.15234,-2.90727},319.613},{{3.76758,-3.32617,0.964494},152.858}};
+ pelicanPos[] = {{{1.72461,1.38086,4.25002},148.152}};
+ lockerPos[] = {{{4.16016,3.7207,-2.90727},177.719}};
+ toolRackPos[] = {{{4.625,-1.60938,-2.90729},90.0519}};
+ palletPos[] = {{{-0.251953,-5.05664,-10},179.201}};
+ };
+ class Land_i_Addon_02_V1_F : Default
+ {
+ fridgePos[] = {{{3.17969,3.81641,0.0858998},89.972}};
+ bedPos[] = {{{-0.154297,3.38086,0.085825},276.397}};
+ wardrobePos[] = {{{-2.44922,3.91602,0.0865474},359.106}};
+ chairPos[] = {{{0.693359,0.376953,0.0858068},160.478}};
+ tablePos[] = {{{-2.86133,1.26953,0.0858245},269.367}};
+ palletPos[] = {{{0.418823,-1.67969,-10},180}};
+ };
+ class Land_u_Addon_02_V1_F : Land_i_Addon_02_V1_F {};
+ class Land_d_Addon_02_V1_F : Default
+ {
+ couchPos[] = {{{-0.962891,2.74805,0.41301},261.447}};
+ pelicanPos[] = {{{1.94531,2.58301,0.439629},350.421}};
+ palletPos[] = {{{-2.35156,0.995117,0.423958},187.201},{{3.19336,1.2168,0.413958},187.201}};
+ };
+ class Land_d_Stone_HouseSmall_V1_F : Default
+ {
+ shelfPos[] = {{{7.36328,2.99121,-0.59085},87.8075}};
+ fridgePos[] = {{{3.63281,-1.93262,-0.616286},268.761}};
+ bedPos[] = {{{10.1387,2.39941,-0.585113},271.572}};
+ couchPos[] = {{{-0.128906,-0.958008,-0.578321},80.7286}};
+ tablePos[] = {{{1.56055,2.4541,-0.599906},3.8147},{{7.77539,-0.0078125,-0.597849},341.959}};
+ palletPos[] = {{{-6.20508,1.12988,-0.453797},187.201}};
+ };
+ class Land_i_Stone_HouseSmall_V3_F : Default
+ {
+ shelfPos[] = {{{0.423828,0.0566406,-0.65061},91.2415},{{8.48047,-0.707031,-0.614687},178.388}};
+ fridgePos[] = {{{1.63477,-0.37207,-0.645178},237.969}};
+ bedPos[] = {{{-7.63867,3.78809,-0.637772},284.46}};
+ couchPos[] = {{{-3.54297,3.81445,-0.635458},279.006},{{6.89453,3.41211,-0.618565},306.201}};
+ wardrobePos[] = {{{-5.28516,-0.365234,-0.67601},152.535}};
+ cookerPos[] = {{{3.74414,-0.546875,-0.636206},178.279}};
+ chairPos[] = {{{-0.378906,4.13086,-0.630233},34.7144}};
+ tablePos[] = {{{-2.85547,1.70898,-0.659347},164.896},{{5.85547,2.18652,-0.626413},196.919}};
+ palletPos[] = {{{9.33398,-2.30273,-10},187.201}};
+ };
+ class Land_i_Stone_HouseSmall_V2_F : Default
+ {
+ shelfPos[] = {{{4.76758,-0.796875,-0.631255},179.539},{{-9.4043,1.01563,-0.670586},267.808}};
+ fridgePos[] = {{{1.48047,-0.0341797,-0.645909},258.003}};
+ bedPos[] = {{{-1.64648,4.09277,-0.631337},292.711}};
+ couchPos[] = {{{-5.07031,0.208008,-0.67044},95.3583}};
+ wardrobePos[] = {{{-0.00585938,-0.03125,-0.648986},126.318}};
+ cookerPos[] = {{{5.89258,4.7959,-0.619837},359.875}};
+ chairPos[] = {{{8.50977,0.861328,-0.614511},139.91},{{8.43945,3.40625,-0.614825},57.7087}};
+ pelicanPos[] = {{{-8.76563,4.50488,-0.630112},339.768}};
+ tablePos[] = {{{-5.22852,2.18652,-0.655036},2.32285}};
+ };
+ class Land_i_Stone_HouseSmall_V1_F : Land_i_Stone_HouseSmall_V2_F {};
+ class Land_i_Stone_Shed_V3_F : Default
+ {
+ bedPos[] = {{{-2.78711,2.84375,-0.126943},174.67}};
+ wardrobePos[] = {{{0.425781,4.04688,-0.139276},1.30153}};
+ cookerPos[] = {{{-1.9375,-0.209961,-0.127349},176.707}};
+ tablePos[] = {{{2.2207,2.56445,-0.126943},75.8372}};
+ };
+ class Land_i_Stone_Shed_V2_F : Default
+ {
+ fridgePos[] = {{{2.71875,3.87891,-0.126784},68.5485}};
+ bedPos[] = {{{-2.76758,2.82813,-0.126943},180.094}};
+ couchPos[] = {{{-1.91602,0.928711,0.00655437},98.2006}};
+ tablePos[] = {{{0.671875,1.21875,-0.126942},176.837}};
+ };
+ class Land_i_Stone_Shed_V1_F : Default
+ {
+ bedPos[] = {{{-2.9209,0.884766,-0.126943},183.73}};
+ couchPos[] = {{{-0.408203,3.18359,-0.126948},274.981}};
+ chairPos[] = {{{-3.11133,3.29883,-0.126935},304.61}};
+ tablePos[] = {{{0.279297,-0.111328,-0.126944},178.227}};
+ toolRackPos[] = {{{3.20313,3.35938,-0.126961},88.6889}};
+ };
+ class Land_d_Stone_HouseBig_V1_F : Default
+ {
+ shelfPos[] = {{{-1.88477,1.23047,-1.6673},89.1051}};
+ fridgePos[] = {{{-2.71875,-3.03711,-1.66745},188.243}};
+ bedPos[] = {{{-2.0498,-2.62891,1.19249},98.1494}};
+ couchPos[] = {{{2.18457,-1.48438,-1.61955},5.4863}};
+ wardrobePos[] = {{{-1.54102,1.11914,1.19367},340.004}};
+ chairPos[] = {{{-0.714844,-3.05078,-1.6675},178.582}};
+ pelicanPos[] = {{{4.28516,-0.453125,1.20476},87.2772}};
+ tablePos[] = {{{-2.75977,-0.654297,1.19248},274.611}};
+ shoeboxPos[] = {{{-0.728516,0.9375,-0.647514},33.2239}};
+ palletPos[] = {{{1.16309,-2.74805,1.18598},98.2006}};
+ };
+ class Land_i_Stone_HouseBig_V3_F : Default
+ {
+ shelfPos[] = {{{-1.8916,1.73047,-1.68199},270.888},{{0.605469,3.55469,1.19272},359.924},{{4.22168,-1.08594,1.19272},175.587}};
+ fridgePos[] = {{{-1.59277,-0.886719,-1.68134},246.969}};
+ bedPos[] = {{{-0.640625,-0.460938,1.19249},91.5507}};
+ couchPos[] = {{{3.75488,1.30664,-1.66749},9.91046}};
+ wardrobePos[] = {{{-1.41113,2.97461,1.19534},300.8}};
+ chairPos[] = {{{-1.52539,1.28516,1.1925},266.593}};
+ tablePos[] = {{{0.642578,-0.855469,-1.67561},187.85},{{2.20898,-0.970703,1.19249},176.776}};
+ shoeboxPos[] = {{{0.287109,3.42773,-0.594017},98.2006}};
+ };
+ class Land_i_Stone_HouseBig_V2_F : Land_i_Stone_HouseBig_V3_F {};
+ class Land_i_Stone_HouseBig_V1_F : Land_i_Stone_HouseBig_V3_F {};
+ class Land_d_House_Big_02_V1_F : Default
+ {
+ shelfPos[] = {{{0.669922,-1.39453,-3.06634},90},{{2.7373,4.13477,0.463613},90},{{-5.60547,4.73633,-3.0663},338.985}};
+ fridgePos[] = {{{2.41797,0.193359,-3.06639},156.125}};
+ bedPos[] = {{{0.832031,1.24023,0.463591},73.8195}};
+ couchPos[] = {{{1.16406,3.83398,-3.06641},285.269}};
+ wardrobePos[] = {{{-5.1709,0.628906,0.46367},210.054}};
+ cookerPos[] = {{{-5.51367,-5.44727,-2.91562},283.817}};
+ chairPos[] = {{{-5.57617,0.324219,-3.06635},249.612},{{-5.49219,-2.3457,0.523658},265.17}};
+ pelicanPos[] = {{{1.33398,6.15625,0.40361},34.738}};
+ tablePos[] = {{{-1.68457,4.60742,0.463591},357.124}};
+ palletPos[] = {{{1.80078,-5.45703,-2.37291},98.2006}};
+ };
+ class Land_u_House_Big_02_V1_F : Default
+ {
+ shelfPos[] = {{{-3.04102,-1.03125,0.962879},0},{{-3.25195,0.0253906,-2.40712},185.201}};
+ fridgePos[] = {{{2.1748,-1.3457,-2.40712},85}};
+ bedPos[] = {{{3.27832,0.75,0.939383},94.647}};
+ couchPos[] = {{{3.25391,0.902344,-2.57062},90.0017},{{-3.19824,2.6543,0.939378},187.634}};
+ wardrobePos[] = {{{1.70801,4.85156,0.939409},359.848}};
+ cookerPos[] = {{{-1.25,-3.69336,-2.40712},185.201}};
+ chairPos[] = {{{-3.16992,0.291016,0.939465},245.407},{{-3.71875,-3.23047,-2.40712},215.201},{{3.91016,4.31836,-2.40712},49.2006}};
+ pelicanPos[] = {{{3.94434,4.5,0.939445},20.8601}};
+ tablePos[] = {{{-1.43262,2.4707,0.939383},85.2193},{{-3.81055,3.12305,-2.40712},272.201}};
+ };
+ class Land_i_House_Big_02_V1_F : Default
+ {
+ shelfPos[] = {{{-4.27734,0.900391,0.757645},273.29},{{4.46875,4.30664,-2.64969},89.2152}};
+ fridgePos[] = {{{1.91797,-1.44141,-2.64966},87.5481}};
+ bedPos[] = {{{2.97656,0.740234,0.757623},89.4966}};
+ couchPos[] = {{{2.94531,0.919922,-2.64972},92.2641},{{0.375,4.0293,0.757618},270.255}};
+ wardrobePos[] = {{{4.24219,4.36523,0.757747},92.8048}};
+ cookerPos[] = {{{-1.25,-3.58008,-2.63541},184.944}};
+ chairPos[] = {{{-3.75586,0.412109,-2.6497},231.099},{{-3.82227,-1.31445,0.757625},308.225},{{2.06641,4.59961,-2.6497},7.39194}};
+ pelicanPos[] = {{{3.12305,6.2168,0.697647},31.1078}};
+ tablePos[] = {{{-4.03906,2.14258,-2.64971},268.404}};
+ freezerPos[] = {{{-3.42383,-1.25195,-2.63541},360}};
+ };
+ class Land_i_House_Big_02_V2_F : Land_i_House_Big_02_V1_F {};
+ class Land_i_House_Big_02_V3_F : Land_i_House_Big_02_V1_F {};
+ class Land_i_House_Small_03_V1_F : Default
+ {
+ shelfPos[] = {{{-0.678711,4.01953,-0.0356882},270},{{5.26367,4.1875,-0.0356882},89}};
+ fridgePos[] = {{{1.34668,1.80469,-0.0356882},91.2}};
+ bedPos[] = {{{-4.05957,3.81641,-0.0356882},267}};
+ couchPos[] = {{{-4.2793,-0.507813,-0.0356882},180}};
+ wardrobePos[] = {{{-1.69336,-1.98828,-0.0356882},180},{{5.06543,1.43945,-0.0356882},89}};
+ cookerPos[] = {{{1.24902,2.82031,-0.0356882},89.2}};
+ chairPos[] = {{{-1.80762,4.16406,-0.0356882},40},{{2.73828,-5.79297,-0.0356882},219},{{4.80957,-5.86719,-0.0356882},149}};
+ tablePos[] = {{{4.98535,-2.73438,-0.0356882},89}};
+ palletPos[] = {{{-2.04004,-5.83203,-10},0}};
+ };
+ class Land_u_House_Small_02_V1_F : Default
+ {
+ shelfPos[] = {{{-0.0351563,-3.38086,-0.744917},179.437}};
+ fridgePos[] = {{{0.369141,-0.267578,-0.743873},91.2655}};
+ bedPos[] = {{{6.56055,1.06641,-0.735898},9.02117}};
+ couchPos[] = {{{5.23047,-2.19336,-0.738171},98.8483}};
+ wardrobePos[] = {{{1.43945,-2.625,-0.74296},270.844}};
+ cookerPos[] = {{{-3.2168,0.0839844,-0.745483},269.137}};
+ tablePos[] = {{{4.68359,2.11523,-0.736894},356.553}};
+ };
+ class Land_d_House_Small_02_V1_F : Default
+ {
+ fridgePos[] = {{{7.47266,-0.1875,-0.999054},79.7224}};
+ bedPos[] = {{{2.45508,-0.201172,-0.981503},187.343},{{6.89844,1.89258,-1.00027},4.89485}};
+ chairPos[] = {{{4.09766,-2.04297,-0.9844},210.762},{{7.12305,-2.12109,-0.994862},135.992}};
+ palletPos[] = {{{-0.767578,-0.916016,-10},276}};
+ };
+ class Land_Lighthouse_small_F : Default
+ {
+ shelfPos[] = {{{-1.35547,-2.18555,-3.42188},191.463}};
+ chairPos[] = {{{-1.66309,1.66602,-3.4219},311.523}};
+ pelicanPos[] = {{{-1.16602,1.19336,-0.0622997},276}};
+ toolRackPos[] = {{{5.70996,0.291016,-3.42193},90}};
+ palletPos[] = {{{4.57031,-1.70898,-3.3823},276}};
+ };
+ class Land_WIP_F : Default
+ {
+ limit = 6;
+ shelfPos[] = {{{-0.957031,-4.42969,12.2029},358.087},{{-0.919922,-5.26563,0.396693},178.896},{{-2.20313,5.43164,0.323569},1.17821},{{2.03516,-6.10938,0.397176},14.9686},{{5.12598,-5.45313,8.32229},181.318},{{-6.88477,5.69922,8.33006},356.041},{{-6.33203,9.34375,4.2993},267.673},{{-5.47656,-11.3945,0.348352},178.537},{{-13.2139,1.17383,0.390545},90.2068},{{-13.2334,-2.94336,4.2993},86.318},{{14.3809,6.43945,4.29953},181.218},{{-9.65625,-12.791,12.2983},180.234},{{-12.9834,-10.2734,0.319984},89.2757}};
+ fridgePos[] = {{{-3.39063,-7.63477,0.37021},91.2212}};
+ bedPos[] = {{{6.81055,9.57617,0.352686},180.055}};
+ couchPos[] = {{{-0.21875,7.48438,0.331759},112.451},{{4.41992,-9.9707,4.29707},53.0242},{{-10.5244,4.81836,12.2371},79.3503},{{17.5283,-2.80859,0.327501},353.002},{{-16.7871,9.91406,0.370766},207.103}};
+ chairPos[] = {{{-8.98828,4.98828,0.37769},307.949},{{10.1426,-6.32813,0.338495},11.358},{{-14,6.58594,4.29928},138.034},{{-15.9365,7.62305,8.31643},107.749},{{-14.8984,9.5293,8.31799},137.305},{{-9.3418,-17.8223,0.310942},136.534}};
+ filingPos[] = {{{5.73438,6.36328,4.29928},183.682}};
+ pelicanPos[] = {{{9.72461,-10.5352,8.31388},118.227},{{-7.59766,-14.3633,12.2979},67.7859},{{23.1895,1.08008,4.30315},277.918}};
+ tablePos[] = {{{-17.8965,10.6133,8.31348},303.712}};
+ lockerPos[] = {{{-7.36816,-9.47852,4.29681},90.0775},{{-9.44043,-11.1738,4.29663},177.772},{{-8.14551,-14.9766,8.31173},180.659}};
+ toolRackPos[] = {{{1.60059,-5.43945,0.405369},180.797},{{2.0918,5.63867,0.351912},357.597},{{-2.88086,-12.0996,-0.00143886},360},{{14.0498,-5.80859,4.29928},359.535},{{-10.501,-15.4023,8.312},179.968}};
+ shoeboxPos[] = {{{9.66016,6.35352,4.31021},190.576},{{-3.89844,-11.2754,0.345911},173.847},{{28.7275,-2.26172,0.302157},142.217}};
+ palletPos[] = {{{-2.81641,3.73828,12.2086},15},{{-3.99902,-3.44336,12.2086},15},{{0.981445,-6.29688,8.33855},15},{{3.71094,6.82617,4.32855},182},{{-3.94727,-10.5742,8.33855},15},{{-5.66602,-9.97656,4.32855},345.6},{{-8.00586,10.6641,4.32855},182},{{-13.8838,-1.19727,0.338561},360},{{-15.0645,1.19141,8.33855},15},{{12.4063,10.8125,0.368561},265.5},{{-17.6748,-1.5,0.368561},265.5},{{-17.7871,-4.42773,4.32855},182},{{-15.6992,-10.6797,0.338561},360},{{23.7109,-1.23633,8.23855},289.5}};
+ };
+ class Land_i_Addon_03mid_V1_F : Default
+ {
+ couchPos[] = {{{-3.33203,0.30957,-0.0338135},176.588}};
+ pelicanPos[] = {{{3.95313,1.0918,-0.0338745},101.571}};
+ palletPos[] = {{{0.703125,-0.210938,-0.000281334},15}};
+ };
+ class Land_i_Addon_03_V1_F : Default
+ {
+ chairPos[] = {{{2.5,-0.929688,-0.0765305},346.611},{{-2.61914,-1.03125,-0.0765266},17.8128}};
+ palletPos[] = {{{3.56641,2.50391,-10},344},{{-3.58594,2.75,-10},15}};
+ };
+ class Land_i_Addon_04_V1_F : Default
+ {
+ chairPos[] = {{{-3.78711,-1.16211,0.050499},21.1258}};
+ pelicanPos[] = {{{-2.04883,0.263672,0.0532227},215.663}};
+ palletPos[] = {{{-0.130859,2.37695,-10},344}};
+ };
+ class Land_LightHouse_F : Default
+ {
+ chairPos[] = {{{1.64063,-3.0918,-11.1061},121.303}};
+ pelicanPos[] = {{{-0.318359,-3.61328,8.12647},220.41},{{0.697266,-4.32227,-11.1665},248.695}};
+ shoeboxPos[] = {{{-0.214844,-4.24609,-11.1689},225.43},{{1.87109,-4.14453,8.13151},344}};
+ };
+ class Land_GH_Gazebo_F : Default
+ {
+ shelfPos[] = {{{-5.49609,-1.95898,-1.76052},180.195}};
+ bedPos[] = {{{6.02734,1.77734,-1.76616},1.01784}};
+ couchPos[] = {{{-5.99219,1.83398,-1.76616},175.953}};
+ wardrobePos[] = {{{6.67773,-0.783203,-1.7661},88.4633}};
+ pelicanPos[] = {{{-0.517578,0.345703,-1.76613},47.9599}};
+ tablePos[] = {{{-6.71094,-0.613281,-1.76616},269.48}};
+ palletPos[] = {{{1.63672,1.53516,-1.76332},358},{{-2.40039,2.01953,-1.76332},290}};
+ };
+ class Land_GH_MainBuilding_right_F : Default
+ {
+ shelfPos[] = {{{1.30273,-7.28516,-1.06903},104.132}};
+ fridgePos[] = {{{3.30859,1.99219,-5.50915},196.553},{{0.769531,-6.8125,3.37646},185.624},{{1.35352,-11.4238,3.83718},14.2214},{{-14.1602,5.25781,-1.06901},244.418}};
+ bedPos[] = {{{-1.76758,1.86133,3.37644},290.999},{{-4.86328,1.69727,3.37644},18.4142},{{-1.08398,5.9043,-1.06907},197.348},{{6.74609,-1.57813,3.37643},24.4042},{{-3.48242,6.48047,-1.06907},21.0007},{{7.32031,1.24609,-1.06908},25.1119},{{-2.52734,10.3438,-5.50922},20.4328},{{8.82813,7.0293,-5.50922},26.5858},{{-10.5645,8.5625,-1.06908},24.9801},{{-13.9043,3.83008,3.37644},196.357},{{-12.2109,10.7422,-5.50922},201.181}};
+ couchPos[] = {{{4.1582,8.32813,-5.50922},23.8942}};
+ wardrobePos[] = {{{1.61328,-2.05078,-1.06904},192.819},{{1.00977,5.89063,-5.50915},195.313},{{5.52734,-4.44531,3.37651},170.013},{{-9.79492,0.988281,-1.06905},197.093},{{-10.9043,-3.53125,3.37651},199.701},{{-8.48242,13.2871,-5.50919},104.652}};
+ cookerPos[] = {{{2.11328,2.37109,-5.50961},195.987}};
+ chairPos[] = {{{-1.2207,-2.72656,3.37645},193.938},{{3.36523,2.84375,-1.06907},101.74},{{-10.2559,1.17578,3.37646},283.356},{{-9.08008,5.47266,-1.06906},268.731},{{-0.0585938,11.2246,-5.50921},304.857},{{-11.377,2.25977,3.37684},104.34}};
+ filingPos[] = {{{-4.86328,-8.57031,-1.069},282.224}};
+ pelicanPos[] = {{{-0.679688,-0.609375,-1.06897},139.998},{{-8.87891,5.31641,-5.50921},202.579},{{-15.1152,-1.07031,3.37656},307.599},{{-15.6387,-10.627,-5.5092},130.018}};
+ tablePos[] = {{{-0.0839844,1.53516,-1.06908},192.028},{{2.57422,-1.21094,3.37644},104.506},{{-6.80078,3.25781,-1.06908},194.092},{{-7.66602,-1.30859,3.37644},194.642},{{-0.845703,9.5293,-5.50922},284.72},{{-14.7227,0.589844,3.37643},196.169}};
+ lockerPos[] = {{{-4.8125,-5.11523,-1.06906},15.9695}};
+ palletPos[] = {{{8.36523,7.57813,-1.0171},37.2845},{{-4.83398,11.3008,-1.0171},357},{{-10.7734,12.9609,-1.0171},96}};
+ freezerPos[] = {{{-6.79492,-6.25781,-1.0171},283}};
+ };
+ class Land_GH_MainBuilding_middle_F : Default
+ {
+ shelfPos[] = {{{2.69238,3.21484,-8.37759},179.858},{{-5.88867,0.726563,-3.91598},105.411},{{5.24609,11.0605,-3.91652},270.656},{{-15.541,-6.12305,0.521439},14.5104},{{14.248,-9.52734,0.521439},256.088}};
+ fridgePos[] = {{{-15.1309,-2.81836,0.521437},13.9473}};
+ couchPos[] = {{{-13.6484,-0.876953,4.97235},195.253}};
+ wardrobePos[] = {{{14.1123,-3.39453,0.521494},346.293}};
+ chairPos[] = {{{6.45313,0.845703,-3.91599},247.596},{{-12.459,-3.85938,0.521418},73.8369},{{-5.72656,11.7988,-3.90909},37.8367},{{12.8564,5.21484,0.521416},112.013},{{-0.03125,-16.3359,4.97174},184.279},{{-6.17188,-16.8965,0.521433},185.345},{{-3.02246,21.9258,-9.01524},195.022}};
+ filingPos[] = {{{-4.35156,3.39844,-8.37744},205.858},{{-16.0371,-5.33398,0.521456},268.695}};
+ pelicanPos[] = {{{-1.16016,8.58008,-9.13322},288.066}};
+ tablePos[] = {{{14.1885,0.773438,4.97233},74.1932}};
+ lockerPos[] = {{{-16.1133,-9.58789,0.521435},196.292}};
+ toolRackPos[] = {{{4.72754,4.68555,-8.37762},90.6886}};
+ palletPos[] = {{{-6.27344,10.8496,0.576112},251},{{-14.5596,-8.70117,0.576112},251}};
+ freezerPos[] = {{{13.5488,-5.76953,0.576112},251}};
+ };
+ class Land_GH_MainBuilding_left_F : Default
+ {
+ shelfPos[] = {{{-1.02734,-7.3623,-1.06904},255.179},{{-8.17188,1.39258,-1.06893},255.243}};
+ fridgePos[] = {{{0.386719,-6.67578,3.37653},165.302},{{-6.97656,-0.431641,-1.06901},172.301},{{11.0391,-3.58008,3.37646},160.127}};
+ bedPos[] = {{{-1.83594,-0.640625,3.37644},165.641},{{-1.66797,-1.12305,-1.06908},167.488},{{-4.0625,8.01367,-5.50922},163.408},{{0.40625,9.14844,-5.50922},345.918},{{9.70313,1.55859,3.37644},345.36},{{8.6582,6.32422,-5.50922},165.048},{{8.26172,7.47852,-1.06907},348.908},{{-8.69336,7.13867,-5.50922},165.97},{{14.4043,2.89258,3.37643},345.42}};
+ couchPos[] = {{{1.23242,5.67188,-1.06907},350.466},{{2.88281,10.3672,-5.50922},167.118},{{-2.56641,-12.8418,3.83704},261.041},{{12.6992,8.72461,-1.06908},347.645}};
+ wardrobePos[] = {{{-2.58008,2.1709,-5.5092},167.528},{{10.0078,0.827148,-1.06901},166.411}};
+ cookerPos[] = {{{-0.742188,-6.74805,3.37604},172.375}};
+ chairPos[] = {{{2.68555,2.31445,3.37668},40.9297},{{-3.30078,4.20117,-1.06905},248.905},{{-1.18945,6.18945,-5.5092},164.369},{{-5.23242,4.45508,-1.05902},44.6127},{{-6.14648,-4.5498,3.37645},208.166},{{-4.16016,-12.752,-1.06894},256.238},{{7.50781,12.041,-5.50921},65.2004},{{14.0137,5.32227,-1.06907},108.336},{{15.3516,0.828125,3.37644},89.9532},{{9.25,12.7598,-5.50921},264.026},{{12.9297,9.67383,-5.50699},117.822}};
+ filingPos[] = {{{1.83984,-8.47363,-1.069},160.823},{{15.752,-11.3574,-5.50917},164.969}};
+ pelicanPos[] = {{{8.55664,-2.79004,3.37645},36.1098}};
+ tablePos[] = {{{0.234375,1.52344,-1.06908},163.886},{{1.57422,-2.80469,3.37644},166.456},{{-3.63672,-1.45117,3.37644},75.2335},{{4.10352,2.30273,3.37644},254.907},{{6.85156,3.26758,-1.06908},163.381},{{5.79492,7.67578,-5.50922},167.512},{{-8.66992,4.4082,-5.50922},256.113},{{-4.61719,-11.2539,-1.06898},257.112},{{12.7383,11.5723,-5.50922},74.4651},{{-4.82617,-19.6475,3.83704},168.125}};
+ lockerPos[] = {{{7.10742,-5.75781,-1.06905},75.8703}};
+ palletPos[] = {{{-1.95898,8.42969,-1.0371},77},{{-8.23242,7.49414,-1.0371},321},{{5.07422,10.7188,-1.0371},54}};
+ };
+ class Land_GH_House_2_F : Default
+ {
+ limit = 4;
+ lootType = "mil";
+ shelfPos[] = {{{-3.61914,-1.67969,-0.301109},359.443},{{4.32227,-6.37305,-0.301155},91.0395}};
+ fridgePos[] = {{{-4.25,-5.02637,-0.301128},269.6}};
+ bedPos[] = {{{-1.24805,-4.87793,-0.301178},5.78317}};
+ couchPos[] = {{{3.05664,-3.25195,-0.301193},2.05902}};
+ chairPos[] = {{{0.806641,-6.70605,-0.301163},224.27}};
+ filingPos[] = {{{-2.39844,1.31348,-0.301136},11.8617}};
+ pelicanPos[] = {{{3.53711,0.832031,-0.30117},35.7628}};
+ tablePos[] = {{{0.587891,-3.72168,-0.301182},271.612}};
+ palletPos[] = {{{2.25586,-8.62695,-0.307613},54}};
+ };
+ class Land_GH_House_1_F : Default
+ {
+ lootType = "mil";
+ fridgePos[] = {{{-4.17383,-2.11719,1.37387},356.381}};
+ shelfPos[] = {{{3.35352,1.26758,-2.12615},0.862475},{{-3.58203,-1.93359,-2.12615},1.86357}};
+ pelicanPos[] = {{{-3.33398,0.990234,-2.12616},359.887}};
+ wardrobePos[] = {{{-4.21094,-4.39258,-2.12611},272.378}};
+ bedPos[] = {{{1.22852,-4.24219,-2.12617},181.084},{{3.54102,-5.65625,1.37383},4.33171}};
+ couchPos[] = {{{-1.45703,-5.70703,-2.12618},0.461905},{{-3.22266,-5.88867,1.37383},180.141}};
+ chairPos[] = {{{0.833984,-6.78516,1.37384},217.232},{{-0.796875,-7.06055,1.38113},139.376},{{-3.92773,-6.72656,-2.12617},216.64},{{3.77539,-7.01172,-2.12617},144.922}};
+ filingPos[] = {{{2.1543,-1.97656,1.37398},1.26754}};
+ tablePos[] = {{{-0.554688,-4.24219,1.35334},88.7164},{{4.14453,-2.66797,1.37383},87.9678},{{3.95898,-3.00781,-2.12617},85.0581}};
+ };
+ class Land_Stadium_p9_F : Default
+ {
+ shelfPos[] = {{{-0.947266,-2.85645,0.260189},177.78},{{-3.80273,-1.29102,3.35416},268.338}};
+ fridgePos[] = {{{-3.57031,-2.56543,0.270462},268.533}};
+ couchPos[] = {{{-1.27344,2.86328,3.35296},92.8845}};
+ cookerPos[] = {{{-3.52734,-1.58203,0.259689},273.789}};
+ chairPos[] = {{{1.47656,3.48535,3.35328},160.404}};
+ filingPos[] = {{{-0.632813,1.39258,3.35342},1.10306},{{-1.58594,1.4082,3.35342},1.39755}};
+ pelicanPos[] = {{{-2.21484,2.33984,7.08003},44.2351}};
+ toolRackPos[] = {{{1.81055,-1.7666,3.35528},89.8722}};
+ };
+ class Land_HouseB_Tenement : Default
+ {
+ shelfPos[] = {{{-12.9045,4.21875,-20.8107},269.047}};
+ fridgePos[] = {{{3.94238,10.9263,-20.8109},271.337}};
+ couchPos[] = {{{2.45361,-4.50049,-20.8027},276.133}};
+ chairPos[] = {{{-3.4668,-1.78467,-20.8109},190.415}};
+ filingPos[] = {{{-6.31909,6.52441,-20.8109},1.58829}};
+ pelicanPos[] = {{{-1.07813,4.78125,-20.8109},174.223}};
+ tablePos[] = {{{-0.552246,-1.95654,-20.8043},181.181}};
+ shoeboxPos[] = {{{-12.9771,-2.2373,-20.8109},269.642}};
+ freezerPos[] = {{{5.33984,14.1865,-20.8109},0.00700378}};
+ cabinetPos[] = {{{5.64465,-2.37915,-19.2685},270}};
+ };
+ class Land_HouseV2_01A : Default
+ {
+ shelfPos[] = {{{-0.443115,-3.33936,-5.62667},90.1773}};
+ shoeboxPos[] = {{{-3.60864,-3.06836,-5.62945},278.015}};
+ };
+ class Land_Barn_W_02 : Default
+ {
+ fridgePos[] = {{{4.66504,5.95215,-2.34131},73.4104}};
+ shelfPos[] = {{{3.54199,-6.98242,-2.3354},180.843}};
+ pelicanPos[] = {{{-4.61279,1.50342,1.06024},189.27}};
+ couchPos[] = {{{3.75586,-2.53906,-2.33824},4.32959}};
+ filingPos[] = {{{-6.13037,7.19189,-2.33458},357.942}};
+ toolRackPos[] = {{{-6.70459,-3.06445,-2.33691},271.665}};
+ shoeboxPos[] = {{{-0.72168,7.42285,1.0585},359.807}};
+ palletPos[] = {{{-5.00684,-5.97168,-2.33609},251.999}};
+ freezerPos[] = {{{3.05176,6.89844,-2.34122},1.42345}};
+ };
+ class Land_Shed_W01 : Default
+ {
+ chairPos[] = {{{-1.21777,0.42627,-1.44093},66.292}};
+ toolRackPos[] = {{{2.47363,-0.0288086,-1.31694},269.634}};
+ };
+ class Land_A_Castle_Bergfrit : Default
+ {
+ shelfPos[] = {{{-0.993164,2.89014,-2.8378},356.361},{{1.80957,4.87695,8.74091},358.335}};
+ pelicanPos[] = {{{-3.03516,-5.00195,16.8296},195.125}};
+ couchPos[] = {{{2.07031,-1.73779,-2.85995},359.982}};
+ chairPos[] = {{{1.5791,-0.515137,8.74054},62.6844},{{1.63281,-2.84229,8.74051},127.602}};
+ tablePos[] = {{{-1.22559,-1.10742,8.74051},270.108}};
+ shoeboxPos[] = {{{3.47461,3.8999,8.80176},0.625621}};
+ };
+ class Land_Shed_wooden : Default
+ {
+ shelfPos[] = {{{0.172363,-1.19922,-1.31766},189.191}};
+ filingPos[] = {{{-1.19043,1.20996,-1.31787},273.29}};
+ shoeboxPos[] = {{{-0.77002,-1.16211,-1.31796},0}};
+ palletPos[] = {{{1.97168,0.560547,-1.31796},357.8}};
+ freezerPos[] = {{{1.86523,-0.863281,-1.31796},178.905}};
+ };
+ class Land_HouseV_1L2 : Default
+ {
+ shelfPos[] = {{{2.33252,-5.83691,-10},267.989}};
+ bedPos[] = {{{2.53662,4.57813,-10},95.5054}};
+ filingPos[] = {{{3.8457,2.2998,-10},266.031}};
+ pelicanPos[] = {{{-1.02002,4.17871,-0.403534},51.0824}};
+ toolRackPos[] = {{{4.28125,-3.77441,-10},270.154}};
+ shoeboxPos[] = {{{0.916016,7.69043,-0.397675},175.886}};
+ palletPos[] = {{{-4.99902,2.96875,-10},89.0781}};
+ freezerPos[] = {{{-0.606934,4.00098,-10},180.414}};
+ };
+ class Land_HouseV_1I1 : Default
+ {
+ fridgePos[] = {{{-5.5127,4.8623,-10},117.119}};
+ chairPos[] = {{{-0.822754,-2.1123,-2.8017},270.285}};
+ filingPos[] = {{{0.899414,-1.97656,-2.83847},43.1203}};
+ shoeboxPos[] = {{{-1.65918,-1.8125,-1.67868},90.0296}};
+ };
+ class Land_HouseV_1L1 : Default
+ {
+ chairPos[] = {{{1.31738,5.71338,-1.08368},88.2198}};
+ shoeboxPos[] = {{{0.444336,6.01123,-1.09442},88.1007}};
+ };
+ class Land_Misc_deerstand : Default
+ {
+ pelicanPos[] = {{{0.587158,-0.0830078,1.05899},94.5891}};
+ shoeboxPos[] = {{{-0.863037,-0.864258,1.05893},355.986}};
+ };
+ class Land_HouseBlock_A1_1 : Default
+ {
+ shelfPos[] = {{{-2.89551,-2.44434,-4.69214},92.8328}};
+ filingPos[] = {{{-2.95898,-0.0991211,-4.69229},91.0289}};
+ lockerPos[] = {{{-4.78516,3.52197,-4.69232},270.002}};
+ toolRackPos[] = {{{-2.58105,3.7561,-4.69196},87.6312}};
+ shoeboxPos[] = {{{0.851563,4.91016,-4.69232},160.104}};
+ freezerPos[] = {{{-3.1582,-3.96021,-4.69235},95.443}};
+ };
+ class Land_HouseBlock_A3 : Default
+ {
+ fridgePos[] = {{{-1.21191,-4.7356,-5.44312},280.564}};
+ couchPos[] = {{{-0.486328,4.81421,-5.44312},179.643}};
+ chairPos[] = {{{-0.952148,2.76099,-5.44305},272.88}};
+ shoeboxPos[] = {{{-7.55859,4.49561,-5.44315},146.992}};
+ palletPos[] = {{{1.05273,0.597656,-5.44315},358.168}};
+ };
+ class Land_Hut06 : Default
+ {
+ chairPos[] = {{{0.739502,2.50977,-1.58963},76.0347}};
+ filingPos[] = {{{-0.806396,2.76465,-1.61115},322.16}};
+ shoeboxPos[] = {{{-1.33862,-0.988281,-1.82275},312.382}};
+ freezerPos[] = {{{-0.840332,1.09473,-1.56879},269.861}};
+ };
+ class Land_A_FuelStation_Build : Default
+ {
+ shelfPos[] = {{{0.511719,1.52344,-1.6008},359.975}};
+ filingPos[] = {{{2.38086,1.33203,-1.60098},29.5354}};
+ pelicanPos[] = {{{0.268066,1.60449,1.51318},196.822}};
+ toolRackPos[] = {{{-0.960938,1.66895,-1.60083},356.645}};
+ shoeboxPos[] = {{{-1.02441,0.646484,-1.10098},30.3502}};
+ palletPos[] = {{{2.10742,-3.15625,-10},89.5756}};
+ freezerPos[] = {{{2.17334,-0.862305,-1.57938},89.5756}};
+ };
+ class Land_HouseV2_04_interier : Default
+ {
+ fridgePos[] = {{{-0.904297,6.40674,-5.76508},92.3811}};
+ couchPos[] = {{{6.14941,-5.21924,-5.76886},359.884}};
+ cookerPos[] = {{{-5.65234,2.6543,-5.7666},177.307}};
+ chairPos[] = {{{-1.33594,2.95557,-5.76614},133.309}};
+ filingPos[] = {{{7.92773,-2.18066,-5.76855},179.469}};
+ pelicanPos[] = {{{0.557617,1.16406,-2.91656},341.166}};
+ tablePos[] = {{{-5.5498,5.12793,-5.7655},271.134}};
+ lockerPos[] = {{{7.20996,7.07715,-5.76495},358.294}};
+ toolRackPos[] = {{{8.28613,2.40527,-5.76694},89.7594}};
+ shoeboxPos[] = {{{-3.81738,6.99902,-5.76492},253.823}};
+ freezerPos[] = {{{2.98145,7.00977,-5.7554},0}};
+ };
+ class Land_Ind_Garage01 : Default
+ {
+ shelfPos[] = {{{0.32373,3.56543,-1.25259},357.258}};
+ fridgePos[] = {{{2.79932,1.31641,-1.26077},84.1437}};
+ filingPos[] = {{{-1.06348,3.40234,-1.25024},351.15}};
+ lockerPos[] = {{{2.82422,-0.936523,-1.26364},88.0941}};
+ toolRackPos[] = {{{-1.65771,-1.39258,-1.25879},269.614}};
+ shoeboxPos[] = {{{2.21729,3.40918,-1.25677},63.3963}};
+ palletPos[] = {{{-0.140625,-1.52051,-1.2254},0}};
+ };
+ class Land_HouseV2_02_Interier : Default
+ {
+ shelfPos[] = {{{8.94824,4.19141,-5.55692},90.8873}};
+ fridgePos[] = {{{6.06299,-2.00977,-5.55707},176.197}};
+ bedPos[] = {{{-8.03711,-0.987305,-5.5571},184.341}};
+ couchPos[] = {{{-6.82422,5.68262,-5.5571},274.703}};
+ wardrobePos[] = {{{-8.83203,1.7168,-5.56403},268.499}};
+ cookerPos[] = {{{8.7959,-2.00684,-5.5574},179.624}};
+ chairPos[] = {{{-2.62451,0.544922,-5.5571},78.4276}};
+ filingPos[] = {{{2.37305,5.25586,-5.55707},270.596}};
+ pelicanPos[] = {{{8.31055,6.2832,-5.5571},37.3391}};
+ tablePos[] = {{{-7.00488,4.00879,-5.5571},181.978}};
+ lockerPos[] = {{{-1.11523,1.34863,-5.5571},269.367}};
+ shoeboxPos[] = {{{-5.84717,-2.15918,-3.53598},182.785}};
+ freezerPos[] = {{{4.64551,-2.0127,-5.55713},179.15}};
+ };
+ class Land_A_Office02 : Default
+ {
+ shelfPos[] = {{{2.7417,-4.16504,-8.17639},11.0089}};
+ fridgePos[] = {{{-23.2476,2.61133,-8.16403},25.3519}};
+ couchPos[] = {{{2.26904,2.13965,6.55609},272.088}};
+ chairPos[] = {{{-0.574707,-6.89551,-8.17813},228.796},{{5.17578,-6.96777,-8.17719},126.645}};
+ filingPos[] = {{{1.70068,-4.21973,-8.17661},317.714}};
+ pelicanPos[] = {{{-18.9556,3.99902,8.6904},298.688}};
+ tablePos[] = {{{4.73682,-4.41992,-8.17679},358.645}};
+ toolRackPos[] = {{{-15.4028,0.609375,5.35764},270.07}};
+ shoeboxPos[] = {{{-0.565918,-4.23535,-8.17667},351.414}};
+ palletPos[] = {{{9.29248,2.92676,5.40057},291},{{-21.335,0.68457,5.40057},0}};
+ cabinetPos[] = {{{-15.2732,2.80542,6.75255},0}};
+ };
+ class Land_Ind_Workshop01_04 : Default
+ {
+ shelfPos[] = {{{1.25928,-3.33008,-1.55847},27.2942}};
+ filingPos[] = {{{-2.01318,-3.40186,-1.55435},293.278}};
+ tablePos[] = {{{-1.75049,-5.65186,-1.55209},271.116}};
+ lockerPos[] = {{{-1.34473,4.75293,-1.55695},352.726}};
+ toolRackPos[] = {{{0.178711,-7.25537,-1.54968},178.882}};
+ shoeboxPos[] = {{{1.73438,4.83691,-1.55429},114.503}};
+ palletPos[] = {{{-0.102539,-4.55371,-1.51132},340.1}};
+ };
+ class Land_Ind_TankBig : Default
+ {
+ pelicanPos[] = {{{-6.74146,1.74805,5.31989},321.741}};
+ palletPos[] = {{{0.539551,2.4082,5.36334},25},{{-3.41626,-2.57813,5.36334},340.1}};
+ };
+ class Land_Ind_Workshop01_L : Default
+ {
+ shelfPos[] = {{{1.93359,-1.50195,-1.33884},358.185},{{-0.805664,3.11865,-1.33203},181.507}};
+ filingPos[] = {{{0.609375,-3.6875,-1.33704},245.604}};
+ tablePos[] = {{{3.36523,-5.01807,-1.3364},176.426}};
+ toolRackPos[] = {{{3.47949,-5.65381,-1.33569},177.054}};
+ shoeboxPos[] = {{{-1.85254,1.84229,-1.30463},25}};
+ palletPos[] = {{{2.75781,-3.29102,-1.30463},0.999969},{{-2.88086,4.13037,-1.30463},0.999969}};
+ };
+ class Land_Ind_Vysypka : Default
+ {
+ shelfPos[] = {{{2.80957,4.73828,-5.03592},90.1414}};
+ fridgePos[] = {{{-4.28125,27.6045,-5.04321},357.803}};
+ couchPos[] = {{{-3.60791,1.55469,4.09406},183},{{4.81934,-11.9766,-5.03705},184.375}};
+ chairPos[] = {{{-3.03857,-1.72754,4.09406},227},{{-2.76172,4.26465,4.09406},320}};
+ filingPos[] = {{{2.69727,3.66992,-5.03604},91.3547}};
+ pelicanPos[] = {{{-5.5249,24.7314,-3.82114},358.775}};
+ tablePos[] = {{{-0.984375,1.59863,4.09406},91}};
+ lockerPos[] = {{{-2.91016,27.584,-5.04214},358.97}};
+ toolRackPos[] = {{{3.44922,1.56738,-5.03577},270.011},{{3.0127,-14.3877,-5.03381},89.987}};
+ shoeboxPos[] = {{{-0.418945,-22.6094,-5.034},17.1755}};
+ palletPos[] = {{{1.82861,-1.39258,-4.99594},0.999969},{{1.86621,-8.21387,-4.99594},0.999969},{{-8.73828,22.5186,-4.99594},0.999969},{{-11.6133,-21.9463,4.08408},183},{{-6.85107,26.7197,-4.99594},0.999969}};
+ };
+ class Land_Tovarna2 : Default
+ {
+ shelfPos[] = {{{-0.157715,8.94824,-5.58551},359.048},{{-8.91797,8.95117,-2.25754},359.07}};
+ fridgePos[] = {{{-8.09814,6.00781,-5.58575},93.4298},{{-7.38135,7.14648,1.59531},270.644}};
+ couchPos[] = {{{-12.2339,6.00293,1.64017},192.359}};
+ cookerPos[] = {{{-7.34717,8.47168,1.59488},269.304}};
+ chairPos[] = {{{-11.0293,-1.44824,0.397858},288.29},{{-12.7896,1.66406,-2.25778},256.194},{{-10.5977,8.53906,-5.58542},7.869}};
+ filingPos[] = {{{-3.76074,4.69141,-2.25797},160.402},{{-11.9707,1.33887,-5.58572},179.608},{{-13.021,1.52051,1.64032},262.552},{{20.0762,16.4258,-5.52646},270.183}};
+ pelicanPos[] = {{{-2.12793,7.01758,6.65506},287.139}};
+ tablePos[] = {{{-8.11768,0.283203,0.376648},359.581},{{-10.749,8.58691,1.64017},359.286},{{-13.1201,7.74902,-5.58578},270.804}};
+ lockerPos[] = {{{3.74805,5.08203,-4.64661},269.986},{{-13.2759,2.98828,-2.25778},271.412}};
+ toolRackPos[] = {{{-7.78174,8.01758,-2.25754},271.288},{{-13.6577,2.94336,-5.5856},269.477}};
+ shoeboxPos[] = {{{-3.45215,-9.0332,3.39786},287.139}};
+ palletPos[] = {{{1.72998,4.39844,-5.59995},23.0657},{{-5.87061,-0.490234,-5.58575},0},{{-4.23682,5.16309,1.59531},92.0019},{{1.79346,6.75781,-5.58884},0.010498},{{9.70654,4.69238,-4.60858},183},{{-12.2871,-5.12402,-5.58575},360},{{-11.9155,-7.37012,-5.58566},197.387}};
+ freezerPos[] = {{{-4.59424,9.50977,1.59531},6.14914}};
+ };
+ class Land_Rail_House_01 : Default
+ {
+ lockerPos[] = {{{1.89893,2.44336,-1.30908},183.214}};
+ palletPos[] = {{{-3.34912,3.12109,-1.27396},183}};
+ };
+ class Land_Ind_Pec_03b : Default
+ {
+ couchPos[] = {{{3.66602,-4.47949,5.7338},181.985}};
+ chairPos[] = {{{4.10938,-1.91309,5.73383},287.772},{{3.68262,-6.99902,5.73383},247.919}};
+ pelicanPos[] = {{{2.27197,-4.89648,5.73383},89.1607}};
+ tablePos[] = {{{5.6416,-4.37207,5.7338},88.5916}};
+ palletPos[] = {{{-11.5796,-12.9551,0.982483},183},{{-9.27979,-17.4229,0.982483},142}};
+ };
+ class Land_HouseV_1I4 : Default
+ {
+ fridgePos[] = {{{-3.25146,-0.897461,-2.78665},356.197}};
+ wardrobePos[] = {{{0.701172,3.27832,-2.746},90.7671}};
+ cookerPos[] = {{{-4.33691,-3.19141,-2.79153},270.746}};
+ chairPos[] = {{{0.333496,-4.5752,-2.73975},134}};
+ tablePos[] = {{{-0.798584,4.34863,-2.76721},1.79366}};
+ shoeboxPos[] = {{{-1.82813,-5.14746,-2.73975},25}};
+ freezerPos[] = {{{-1.84106,-1.0957,-2.73975},358}};
+ };
+ class Land_A_Hospital : Default
+ {
+ shelfPos[] = {{{-7.99219,-2.12891,-7.36588},268.792}};
+ couchPos[] = {{{-14.5566,1.18652,3.26541},321.707}};
+ chairPos[] = {{{-12.1943,-1.09375,3.26541},77.6588}};
+ filingPos[] = {{{1.95996,-2.26953,-7.36606},269.665},{{-1.56006,-2.83984,-7.36606},1.40195},{{-8.75537,-3.58887,-7.36606},359.532},{{-9.37305,-3.63574,-7.36606},359.169}};
+ pelicanPos[] = {{{16.3394,4.99512,6.13242},0.903763}};
+ tablePos[] = {{{14.708,-4.07813,-7.36609},359.602}};
+ toolRackPos[] = {{{17.5059,-2.06738,3.26559},0.163071}};
+ shoeboxPos[] = {{{-5.40625,8.16602,-4.35254},39},{{9.88281,-1.00098,-7.36609},39.1093},{{-14.6543,-1.31641,-7.36609},321.711}};
+ palletPos[] = {{{-8.12305,-5.10742,3.30746},97},{{17.8105,-5.44922,3.30746},359}};
+ freezerPos[] = {{{1.0166,-3.02148,-7.34253},359}};
+ cabinetPos[] = {{{0.598267,-1.97144,-6.13056},270},{{-2.69324,-1.96851,-6.13056},270}};
+ };
+ class Land_Panelak2 : Default
+ {
+ shelfPos[] = {{{4.4043,-1.56323,-3.65},91}};
+ fridgePos[] = {{{1.9834,2.03857,0.499998},272}};
+ bedPos[] = {{{-4.88916,-3.16589,5.89},0},{{5.43604,-5.94202,3.18999},181},{{5.45801,-5.94385,8.59001},181},{{-5.46143,-5.94287,0.489996},1.99997}};
+ couchPos[] = {{{-5.00977,-3.07544,0.480007},1.99997},{{5.09668,-3.39209,0.479996},90}};
+ wardrobePos[] = {{{4.59766,-0.0115967,0.479996},356},{{-5.25439,0.0623779,5.89},0}};
+ cookerPos[] = {{{4.62402,2.86633,0.499998},1.99997},{{-4.70605,2.86169,8.59001},0.999969}};
+ chairPos[] = {{{2.31104,2.58813,8.62001},305},{{7.03857,2.58655,8.62001},55},{{5.39697,-5.3064,0.479996},315}};
+ filingPos[] = {{{-1.15771,-4.87915,-3.64},274},{{1.87988,-5.90552,8.62001},272},{{-7.38721,2.91736,0.499998},274},{{7.45752,-6.97949,8.62001},174}};
+ pelicanPos[] = {{{-5.44238,-6.4325,8.55001},111}};
+ tablePos[] = {{{2.06348,-3.77393,-3.65},270},{{4.57178,2.84717,8.62001},0},{{3.30176,-7.8053,0.479996},181}};
+ lockerPos[] = {{{-1.12158,2.33093,-3.64},270}};
+ shoeboxPos[] = {{{1.17773,-4.98572,0.479996},311}};
+ freezerPos[] = {{{-2.15332,2.48828,8.59001},89}};
+ cabinetPos[] = {{{2.7334,3.25964,-2.25},89},{{-7.58789,0.991089,9.79001},0}};
+ };
+ class Land_Panelak : Default
+ {
+ shelfPos[] = {{{-1.18066,4.3916,-1.39282},269.731}};
+ fridgePos[] = {{{2.1582,3.72363,0.0450439},274.269},{{2.12598,3.95801,2.74509},269.888}};
+ bedPos[] = {{{-6.67578,-0.548828,2.745},187.481}};
+ couchPos[] = {{{6.28906,-0.512695,0.0449829},2.62378}};
+ wardrobePos[] = {{{4.10449,-4.86182,2.74927},89.2451},{{-7.1543,-1.32568,0.0450439},273.001}};
+ cookerPos[] = {{{7.18164,4.19922,0.0445557},91.3201},{{7.18164,4.20068,2.7446},90.3307}};
+ chairPos[] = {{{-2.27051,3.78564,0.0449829},56.0406},{{-4.54883,-0.710938,0.0562744},107.616},{{4.48535,-1.09717,2.74661},248.12}};
+ filingPos[] = {{{4.16895,-3.5332,0.045105},7.97333},{{-5.07324,-6.33447,0.0450745},89.5886}};
+ pelicanPos[] = {{{-6.6582,3.63037,5.59943},286.286}};
+ tablePos[] = {{{-3.85254,-5.19385,2.745},265.362},{{7.02734,-0.689453,2.745},87.3795}};
+ lockerPos[] = {{{-3.9502,-5.51221,0.0449829},268.107}};
+ shoeboxPos[] = {{{-1.06641,-6.35303,0.0449829},206.957},{{0.953125,-6.38086,0.0449829},141.218}};
+ palletPos[] = {{{0.506836,-0.0400391,-1.26782},89},{{4.21777,-3.08203,5.59943},25.7308}};
+ freezerPos[] = {{{4.03906,-6.05371,0.0449829},90}};
+ };
+ class Land_Hangar_2 : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{1.82813,-9.84717,-2.58939},181.468},{{5.83984,11.563,-2.58939},358.914},{{14.6816,-1.41748,-2.59756},90.4656},{{-14.6836,1.73828,-2.58939},269.242}};
+ fridgePos[] = {{{12.8926,11.2778,-2.59778},3.16315}};
+ couchPos[] = {{{1.27832,10.2305,-2.58963},273.856}};
+ filingPos[] = {{{0.000976563,1.3833,-2.58926},178.715}};
+ lockerPos[] = {{{13.5166,-9.63965,-2.58951},180.232}};
+ toolRackPos[] = {{{-2.47949,-10.0684,-2.58923},178.901},{{9.01953,11.8232,-2.58923},358.139}};
+ shoeboxPos[] = {{{-14.5693,-9.69629,-2.58963},188.48}};
+ palletPos[] = {{{-0.00195313,-3.16113,-2.5896},332.619},{{-8.97656,-4.14404,-2.5896},219.281},{{-12.9932,10.293,-2.5896},336.817}};
+ freezerPos[] = {{{14.3408,9.39063,-2.58963},81.9611}};
+ };
+ class Land_rail_station_big : Default
+ {
+ shelfPos[] = {{{2.86035,3.51221,-5.07059},91.0331}};
+ fridgePos[] = {{{1.66113,-3.65674,-5.0708},180.242}};
+ couchPos[] = {{{-4.33789,-1.56836,-5.07083},178.466},{{8.63281,-5.13672,-5.07083},1.14301}};
+ chairPos[] = {{{1.39844,-4.95752,-5.06161},4.04407},{{-4.96484,3.36914,-5.0708},284.166},{{-5.01758,-5.00488,-5.05701},344.841}};
+ filingPos[] = {{{2.84961,4.2832,-5.07077},90.7927}};
+ pelicanPos[] = {{{0.118164,-6.59912,-2.26553},21.0414}};
+ tablePos[] = {{{-5.13184,1.67041,-5.07083},269.411}};
+ lockerPos[] = {{{-1.66504,-3.61719,-5.07083},180.479},{{1.15527,5.48584,-5.07065},0.986969},{{-4.39453,5.34619,-5.07083},338.371}};
+ toolRackPos[] = {{{6.75195,1.96289,-5.07056},271.441}};
+ shoeboxPos[] = {{{2.43164,0.785156,-4.09598},58.5217}};
+ palletPos[] = {{{8.96973,-2.03564,-5.02618},89},{{-9.24902,-4.90479,-5.02618},89}};
+ };
+ class Land_a_stationhouse : Default
+ {
+ shelfPos[] = {{{0.554688,-4.70068,-9.49698},272.253},{{-0.933594,-5.35596,4.38522},27.5935},{{-0.828125,-8.54004,-4.67508},110.344},{{-1.08203,-8.95215,4.38516},185.611},{{-4.35742,-8.55957,-0.0701904},262.53},{{6.66406,-7.6665,-9.49698},181.745},{{19.1992,-5.00488,-9.49698},88.5043}};
+ fridgePos[] = {{{0.871094,-1.74805,-9.49701},271.521}};
+ couchPos[] = {{{-10.5244,-3.94482,-0.534332},278.335}};
+ chairPos[] = {{{-13.3145,-3.94189,-0.534332},334.169}};
+ filingPos[] = {{{-0.786133,-5.13428,-9.49701},78.6633}};
+ pelicanPos[] = {{{7.44531,0.904785,-4.53433},267.207},{{-4.35156,-7.64502,8.46567},268.821}};
+ lockerPos[] = {{{0.811523,-3.3418,-9.49701},269.999},{{19.0117,0.613281,-9.49701},90.2636},{{18.9961,-1.15674,-9.49704},89.3234},{{19.042,-2.92578,-9.49701},87.0602}};
+ toolRackPos[] = {{{7.23633,3.84961,-9.4968},359.928}};
+ shoeboxPos[] = {{{-0.743164,-8.33643,-0.0702209},110.554},{{19.1836,-7.53174,-9.49701},105.566}};
+ palletPos[] = {{{2.03418,1.7915,-9.49701},289.015},{{-6.86621,3.25586,-0.534332},"3.05176e-005"},{{13.0293,-7.22363,-9.49701},90},{{15.542,-4.56006,-4.53433},"6.10352e-005"}};
+ freezerPos[] = {{{-4.1084,-7.31787,-9.49701},268.732}};
+ };
+ class Land_Mil_ControlTower : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{1.49512,2.23389,-1.09485},268.083},{{9.91406,3.22559,-9.65488},179.209}};
+ fridgePos[] = {{{9.67773,5.91309,-9.65503},83.7454}};
+ chairPos[] = {{{7.19434,-1.62061,2.92548},262.144}};
+ filingPos[] = {{{2.79297,3.34814,-5.49008},190.556},{{3.33105,3.35791,-5.49011},179.417},{{6.89648,-1.87549,-1.09503},164.743},{{7.53906,-1.85107,-1.09503},187.813}};
+ pelicanPos[] = {{{2.01172,-0.6875,-1.09509},259.256},{{9.32324,4.80322,-1.08328},41.8877}};
+ lockerPos[] = {{{0.925781,3.41895,-9.65512},179.859},{{3.19531,6.13867,-5.49011},0.121094}};
+ toolRackPos[] = {{{4.21484,6.64795,-9.65485},359.603}};
+ shoeboxPos[] = {{{4.94727,-1.88574,-1.09512},209.993},{{7.66211,3.85303,-9.65512},210.035}};
+ };
+ class Land_Ind_Workshop01_01 : Default
+ {
+ shelfPos[] = {{{0.558594,-3.47168,-1.3168},176.163}};
+ fridgePos[] = {{{2.12305,-1.83838,-1.315},94.8075}};
+ filingPos[] = {{{-1.55566,-0.881836,-1.3237},271.559}};
+ lockerPos[] = {{{2.12109,-0.290039,-1.31625},91.8605}};
+ toolRackPos[] = {{{2.43848,1.60547,-1.31653},88.4978}};
+ shoeboxPos[] = {{{-0.980469,0.617188,-1.32367},120.007}};
+ palletPos[] = {{{0.501953,0.146484,-1.27002},251}};
+ };
+ class Land_Shed_Ind02 : Default
+ {
+ shelfPos[] = {{{-0.442383,-9.33105,-4.6525},178.364}};
+ fridgePos[] = {{{4.19824,10.2627,-4.6524},7.46219}};
+ bedPos[] = {{{2.77148,2.2832,-4.6524},95.4069}};
+ couchPos[] = {{{2.4043,0.115234,-4.6524},273.531}};
+ cookerPos[] = {{{4.43066,7.04907,-4.6528},90.7597}};
+ chairPos[] = {{{3.70605,-2.95898,-4.65234},134.818}};
+ filingPos[] = {{{-4.03906,12.3835,-1.30353},1.1741}};
+ pelicanPos[] = {{{-0.52832,11.6462,-1.30273},62.2241}};
+ tablePos[] = {{{1.62695,-1.86011,-4.6524},178.21}};
+ lockerPos[] = {{{-2.87305,12.2234,-1.30331},2.62267}};
+ toolRackPos[] = {{{2.56738,10.6775,-4.65201},0.953941}};
+ shoeboxPos[] = {{{-1.70313,-9.60083,-4.65237},10.367}};
+ palletPos[] = {{{-0.0283203,5.60742,-4.6524},317.381},{{4.12695,-5.37256,-4.64841},251}};
+ };
+ class Land_Mil_Barracks_i : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{0.902344,-2.39502,-1.12442},238.007},{{0.548828,2.81006,-1.12292},1.08441},{{-9.37012,2.427,-1.12442},268.201}};
+ filingPos[] = {{{6.55566,2.81738,-1.12451},92.1856}};
+ pelicanPos[] = {{{-2.24316,-1.36963,-1.12463},263.64},{{4.36621,-1.57617,-0.137878},258.932},{{-5.0752,-2.4939,-1.12466},183.946},{{-8.75977,-0.048584,-1.12463},327.595}};
+ lockerPos[] = {{{-5.60156,-1.32373,-1.12164},269.99}};
+ shoeboxPos[] = {{{-0.0751953,-1.9834,-0.699829},251},{{-3.13574,0.466797,0.760162},360},{{3.02734,-1.34937,0.0901794},251},{{3.02441,-1.40112,-1.12466},302.031},{{-6.55371,-2.66333,-1.09982},360}};
+ };
+ class Land_Ss_hangar : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{14.2314,-8.46289,-5.89868},173.905},{{14.3447,19.8936,-5.8782},357.293},{{13.5869,-20.874,-5.89853},180.148}};
+ fridgePos[] = {{{14.1895,12.5049,-5.96277},147.17}};
+ bedPos[] = {{{14.1436,21.6729,-5.89896},7.74948}};
+ couchPos[] = {{{9.54492,21.0107,-5.89896},181.695}};
+ cookerPos[] = {{{14.5332,15.3887,-5.92621},89.5229}};
+ chairPos[] = {{{12.9268,19.6445,-5.89896},132.385}};
+ filingPos[] = {{{14.2803,-9.54688,-5.89865},14.8827},{{-14.4658,-20.7148,-5.89896},255.86}};
+ pelicanPos[] = {{{-14.79,12.7246,-5.89896},273.845},{{14.877,-20.2988,-5.89896},89.7007}};
+ tablePos[] = {{{11.3418,23.2334,-5.89896},0.0492706}};
+ lockerPos[] = {{{6.78076,23.332,-5.89896},0.014267}};
+ toolRackPos[] = {{{2.44531,23.7109,-5.89871},0.000427246}};
+ shoeboxPos[] = {{{-14.8848,23.3271,-5.89899},279.193}};
+ palletPos[] = {{{-8.33643,-6.57617,-5.89896},135.758},{{6.4082,10.2188,-5.89896},115.033},{{14.167,10.5293,-5.89896},0},{{-13.6675,22.0801,-5.89896},325.134}};
+ };
+ class Land_Ind_IlluminantTower : Default
+ {
+ pelicanPos[] = {{{-0.791992,-0.320313,10.3249},212.76}};
+ palletPos[] = {{{-0.012207,0.503906,-9.74222},360}};
+ };
+ class Land_Vez : Default
+ {
+ shoeboxPos[] = {{{0.286133,0.867188,1.36356},1.99998}};
+ };
+ class Land_Hlidac_budka : Default
+ {
+ shelfPos[] = {{{0.84668,0.125977,-0.809265},172.613}};
+ filingPos[] = {{{0.0673828,2.31836,-0.809967},357.487},{{2.76709,2.25684,-0.809967},4.6116}};
+ tablePos[] = {{{-2.32129,1.41016,-0.810028},279.786}};
+ toolRackPos[] = {{{3.00098,0.819336,-0.809723},90.0308}};
+ shoeboxPos[] = {{{1.62109,2.32031,-0.810089},349.179}};
+ };
+ class Land_A_GeneralStore_01a : Default
+ {
+ shelfPos[] = {{{-2.68848,-5.06152,-1.22772},178.035},{{-8.81641,1.98926,-1.22772},270.025},{{9.85986,1.51953,-1.22772},179.333},{{-5.52783,9.13184,-1.22772},1.40732}};
+ fridgePos[] = {{{-5.12402,-0.585938,-1.20645},180},{{-6.17725,-0.568359,-1.20645},180},{{5.68555,-4.8418,-1.20645},188}};
+ cookerPos[] = {{{7.99414,-0.348633,-1.22836},89.6747}};
+ filingPos[] = {{{9.23584,-1.02637,-1.22794},275.138},{{8.26953,-4.60156,-1.22794},92.7205}};
+ pelicanPos[] = {{{14.3594,0.392578,-1.22797},91.3482}};
+ tablePos[] = {{{14.1704,-3.93848,-1.22797},103.927}};
+ lockerPos[] = {{{-7.1709,-1.75488,-1.20645},1.99997}};
+ toolRackPos[] = {{{6.76514,-1.17969,-1.22775},0.137085}};
+ shoeboxPos[] = {{{-4.61426,4.45996,-1.228},198.535},{{12.5962,0.78418,-1.228},358.034},{{12.3564,3.56055,-0.333557},265.418}};
+ palletPos[] = {{{9.37988,5.22168,-1.22797},156.892}};
+ freezerPos[] = {{{-1.78906,0.975586,-1.228},180.781}};
+ };
+ class Land_A_GeneralStore_01 : Default
+ {
+ shelfPos[] = {{{6.03076,-5.04883,-1.22775},359.162},{{12.563,5.48535,-1.22772},0.496719},{{13.5098,-7.02734,-1.22775},88.7328}};
+ fridgePos[] = {{{-9.77979,-1.54102,-1.22797},269.735},{{-9.80176,-4.10938,-1.22797},269.049},{{8.25488,-9.58496,-1.23712},0.202225}};
+ couchPos[] = {{{-0.619629,-10.2949,-1.23727},270.908}};
+ cookerPos[] = {{{6.6792,-4.2373,-1.22833},91.644}};
+ chairPos[] = {{{-2.94092,-9.89746,-1.23715},42.039},{{-8.54541,6.65723,-1.23798},184.459}};
+ filingPos[] = {{{13.4648,-2.1582,-1.22797},116.635}};
+ tablePos[] = {{{-9.23096,5.1709,-1.228},357.131}};
+ lockerPos[] = {{{7.98193,-5.34863,-1.22797},269.751}};
+ toolRackPos[] = {{{-10.2231,-7.87598,-1.22778},270.182}};
+ shoeboxPos[] = {{{4.97266,-2.66504,-0.632507},196.652},{{-9.93848,-6.0293,-1.228},2.52339}};
+ palletPos[] = {{{-5.75488,-1.74707,-1.228},46.8216},{{-1.28467,7.54199,-1.23798},116.447},{{4.78857,8.44824,-1.23798},46.8216}};
+ freezerPos[] = {{{8.1875,-1.88184,-1.228},186.869},{{-7.14307,5.19238,-1.228},0.0339508}};
+ };
+ class Land_A_Office01 : Default
+ {
+ shelfPos[] = {{{4.0542,2.89648,-4.55417},178.477},{{-1.47119,4.86328,0.44574},0.16153},{{10.6284,-3.50879,-2.0542},92.1019},{{11.4131,-4.21387,-4.5542},270.255}};
+ fridgePos[] = {{{-0.907715,5.50684,-2.05441},272.559}};
+ couchPos[] = {{{-7.35449,4.9502,-4.55441},189.687}};
+ cookerPos[] = {{{-8.35449,3.17188,-2.05484},179.618}};
+ chairPos[] = {{{-3.1958,-1.04395,-4.55441},275.876}};
+ filingPos[] = {{{-3.70752,2.91797,0.445648},267.617},{{-0.938965,7.15039,-4.55438},269.465},{{-11.54,0.328125,-2.05438},178.477},{{10.4766,6.3418,-4.55438},91.5126},{{15.6548,-1.88672,-4.55438},83.8964}};
+ pelicanPos[] = {{{2.34717,-1.2002,6.6937},215.707}};
+ tablePos[] = {{{-3.19434,-2.84082,-4.55441},267.186},{{5.38916,5.21582,-2.05441},89.0818},{{14.9824,3.75391,-2.05441},181.475}};
+ lockerPos[] = {{{-4.50391,3.8418,-4.55444},91.5282}};
+ toolRackPos[] = {{{1.45557,2.6543,-2.05414},178.943}};
+ shoeboxPos[] = {{{5.2876,-1.88086,-4.53268},180},{{3.9707,-5.65234,-2.03021},305.956},{{11.6138,6.93262,-2.05444},292.589}};
+ palletPos[] = {{{-0.465332,4.62598,-4.53268},180},{{14.7656,-3.98438,-4.53268},176}};
+ };
+ class Land_A_Pub_01 : Default
+ {
+ shelfPos[] = {{{3.4812,3.81738,-5.77243},179.635},{{2.49878,-4.70703,-1.78745},180.503},{{-7.37402,1.03516,-1.78741},328.603}};
+ fridgePos[] = {{{-3.38892,-4.0459,-5.76288},90}};
+ bedPos[] = {{{-4.10889,-0.928711,-1.78766},8.16519},{{3.50171,2.69043,-1.78766},94.542}};
+ couchPos[] = {{{0.366699,5.18652,-1.78766},189.226},{{-5.29517,0.333984,-5.77267},4.48228}};
+ wardrobePos[] = {{{4.41479,7.93848,-1.78766},2.10324}};
+ cookerPos[] = {{{-3.19385,-1.17285,-5.77298},270.462}};
+ chairPos[] = {{{2.81494,0.904297,-5.76315},61.6914},{{-7.10742,-5.75293,-1.78763},350.056}};
+ filingPos[] = {{{-0.388672,-1.30469,-5.77255},181.526},{{4.94727,1.18066,-1.78763},42.2747}};
+ pelicanPos[] = {{{4.75977,5.4834,-1.78757},88.4654},{{6.82202,-3.58984,-5.77252},82.7529}};
+ tablePos[] = {{{-7.43481,-3.70313,-1.78766},273.649},{{-7.42432,-4.37988,-5.77267},273.367}};
+ toolRackPos[] = {{{-0.121582,-5.72266,-5.7724},89.0577}};
+ shoeboxPos[] = {{{-0.593018,2.19141,-5.77267},255.46},{{4.81665,-2.40332,-1.78766},105.138},{{1.49854,-6.26074,-5.01288},176},{{0.81665,7.73535,-5.76288},176},{{6.86157,5.98242,-1.76291},268}};
+ freezerPos[] = {{{0.44751,-0.999023,-1.76291},268}};
+ };
+ class Land_Barn_W_01 : Default
+ {
+ shelfPos[] = {{{6.55371,-5.96289,-2.65878},88.4798},{{-6.56934,-7.53516,-2.65848},265.499},{{-4.05664,19.6274,-2.66928},0.626892}};
+ couchPos[] = {{{5.04297,-17.8179,-2.65564},48.1573}};
+ chairPos[] = {{{6.02441,-15.0469,-2.65741},70.2096},{{2.39844,-19.5591,-2.65125},198.607}};
+ tablePos[] = {{{3.33691,-16.0547,-2.65723},300.369}};
+ toolRackPos[] = {{{-6.80078,2.37402,-2.66006},268.437},{{6.71387,4.32422,-2.66052},89.4215},{{-4.89844,-19.9951,-2.65622},180.001}};
+ shoeboxPos[] = {{{-6.57617,7.07227,-2.66177},270.003}};
+ palletPos[] = {{{5.37402,-1.0918,-2.65982},38.9155},{{-5.49023,-1.3877,-2.65979},41.5356},{{-0.188477,-10.4546,-2.54559},268},{{-2.21777,10.7607,-2.54559},268},{{2.44043,14.0454,-2.54559},268}};
+ freezerPos[] = {{{-6.14258,14.0566,-2.66248},279.4}};
+ };
+ class Land_Church_03 : Default
+ {
+ shelfPos[] = {{{-8.8877,4.48535,-14.3282},270.093}};
+ wardrobePos[] = {{{-3.39648,7.18848,-14.3284},272.593}};
+ chairPos[] = {{{-8.41113,-4.42725,-14.3249},235.951}};
+ filingPos[] = {{{6.03809,8.75146,-14.2857},360},{{6.50879,8.73438,-14.2857},1.99998}};
+ pelicanPos[] = {{{4.48633,-8.17334,-14.3448},228.938}};
+ tablePos[] = {{{-8.48633,-0.0556641,-14.3285},269.825}};
+ shoeboxPos[] = {{{6.20117,1.86279,-14.3285},261.718}};
+ };
+ class Land_Stodola_open : Default
+ {
+ shelfPos[] = {{{2.08691,-3.11719,-4.14142},89.2592}};
+ fridgePos[] = {{{1.88672,-6.01465,-4.13022},119.538}};
+ couchPos[] = {{{-3.63477,-0.27832,-4.13867},190.732}};
+ pelicanPos[] = {{{-1.71191,-5.06445,0.297943},33.203}};
+ tablePos[] = {{{-3.62988,6.59473,-4.12482},357.638}};
+ toolRackPos[] = {{{-0.110352,7.2373,-3.92352},357.513}};
+ shoeboxPos[] = {{{-4.24609,-6.01855,-3.31656},2.337}};
+ palletPos[] = {{{1.70313,3.39844,-4.13934},92.8326},{{-3.4292,3.97168,-4.14297},255.32}};
+ };
+ class Land_Stodola_old_open : Default
+ {
+ shelfPos[] = {{{4.81055,2.76367,-5.10672},359.199},{{-3.54004,7.10645,-1.01971},270.013}};
+ bedPos[] = {{{-2.76221,8.75,-5.10696},179.304}};
+ couchPos[] = {{{0.687988,-8.36133,-5.10693},4.33433}};
+ chairPos[] = {{{-1.06543,-5.28418,-1.04489},195.228}};
+ filingPos[] = {{{5.25879,-8.9043,-5.1069},9.83752}};
+ pelicanPos[] = {{{-1.12891,-10.7266,2.93811},260.837}};
+ tablePos[] = {{{-2.98828,10.5127,-1.0199},281.235}};
+ toolRackPos[] = {{{5.54102,6.0625,-5.10693},90.7204},{{-1.74854,-11.5723,-5.10672},178.397}};
+ shoeboxPos[] = {{{5.70313,11.2139,0.829681},91}};
+ palletPos[] = {{{2.06445,3.54102,-5.10696},337.003},{{-2.80469,5.27539,-1.01993},264.974},{{2.44336,10.6328,2.93802},86.0969},{{4.44727,10.3809,-5.07031},91}};
+ freezerPos[] = {{{-3.05957,-4.44141,-5.10699},359.822}};
+ };
+ class Land_Farm_Cowshed_a : Default
+ {
+ shelfPos[] = {{{9.65234,4.23633,-3.1138},359.83}};
+ bedPos[] = {{{7.85938,-5.01221,-3.11404},274.383}};
+ wardrobePos[] = {{{10.21,-4.81543,-3.11401},71.5758}};
+ filingPos[] = {{{-2.51855,-6.98389,-3.08054},202}};
+ tablePos[] = {{{0.553711,-6.81055,-3.11404},179.415}};
+ toolRackPos[] = {{{3.21973,-3.75781,-3.11374},182.361}};
+ shoeboxPos[] = {{{-3.04883,-0.802246,-3.11407},198.771}};
+ palletPos[] = {{{-2.58008,3.32617,-3.11404},6.63828},{{-6.11816,-2.65527,-3.11404},314.264}};
+ freezerPos[] = {{{10.4248,-2.19531,-3.11407},92.3688}};
+ };
+ class Land_Farm_Cowshed_b : Default
+ {
+ shelfPos[] = {{{-9.05615,-3.76465,-3.12729},178.703}};
+ couchPos[] = {{{-9.82813,2.41113,-3.1275},296.045}};
+ chairPos[] = {{{8.15674,-3.28955,-3.1275},182.81}};
+ toolRackPos[] = {{{3.27734,-3.9209,-3.12726},178.757}};
+ palletPos[] = {{{-4.85059,-2.72949,-3.12753},360},{{5.6416,-2.8208,-3.12753},0.0419464}};
+ };
+ class Land_Farm_Cowshed_c : Default
+ {
+ shelfPos[] = {{{-2.79785,3.14209,-3.15216},295.449}};
+ filingPos[] = {{{-2.97998,-4.05469,-3.15222},179.983}};
+ palletPos[] = {{{2.44531,2.57227,-3.14557},0.00511169}};
+ };
+ class Land_Barn_Metal : Default
+ {
+ shelfPos[] = {{{0.265625,-14.7627,-5.46832},89.0258}};
+ fridgePos[] = {{{10.749,-15.9448,-5.46857},39.8741}};
+ bedPos[] = {{{-9.12109,21.7661,-5.46857},175.889}};
+ couchPos[] = {{{0.614746,-24.1509,-5.46857},96.7518}};
+ cookerPos[] = {{{10.8979,-14.4751,-5.46899},90.5039}};
+ chairPos[] = {{{10.4609,17.1284,-5.46857},39.8881}};
+ filingPos[] = {{{-9.91895,-9.12695,-5.46854},268.516}};
+ pelicanPos[] = {{{10.5273,22.7065,5.56143},37.3798}};
+ tablePos[] = {{{10.7944,13.7324,-5.46857},87.4971}};
+ lockerPos[] = {{{11.0068,6.05371,-5.46857},89.1326}};
+ toolRackPos[] = {{{-10.2012,9.57422,-5.46823},272.816}};
+ shoeboxPos[] = {{{-9.87012,-20.9902,-5.4425},298.809}};
+ palletPos[] = {{{3.24316,2.2959,-5.44501},135.351},{{-4.39014,-9.8374,-5.44501},141.049},{{4.74316,12.5591,-5.44501},199},{{-8.59766,15.3638,-5.44501},335.835}};
+ freezerPos[] = {{{10.8242,-10.4863,-5.44501},87.998}};
+ };
+ class Land_A_TVTower_Base : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{-0.569824,-2.05078,-2.25824},91.0596}};
+ filingPos[] = {{{-2.6377,-4.59082,-2.26028},188.775}};
+ pelicanPos[] = {{{4.38086,-0.0766602,1.15182},274.734}};
+ toolRackPos[] = {{{-0.304199,2.37402,-2.25836},85.8353}};
+ shoeboxPos[] = {{{-1.10449,6.4873,-2.25751},134.996}};
+ };
+ class Land_Mil_Guardhouse : Default
+ {
+ shelfPos[] = {{{-2.07324,2.70703,-1.69559},89.8322}};
+ pelicanPos[] = {{{-2.46729,0.0585938,-1.69565},113.271}};
+ shoeboxPos[] = {{{5.75781,1.48828,-10},202}};
+ };
+ class Land_Mil_House : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{12.2617,0.839355,-5.67438},181.266}};
+ fridgePos[] = {{{15.2783,4.78369,-5.67462},52.5764}};
+ pelicanPos[] = {{{-1.56152,6.73584,-1.87274},179.391}};
+ lockerPos[] = {{{10.856,4.21094,-5.67462},268.532}};
+ toolRackPos[] = {{{10.5098,1.98584,-5.67413},270.325}};
+ shoeboxPos[] = {{{5.61719,6.21191,-5.24442},152.873}};
+ palletPos[] = {{{13.2031,2.67773,-5.67609},202}};
+ };
+ class Land_houseV_2T2 : Default
+ {
+ chairPos[] = {{{-3.60352,1.40381,-4.05566},60.0702}};
+ pelicanPos[] = {{{2.81348,-4.28516,-1.45676},39.1084}};
+ shoeboxPos[] = {{{-3.23193,0.272461,-4.06165},128.845}};
+ };
+ class Land_Mil_hangar_EP1 : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{13.5302,-21.2354,-5.37346},179},{{-14.126,-21.2681,-5.37346},179}};
+ bedPos[] = {{{14.0624,22.0742,-5.3957},7}};
+ couchPos[] = {{{11.0576,22.5513,-5.3945},277}};
+ filingPos[] = {{{14.5165,19.8945,-5.39077},90}};
+ pelicanPos[] = {{{-14.7921,12.4834,-5.37346},270}};
+ tablePos[] = {{{10.9473,20.2598,-5.38906},200}};
+ lockerPos[] = {{{5.74603,23.2769,-5.38878},1.99997}};
+ toolRackPos[] = {{{-1.2074,23.3823,-5.38821},360}};
+ palletPos[] = {{{-13.4512,-7.20068,-5.37346},270},{{-13.5587,9.13232,-5.37346},270},{{14.1083,-11.3062,-5.37346},270},{{14.1229,12.8296,-5.37681},270}};
+ freezerPos[] = {{{7.4668,23.3433,-5.39095},1.99997}};
+ };
+ class Land_Mil_ControlTower_EP1 : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ shelfPos[] = {{{3.03467,2.64453,-1.16014},0},{{3.44043,3.19238,-5.52014},180},{{10.312,5.80469,-9.65014},90.8}};
+ chairPos[] = {{{7.3042,-1.58887,2.98985},270}};
+ filingPos[] = {{{1.48389,2.47754,-1.08014},350},{{2.1123,2.47852,-1.08014},0},{{4.2417,3.28027,-5.52014},180},{{-0.137207,6.33496,-9.65014},270.8}};
+ pelicanPos[] = {{{3.23828,0.329102,2.73985},270},{{6.84424,-1.66113,-1.08014},180},{{6.38379,5.06836,-1.11015},180}};
+ tablePos[] = {{{7.49512,0.382813,-1.16014},90}};
+ lockerPos[] = {{{4.08936,6.23438,-9.65014},360}};
+ shoeboxPos[] = {{{6.70996,3.96582,-1.08014},180}};
+ palletPos[] = {{{8.53418,4.22461,-9.65014},90.8}};
+ };
+ class Land_House_K_1_EP1 : Default
+ {
+ fridgePos[] = {{{1.96729,5.96875,1.53209},360}};
+ bedPos[] = {{{-3.29297,2.14844,1.53209},187}};
+ cookerPos[] = {{{4.28125,4.49707,1.53209},90}};
+ chairPos[] = {{{1.74805,1.2832,1.45209},7.99997}};
+ tablePos[] = {{{1.18652,2.95605,1.54209},179}};
+ shoeboxPos[] = {{{-3.5874,5.99609,1.93209},265}};
+ };
+ class Land_House_K_7_EP1 : Default
+ {
+ shelfPos[] = {{{-4.74609,2.42871,3.25069},0}};
+ bedPos[] = {{{-2.32715,3.7876,3.23069},273}};
+ couchPos[] = {{{-7.00684,2.23486,6.33068},180}};
+ cookerPos[] = {{{-3.0957,4.38916,-0.309311},0}};
+ chairPos[] = {{{-5.16113,0.416992,3.25069},220}};
+ filingPos[] = {{{-6.82422,0.91748,-0.279312},180}};
+ pelicanPos[] = {{{-3.28223,-1.62939,3.13068},180}};
+ toolRackPos[] = {{{-7.16309,3.74512,-0.27932},0.600037}};
+ shoeboxPos[] = {{{0.185547,2.03467,-0.26931},90}};
+ palletPos[] = {{{0.12793,3.51074,6.31068},180},{{-6.24219,-1.57227,-0.479317},0.600037}};
+ freezerPos[] = {{{-4.16406,4.40723,-0.309311},0}};
+ };
+ class Land_House_K_8_EP1 : Default
+ {
+ shelfPos[] = {{{-2.79102,-1.12793,0.246132},180},{{3.0918,-1.73926,0.246132},180}};
+ fridgePos[] = {{{0.333008,3.72217,3.35612},90}};
+ bedPos[] = {{{-2.45508,-0.746582,-2.63387},183.6}};
+ couchPos[] = {{{0.733398,-0.199707,0.246132},90}};
+ wardrobePos[] = {{{2.45313,-3.42871,-2.63387},178.6}};
+ cookerPos[] = {{{-2.93066,-0.961914,3.35612},270.9}};
+ chairPos[] = {{{0.383789,-3.7002,-2.70387},14.6}};
+ filingPos[] = {{{-3.12109,2.6582,0.246132},270}};
+ pelicanPos[] = {{{-4.36133,1.78027,0.0861282},89.9}};
+ tablePos[] = {{{0.0976563,3.64941,0.246132},0}};
+ shoeboxPos[] = {{{3.11035,-0.191406,-1.81387},90},{{-2.76172,4.86816,0.276131},90}};
+ palletPos[] = {{{-0.880859,2.4375,5.95612},90},{{2.48926,-3.10742,0.336128},90}};
+ freezerPos[] = {{{2.14258,1.05176,-2.62387},90},{{-2.89063,0.299316,3.35612},270.9}};
+ };
+ class Land_House_K_3_EP1 : Default
+ {
+ shelfPos[] = {{{-6.08594,-1.3042,-0.833199},270}};
+ fridgePos[] = {{{2.39648,3.49902,-0.523193},93}};
+ bedPos[] = {{{-0.318359,4.32129,2.7168},180}};
+ couchPos[] = {{{1.73438,-0.850586,-0.833199},0}};
+ cookerPos[] = {{{-2.74316,5.83447,-0.523193},270}};
+ filingPos[] = {{{-0.918945,4.41162,-0.5532},273}};
+ shoeboxPos[] = {{{1.85449,-3.16846,0.0268021},90}};
+ palletPos[] = {{{-1.43359,-2.14697,3.0168},180}};
+ };
+ class Land_House_K_5_EP1 : Default
+ {
+ bedPos[] = {{{3.78613,0.527832,2.3232},184}};
+ cookerPos[] = {{{-2.3457,1.2207,1.5132},188}};
+ chairPos[] = {{{5.12695,3.30615,2.3232},64}};
+ filingPos[] = {{{-7.18164,-0.956055,0.493202},198}};
+ tablePos[] = {{{0.817383,1.22754,1.5232},181}};
+ toolRackPos[] = {{{-7.52832,1.88867,0.5532},271}};
+ shoeboxPos[] = {{{-5.31934,2.41211,0.823196},47}};
+ };
+ class Land_House_K_6_EP1 : Default
+ {
+ shelfPos[] = {{{-0.28418,5.72656,1.47783},0},{{5.16602,-2.67188,4.40265},98}};
+ fridgePos[] = {{{-0.412109,5.45508,-1.62217},0}};
+ bedPos[] = {{{0.00683594,0.544434,1.47783},186},{{0.00390625,0.682617,-1.62217},181},{{1.93848,-2.26953,4.40265},98},{{0.609375,4.77393,4.40783},276}};
+ couchPos[] = {{{-2.81738,0.666504,1.47783},0},{{-4.17773,5.6582,-1.63217},95}};
+ wardrobePos[] = {{{3.08594,3.81934,-1.63217},91}};
+ cookerPos[] = {{{0.499023,5.37695,-1.62217},0}};
+ chairPos[] = {{{-2.29883,3.50537,4.40265},48}};
+ filingPos[] = {{{4.90918,5.43604,4.40265},48}};
+ tablePos[] = {{{2.20313,-2.98926,-1.62217},180},{{-4.65527,0.294922,1.49783},276}};
+ shoeboxPos[] = {{{2.70117,2.21973,1.47783},180}};
+ palletPos[] = {{{-2.96582,-2.4082,-1.60735},48}};
+ freezerPos[] = {{{1.55273,5.40479,-1.62217},0}};
+ };
+ class Land_A_Mosque_small_1_EP1 : Default
+ {
+ couchPos[] = {{{6.44385,2.74609,-2.0341},2}};
+ chairPos[] = {{{1.59668,-1.55762,-1.7141},357},{{3.95605,-1.53418,-1.7141},2}};
+ pelicanPos[] = {{{1.90137,4.70996,-1.2041},357}};
+ toolRackPos[] = {{{-0.34375,-1.05762,-1.7041},357}};
+ shoeboxPos[] = {{{2.07715,0.0810547,-1.1841},180}};
+ };
+ class Land_A_Mosque_small_2_EP1 : Default
+ {
+ tablePos[] = {{{-0.952637,2.83398,-2.48343},"1.52588e-005"}};
+ toolRackPos[] = {{{-0.880371,-3.7002,-2.37343},"1.52588e-005"}};
+ shoeboxPos[] = {{{0.770508,-3.40137,-1.69343},"1.52588e-005"},{{-2.49805,-3.33887,-1.69343},"1.52588e-005"}};
+ };
+ class Land_House_L_1_EP1 : Default
+ {
+ cookerPos[] = {{{0.925293,0.850586,-0.629326},355}};
+ tablePos[] = {{{0.134766,-1.86328,-0.629326},185}};
+ shoeboxPos[] = {{{2.03125,-1.08301,-0.689323},180}};
+ };
+ class Land_House_L_3_EP1 : Default
+ {
+ couchPos[] = {{{-4.16162,1.71777,2.56979},278}};
+ pelicanPos[] = {{{-5.42822,0.783203,-0.190216},296}};
+ tablePos[] = {{{-3.4624,2.94727,-0.27021},0}};
+ shoeboxPos[] = {{{-0.625488,3.21289,0.559784},323}};
+ palletPos[] = {{{0.00488281,0.0605469,-0.27021},267},{{2.24951,2.31934,-0.27021},323}};
+ };
+ class Land_Misc_Well_L_EP1 : Default
+ {
+ shoeboxPos[] = {{{0.611328,-0.0751953,0.135979},278}};
+ };
+ class Land_House_L_4_EP1 : Default
+ {
+ shelfPos[] = {{{-6.77441,-0.744141,-1.33775},270}};
+ fridgePos[] = {{{4.71045,-0.0517578,-1.10775},180}};
+ bedPos[] = {{{0.240723,2.24023,-1.33775},0}};
+ cookerPos[] = {{{6.61816,1.50781,-1.10775},90}};
+ chairPos[] = {{{0.864258,-0.628906,-1.27775},120}};
+ tablePos[] = {{{-3.76367,1.76953,-1.33775},0}};
+ shoeboxPos[] = {{{4.05518,3.79492,-0.687752},180}};
+ palletPos[] = {{{-4.59863,0.929688,1.72225},0},{{4.38574,2.06152,1.44225},0}};
+ freezerPos[] = {{{2.82861,2.85352,-1.03775},270}};
+ };
+ class Land_House_L_8_EP1 : Default
+ {
+ fridgePos[] = {{{-1.23047,0.239258,-1.10685},173}};
+ couchPos[] = {{{4.48242,0.755859,1.59315},270}};
+ cookerPos[] = {{{1.48291,5.91797,-1.10685},90}};
+ chairPos[] = {{{1.6333,3.23535,1.59315},109}};
+ pelicanPos[] = {{{5.0166,3.38574,1.79315},170}};
+ tablePos[] = {{{-3.3335,2.53906,-1.10685},267}};
+ toolRackPos[] = {{{3.69043,1.83301,-1.10685},357}};
+ shoeboxPos[] = {{{4.80859,4.89551,-0.726845},180}};
+ palletPos[] = {{{-2.80469,3.25488,1.59315},109},{{-2.77539,-3.80273,1.29315},109}};
+ freezerPos[] = {{{1.80957,2.24609,-1.10685},83}};
+ };
+ class Land_House_L_6_EP1 : Default
+ {
+ shelfPos[] = {{{7.42285,2.09961,1.28293},90}};
+ fridgePos[] = {{{1.31592,-2.31445,-1.50707},180}};
+ bedPos[] = {{{6.03418,1.56738,-1.54707},274}};
+ couchPos[] = {{{-3.1333,-1.29785,-1.54707},184}};
+ wardrobePos[] = {{{3.08252,0.0664063,-1.54707},274}};
+ chairPos[] = {{{-3.73486,2.18555,-1.54707},330}};
+ filingPos[] = {{{7.31006,1.4082,1.28293},90}};
+ lockerPos[] = {{{7.1626,0.398438,1.28293},90}};
+ shoeboxPos[] = {{{1.97461,1.40332,-0.347069},79}};
+ palletPos[] = {{{0.405762,1.2666,1.18293},90},{{-3.02832,-1.68848,1.18293},90}};
+ };
+ class Land_House_L_7_EP1 : Default
+ {
+ shelfPos[] = {{{-2.28809,-2.28809,-0.939278},87.8875}};
+ fridgePos[] = {{{-5.4751,3.71777,-0.639275},"1.52588e-005"}};
+ bedPos[] = {{{3.79248,2.42188,-0.269272},270}};
+ wardrobePos[] = {{{5.65527,0.724609,-0.269272},90}};
+ cookerPos[] = {{{-4.51172,3.5752,-0.609276},"1.52588e-005"}};
+ chairPos[] = {{{-0.388672,3.22656,-0.269272},290}};
+ filingPos[] = {{{-5.10986,-2.08984,-0.939278},350}};
+ tablePos[] = {{{1.99707,-1.52637,-0.239273},180}};
+ shoeboxPos[] = {{{-5.84033,-7.11621,0.0807266},180}};
+ palletPos[] = {{{-0.26416,-6.77637,-1.06927},180}};
+ freezerPos[] = {{{-2.71533,-6.71777,-0.909271},180}};
+ };
+ class Land_House_C_1_EP1 : Default
+ {
+ shelfPos[] = {{{-4.81006,1.55078,-0.937073},0}};
+ fridgePos[] = {{{-8.3042,-0.625977,-0.937073},270}};
+ cookerPos[] = {{{-8.23047,0.216797,-0.937073},270}};
+ chairPos[] = {{{-2.89355,-0.30957,-0.937073},80}};
+ filingPos[] = {{{-5.55566,1.49609,-0.937073},0},{{-6.02295,1.42188,-0.937073},350}};
+ pelicanPos[] = {{{4.00537,-1.68848,3.61293},90}};
+ tablePos[] = {{{8.03906,-0.804688,-0.937073},90}};
+ lockerPos[] = {{{-1.39746,-0.689453,-1.01707},270}};
+ toolRackPos[] = {{{5.82568,1.81348,-0.937073},0}};
+ shoeboxPos[] = {{{7.98096,-4.17969,-0.247078},0}};
+ palletPos[] = {{{1.82275,-3.33984,3.51293},90},{{-6.08203,0.685547,3.61293},90},{{6.38721,0.277344,-0.947075},90}};
+ };
+ class Land_A_Minaret_Porto_EP1 : Default
+ {
+ chairPos[] = {{{1.95752,0.271484,9.38245},349}};
+ pelicanPos[] = {{{2.31885,1.9375,6.58245},229},{{3.31494,-0.510742,-3.39755},113}};
+ shoeboxPos[] = {{{2.27197,-2.94531,9.39245},349}};
+ palletPos[] = {{{1.25195,0.685547,-20.5975},100}};
+ };
+ class Land_House_C_2_EP1 : Default
+ {
+ shelfPos[] = {{{-4.66211,-0.90918,-2.31334},266.8}};
+ bedPos[] = {{{1.67383,-0.817383,0.763084},90},{{-3.94336,1.43262,0.603081},180}};
+ couchPos[] = {{{3.84131,-3.79883,0.786659},271.8}};
+ wardrobePos[] = {{{5.73877,2.78125,0.786659},90}};
+ chairPos[] = {{{-2.6167,-1.23535,0.603081},170},{{-4.00146,-1.05664,0.603081},220}};
+ filingPos[] = {{{5.95459,-0.53418,-2.31334},104},{{6.07373,2.55176,-2.31334},80}};
+ tablePos[] = {{{2.34131,2.0918,0.763084},"1.52588e-005"}};
+ lockerPos[] = {{{-1.74707,2.39355,-2.31334},89.8}};
+ toolRackPos[] = {{{-1.31445,0.375,-2.31334},89.8}};
+ shoeboxPos[] = {{{-0.350098,2.94238,-2.28334},180},{{5.8457,-1.50684,1.57308},180}};
+ palletPos[] = {{{-2.55518,-0.786133,-2.31334},110.8},{{-3.98584,1.06055,-2.31334},89.8}};
+ freezerPos[] = {{{2.02002,0.932617,-2.31334},270}};
+ };
+ class Land_Misc_Well_C_EP1 : Default
+ {
+ shoeboxPos[] = {{{0.225098,0.355469,0.0676193},170}};
+ };
+ class Land_House_C_1_v2_EP1 : Default
+ {
+ fridgePos[] = {{{-8.29102,0.782227,-1.35837},270}};
+ couchPos[] = {{{4.57666,-1.00195,3.16163},270},{{-5.02783,2.07422,-1.38837},270}};
+ cookerPos[] = {{{-2.74414,1.1748,-1.38837},90}};
+ chairPos[] = {{{1.5708,-1.56641,3.16163},320},{{3.31299,-1.47852,-1.35837},40},{{6.86572,-0.859375,3.16163},30}};
+ filingPos[] = {{{6.08252,2.9502,-1.35837},"1.52588e-005"}};
+ tablePos[] = {{{4.56787,-2.96875,3.16163},180},{{7.90332,1.12305,-1.35837},90}};
+ shoeboxPos[] = {{{-8.38037,-0.833008,-0.93837},270}};
+ freezerPos[] = {{{5.20557,2.90332,-1.35837},"1.52588e-005"}};
+ };
+ class Land_House_C_5_V1_EP1 : Default
+ {
+ bedPos[] = {{{-1.40234,-0.685547,-1.48295},0}};
+ couchPos[] = {{{-3.50098,-0.208008,-1.48295},180}};
+ wardrobePos[] = {{{0.958984,1.01758,1.42705},180}};
+ chairPos[] = {{{-2.87109,3.71875,-1.48295},0},{{2.50684,4.94287,-1.48295},0}};
+ filingPos[] = {{{3.30664,1.04639,-1.48295},180}};
+ tablePos[] = {{{-2.96191,-4.95508,-1.48295},180}};
+ palletPos[] = {{{-3.12891,0.384277,1.15705},250},{{-1.73926,-4.29883,1.15705},180}};
+ };
+ class Land_House_C_3_EP1 : Default
+ {
+ shelfPos[] = {{{-2.11621,-1.87402,1.91428},265}};
+ fridgePos[] = {{{5.75879,3.84033,-3.87573},0}};
+ bedPos[] = {{{-7.35449,-1.97705,0.514275},178}};
+ couchPos[] = {{{4.89453,-0.709961,-0.485725},178},{{4.43359,-2.51904,4.04428},178}};
+ wardrobePos[] = {{{-8.02637,1.10938,0.514275},268}};
+ cookerPos[] = {{{4.0166,-1.12305,-3.87573},270}};
+ chairPos[] = {{{-4.25684,3.56934,0.514275},40},{{6.07715,0.655273,-3.88573},339}};
+ filingPos[] = {{{8.17969,-2.87256,-3.87573},130}};
+ pelicanPos[] = {{{2.22266,-1.98633,4.91428},88}};
+ tablePos[] = {{{-4.11621,-1.11475,0.514275},90},{{4.09082,1.39307,-3.87573},270}};
+ lockerPos[] = {{{-8.1543,2.12549,-3.81573},269}};
+ toolRackPos[] = {{{-8.44434,0.203125,-3.81573},269}};
+ shoeboxPos[] = {{{-3.90039,-3.58984,-3.83573},270},{{-8.08105,3.58545,1.58427},0}};
+ palletPos[] = {{{6.55469,-1.37988,4.11428},178},{{-6.69141,2.4873,4.31428},178}};
+ freezerPos[] = {{{4.03809,-2.17529,-3.87573},270}};
+ };
+ class Land_House_C_12_EP1 : Default
+ {
+ shelfPos[] = {{{3.25391,-5.70898,0.10778},91},{{7.60742,2.00098,-3.52222},90}};
+ fridgePos[] = {{{-3.77637,-8.55176,0.137779},271}};
+ couchPos[] = {{{3.50244,-2.55566,0.137779},110},{{-0.932129,-7.9502,-3.52222},90}};
+ cookerPos[] = {{{3.01709,-8.48047,-3.52222},91}};
+ chairPos[] = {{{2.45898,-8.51855,0.10778},141},{{-3.55371,-8.52734,-3.52222},221}};
+ filingPos[] = {{{4.61963,-4.02148,-3.52222},180}};
+ pelicanPos[] = {{{-4.01465,-5.48633,3.38778},269}};
+ lockerPos[] = {{{-0.582031,-3.9248,-3.52222},180}};
+ toolRackPos[] = {{{1.37695,-4.39941,-3.52222},180},{{3.40576,-4.42773,-3.52222},180}};
+ shoeboxPos[] = {{{1.32813,0.0283203,-3.52222},88}};
+ palletPos[] = {{{-1.87988,1.13379,0.137779},230},{{-2.9873,0.550781,-3.48222},88},{{5.65186,0.637695,0.137779},110}};
+ freezerPos[] = {{{3.05566,-5.78223,-3.50222},88}};
+ };
+ class Land_House_C_5_V3_EP1 : Default
+ {
+ shelfPos[] = {{{0.881836,0.848633,1.42705},180}};
+ fridgePos[] = {{{2.83398,5.10059,-1.48295},0.999985}};
+ bedPos[] = {{{-1.33838,-0.811523,-1.48295},0.999985}};
+ wardrobePos[] = {{{4.41846,1.59082,1.42705},90},{{-2.9209,3.87598,-1.48295},"1.00179e-005"}};
+ chairPos[] = {{{-3.97998,1.91797,-1.48295},289},{{-1.0791,-4.83398,1.12706},130}};
+ filingPos[] = {{{-4.45752,-5.25781,-1.49295},269}};
+ shoeboxPos[] = {{{4.48828,1.01172,-1.40295},"1.00179e-005"},{{0.500977,4.9834,-0.672951},30}};
+ palletPos[] = {{{-1.72168,-1.9375,1.17705},"1.00179e-005"}};
+ };
+ class Land_House_C_5_V2_EP1 : Default
+ {
+ shelfPos[] = {{{0.882813,0.848145,1.42705},180}};
+ fridgePos[] = {{{2.83398,5.1001,-1.48295},1}};
+ bedPos[] = {{{-1.33789,-0.811523,-1.48295},1}};
+ wardrobePos[] = {{{-2.85547,3.81055,-1.38295},360}};
+ chairPos[] = {{{-3.86914,1.87793,-1.39295},320},{{-1.0752,-4.77148,1.32706},130}};
+ filingPos[] = {{{-4.45703,-5.25781,-1.49295},269}};
+ shoeboxPos[] = {{{4.48828,1.01172,-1.40295},0},{{0.507813,5.10352,-0.572945},130}};
+ palletPos[] = {{{-1.72168,-1.9375,1.17705},0}};
+ };
+ class Land_Mil_Guardhouse_EP1 : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{-2.9021,-0.569336,-1.69236},180}};
+ shoeboxPos[] = {{{-2.94189,3.83496,-1.69236},180}};
+ };
+ class Land_Mil_House_EP1 : Default
+ {
+ lootType = "mil";
+ toolRackPos[] = {{{10.4844,2.79492,-5.67967},270}};
+ palletPos[] = {{{12.9678,2.14258,-5.67967},180},{{13.7964,4.08594,-5.67967},220}};
+ };
+ class Land_Mil_Repair_center_EP1 : Default
+ {
+ lootType = "mil";
+ toolRackPos[] = {{{3.14893,3.31836,-2.52654},270}};
+ palletPos[] = {{{-2.75195,0.446289,-1.52654},180},{{-2.63037,3.28516,-1.52654},270}};
+ };
+ class Land_Misc_Cargo1Ao_EP1 : Default
+ {
+ palletPos[] = {{{0.109863,-0.517578,-1.05425},180},{{0.0776367,2.01465,-1.05425},180}};
+ };
+ class Land_Mil_Barracks_i_EP1 : Default
+ {
+ limit = 5;
+ lootType = "mil";
+ pelicanPos[] = {{{-0.560303,-1.47656,0.0566254},88},{{2.65845,-1.47168,-0.743378},108},{{-3.68701,-1.2627,0.0566254},100},{{-7.04419,-1.5918,-0.743378},100}};
+ lockerPos[] = {{{0.652588,-1.77637,-1.10338},270},{{-5.80908,-1.9834,-1.10338},270},{{-9.33643,-2.05957,-1.10338},270}};
+ toolRackPos[] = {{{-9.41846,2.02148,-1.10338},270}};
+ shoeboxPos[] = {{{-3.3457,-0.0791016,-1.11338},108},{{2.53003,-2.44336,-1.08338},108},{{4.00269,-1.91797,-0.083374},290},{{-10.4619,1.45313,0.296623},90}};
+ cabinetPos[] = {{{5.90869,0.634277,0.216881},90}};
+ };
+ class Land_Ind_Oil_Pump_EP1 : Default
+ {
+ shoeboxPos[] = {{{1.8894,-2.20605,2.53654},90}};
+ };
+ class Land_Ind_Oil_Tower_EP1 : Default
+ {
+ couchPos[] = {{{3.39233,-5.47461,3.74753},270}};
+ pelicanPos[] = {{{3.07495,-2.38086,16.4475},270}};
+ toolRackPos[] = {{{-1.66919,0.807617,-13.0425},270}};
+ palletPos[] = {{{3.64136,0.131836,-8.04248},30},{{-1.99316,-6.2207,-13.0225},270},{{4.45459,-5.50098,-12.9225},270},{{5.33862,-6.28711,-8.04248},30}};
+ };
+ class Land_House_L_9_EP1 : Default
+ {
+ bedPos[] = {{{1.09448,1.40039,-0.611443},275}};
+ };
+ class Land_fortified_nest_big_EP1 : Default
+ {
+ shelfPos[] = {{{-0.359375,-0.337891,-0.721558},95}};
+ couchPos[] = {{{1.25781,-0.414063,-0.721558},185}};
+ pelicanPos[] = {{{-1.12036,0.962891,-0.721558},85}};
+ };
+ class Land_A_Mosque_big_wall_EP1 : Default
+ {
+ shelfPos[] = {{{4.53857,4.61914,-2.04966},350}};
+ couchPos[] = {{{0.288574,3.51367,-2.04966},270}};
+ };
+ class Land_A_Mosque_big_wall_corner_EP1 : Default
+ {
+ couchPos[] = {{{-1.2417,3.2666,-2.03097},270}};
+ chairPos[] = {{{1.03223,3.80176,-2.03097},20}};
+ palletPos[] = {{{3.88086,-2.67383,-2.03097},20}};
+ };
+ class Land_A_Mosque_big_minaret_1_EP1 : Default
+ {
+ pelicanPos[] = {{{-0.907227,-1.69336,7.16152},280}};
+ shoeboxPos[] = {{{0.124023,-0.527344,7.16152},4.89996}};
+ };
+ class Land_A_Mosque_big_addon_EP1 : Default
+ {
+ tablePos[] = {{{5.93506,-2.10156,-6.46501},90},{{5.84326,2.80566,-6.46501},90}};
+ shoeboxPos[] = {{{2.78027,-5.18164,-5.965},360},{{2.78857,5.36914,-5.965},360}};
+ };
+ class Land_A_Mosque_big_hq_EP1 : Default
+ {
+ couchPos[] = {{{5.84619,-2.89648,-9.35999},41},{{8.43701,8.60352,0.520004},150}};
+ chairPos[] = {{{-6.1582,-2.72852,-9.33999},249},{{-5.3042,-4.38379,-9.33999},239},{{9.77832,-7.29395,0.520004},320},{{8.51709,-9.12793,0.520004},300},{{9.05273,-10.5879,-4.05999},340}};
+ pelicanPos[] = {{{2.45459,9.20313,0.520004},340}};
+ tablePos[] = {{{5.96045,3.45703,-9.36999},49}};
+ shoeboxPos[] = {{{-9.6084,-10.9482,-4.05999},41}};
+ palletPos[] = {{{-5.69385,-8.7002,0.520004},320},{{-8.27783,7.9248,0.520004},70}};
+ };
+ class Land_A_Mosque_big_minaret_2_EP1 : Default
+ {
+ pelicanPos[] = {{{-1.92383,-1.92188,3.61214},80}};
+ shoeboxPos[] = {{{-0.0258789,-0.837891,3.60214},9.99997}};
+ };
+ class Land_House_C_11_EP1 : Default
+ {
+ shelfPos[] = {{{4.04883,-0.507813,-2.07991},180}};
+ couchPos[] = {{{0.967773,-3.72266,-2.07991},89.9999},{{5.21924,-3.53809,0.940094},93}};
+ wardrobePos[] = {{{3.57471,2.49023,1.04009},265.8}};
+ cookerPos[] = {{{4.06836,-1.44141,-2.07991},0}};
+ chairPos[] = {{{7.38379,-1.58594,0.940094},43}};
+ filingPos[] = {{{2.47314,-4.53809,0.940094},179},{{2.99756,-4.46582,0.940094},173}};
+ toolRackPos[] = {{{6.90332,-0.748047,-2.07991},180}};
+ palletPos[] = {{{0.493652,-1.9248,0.960091},179},{{1.26855,4.18555,-2.45991},185.8}};
+ freezerPos[] = {{{-1.55713,-2.66016,-2.07991},272}};
+ };
+ class Land_House_C_9_EP1 : Default
+ {
+ shelfPos[] = {{{0.668945,-4.66406,-3.85899},180}};
+ fridgePos[] = {{{3.50098,2.56934,-3.82899},356}};
+ bedPos[] = {{{1.76123,4.54102,-0.278992},92.1}};
+ couchPos[] = {{{1.69629,-4.80762,-0.278992},90}};
+ cookerPos[] = {{{2.63574,2.44336,-3.82899},356}};
+ chairPos[] = {{{-4.98926,0.46582,-0.278992},262.1}};
+ filingPos[] = {{{5.79541,-5.37012,-0.278992},94},{{5.7334,-5.89941,-0.278992},100}};
+ pelicanPos[] = {{{-5.09424,-1.93359,-0.278992},94}};
+ lockerPos[] = {{{2.80615,2.62598,-0.278992},0}};
+ toolRackPos[] = {{{1.40625,6.66602,-3.85899},0}};
+ shoeboxPos[] = {{{-2.22803,0.438477,-2.99899},360}};
+ palletPos[] = {{{0.508301,-2.66895,2.53101},144},{{-3.3208,1.07031,2.53101},144},{{-1.89307,4.89941,2.53101},94}};
+ freezerPos[] = {{{5.66406,0.332031,-3.83899},89}};
+ };
+ class Land_Fort_Watchtower_EP1 : Default
+ {
+ pelicanPos[] = {{{-0.390137,0.0634766,0.56675},144}};
+ shoeboxPos[] = {{{-1.28271,2.67969,-2.21325},360}};
+ palletPos[] = {{{-0.77832,-2.00293,-2.20325},144}};
+ };
+ class Land_Misc_Cargo1Bo_EP1 : Default
+ {
+ palletPos[] = {{{0.0737305,-0.0507813,-1.06068},184},{{0.0981445,-1.95898,-1.06068},184},{{-0.0107422,1.99707,-1.06068},184}};
+ };
+ class Land_A_Minaret_EP1 : Default
+ {
+ pelicanPos[] = {{{-1.50244,-0.742188,5.06781},123.5}};
+ };
+ class Land_bo_HouseV2_04_Interier : Land_HouseV2_04_interier {};
+ class Land_bo_HouseV2_02_Interier : Land_HouseV2_02_Interier {};
+ class Land_bo_HouseV_1I4 : Land_HouseV_1I4 {};
+ class Land_bo_Panelak2 : Land_Panelak2 {};
+ class Land_bo_Panelak : Land_Panelak {};
+ class Land_bo_Shed_Ind02 : Land_Shed_Ind02 {};
+ class Land_bo_Hlidac_budka : Land_Hlidac_budka {};
+ class Land_bo_A_GeneralStore_01 : Land_A_GeneralStore_01 {};
+ class Land_bo_A_Office01 : Land_A_Office01 {};
+ class Land_bo_Barn_W_01 : Land_Barn_W_01 {};
+ class Land_bo_stodola_open : Land_Stodola_open {};
+ class Land_bo_stodola_old_open : Land_Stodola_old_open {};
+ class Land_bo_Farm_Cowshed_a : Land_Farm_Cowshed_a {};
+ class Land_bo_Farm_Cowshed_b : Land_Farm_Cowshed_b {};
+ class Land_bo_Farm_Cowshed_c : Land_Farm_Cowshed_c {};
+ class Land_bo_A_TVTower_Base : Land_A_TVTower_Base {};
+ class Land_bo_HouseV_2T2 : Land_houseV_2T2 {};
+ class Land_bo_HouseB_Tenement : Land_HouseB_Tenement {};
+ class Land_bo_HouseV2_01A : Land_HouseV2_01A {};
+ class Land_bo_Barn_W_02 : Land_Barn_W_02 {};
+ class Land_bo_Shed_W01 : Land_Shed_W01 {};
+ class Land_bo_A_Castle_Bergfrit : Land_A_Castle_Bergfrit {};
+ class Land_bo_Shed_wooden : Land_Shed_wooden {};
+ class Land_bo_HouseV_1L2 : Land_HouseV_1L2 {};
+ class Land_bo_HouseV_1I1 : Land_HouseV_1I1 {};
+ class Land_bo_HouseV_1L1 : Land_HouseV_1L1 {};
+ class Land_bo_misc_deerstand : Land_Misc_deerstand {};
+ class Land_bo_HouseBlock_A1_1 : Land_HouseBlock_A1_1 {};
+ class Land_bo_HouseBlock_A3 : Land_HouseBlock_A3 {};
+ class Land_bo_hut06 : Land_Hut06 {};
+ class Land_bo_dum_rasovna : Default
+ {
+ shelfPos[] = {{{-1.56299,-4.67383,-2.69722},185},{{3.88159,-3.92139,-2.69722},90}};
+ fridgePos[] = {{{-1.78345,1.78662,-2.70722},275.214}};
+ bedPos[] = {{{2.92578,2.73438,-2.70722},1.99997}};
+ wardrobePos[] = {{{0.281494,-0.0371094,0.232777},261}};
+ cookerPos[] = {{{-1.76978,-1.74072,-2.69722},356}};
+ chairPos[] = {{{3.47705,-0.510742,-2.69722},101}};
+ filingPos[] = {{{0.485352,-1.99902,0.232777},0},{{-0.095459,-2.09375,0.232777},354}};
+ pelicanPos[] = {{{-0.732422,3.80762,0.202777},329}};
+ tablePos[] = {{{0.746094,4.27881,-2.67722},360}};
+ toolRackPos[] = {{{-0.824707,-1.08301,-2.69722},182}};
+ shoeboxPos[] = {{{-1.76807,-4.44385,0.232777},44}};
+ freezerPos[] = {{{0.0822754,-1.64063,-2.69722},0.999985}};
+ };
+ class Land_bo_Nasypka : Default
+ {
+ shoeboxPos[] = {{{-1.81689,-0.786621,6.56536},213}};
+ };
+ class Land_TTowerBig_2_F : Default
+ {
+ pelicanPos[] = {{{1.03027,1.00903,0.757229},41}};
+ };
+ class Land_bo_Sara_domek_sedy : Default
+ {
+ fridgePos[] = {{{0.498047,1.38989,-2.14814},270}};
+ bedPos[] = {{{-1.31494,0.212891,-2.13814},4},{{-5.03027,3.2019,-2.14814},183}};
+ couchPos[] = {{{4.9209,1.72778,-2.12814},5}};
+ wardrobePos[] = {{{-4.1416,-0.853271,-2.14814},182}};
+ cookerPos[] = {{{1.86279,4.21411,-2.13814},0}};
+ chairPos[] = {{{-2.82324,-0.666504,-2.13814},170},{{-5.49121,-0.572998,-2.13814},200}};
+ filingPos[] = {{{6.03662,-1.00024,-2.13814},97}};
+ tablePos[] = {{{-3.23926,4.17554,-2.11814},0}};
+ shoeboxPos[] = {{{0.770508,-0.9021,-2.14814},161}};
+ freezerPos[] = {{{0.799805,4.23804,-2.11814},0}};
+ };
+ class Land_bo_Ind_SawMill : Default
+ {
+ toolRackPos[] = {{{9.0686,5.12646,-5.83683},270}};
+ palletPos[] = {{{-7.46265,-5.69971,-5.83683},142},{{7.71216,-10.9746,-5.83683},290},{{-3.50049,16.1409,-5.83683},142},{{5.49878,16.4333,-5.83683},40}};
+ };
+ class Land_bo_Dum_mesto2 : Default
+ {
+ shelfPos[] = {{{-0.732422,3.7876,-4.33935},179},{{3.63647,-6.50879,-4.34044},91},{{2.20728,-8.04883,-4.34044},175}};
+ fridgePos[] = {{{-3.60547,6.22559,-4.34935},269}};
+ bedPos[] = {{{-2.60498,-1.65088,-0.949348},270},{{-2.51392,-7.01904,-0.970444},90},{{-2.25952,7.11084,-0.949348},272}};
+ couchPos[] = {{{-2.60498,-2.21436,-4.33935},187},{{-0.407959,-6.73047,-4.35044},94}};
+ wardrobePos[] = {{{0.216064,3.9668,-0.949348},180}};
+ cookerPos[] = {{{-3.6228,7.73877,-4.34935},269}};
+ chairPos[] = {{{3.14673,4.25439,-4.33935},119},{{3.18701,7.4751,-0.970444},20},{{3.13452,7.49902,-4.33935},60},{{3.17065,-7.49072,-0.970444},119},{{-3.35864,-7.4707,-4.34044},220}};
+ filingPos[] = {{{3.42749,-7.72949,-4.34044},121}};
+ tablePos[] = {{{-0.68042,-0.654297,-4.35044},0},{{-3.53101,-3.4668,-0.970444},270},{{-3.49878,-5.11523,-4.34044},271},{{-0.356445,7.76953,-4.33935},359}};
+ toolRackPos[] = {{{-2.99243,0.0361328,-4.34044},181}};
+ shoeboxPos[] = {{{1.50415,-0.472656,-4.35044},207},{{-3.74072,0.48584,-4.34935},90}};
+ freezerPos[] = {{{-2.49731,0.472168,-4.34935},178}};
+ };
+ class Land_bo_HouseV_3I4 : Default
+ {
+ shoeboxPos[] = {{{5.35449,3.04028,-2.60763},280}};
+ };
+ class Land_bo_Dum_mesto3 : Default
+ {
+ palletPos[] = {{{5.67578,-0.140137,-5.89724},250}};
+ };
+ class Land_bo_HouseV_1T : Default
+ {
+ shoeboxPos[] = {{{-4.95142,6.46045,-3.09068},130}};
+ };
+ class Land_bo_Ind_Stack_Big : Default
+ {
+ shelfPos[] = {{{0.137939,0.352539,-28.5862},270}};
+ pelicanPos[] = {{{-2.85278,0.0292969,-23.3062},290}};
+ shoeboxPos[] = {{{-1.56006,-2.29297,-28.5862},260}};
+ };
+ class Land_bo_Deutshe_mini : Default
+ {
+ shelfPos[] = {{{3.57666,-1.0437,-2.74453},0}};
+ fridgePos[] = {{{-0.42334,-0.501709,-2.75453},90}};
+ bedPos[] = {{{-3.61914,2.44849,-2.74453},89}};
+ couchPos[] = {{{3.54443,0.63208,-2.75453},90}};
+ wardrobePos[] = {{{-0.290039,2.47217,-2.74453},89}};
+ chairPos[] = {{{0.885254,2.83154,-2.75453},310}};
+ filingPos[] = {{{0.569336,-3.05029,-2.74453},259}};
+ shoeboxPos[] = {{{-3.51465,-1.95581,-1.98453},209}};
+ freezerPos[] = {{{-4.28613,0.733887,-2.74453},359}};
+ };
+ class Land_u_House_Small_01_V1_F : Default
+ {
+ fridgePos[] = {{{0.867188,4.2207,-0.931187},81.6768}};
+ shelfPos[] = {{{1.16602,-1.34766,-0.929543},86.5322},{{-2.17383,1.22656,-0.930841},1.30102}};
+ wardrobePos[] = {{{0.298828,-3.75586,-0.929366},164.186}};
+ bedPos[] = {{{-3.52344,-2.83594,-0.931075},183.389}};
+ couchPos[] = {{{2.90234,-1.70313,-0.929456},179.44}};
+ cookerPos[] = {{{-1.41602,2.18359,-0.931049},180.625}};
+ chairPos[] = {{{2.46484,1.8125,-0.930511},270.894},{{-4.09766,-0.542969,-0.925941},270.019},{{2.42383,3.95703,-0.931158},329.895}};
+ };
+ class Land_TTowerBig_1_F : Default
+ {
+ pelicanPos[] = {{{0.920898,0.00317383,2.89364},270}};
+ };
+ class Land_u_Addon_01_V1_F : Default
+ {
+ shoeboxPos[] = {{{5.52515,0.521484,-0.014668},270}};
+ palletPos[] = {{{-0.227783,0.866699,-0.0246677},270}};
+ };
+ class Land_SlideCastle_F : Default
+ {
+ shoeboxPos[] = {{{0.0908203,2.18799,-1.94149},193}};
+ palletPos[] = {{{-0.841309,-3.05469,-10},193}};
+ };
+ class Land_Shed_Big_F : Default
+ {
+ palletPos[] = {{{6.66553,4.03369,-10},177},{{-7.18652,-10.4651,-10},177},{{-5.99561,11.2573,-10},177}};
+ };
+ class Land_Radar_F : Default
+ {
+ pelicanPos[] = {{{9.36694,4.97949,-4.86368},247}};
+ shoeboxPos[] = {{{-9.92847,-8.72461,-4.86368},44}};
+ };
+ class Land_ReservoirTower_F : Default
+ {
+ pelicanPos[] = {{{-1.41553,1.15063,-1.81942},130}};
+ shoeboxPos[] = {{{-3.8374,1.81421,-1.81942},320}};
+ palletPos[] = {{{0.737793,-3.30981,-1.80942},250}};
+ };
+ class Land_i_Stone_Shed_V2_dam_F : Default
+ {
+ tablePos[] = {{{3.07764,2.17139,0.0703425},11}};
+ shoeboxPos[] = {{{-2.41211,0.305664,0.660343},11}};
+ };
+ class Land_Cargo_HQ_V1_ruins_F : Default
+ {
+ lootType = "mil";
+ filingPos[] = {{{0.798828,-3.87012,-1.28783},250}};
+ pelicanPos[] = {{{-4.96582,-4.61182,1.13217},250}};
+ lockerPos[] = {{{-5.49561,-3.40796,-1.28783},270}};
+ };
+ class Land_cmp_Tower_F : Default
+ {
+ palletPos[] = {{{0.0551758,1.01294,-7.64906},250}};
+ };
+ class Land_Crane_F : Default
+ {
+ pelicanPos[] = {{{-7.11475,-1.31665,5.74081},90}};
+ shoeboxPos[] = {{{-6.86523,1.83765,5.74081},230}};
+ };
+ class Land_WIP_ruins_F : Default
+ {
+ shelfPos[] = {{{2.08887,-10.4897,-1.32377},180.2},{{-17.3643,-11.3889,2.47623},2}};
+ pelicanPos[] = {{{16.8608,-8.03442,0.106226},266}};
+ shoeboxPos[] = {{{3.64453,7.38965,0.126227},350}};
+ palletPos[] = {{{15.3921,8.71045,2.38622},350},{{-21.7849,11.9456,2.45622},350}};
+ };
+ class Land_i_Stone_HouseBig_V2_dam_F : Default
+ {
+ fridgePos[] = {{{-3.23608,-3.12744,-1.70506},220}};
+ bedPos[] = {{{-2.40332,0.169434,1.17494},180}};
+ wardrobePos[] = {{{2.80518,-3.146,1.17494},170}};
+ shoeboxPos[] = {{{-0.989014,1.07861,-0.595063},20}};
+ freezerPos[] = {{{2.25952,0.718262,-1.63506},20}};
+ };
+ class Land_u_House_Big_02_V1_dam_F : Default
+ {
+ shelfPos[] = {{{3.21387,-1.56421,-2.44914},90}};
+ fridgePos[] = {{{-3.24658,-3.44507,-2.44914},260}};
+ couchPos[] = {{{3.49512,0.929443,-2.44234},90.0046}};
+ cookerPos[] = {{{-3.28662,-1.65698,-2.44914},273}};
+ chairPos[] = {{{4.87988,4.62207,-2.43914},66}};
+ filingPos[] = {{{-3.41895,-0.0644531,0.940861},260},{{-3.42285,0.570068,0.940861},270}};
+ pelicanPos[] = {{{4.70313,4.34985,0.870861},55}};
+ tablePos[] = {{{-3.23535,2.41211,-2.43914},270},{{-3.29639,2.79614,0.940861},270}};
+ lockerPos[] = {{{2.81396,0.00561523,0.940861},181}};
+ toolRackPos[] = {{{-3.71387,2.81152,0.940861},270}};
+ shoeboxPos[] = {{{5.19873,-0.0888672,0.940861},160}};
+ };
+ class Land_Cargo_HQ_V2_ruins_F : Default
+ {
+ shelfPos[] = {{{-5.3606,-5.2832,-1.15784},270}};
+ pelicanPos[] = {{{3.18213,-3.80811,-1.30784},160}};
+ };
+ class Land_i_Stone_HouseSmall_V1_dam_F : Default
+ {
+ couchPos[] = {{{-6.25098,1.86572,-0.594842},270}};
+ filingPos[] = {{{8.93213,-2.67773,-0.594842},176}};
+ pelicanPos[] = {{{-8.89941,-2.2583,-0.644842},260}};
+ tablePos[] = {{{-3.21045,-2.5564,-0.594842},180}};
+ shoeboxPos[] = {{{1.99609,2.25684,-0.274842},320}};
+ };
+ class Land_i_Stone_HouseSmall_V2_dam_F : Land_i_Stone_HouseSmall_V1_dam_F {};
+ class Land_i_Stone_HouseSmall_V3_dam_F : Land_i_Stone_HouseSmall_V1_dam_F {};
+ class Land_cmp_Shed_dam_F : Default
+ {
+ palletPos[] = {{{0.482422,-2.13721,-3.10882},329},{{-3.94287,1.30518,-3.10882},260}};
+ };
+ class Land_Cargo_Tower_V1_ruins_F : Default
+ {
+ pelicanPos[] = {{{3.30298,3.41357,-1.80046},329}};
+ };
+ class Land_dp_mainFactory_F : Default
+ {
+ shelfPos[] = {{{12.6934,-1.76367,-4.24943},359.454},{{13.9473,5.0918,-4.24943},88.7339},{{19.9414,1.03125,-7.43432},269.954},{{19.9355,-2.62891,-7.43443},271.718}};
+ pelicanPos[] = {{{-2.5332,1.13477,1.24025},333.827},{{-11.8926,-2.99023,-4.39045},104.689},{{7.52734,-16.5059,-0.257848},243.576}};
+ toolRackPos[] = {{{14.1328,0.527344,-4.33314},90.5367}};
+ };
+ class Land_i_Windmill01_F : Default
+ {
+ pelicanPos[] = {{{-0.910156,1.28125,-3.54742},289.979}};
+ tablePos[] = {{{0.111328,-1.23047,-3.50127},181.768}};
+ };
+ class Land_d_House_Big_01_V1_F : Default
+ {
+ fridgePos[] = {{{-5.62891,6.35156,-2.19721},269.825}};
+ shelfPos[] = {{{-0.492188,1.82031,1.22279},163.832},{{0.046875,5.28125,-2.19721},359.157},{{2.66797,8.1875,-2.19721},122.214}};
+ pelicanPos[] = {{{0.826172,0.384766,4.54293},312.651}};
+ wardrobePos[] = {{{-4.50781,7.97852,1.22285},181.679}};
+ bedPos[] = {{{1.57227,8.62891,1.22277},96.399}};
+ couchPos[] = {{{-5.1582,3.05859,-2.28722},352.256},{{-4.88086,4.26758,1.2291},179.049},{{-4.02344,10.252,-2.19723},254.622}};
+ cookerPos[] = {{{-1.58008,6.79102,-2.19759},3.80292}};
+ chairPos[] = {{{-0.201172,0.566406,1.23667},21.1155},{{-5.29688,8.16406,-2.19722},259.465},{{2.27734,11.0098,1.22278},48.7725},{{-5.27539,10.9121,1.22279},288.988}};
+ tablePos[] = {{{-0.554688,11.1719,-2.19723},0.0478998},{{-1.80469,11.25,1.22271},358.754}};
+ };
+ class Land_Sara_hasic_zbroj : Default
+ {
+ fridgePos[] = {{{2.29688,-2.56055,-2.67931},181.134}};
+ shelfPos[] = {{{-3.21436,2.60376,-2.67923},3.40094}};
+ couchPos[] = {{{0.914063,1.76172,-2.67932},266.479}};
+ chairPos[] = {{{6.72656,1.56543,-2.67931},88.7719}};
+ filingPos[] = {{{7.02832,2.61157,-2.67928},59.8147}};
+ tablePos[] = {{{6.98535,-0.0251465,-2.67932},92.6988}};
+ toolRackPos[] = {{{7.46631,-1.93945,-2.67892},89.8589}};
+ shoeboxPos[] = {{{-3.5083,-2.67578,-2.67946},263.378}};
+ palletPos[] = {{{3.6665,-0.135742,-2.67929},42.8049}};
+ freezerPos[] = {{{1.00684,-2.44629,-2.67932},171.556}};
+ };
+ class Land_Sara_domek_zluty : Default
+ {
+ fridgePos[] = {{{2.29858,3.92969,-2.46014},0.136902}};
+ shelfPos[] = {{{7.44385,1.58789,-2.45992},97.2181}};
+ wardrobePos[] = {{{-2.31445,-3.1958,-2.4576},90.1546}};
+ bedPos[] = {{{-5.8606,-2.66113,-2.46011},272.354}};
+ couchPos[] = {{{-6.51392,1.26953,-2.45143},180.056}};
+ cookerPos[] = {{{4.7998,3.88477,-2.46054},0.147873}};
+ chairPos[] = {{{6.95801,-0.59668,-2.45824},129.461}};
+ filingPos[] = {{{-1.29907,4.00537,-2.45987},359.897}};
+ tablePos[] = {{{-2.49561,3.39307,-2.45992},90.2344}};
+ toolRackPos[] = {{{0.131104,4.27246,-2.45967},2.38939}};
+ shoeboxPos[] = {{{4.66724,-0.834961,-2.46021},90.2617}};
+ freezerPos[] = {{{2.16602,1.70801,-2.44791},269.45}};
+ };
+ class Land_Misc_PowerStation : Default
+ {
+ shelfPos[] = {{{3.3877,-0.776367,-1.29452},268.884}};
+ lockerPos[] = {{{3.64697,-4.25073,-1.29468},270.752}};
+ toolRackPos[] = {{{3.20557,5.78613,-1.33632},269.596}};
+ shoeboxPos[] = {{{-5.59229,1.92871,-0.186357},90.4582}};
+ };
+ class Land_A_CraneCon : Default
+ {
+ pelicanPos[] = {{{-7.55273,1.50537,5.76163},28.6669}};
+ };
+ class Land_A_BuildingWIP : Default
+ {
+ limit = 6;
+ fridgePos[] = {{{2.03711,11.1831,-6.49124},305.356},{{-3.37573,12.2183,1.48757},305.492},{{-24.4121,7.55957,-2.55824},228.742}};
+ shelfPos[] = {{{-5.80249,-5.0332,-2.55812},356.037},{{12.1133,-4.3042,-6.54318},179.13},{{-21.0371,1.47168,-6.46016},178.598}};
+ pelicanPos[] = {{{-7.40625,-9.28955,-6.50476},210.36},{{-20.8247,-11.5005,5.44375},191.623},{{-24.6577,11.9438,1.45556},293.971}};
+ bedPos[] = {{{-13.3503,2.34912,1.47256},91.8744}};
+ couchPos[] = {{{-4.99951,-3.28564,-6.43938},90.7108},{{0.594727,9.11768,5.4154},148.196},{{7.01099,10.9351,-6.42719},225.517}};
+ cookerPos[] = {{{3.14282,-10.0327,1.45506},208.035},{{-3.64502,12.6104,-2.55869},359.938}};
+ chairPos[] = {{{2.41162,6.28955,5.44231},221.29},{{3.62207,-9.91504,-2.56085},177.773},{{-0.971924,11.6572,5.4412},260.795}};
+ filingPos[] = {{{-10.2527,-10.1606,-6.51096},127.045},{{-16.0825,-6.36279,-6.53292},282.391},{{-19.718,-6.7124,-6.54208},87.3864}};
+ tablePos[] = {{{1.70239,-3.92871,-6.48336},180.567},{{3.09351,9.49219,5.38227},48.7191},{{22.1931,1.64893,-6.55645},90.8045}};
+ lockerPos[] = {{{13.3423,-1.85791,-6.54581},268.445},{{18.0183,-1.11426,-6.55955},89.6342},{{-20.8777,0.597656,-6.46828},359.864}};
+ toolRackPos[] = {{{-9.04224,6.72314,-6.52912},357.538},{{-15.5667,-10.561,-2.5611},180.234},{{-15.666,-14.3716,1.45426},179.938}};
+ shoeboxPos[] = {{{3.03394,7.42188,-2.55826},176.357},{{-7.98242,-10.2471,-2.56173},129.945},{{-16.2637,-5.07031,-6.53438},305.636}};
+ palletPos[] = {{{5.09961,0.015625,-6.47375},270.66},{{-10.7837,-0.00585938,5.26227},0.0174896},{{-14.4409,11.9912,-6.45401},359.986},{{-24.2383,-9.16699,-2.55823},359.993}};
+ freezerPos[] = {{{-15.1563,-5.16211,-2.55844},359.99},{{-24.2168,12.3633,-6.50327},0.00699433}};
+ };
+ class Land_A_MunicipalOffice : Default
+ {
+ pelicanPos[] = {{{3.55029,-5.18726,-0.195372},283.895}};
+ chairPos[] = {{{4.35693,-5.59839,-18.4382},65.3313},{{-4.6333,-5.60132,-18.4559},295.001}};
+ tablePos[] = {{{-3.02002,-7.53784,-18.4554},177.998}};
+ shoeboxPos[] = {{{4.2832,-8.80542,-18.4554},136.305},{{6.69727,-9.01831,-3.18546},279.196}};
+ };
+ class Land_Ind_Pec_01 : Default
+ {
+ fridgePos[] = {{{-2.46875,-0.492676,-3.98998},359.611}};
+ shelfPos[] = {{{2.24902,-2.04834,-17.6013},177.989},{{-7.08789,-0.345215,-3.98975},359.84},{{5.65918,-7.55225,-17.6013},271.929},{{-7.43311,-7.98193,6.06143},181.606},{{-4.87256,-11.603,-17.6013},87.6155}};
+ pelicanPos[] = {{{-4.57373,-7.05566,15.777},275.886}};
+ couchPos[] = {{{-0.665527,-7.01172,-22.6032},319.689},{{5.09033,-8.23584,1.00238},267.37}};
+ chairPos[] = {{{-0.938965,-1.05859,6.05994},148.592}};
+ filingPos[] = {{{-1.88159,-15.1143,6.06143},274.02}};
+ lockerPos[] = {{{-1.07202,-15.2251,-17.6016},178.66},{{2.56372,-15.189,-4.00633},179.789}};
+ toolRackPos[] = {{{-4.23755,-9.12012,-22.6029},181.414},{{0.57666,-15.625,1.00255},179.995}};
+ shoeboxPos[] = {{{-4.63867,-7.03174,10.4987},320.834},{{0.787842,-9.5957,-14.8937},85.2537}};
+ };
+ class Land_Ind_SiloVelke_01 : Default
+ {
+ shelfPos[] = {{{0.950195,-2.19312,-5.47868},269.46},{{1.01416,5.71167,11.865},268.444},{{-11.5195,2.36597,11.865},357.551}};
+ pelicanPos[] = {{{1.54297,-3.29761,24.2848},69.2792}};
+ filingPos[] = {{{0.224121,-0.709229,11.8648},98.1473}};
+ lockerPos[] = {{{-5.82715,3.93359,11.8648},359.3}};
+ toolRackPos[] = {{{0.811523,5.54248,-5.47879},272.599}};
+ shoeboxPos[] = {{{-5.8335,9.96069,21.9903},115.472}};
+ };
+ class Land_Ind_Expedice_1 : Default
+ {
+ shelfPos[] = {{{1.92285,-0.303223,-5.71009},178.232},{{0.276855,12.5483,-3.51293},203.944}};
+ pelicanPos[] = {{{-0.432617,10.3877,9.68375},299.993},{{5.82813,-18.415,-5.78366},292.046}};
+ chairPos[] = {{{9.70801,-12.1228,-5.78367},325.934}};
+ filingPos[] = {{{5.53857,-16.9548,-5.78365},270.844}};
+ tablePos[] = {{{13.5181,-12.0178,-5.78368},4.86572}};
+ lockerPos[] = {{{3.24707,-0.168457,-12.9662},180.509}};
+ toolRackPos[] = {{{-2.06592,-0.598389,-12.9654},180.956}};
+ shoeboxPos[] = {{{-8.35303,-7.32837,-3.51317},29.0581}};
+ palletPos[] = {{{2.58789,-6.03125,-3.51315},"1.43912e-005"},{{0.29248,-18.708,-3.51315},"1.43571e-005"}};
+ };
+ class Land_Repair_center : Default
+ {
+ shelfPos[] = {{{-2.13965,2.55408,-1.55488},88.8949}};
+ };
+ class Land_Church_01 : Default
+ {
+ chairPos[] = {{{-6.88208,0.851563,-4.24353},6.01111}};
+ };
+ class Land_NAV_Lighthouse2 : Default
+ {
+ shoeboxPos[] = {{{-0.019043,1.00098,2.39268},0.452068}};
+ };
+ class Land_A_Castle_Gate : Default
+ {
+ fridgePos[] = {{{7.84082,4.31982,-2.93036},21.3658}};
+ bedPos[] = {{{7.11719,0.841797,-2.94727},93.608}};
+ cookerPos[] = {{{4.0166,4.29834,-2.97534},0.0874265}};
+ chairPos[] = {{{4.8916,-3.36182,-2.96021},149.004}};
+ filingPos[] = {{{3.54395,-3.67285,-2.97525},177.859}};
+ tablePos[] = {{{5.6875,4.36865,-2.9592},0}};
+ toolRackPos[] = {{{3.1123,0.0239258,-2.97498},273.35}};
+ };
+ class Land_A_Castle_Donjon : Default
+ {
+ pelicanPos[] = {{{2.69727,-2.01953,12.4763},148.853}};
+ tablePos[] = {{{-1.54395,5.67383,12.4445},0.407131}};
+ };
+ class Land_A_Castle_Stairs_A : Default
+ {
+ shelfPos[] = {{{6.63232,2.28223,0.998962},356.642}};
+ };
+ class Land_Ind_Quarry : Default
+ {
+ fridgePos[] = {{{-3.92188,-16.6865,-7.50379},222.564}};
+ shelfPos[] = {{{-5.69775,-2.96875,-7.5061},89.9894},{{-0.436035,-9.52051,-7.50609},358.647},{{-4.89355,-8.41016,5.26832},178.014}};
+ pelicanPos[] = {{{-5.05762,-3.05859,5.26825},270.152}};
+ bedPos[] = {{{1.77393,-13.1133,-7.49595},252.259}};
+ couchPos[] = {{{1.89893,-10.4531,-7.45486},270.008}};
+ cookerPos[] = {{{-1.72217,-16.9697,-7.50663},173.088}};
+ chairPos[] = {{{-6.30176,-7.69727,-7.50632},152.678}};
+ filingPos[] = {{{-3.79004,-8.23633,5.26811},173.701}};
+ tablePos[] = {{{-3.25244,-9.7373,-7.48993},0.00806808}};
+ lockerPos[] = {{{-6.44287,11.9883,-7.50632},358.505}};
+ toolRackPos[] = {{{-5.43994,-4.68066,-7.50566},88.4867}};
+ shoeboxPos[] = {{{-3.70996,15.8828,5.26807},106.559}};
+ };
+ class Land_Barrack2 : Default
+ {
+ shelfPos[] = {{{-1.14063,5.67578,-0.714874},359.937}};
+ pelicanPos[] = {{{0.917969,1.40234,0.507111},62.1253}};
+ chairPos[] = {{{1.83398,-2.77344,-0.720093},121.012}};
+ filingPos[] = {{{-0.944336,-3.10254,-0.720245},197.347}};
+ shoeboxPos[] = {{{0.393555,5.52734,-0.71524},0.0174853}};
+ freezerPos[] = {{{-2.02344,-3.13086,-0.720337},181.294}};
+ };
+ class Land_Ind_Mlyn_01 : Default
+ {
+ shelfPos[] = {{{-1.02686,8.37012,-7.73514},84.5525}};
+ pelicanPos[] = {{{-6.94873,2.21094,9.19446},187.886}};
+ couchPos[] = {{{-7.31543,7.59277,-20.8141},0}};
+ lockerPos[] = {{{-8.98828,1.93848,-2.84921},179.976}};
+ toolRackPos[] = {{{-9.06104,1.60645,-8.90338},180.213}};
+ shoeboxPos[] = {{{-1.24268,7.89355,0.201904},123.572}};
+ palletPos[] = {{{-9.00732,8.61621,-20.8141},23.6484}};
+ };
+ class Land_wagon_box : Default
+ {
+ palletPos[] = {{{0.342285,-0.0380859,-0.80304},0},{{0.271973,2.38574,-0.80304},354.097},{{0.399414,-2.41504,-0.803101},0}};
+ };
+ class CampEast_EP1 : Default
+ {
+ shelfPos[] = {{{-1.97852,2.84473,-1.35312},308.338},{{-1.98438,-3.44043,-1.35312},205.956}};
+ pelicanPos[] = {{{-2.32422,0.889648,-1.35324},274.054}};
+ bedPos[] = {{{1.50342,1.74512,-1.35336},6.52914},{{1.42969,-2.29004,-1.35336},0.577024}};
+ shoeboxPos[] = {{{2.55762,-0.0185547,-1.35336},78.3071}};
+ };
+ class Land_Barrack2_EP1 : Default
+ {
+ fridgePos[] = {{{1.29102,-3.15332,-0.720306},178.283}};
+ shelfPos[] = {{{-0.526855,5.5127,-0.714996},357.779}};
+ pelicanPos[] = {{{1.26465,3.2002,-0.319916},355.705}};
+ chairPos[] = {{{-2.10107,-2.88477,-0.720154},187.124}};
+ filingPos[] = {{{-1.48193,5.50488,-0.715179},359.955}};
+ tablePos[] = {{{-2.27539,3.22363,-0.716583},274.247}};
+ shoeboxPos[] = {{{2.25586,0.362305,-0.0941467},29.4483}};
+ };
+ class Land_Hlidac_Budka_EP1 : Default
+ {
+ shelfPos[] = {{{1.20264,0.0732422,-0.809814},179.636}};
+ filingPos[] = {{{2.69629,2.27246,-0.809937},21.4708}};
+ tablePos[] = {{{-2.5376,1.29883,-0.810028},271.096}};
+ toolRackPos[] = {{{2.77783,0.842773,-0.799316},82.7987}};
+ shoeboxPos[] = {{{1.61768,2.3584,-0.810059},356.431}};
+ };
+ class Land_HouseV_2L : Default
+ {
+ shelfPos[] = {{{4.29199,2.60913,-3.95322},7.9453}};
+ filingPos[] = {{{4.08594,1.27734,-3.9534},243.743}};
+ shoeboxPos[] = {{{-3.90137,-3.46313,-4.01404},65.2182}};
+ freezerPos[] = {{{-5.02051,-0.899658,-4.10532},87.6906}};
+ };
+ class Land_Shed_M02 : Default
+ {
+ shoeboxPos[] = {{{1.05371,0.0397949,-1.03354},83.8544}};
+ palletPos[] = {{{-0.0595703,-2.57153,-10},122.62}};
+ };
+ class ferrisWheel_EPOCH : Default
+ {
+ lootBias = 50;
+ palletPos[] = {{{2,2,-10},322.16},{{-2,-2,-10},232.16}};
+ shoeboxPos[] = {{{-3.33862,-0.988281,-10},312.382}};
+ pelicanPos[] = {{{-0.840332,1.09473,-10},269.861}};
+ };
+ class Carnival_Tent : Default
+ {
+ limit = 1;
+ lootBias = 50;
+ shelfPos[] = {{{-1,-1,-10},178.014}};
+ chairPos[] = {{{1,1,-10},152.678}};
+ filingPos[] = {{{-1,0,-10},173.701}};
+ tablePos[] = {{{0,0,-10},120.893}};
+ shoeboxPos[] = {{{0,1,-10},106.559}};
+ palletPos[] = {{{1,0,-10},322.16}};
+ };
+ class Land_Majak_v_celku : Default
+ {
+ pelicanPos[] = {{{0.640625,-5.32837,3.73342},87}};
+ shoeboxPos[] = {{{0.935059,-6.73767,-6.0666},168}};
+ };
+ class Land_Kamenolom_budova : Default
+ {
+ lockerPos[] = {{{5.28259,8.6792,-7.4996},270}};
+ toolRackPos[] = {{{4.55896,5.77637,-7.4996},270}};
+ shoeboxPos[] = {{{-5.70508,11.5742,-7.4996},294}};
+ palletPos[] = {{{-7.30725,-6.28027,-7.4996},294},{{-0.434082,-13.2734,-7.5096},294}};
+ };
+ class Land_pila : Default
+ {
+ palletPos[] = {{{4.11987,-10.7354,-10},358}};
+ };
+ class Land_vez_ropa : Default
+ {
+ shoeboxPos[] = {{{1.22119,-3.17627,-2.08988},40}};
+ };
+ class Land_Telek1 : Default
+ {
+ pelicanPos[] = {{{-1.76807,0.981689,-7.46783},294}};
+ };
+ class Land_Hut02 : Default
+ {
+ couchPos[] = {{{-0.0549316,2.4751,-0.375967},269}};
+ chairPos[] = {{{-0.932617,-1.18945,-0.375967},224}};
+ shoeboxPos[] = {{{1.15332,0.0302734,1.73403},224}};
+ };
+ class Land_Hotel : Default
+ {
+ shelfPos[] = {{{1.78857,13.251,-7.75587},270},{{1.77783,15.3574,-7.75587},270},{{-10.7646,-15.3672,-0.742306},90}};
+ fridgePos[] = {{{5.14795,18.9282,-7.75587},0}};
+ bedPos[] = {{{2.94043,-11.6416,-4.28587},270},{{-11.6963,-3.02222,2.7677},0},{{12.1147,2.66748,2.7377},92},{{-12.1445,-2.65576,-0.742306},273},{{-17.7935,-2.72681,-4.28587},270},{{11.6216,17.6189,-0.742306},183},{{18.0103,-11.6978,2.7677},272}};
+ couchPos[] = {{{6.25146,12.9585,-7.75587},0},{{-14.5313,-9.24268,2.7377},92},{{-3.47803,17.551,-0.742306},303},{{11.7266,-14.7947,-4.28587},180},{{5.41016,-18.1577,2.7377},92},{{15.5991,11.7637,2.7377},92},{{-18.0391,17.2517,-4.28587},180}};
+ wardrobePos[] = {{{-12.8257,-10.0503,-0.742306},183},{{-18.6489,-2.33789,2.7377},282},{{-11.0015,16.1484,-4.28587},90},{{11.1978,18.6038,-4.28587},290}};
+ cookerPos[] = {{{3.78174,18.8879,-7.75587},0}};
+ chairPos[] = {{{-11.2607,-14.3667,2.7677},73},{{9.86719,-16.175,-4.28587},91},{{11.1006,16.4072,-4.28587},270},{{8.30811,18.6084,-7.75587},300},{{-9.76025,18.7568,-7.75587},360},{{-11.2051,-18.6255,2.7677},120},{{-18.4653,18.6245,-0.742306},303},{{18.6274,-18.6675,2.7377},120},{{-18.6543,-18.6777,-7.75587},202}};
+ filingPos[] = {{{1.1377,0.964355,-4.26587},9.99995},{{0.185059,7.87598,-7.75587},185},{{1.1377,7.90283,-7.75587},180},{{-10.9829,-10.9436,2.7677},87},{{-11.0068,-18.8669,-0.742306},100}};
+ pelicanPos[] = {{{-20.3799,-2.55322,2.7677},57}};
+ tablePos[] = {{{-4.00488,-1.45679,-0.76231},90},{{2.76025,-11.2229,2.7377},350},{{14.6807,-11.0496,-4.28587},0.999985},{{18.7944,2.63403,-0.742306},91},{{-11.0342,-16.4497,2.7677},90},{{-7.66748,18.8062,-7.75587},360},{{-15.6953,-18.8101,-7.75587},180},{{-18.2217,-18.6624,-0.742306},190}};
+ lockerPos[] = {{{1.95264,6.45093,6.23771},270},{{7.01807,6.5083,6.23771},90}};
+ toolRackPos[] = {{{1.55713,3.32617,6.23771},270}};
+ shoeboxPos[] = {{{10.9087,-10.8728,-4.26587},0.999985},{{-11.0386,-11.0518,-0.742306},100}};
+ palletPos[] = {{{2.59766,0.134766,-7.75587},180},{{1.56494,8.67944,6.23771},268},{{0.20459,-9.94043,6.23771},294},{{-16.0659,-13.0327,6.23771},224}};
+ freezerPos[] = {{{2.11768,6.72607,-7.75587},270}};
+ cabinetPos[] = {{{7.31738,1.42627,-6.15587},180},{{4.14453,7.32031,0.657692},90}};
+ };
+ class Land_Hut01 : Default
+ {
+ bedPos[] = {{{-0.136719,1.94006,-0.456257},184}};
+ tablePos[] = {{{-0.213867,-1.56018,-0.456257},180}};
+ };
+ class Land_Hut04 : Default
+ {
+ chairPos[] = {{{-1.01709,-1.63196,-0.44096},190}};
+ toolRackPos[] = {{{1.63916,0.498535,-1.33096},270}};
+ shoeboxPos[] = {{{1.31445,3.20374,-0.44096},30}};
+ palletPos[] = {{{-3.30371,-1.28149,-10},180}};
+ freezerPos[] = {{{-0.919922,2.90234,-0.44096},350}};
+ };
+ class Land_Kostel_mexico : Default
+ {
+ chairPos[] = {{{-6.86377,-7.20459,-2.7923},200}};
+ pelicanPos[] = {{{6.55908,-4.72803,-2.7923},9.99996}};
+ tablePos[] = {{{-6.50439,-4.60132,-2.7923},359}};
+ shoeboxPos[] = {{{4.07666,-7.46338,-2.7923},9.99996}};
+ };
+ class Land_Watertower1 : Default
+ {
+ shoeboxPos[] = {{{-7.45605,1.86682,5.2103},101.7}};
+ };
+ class Land_Army_hut3_long : Default
+ {
+ shelfPos[] = {{{-3.35315,-4.39209,-1.27432},271}};
+ filingPos[] = {{{1.96436,-3.27832,-1.27432},34}};
+ pelicanPos[] = {{{0.996826,4.99609,-0.914318},9.99997}};
+ lockerPos[] = {{{1.09717,-2.47021,-1.27432},181}};
+ toolRackPos[] = {{{0.157471,1.62988,-1.61432},4}};
+ shoeboxPos[] = {{{-3.00354,-1.61279,-0.0743189},260}};
+ };
+ class Land_Garaz_s_tankem : Default
+ {
+ pelicanPos[] = {{{3.15186,4.26843,-1.70066},329}};
+ toolRackPos[] = {{{6.14355,5.57983,-2.70066},359}};
+ palletPos[] = {{{-3.16113,4.19702,-2.50066},181},{{5.40088,1.94946,-2.50066},181},{{-6.79199,3.48682,-2.50066},181}};
+ cabinetPos[] = {{{2.14697,2.5321,-1.47066},360}};
+ };
+ class Land_Ammostore2 : Default
+ {
+ shelfPos[] = {{{2.84912,1.64783,-2.42861},90}};
+ palletPos[] = {{{-1.95752,1.25012,-2.42861},359}};
+ };
+ class Land_Vysilac_budova : Default
+ {
+ shelfPos[] = {{{-2.104,-4.41748,-6.5729},270},{{5.21436,-5.04321,0.417093},182},{{-8.69434,8.19604,-6.5929},359},{{-1.92578,15.3926,-6.58291},0},{{9.07471,-13.5862,-3.0929},180}};
+ fridgePos[] = {{{-11.7583,-8.78931,-3.09291},268}};
+ bedPos[] = {{{-0.967285,-6.52271,0.427094},272},{{-7.28223,-12.6365,-3.0929},100}};
+ couchPos[] = {{{-0.827637,-3.43579,-3.09291},169},{{-1.39453,-6.76685,-3.09291},280},{{-8.00391,-11.429,0.427094},182}};
+ wardrobePos[] = {{{0.20459,-12.4326,-3.09291},89}};
+ cookerPos[] = {{{-11.6777,-6.63428,-3.09292},272}};
+ chairPos[] = {{{-1.50977,0.173096,0.417093},302},{{-1.59326,-4.58447,0.427094},232},{{-5.96924,-8.75244,-6.5729},170},{{-9.95166,-8.39478,-6.5729},220},{{13.5186,-13.0178,-3.09292},120},{{15.2505,-13.1157,-6.58291},240}};
+ filingPos[] = {{{-0.894043,0.622803,-6.5729},0},{{1.16455,-11.3594,0.417093},282},{{1.06055,-13.498,0.417093},262}};
+ pelicanPos[] = {{{13.4917,14.0208,3.93709},100}};
+ tablePos[] = {{{-1.76367,-2.21191,0.417093},272},{{6.23633,3.8894,-6.5729},90},{{6.21191,6.96362,-3.09291},90},{{-10.2241,-5.08301,-6.5729},270},{{-5.21729,-13.3079,0.427094},182}};
+ lockerPos[] = {{{7.87207,15.2065,-6.58291},0}};
+ toolRackPos[] = {{{1.13232,11.9448,-6.5929},270}};
+ shoeboxPos[] = {{{-1.19873,1.65063,-3.45291},150},{{-0.467773,-2.51709,-5.9529},107},{{-7.01758,-5.84106,-2.4929},340}};
+ palletPos[] = {{{8.2959,-3.53076,-6.58291},350},{{-7.6123,-12.1265,3.93709},70},{{-7.8208,14.1892,3.93709},70}};
+ freezerPos[] = {{{5.76318,10.9131,-6.58291},170}};
+ cabinetPos[] = {{{-4.88965,9.68774,-4.9529},0},{{12.0303,13.3145,-1.58291},270}};
+ };
+ class Land_Army_hut_int : Default
+ {
+ filingPos[] = {{{-2.10864,-4.15771,-1.32744},0}};
+ pelicanPos[] = {{{2.05151,-1.40674,-0.157444},14.2}};
+ lockerPos[] = {{{3.01929,-5.78467,-1.32744},90}};
+ shoeboxPos[] = {{{-1.70337,0.552734,-1.32744},320}};
+ cabinetPos[] = {{{3.38306,-2.79785,0.0725565},180}};
+ };
+ class Land_Ss_hangard : Default
+ {
+ shelfPos[] = {{{7.96484,23.6194,-5.85834},360},{{13.9126,-21.1853,-5.86834},180}};
+ lockerPos[] = {{{-9.27832,23.4492,-5.85834},360}};
+ palletPos[] = {{{12.5146,-0.696777,-5.85834},270},{{-13.4209,10.2603,-5.85834},90}};
+ cabinetPos[] = {{{-13.562,-21.281,-4.40834},270}};
+ };
+ class Land_Army_hut2 : Default
+ {
+ couchPos[] = {{{-0.26416,-4.94482,-1.32744},270}};
+ filingPos[] = {{{3.11523,-6.30835,-1.32744},180}};
+ pelicanPos[] = {{{-1.24707,0.845947,-0.147443},340}};
+ toolRackPos[] = {{{3.4707,-2.63574,-1.32744},90}};
+ };
+ class Land_Letistni_hala : Default
+ {
+ pelicanPos[] = {{{-0.218994,-0.153809,-1.67213},130}};
+ shoeboxPos[] = {{{1.33838,-4.40283,-8.27213},290}};
+ palletPos[] = {{{4.95361,6.68408,-8.27213},270}};
+ };
+ class Land_Army_hut3_long_int : Default
+ {
+ shelfPos[] = {{{-0.243164,-2.62061,-1.23305},180},{{-3.44531,-4.89258,-1.23305},270}};
+ filingPos[] = {{{0.609375,-3.22754,-1.23305},0.0999832},{{1.30493,-3.27246,-1.23305},20.1}};
+ pelicanPos[] = {{{-0.883057,0.716797,-0.303053},356}};
+ shoeboxPos[] = {{{1.74292,5.30566,-0.823053},20}};
+ cabinetPos[] = {{{-3.54565,3.79199,0.066947},0}};
+ };
+ class Land_Vysilac_FM : Default
+ {
+ pelicanPos[] = {{{0.807861,-0.467285,8.35913},290}};
+ };
+ class Land_Dum_mesto_in : Default
+ {
+ shelfPos[] = {{{-3.18652,2.92676,-4.26343},180}};
+ bedPos[] = {{{5.36743,-1.99609,-4.27343},6.00002},{{4.38062,4.47559,-4.27343},182}};
+ couchPos[] = {{{1.6665,-2.45313,-1.27343},90},{{-4.39233,4.57129,-1.27343},270}};
+ wardrobePos[] = {{{6.20532,1.30859,-4.27343},90}};
+ chairPos[] = {{{-3.18335,-1.9375,-1.27343},160}};
+ filingPos[] = {{{-1.00171,1.78223,-1.27343},90},{{-6.19067,0.304688,-4.27343},270}};
+ tablePos[] = {{{6.05176,1.23438,-1.27343},90}};
+ shoeboxPos[] = {{{-5.2439,5.36328,-4.13343},340}};
+ };
+ class Land_Hospital : Default
+ {
+ palletPos[] = {{{-2.96191,5.99878,-10},180}};
+ cabinetPos[] = {{{-6.74365,5.39355,-0.194811},90}};
+ };
+ class Land_Army_hut2_int : Default
+ {
+ shelfPos[] = {{{3.22949,0.0185547,-0.945215},90}};
+ filingPos[] = {{{3.07861,-1.13037,-0.945215},79},{{3.13208,-1.79688,-0.945215},89}};
+ pelicanPos[] = {{{-1.51001,0.575684,-0.00521517},270}};
+ cabinetPos[] = {{{-0.0717773,-0.947266,0.064785},90}};
+ };
+ class Land_Army_hut_storrage : Default
+ {
+ palletPos[] = {{{0.295654,-4.19238,-10},119}};
+ };
+ class Land_House_y : Default
+ {
+ bedPos[] = {{{-1.7063,-2.56055,-1.40579},273}};
+ couchPos[] = {{{2.24292,3.52246,-1.40579},273}};
+ wardrobePos[] = {{{-4.69897,-3.54785,-1.40579},210}};
+ chairPos[] = {{{-4.76099,-4.80371,-1.40579},354}};
+ shoeboxPos[] = {{{-2.03223,4.33154,0.00421143},50}};
+ freezerPos[] = {{{-2.14355,2.76807,-1.40579},89}};
+ };
+ class Land_Dum_istan4_big : Default
+ {
+ chairPos[] = {{{6.23877,4.94141,-10.3016},180}};
+ shoeboxPos[] = {{{2.96289,-2.02026,-7.35158},40}};
+ };
+ class Land_Afbarabizna : Default
+ {
+ bedPos[] = {{{5.90576,1.92358,-4.24116},280}};
+ couchPos[] = {{{-2.80127,-3.64136,-4.24116},90}};
+ wardrobePos[] = {{{-2.44092,2.52905,-4.24116},90}};
+ filingPos[] = {{{7.34521,6.50342,-4.24116},80}};
+ shoeboxPos[] = {{{5.61133,-4.43726,-0.171157},160}};
+ palletPos[] = {{{-2.4292,-1.48706,-0.171157},160}};
+ };
+ class Land_Dum_istan2b : Default
+ {
+ shelfPos[] = {{{-4.30664,2.29395,-2.33272},270}};
+ toolRackPos[] = {{{-0.512695,-1.37354,0.50728},0}};
+ palletPos[] = {{{-2.64063,-4.08057,3.80728},210},{{-5.76074,2.11768,3.80728},175}};
+ };
+ class Land_Garaz_bez_tanku : Default
+ {
+ palletPos[] = {{{0.391602,1.3457,3.43286},319}};
+ };
+ class Land_Dum_istan4_detaily1 : Default
+ {
+ chairPos[] = {{{6.41577,4.99414,-7.29889},190}};
+ };
+ class Land_Dum_istan3 : Default
+ {
+ chairPos[] = {{{3.82861,-0.674072,0.592234},360}};
+ tablePos[] = {{{-2.27588,-0.626587,0.592234},360}};
+ palletPos[] = {{{9.90527,0.953369,0.592234},190}};
+ };
+ class Land_ZalChata : Default
+ {
+ couchPos[] = {{{-1.87109,-2.04102,-0.545453},270}};
+ tablePos[] = {{{2.46045,-1.78198,-0.545453},90}};
+ };
+ class Land_Hlaska : Default
+ {
+ pelicanPos[] = {{{-0.694336,0.777344,3.79217},310}};
+ };
+ class Land_Budova4 : Default
+ {
+ shelfPos[] = {{{-7.06836,0.593262,-1.89329},360}};
+ cookerPos[] = {{{-2.40625,-1.25439,-1.89329},271}};
+ chairPos[] = {{{4.11328,0.133789,-1.89329},30},{{-7.25757,1.59717,-1.89329},248}};
+ filingPos[] = {{{-6.28442,0.480469,-1.89329},360}};
+ tablePos[] = {{{6.11206,-2.82471,-1.89329},180}};
+ };
+ class Land_Sara_domek_hospoda : Default
+ {
+ lockerPos[] = {{{-3.9082,-2.99487,-2.75601},360}};
+ palletPos[] = {{{5.21143,-4.41309,-2.75601},360}};
+ };
+ class Land_Dum_istan3_hromada : Default
+ {
+ shelfPos[] = {{{0.774414,-1.74438,-3.2448},90}};
+ toolRackPos[] = {{{-0.35791,-4.48926,-3.44481},180}};
+ };
+ class Land_Vysilac_FM2 : Default
+ {
+ pelicanPos[] = {{{-0.713379,2.47485,8.35913},280}};
+ };
+ class Land_Dum_istan3_pumpa : Default
+ {
+ chairPos[] = {{{3.86157,-0.495605,1.48562},130}};
+ shoeboxPos[] = {{{-2.74524,3.34277,-1.86439},280}};
+ palletPos[] = {{{-1.52124,2.41992,1.48562},170}};
+ freezerPos[] = {{{0.296875,1.25,1.48562},270}};
+ cabinetPos[] = {{{2.3623,-1.12598,2.68562},270}};
+ };
+ class Land_Dum_istan2 : Default
+ {
+ lockerPos[] = {{{-0.614258,-1.77734,0.807278},0}};
+ palletPos[] = {{{6.19629,-1.01221,0.807278},280},{{-6.34631,2.2417,3.80728},280}};
+ };
+ class Land_Budova5 : Default
+ {
+ shelfPos[] = {{{-1.78809,0.231201,-1.98003},90}};
+ shoeboxPos[] = {{{-1.9873,4.33667,-1.70003},40}};
+ };
+ class Land_Strazni_vez : Default
+ {
+ filingPos[] = {{{0.351074,0.225098,1.41236},90}};
+ pelicanPos[] = {{{1.96533,0.918213,-0.617641},90}};
+ shoeboxPos[] = {{{-1.87012,-1.2937,2.00236},240}};
+ };
+ class Land_Hut_old02 : Default
+ {
+ toolRackPos[] = {{{-4.69629,-3.26221,-3.04598},270}};
+ shoeboxPos[] = {{{-3.69946,1.27148,-2.07598},200}};
+ palletPos[] = {{{5.62891,-1.17334,-10},70},{{4.64526,-7.61523,-10},70},{{-7.48999,8.30762,-10},70}};
+ };
+ class Land_Cihlovej_Dum_mini : Default
+ {
+ chairPos[] = {{{-1.37402,2.89819,-2.87115},60}};
+ filingPos[] = {{{3.11719,0.488281,-2.87115},90}};
+ shoeboxPos[] = {{{2.89404,-1.75195,-1.92115},110}};
+ freezerPos[] = {{{0.0629883,1.17529,-2.87115},360}};
+ };
+ class Land_Panelak3 : Default
+ {
+ limit = 6;
+ shelfPos[] = {{{-3.97217,-0.323242,1.84827},90},{{4.33447,-2.9873,12.6483},92.1},{{4.81592,3.16943,7.24828},180},{{-4.30518,-3.88232,-6.24173},269},{{4.30908,-4.78418,4.54827},90}};
+ fridgePos[] = {{{1.94727,4.65381,-6.24173},269},{{-4.23584,3.40967,-3.55173},189},{{4.93555,3.34619,4.54827},180},{{-7.32764,4.82227,1.84827},270}};
+ bedPos[] = {{{4.81494,-0.334473,1.84827},180},{{-4.84375,-0.621094,-6.24173},4},{{-4.87549,-0.545898,9.94828},3}};
+ couchPos[] = {{{4.92432,-0.48584,4.54827},181},{{4.97803,-0.483398,-6.24173},179},{{-5.09277,-0.104492,-0.851727},9.99994},{{-5.12061,-0.157715,-3.55173},9.99994},{{5.17725,-0.495117,12.6483},172.1}};
+ wardrobePos[] = {{{-2.27539,-3.82617,-3.55173},140}};
+ cookerPos[] = {{{2.06689,5.27588,-3.55173},280},{{4.73193,3.36768,12.6483},182.1},{{-4.80322,5.31201,-0.851727},0},{{-7.2251,5.09326,9.94828},280},{{7.25342,5.28369,-6.24173},90}};
+ chairPos[] = {{{4.30273,0.440918,7.24828},271},{{4.49268,-1.24609,-0.851727},250},{{-4.40381,2.28662,12.6483},72.1},{{5.6582,-1.521,7.24828},181},{{5.49365,-2.74902,-3.55173},320},{{5.65137,-2.60791,1.84827},0},{{3.94434,5.19043,-10.4017},49}};
+ filingPos[] = {{{1.38623,-3.95361,1.84827},251},{{-1.54346,-3.9082,12.6483},113.1},{{-1.28711,-4.09277,-0.851727},100}};
+ tablePos[] = {{{-4.31836,-0.929688,12.6483},92.1},{{4.16553,3.33887,-10.4017},89},{{-5.17139,-3.00879,1.84827},90},{{7.25635,0.77832,-0.851727},90},{{7.2876,0.630859,7.24828},90}};
+ shoeboxPos[] = {{{1.24561,-2.60889,-6.24173},290},{{0.272949,-4.82959,-10.3117},159},{{5.2124,-5.4165,-0.851727},290},{{-5.24365,-5.56543,7.24828},100}};
+ freezerPos[] = {{{-2.20654,5.12402,12.6483},82.1},{{4.68408,3.4917,9.94828},180},{{4.78662,3.48291,-6.24173},180},{{-5.64893,3.48193,4.54827},180},{{4.78369,5.229,-0.851727},4}};
+ cabinetPos[] = {{{0.809082,-3.06104,13.8483},182.1}};
+ };
+ class Land_Hruzdum : Default
+ {
+ shelfPos[] = {{{3.03223,1.95996,1.60511},90}};
+ fridgePos[] = {{{-2.85986,2.07886,-4.7049},270}};
+ bedPos[] = {{{2.19727,3.07666,-1.1649},0}};
+ couchPos[] = {{{1.74805,2.823,-4.7049},350}};
+ tablePos[] = {{{-0.489746,-1.57056,-1.1649},180}};
+ shoeboxPos[] = {{{-2.89551,0.536621,2.35511},250}};
+ palletPos[] = {{{-2.15186,3.05298,1.60511},321.1}};
+ };
+ class Land_Dum_istan3_hromada2 : Default
+ {
+ shelfPos[] = {{{1.12891,-2.01318,-1.28126},91}};
+ filingPos[] = {{{-0.769043,5.94043,-1.28126},0.999985}};
+ toolRackPos[] = {{{6.09668,0.60791,1.98874},180}};
+ shoeboxPos[] = {{{0.32666,2.89502,-4.63126},280}};
+ palletPos[] = {{{-1.53711,4.94043,2.08874},158}};
+ cabinetPos[] = {{{7.51807,3.43701,3.40874},178}};
+ };
+ class Land_Sara_Domek_sedy : Default
+ {
+ couchPos[] = {{{1.28503,1.28613,-2.13815},180}};
+ tablePos[] = {{{-3.38293,1.57959,-2.13815},180}};
+ shoeboxPos[] = {{{-4.06616,0.482422,-1.61815},80}};
+ freezerPos[] = {{{4.05981,4.21094,-2.13815},360}};
+ };
+ class Land_Sara_domek_podhradi_1 : Default
+ {
+ palletPos[] = {{{6,-3.56006,-2.76341},180}};
+ };
+ class Land_Posed : Default
+ {
+ shoeboxPos[] = {{{0.740234,-0.162109,0.828706},90}};
+ };
+ class Land_Sara_stodola : Default
+ {
+ chairPos[] = {{{-5.00146,4.23291,-2.23894},300}};
+ toolRackPos[] = {{{-2.65381,-2.55664,-2.63894},180}};
+ palletPos[] = {{{4.77759,3.48389,-2.23894},275}};
+ };
+ class Land_Benzina_schnell : Default
+ {
+ shelfPos[] = {{{0.369141,2.5376,-2.15264},0.0300293}};
+ shoeboxPos[] = {{{-1.08154,-3.79395,-2.15264},206}};
+ };
+ class Land_Budova3 : Default
+ {
+ shelfPos[] = {{{-1.59082,3.19653,-1.89183},0}};
+ filingPos[] = {{{-3.70996,2.74585,-1.89183},270}};
+ pelicanPos[] = {{{-1.58691,0.295898,-1.20183},265}};
+ shoeboxPos[] = {{{-3.41602,-0.77124,-0.0418296},286}};
+ freezerPos[] = {{{2.71191,-2.69849,-1.89183},100}};
+ };
+ class Land_Zastavka_jih : Default
+ {
+ shoeboxPos[] = {{{0.58252,1.18994,-1.22299},20}};
+ };
+ class Land_Dulni_bs : Default
+ {
+ filingPos[] = {{{3.20361,-0.208252,-1.70513},20}};
+ tablePos[] = {{{-0.914063,-2.57251,-1.70513},260}};
+ toolRackPos[] = {{{3.61035,1.94409,-1.70513},89.9999}};
+ };
+ class Land_Dum_zboreny : Default
+ {
+ shelfPos[] = {{{-5.97119,-5.16162,1.35662},185}};
+ couchPos[] = {{{-1.97168,-3.46924,-2.32337},170}};
+ chairPos[] = {{{0.477539,4.96338,-2.32337},50}};
+ filingPos[] = {{{0.786621,5.375,1.35662},80}};
+ toolRackPos[] = {{{2.04199,0.413086,-2.32337},0}};
+ shoeboxPos[] = {{{3.07764,0.120605,1.35662},195}};
+ };
+ class Land_Kostelik : Default
+ {
+ shoeboxPos[] = {{{0.538574,-4.71631,-5.03529},30}};
+ };
+ class Land_Garaz : Default
+ {
+ palletPos[] = {{{-5.4248,5.82739,-10},180}};
+ cabinetPos[] = {{{-7.83203,0.581055,0.0568509},180}};
+ };
+ class Land_Helfenburk : Default
+ {
+ shelfPos[] = {{{1.08789,1.6875,4.33816},0}};
+ bedPos[] = {{{-3.31738,-4.37256,0.278163},180}};
+ couchPos[] = {{{1.61719,-0.11084,-3.00184},350}};
+ wardrobePos[] = {{{-3.83105,0.911621,-3.00184},290}};
+ chairPos[] = {{{2.64014,0.952637,4.33816},60}};
+ pelicanPos[] = {{{2.8418,1.2041,12.2182},50}};
+ tablePos[] = {{{-4.09424,-5.14111,8.69816},266}};
+ shoeboxPos[] = {{{0.806641,-5.85889,8.66816},130}};
+ };
+ class Land_Sara_stodola2 : Default
+ {
+ toolRackPos[] = {{{-2.20386,-3.52246,-2.11083},180}};
+ palletPos[] = {{{-3.30347,2.7832,-2.11083},80}};
+ };
+ class Land_Leseni4x : Default
+ {
+ shoeboxPos[] = {{{-1.26904,0.478027,2.78},340}};
+ };
+ class Land_Sara_zluty_statek_in : Default
+ {
+ fridgePos[] = {{{5.948,6.13428,-2.88701},360}};
+ bedPos[] = {{{0.041748,1.02148,-2.86701},3.09999},{{-9.00073,0.931641,-2.88701},177}};
+ couchPos[] = {{{-3.89038,4.39063,-2.86701},183.1}};
+ cookerPos[] = {{{6.91528,6.12646,-2.88701},360}};
+ chairPos[] = {{{-6.11011,5.91943,-2.88701},20}};
+ tablePos[] = {{{3.51318,6.11914,-2.86701},0.0999813}};
+ shoeboxPos[] = {{{8.97974,2.79785,-1.88701},130.1},{{-7.7229,6.08301,-0.837012},340}};
+ };
+ class Land_Dum_rasovna : Default
+ {
+ fridgePos[] = {{{-1.79639,-2.43652,-2.66723},267}};
+ couchPos[] = {{{2.77344,3.13867,-2.72723},0}};
+ wardrobePos[] = {{{0.265625,0.027832,0.232774},261}};
+ cookerPos[] = {{{1.44336,-1.67871,-2.66723},360}};
+ tablePos[] = {{{3.09619,-0.466797,-2.67723},170}};
+ shoeboxPos[] = {{{-0.978027,-3.15723,0.942773},251}};
+ };
+ class Land_Deutshe_mini : Default
+ {
+ fridgePos[] = {{{-0.330566,-0.274902,-2.75343},90}};
+ couchPos[] = {{{3.67529,1.58252,-2.75343},0}};
+ cookerPos[] = {{{-4.53369,-2.98145,-2.75343},180}};
+ chairPos[] = {{{0.890625,-0.0283203,-2.75343},210}};
+ tablePos[] = {{{4.49951,-2.03418,-2.75343},90}};
+ shoeboxPos[] = {{{-3.5293,1.8125,-2.75343},250}};
+ };
+ class Land_Dum_mesto2 : Default
+ {
+ shelfPos[] = {{{-2.41553,0.267822,-4.34935},178}};
+ bedPos[] = {{{-2.0835,-1.28027,-0.949347},277}};
+ couchPos[] = {{{-2.37158,-1.62183,-4.34935},260},{{1.73291,-7.04468,-0.949347},90}};
+ wardrobePos[] = {{{-1.59863,-7.84033,-4.34935},180}};
+ chairPos[] = {{{-3.41748,4.18042,-0.949347},230},{{-3.46094,-6.20142,-0.949347},260},{{-3.33984,-7.43237,-4.34935},210}};
+ tablePos[] = {{{3.37646,-4.96851,-0.949347},90}};
+ toolRackPos[] = {{{0.539063,3.61646,-4.34935},178}};
+ shoeboxPos[] = {{{0.294922,3.79419,0.970652},260}};
+ };
+ class Land_Hospoda_mesto : Default
+ {
+ fridgePos[] = {{{0.446289,-6.14355,-5.18829},270}};
+ shoeboxPos[] = {{{4.28125,-1.48926,-4.19829},70}};
+ };
+ class Land_Kulna : Default
+ {
+ toolRackPos[] = {{{-1.10547,0.367188,-1.41632},270}};
+ };
+ class Land_Bouda2_vnitrek : Default
+ {
+ shelfPos[] = {{{2.62158,-2.62305,-0.623022},180}};
+ lockerPos[] = {{{-3.52686,-1.87842,-0.623022},270}};
+ toolRackPos[] = {{{-2.71094,2.9502,-0.623022},360}};
+ palletPos[] = {{{0.724854,0.678711,-0.623022},0}};
+ };
+ class Land_Ind_SawMillPen : Default
+ {
+ palletPos[] = {{{3.70117,2.6554,-10},270.892},{{-3.36426,-7.48914,-10},270.892},{{-3.96729,7.4613,-10},270.892}};
+ };
+ class Land_Shed_W4 : Default
+ {
+ toolRackPos[] = {{{-1.92188,-4.54932,-1.41301},0.999992}};
+ palletPos[] = {{{2.05127,-5.70166,-10},0.999992}};
+ };
+ class Land_HouseV_1T : Default
+ {
+ chairPos[] = {{{2.17749,-2.29297,-10},310}};
+ shoeboxPos[] = {{{3.49792,-1.50391,-3.08958},15}};
+ };
+ class Land_HouseV_3I4 : Default
+ {
+ shoeboxPos[] = {{{5.41113,2.55908,-2.58653},243}};
+ freezerPos[] = {{{-3.21484,4.77051,-10},180}};
+ };
+ class Land_HouseV_2I : Default
+ {
+ shelfPos[] = {{{-5.50256,2.2085,-3.05727},90}};
+ lockerPos[] = {{{-5.73291,-4.91406,-3.05727},90}};
+ shoeboxPos[] = {{{6.59167,2.9624,-10},40}};
+ };
+ class Land_HouseV2_03 : Default
+ {
+ shelfPos[] = {{{-17.604,2.24219,-5.86916},89},{{18.0801,-0.203613,-5.48916},270}};
+ chairPos[] = {{{1.61133,-8.67456,-5.57916},89}};
+ toolRackPos[] = {{{-17.3164,0.101318,-6.01916},90}};
+ shoeboxPos[] = {{{5.21484,10.8247,-4.66916},182}};
+ palletPos[] = {{{9.96875,11.6602,-10},100}};
+ freezerPos[] = {{{1.76563,9.06519,-10},89}};
+ cabinetPos[] = {{{8.80811,-9.03174,-3.96916},90.2}};
+ };
+ class Land_Dum_olezlina : Default
+ {
+ couchPos[] = {{{1.20703,-5.45386,-10},272.2}};
+ chairPos[] = {{{2.76367,4.53845,-10},173.2}};
+ tablePos[] = {{{-1.27197,4.57642,-10},183.2}};
+ };
+ class Land_Ind_Expedice_2 : Default
+ {
+ palletPos[] = {{{2.56006,0.650269,-10},302.2},{{-8.99365,0.00256348,-10},302.2}};
+ };
+ class Land_IndPipe2_bigBuild2_L : Default
+ {
+ shoeboxPos[] = {{{4.82397,-1.97314,2.59579},277.3}};
+ palletPos[] = {{{6.57422,2.44775,-10},335.2}};
+ cabinetPos[] = {{{5.01245,1.12354,3.51578},271.2}};
+ };
+ class Land_IndPipe2_big_18ladder : Default
+ {
+ shoeboxPos[] = {{{0.830566,-3,2.61729},278.5}};
+ palletPos[] = {{{0.762207,7.46484,-10},328.5}};
+ };
+ class Land_Ind_Expedice_3 : Default
+ {
+ shelfPos[] = {{{0.996826,-17.7642,2.20826},90}};
+ toolRackPos[] = {{{6.52441,5.72363,-4.44174},91}};
+ shoeboxPos[] = {{{2.94495,-5.69189,2.10826},249}};
+ palletPos[] = {{{0.98584,5.7417,-10},91},{{0.0772705,-16.8579,-10},249}};
+ cabinetPos[] = {{{1.297,3.94189,3.15826},271}};
+ };
+ class Land_houseV_2T1 : Default
+ {
+ chairPos[] = {{{5.18408,3.88074,-10},200}};
+ tablePos[] = {{{6.86133,3.73376,-10},180}};
+ freezerPos[] = {{{5.07959,-3.24548,-10},270}};
+ };
+ class Land_IndPipe2_bigBuild1_R : Default
+ {
+ shoeboxPos[] = {{{-0.633301,3.0249,-3.68421},290}};
+ };
+ class Land_Misc_Cargo1Bo : Default
+ {
+ palletPos[] = {{{0.352051,0.725342,-1.09068},266}};
+ };
+ class Land_Ind_MalyKomin : Default
+ {
+ pelicanPos[] = {{{-0.880371,-0.432007,-7.73271},82}};
+ shoeboxPos[] = {{{1.27539,-3.78528,-16.5427},113}};
+ palletPos[] = {{{0.413574,-2.14258,-20},185}};
+ };
+ class Land_Misc_Cargo1Ao : Default
+ {
+ shelfPos[] = {{{0.100098,2.87891,-1.07068},360}};
+ palletPos[] = {{{-0.231934,-0.652344,-1.07068},360}};
+ };
+ class Land_Misc_GContainer_Big : Default
+ {
+ palletPos[] = {{{-2.28296,-0.679688,0.504925},21}};
+ };
+ class Land_HouseV_3I1 : Default
+ {
+ chairPos[] = {{{1.64844,-2.47266,-10},330}};
+ tablePos[] = {{{3.09497,-1.99512,-10},0}};
+ shoeboxPos[] = {{{5.26025,-1.45947,-2.08637},340}};
+ };
+ class Land_Ind_Stack_Big : Default
+ {
+ pelicanPos[] = {{{-3.30188,4.6333,-6.00286},100}};
+ shoeboxPos[] = {{{-3.06494,0.469727,-23.2595},320},{{2.18286,-3.10352,-28.5202},190.1}};
+ palletPos[] = {{{-1.29297,-0.548828,-23.2395},177.1},{{-3.23267,-1.17725,-28.5751},360},{{3.37927,-5.10156,-28.5051},360}};
+ cabinetPos[] = {{{-0.0136719,0.143066,-26.8373},360}};
+ };
+ class Land_Dum_mesto3 : Default
+ {
+ palletPos[] = {{{-5.93799,1.10693,-10},177.1}};
+ };
+ class Land_Sara_domek_vilka : Default
+ {
+ fridgePos[] = {{{-4.55078,-1.19714,-4.15991},74.1}};
+ cookerPos[] = {{{-0.371094,8.04688,-4.15991},324.1}};
+ chairPos[] = {{{2.96777,4.70288,-4.15991},198.1},{{4.87744,4.50684,-4.15991},168.1}};
+ tablePos[] = {{{0.891113,5.02478,-4.15991},174.1}};
+ };
+ class Land_MBG_Killhouse_4 : Default
+ {
+ limit = 5;
+ shelfPos[] = {{{-1.86426,0.823242,-3.84317},0}};
+ fridgePos[] = {{{-1.54175,2.74219,-3.84317},75}};
+ bedPos[] = {{{6.84692,-0.231934,-0.543174},0},{{6.94922,2.63965,-0.543174},360}};
+ couchPos[] = {{{4.47852,-1.93262,-3.84317},267},{{-4.66406,3.55176,-0.543174},70}};
+ wardrobePos[] = {{{-1.86768,-0.383301,-0.543174},80}};
+ cookerPos[] = {{{-1.57666,4.14941,-3.84317},107}};
+ chairPos[] = {{{-6.35059,0.23584,-3.84317},320}};
+ filingPos[] = {{{-6.53564,-4.59375,-3.84317},200},{{7.66919,-4.5625,-3.84317},150}};
+ tablePos[] = {{{4.02075,-1.20996,-0.543174},0}};
+ lockerPos[] = {{{3.56226,3.51709,-0.543174},180}};
+ shoeboxPos[] = {{{-1.49121,7.00928,-0.543174},90},{{2.58643,6.9541,-3.84317},310}};
+ palletPos[] = {{{4.28125,0.388672,-3.84317},310}};
+ freezerPos[] = {{{-6.44043,2.08789,-3.84317},258}};
+ cabinetPos[] = {{{0.553955,7.24219,0.756824},90}};
+ };
+ class Land_MBG_Warehouse : Default
+ {
+ limit = 5;
+ shelfPos[] = {{{-11.0225,19.5303,-6.14345},0},{{22.1719,4.58838,-6.14345},90},{{11.9806,19.5259,-6.14345},0}};
+ fridgePos[] = {{{17.2281,-11.791,-2.84345},260},{{21.8842,-9.31396,-6.14345},86}};
+ bedPos[] = {{{17.5864,-2.7666,-2.84345},186}};
+ wardrobePos[] = {{{17.3668,-5.14063,-2.84345},276}};
+ cookerPos[] = {{{17.2073,-9.18555,-2.84345},280}};
+ chairPos[] = {{{17.5955,2.49854,-2.84345},350}};
+ filingPos[] = {{{-19.9967,16.5771,-2.84345},190}};
+ lockerPos[] = {{{15.5438,-14.3867,-6.14345},180},{{17.2855,-14.4209,-6.14345},180}};
+ toolRackPos[] = {{{16.4038,-10.4146,-2.84345},90}};
+ shoeboxPos[] = {{{-18.0066,19.3594,0.456551},20}};
+ palletPos[] = {{{-16.0422,-5.82861,-6.14345},9.99995},{{-15.5228,-13.1655,5.15655},340},{{10.5311,18.2065,5.15655},21},{{20.4318,-12.2983,5.15655},340},{{21.3284,18.4785,-6.14345},20}};
+ freezerPos[] = {{{21.8379,-9.62256,-2.84345},90}};
+ cabinetPos[] = {{{14.483,-11.6313,-4.74345},360},{{-17.218,18.3833,6.65655},0}};
+ };
+ class Land_Nav_Boathouse : Default
+ {
+ shelfPos[] = {{{-6.1333,-0.567383,3.73588},270},{{6.16504,7.45251,3.73588},90}};
+ pelicanPos[] = {{{4.60059,7.36157,6.27056},20}};
+ toolRackPos[] = {{{-3.38867,7.96362,3.54426},0}};
+ shoeboxPos[] = {{{0.371582,4.45294,3.60588},220}};
+ palletPos[] = {{{5.3042,-1.49329,3.73056},170}};
+ };
+ class Land_aif_tovarna1 : Default
+ {
+ shelfPos[] = {{{-1.34839,4.19336,-6.33},360},{{4.6626,1.58105,2.39782},91},{{4.83521,6.05713,-6.33},89.9999},{{-7.95361,4.19141,2.39782},0},{{-11.9773,-9.18115,2.39782},180}};
+ chairPos[] = {{{-12.5784,6.91992,-6.33},290}};
+ filingPos[] = {{{4.43481,-6.05469,2.39782},71},{{-1.50903,9.71191,-6.33},20},{{-12.8018,5.06689,-6.33},260}};
+ tablePos[] = {{{3.92725,-8.85156,2.39782},180}};
+ lockerPos[] = {{{-3.67261,5.09277,-6.33},180},{{-0.410156,-6.84814,2.39782},270}};
+ toolRackPos[] = {{{-6.06519,-9.40869,-6.33},180}};
+ shoeboxPos[] = {{{4.46411,-8.99365,-0.352262},121}};
+ palletPos[] = {{{3.73242,3.20605,-6.33},71},{{-4.52393,-2.72266,5.31266},20},{{-11.7466,-5.30273,-6.33},121}};
+ cabinetPos[] = {{{-3.06567,-3.39111,6.71274},0.999969}};
+ };
+ class Land_Ind_Workshop01_02 : Default
+ {
+ shelfPos[] = {{{-0.240723,-1.29358,-1.42703},170}};
+ filingPos[] = {{{1.89063,1.82556,-1.42703},90}};
+ toolRackPos[] = {{{2.23242,-0.662842,-1.42837},90}};
+ };
+ class Land_Dum_mesto2l : Default
+ {
+ couchPos[] = {{{0.45459,-6.61829,-10},275}};
+ freezerPos[] = {{{-5.65674,3.06665,-10},70}};
+ };
+ class Land_HouseV2_03B : Default
+ {
+ fridgePos[] = {{{0.340332,11.325,-10},149}};
+ chairPos[] = {{{-0.225586,-8.89624,-5.52124},350}};
+ filingPos[] = {{{-7.57422,3.46326,-5.52124},19}};
+ shoeboxPos[] = {{{7.53613,1.05103,-5.52124},289}};
+ };
+ class Land_Ind_SawMill : Default
+ {
+ shelfPos[] = {{{10.2842,6.57764,-10},353}};
+ toolRackPos[] = {{{-1.59766,-9.85474,-5.83539},0}};
+ palletPos[] = {{{0.612305,-14.6431,-10},289},{{4.40283,16.1758,-10},259}};
+ };
+ class Land_MBG_Killhouse_3 : Default
+ {
+ shelfPos[] = {{{3.38831,-2.70947,-2.84856},180},{{-3.40912,-2.7085,-2.84856},180},{{13.5056,3.15479,0.45144},90}};
+ fridgePos[] = {{{-0.447632,1.98047,-2.84856},90}};
+ bedPos[] = {{{-5.17578,0.581543,0.45144},275}};
+ couchPos[] = {{{3.04779,2.23096,-2.84856},90},{{4.33679,0.126953,0.45144},275}};
+ cookerPos[] = {{{0.578552,-2.52734,-2.84856},260},{{-0.621399,3.98877,-2.84856},80}};
+ filingPos[] = {{{-13.3195,2.1875,0.45144},260}};
+ lockerPos[] = {{{13.3513,2.88525,-2.84856},89},{{-13.324,3.43848,-2.84856},270}};
+ freezerPos[] = {{{5.96869,0.0795898,-2.84856},190},{{-5.85046,1.62793,-2.84856},190}};
+ };
+ class Land_MBG_Killhouse_2 : Default
+ {
+ shelfPos[] = {{{-3.25293,5.17078,0.501439},90},{{7.54932,3.19135,-2.79856},90}};
+ fridgePos[] = {{{-1.98389,5.94983,-2.79856},357}};
+ bedPos[] = {{{-1.12451,0.444519,-2.79856},277}};
+ couchPos[] = {{{3.45459,-3.5127,0.501439},270}};
+ wardrobePos[] = {{{-6.92627,-3.1778,0.501439},300}};
+ chairPos[] = {{{7.12402,-3.12592,0.501439},30},{{7.06738,-5.75885,-2.79856},147}};
+ filingPos[] = {{{-2.39795,-1.65131,0.501439},257},{{-3.39746,-1.62518,0.501439},100}};
+ tablePos[] = {{{3.47314,-5.97021,-2.79856},177}};
+ lockerPos[] = {{{-3.39404,1.32129,-2.79856},90}};
+ palletPos[] = {{{-6.78174,0.646118,3.80144},260},{{6.25244,-5.08411,3.80144},260}};
+ cabinetPos[] = {{{6.45557,6.23236,-1.39856},90}};
+ };
+ class Land_A_Castle_Wall2_30 : Default
+ {
+ shoeboxPos[] = {{{-0.252197,-0.444336,-4.59615},348}};
+ };
+ class Land_water_tank : Default
+ {
+ shoeboxPos[] = {{{-1.70618,0.626465,-4.34336},160}};
+ };
+ class Land_aif_zluty_statek_in : Default
+ {
+ fridgePos[] = {{{6.42834,-0.214355,-2.88675},180}};
+ bedPos[] = {{{0.214722,0.946289,-2.88675},7},{{-6.51392,5.06982,-2.88675},11}};
+ couchPos[] = {{{-0.917725,5.39258,-2.88675},277}};
+ wardrobePos[] = {{{-4.86975,4.14941,-2.88675},270}};
+ cookerPos[] = {{{8.84656,-0.175293,-2.88675},180}};
+ chairPos[] = {{{1.76379,-1.62109,-2.91676},330},{{6.92566,-1.49756,-2.88675},16},{{-9.55481,5.81348,-2.88675},339}};
+ tablePos[] = {{{-9.10645,0.0273438,-2.88675},190}};
+ shoeboxPos[] = {{{9.18103,2.82959,-1.88413},100}};
+ freezerPos[] = {{{5.97412,5.8623,-2.88675},277}};
+ };
+ class land_mbg_brickhouse_01 : Default
+ {
+ fridgePos[] = {{{-1.50415,-2.7251,-3.35652},180}};
+ bedPos[] = {{{4.7439,3.46289,-0.0515051},274}};
+ couchPos[] = {{{-6.37341,-1.02637,-0.0515051},184}};
+ wardrobePos[] = {{{5.36328,-0.435059,-0.0915051},104}};
+ cookerPos[] = {{{-7.15747,-2.6709,-3.35652},180}};
+ chairPos[] = {{{-6.94897,3.78711,-3.35652},310}};
+ filingPos[] = {{{5.61206,-0.827637,-3.35652},100},{{5.67896,-0.322266,-3.35652},90}};
+ tablePos[] = {{{-0.47644,3.92578,-0.0915051},3.99999}};
+ lockerPos[] = {{{5.66077,3.6084,-3.35652},90}};
+ freezerPos[] = {{{-3.35693,-2.59912,-3.35652},180}};
+ };
+ class Land_aif_hotel : Default
+ {
+ limit = 6;
+ shelfPos[] = {{{-2.01904,1.21753,2.74082},0},{{3.21387,-0.964844,-7.74672},180}};
+ fridgePos[] = {{{2.17969,18.8186,-7.74672},350}};
+ bedPos[] = {{{11.6714,3.27307,2.74082},180},{{-3.21094,11.7581,-4.25943},91},{{12.0625,2.7439,-0.759061},100},{{-17.356,11.8335,2.74082},90},{{-11.8418,-17.6592,-0.759061},9.99997}};
+ couchPos[] = {{{-4.00293,11.7383,2.74082},90},{{-11.8945,-4.96594,-4.25943},358},{{2.81006,-14.7112,-4.25943},185},{{2.86279,-17.212,-0.759061},178},{{-16.9624,11.7709,-0.759061},91}};
+ wardrobePos[] = {{{-11.0469,-2.44031,-0.759061},80},{{-11.0381,16.1029,-4.25943},80},{{17.4365,-11.1133,-0.759061},7.99997},{{17.4834,-11.1036,-4.25943},5},{{-15.5957,-18.9556,2.74082},190}};
+ cookerPos[] = {{{3.77051,18.8491,-7.74672},0}};
+ chairPos[] = {{{11.1953,2.22632,-4.25943},220},{{-18.7305,8.91199,-7.74672},270},{{11.2974,18.5051,-0.759061},290},{{11.2983,18.6306,2.74082},290},{{-11.2705,-18.6755,-4.25943},128},{{18.4297,18.5151,-7.74672},40}};
+ filingPos[] = {{{-0.364258,7.89087,-7.74672},174},{{0.473145,7.89111,-7.74672},186},{{1.08936,7.90747,-7.74672},180}};
+ tablePos[] = {{{-3.5752,18.6013,-0.759061},9.99997},{{15.4873,18.7865,-4.25943},0}};
+ lockerPos[] = {{{2.02588,6.43848,-7.74672},270}};
+ toolRackPos[] = {{{1.55762,2.55664,-7.74672},270}};
+ palletPos[] = {{{-4.90234,-1.63953,6.25485},100},{{18.0205,-18.1344,6.25485},70},{{-18.3311,18.3323,6.25485},100}};
+ freezerPos[] = {{{6.55957,-6.79932,-7.74672},160},{{2.08154,11.8032,-7.74672},270},{{2.0874,14.9369,-7.74672},270}};
+ cabinetPos[] = {{{1.33398,0.0466309,0.840941},180},{{-3.30273,-2.18274,-6.24672},0},{{4.12891,7.32385,7.74485},90}};
+ };
+ class Land_Shed_M03 : Default
+ {
+ palletPos[] = {{{2.21582,-0.074707,-10},70}};
+ };
+ class Land_Cihlovej_Dum_in : Default
+ {
+ bedPos[] = {{{-2.44727,-1.3855,-1.81472},183}};
+ chairPos[] = {{{2.34375,2.92859,-5.27588},72}};
+ filingPos[] = {{{2.63818,-2.45959,-5.27588},102}};
+ tablePos[] = {{{-0.111816,1.10876,-5.27588},1},{{-0.0874023,-2.35754,-1.81472},180}};
+ shoeboxPos[] = {{{2.66357,-2.33398,-0.65472},131}};
+ };
+ class Land_HouseV_3I3 : Default
+ {
+ chairPos[] = {{{4.33728,2.4126,-1.88408},165}};
+ shoeboxPos[] = {{{0.844849,2.4624,-1.58408},165}};
+ };
+ class Land_MBG_Killhouse_1 : Default
+ {
+ shelfPos[] = {{{-3.85999,6.52588,-2.04856},360}};
+ bedPos[] = {{{1.46289,1.53906,-2.04856},180}};
+ couchPos[] = {{{-2.58972,-1.76123,-2.04856},270}};
+ cookerPos[] = {{{-0.44812,0.109375,-2.04856},180}};
+ filingPos[] = {{{4.38635,-0.983398,-2.04856},9.99995}};
+ palletPos[] = {{{-3.6377,5.88232,1.25144},266}};
+ freezerPos[] = {{{-4.15564,0.404297,-2.04856},270}};
+ };
+ class Land_HouseV_3I2 : Default
+ {
+ filingPos[] = {{{3.73364,2.27148,-1.9779},191}};
+ };
+ class Land_Misc_Scaffolding : Default
+ {
+ shoeboxPos[] = {{{-0.0925293,3.95947,0.467445},250}};
+ palletPos[] = {{{0.372559,6.46924,3.4257},281}};
+ };
+ class Land_Sara_domek_ruina : Default
+ {
+ shelfPos[] = {{{3.26025,-2.89648,-1.60027},357}};
+ };
+ class Land_HouseBlock_C4 : Default
+ {
+ fridgePos[] = {{{-1.29639,5.63232,-10},173}};
+ };
+ class Land_HouseBlock_C5 : Default
+ {
+ couchPos[] = {{{1.61163,6.7124,-10},92}};
+ };
+ class Land_HouseBlock_B5 : Default
+ {
+ couchPos[] = {{{-0.353027,-7.00562,-10},272}};
+ };
+ class Land_House_C_4_EP1 : Default
+ {
+ limit = 5;
+ shelfPos[] = {{{-0.529297,2.29675,-0.350365},270},{{-4.1626,2.0033,-0.278609},180},{{-5.98877,0.867432,-3.48355},270}};
+ bedPos[] = {{{0.202148,-5.34204,-0.278609},90}};
+ couchPos[] = {{{1.88232,2.29468,-3.48355},272}};
+ wardrobePos[] = {{{5.82422,1.3457,-0.350365},90}};
+ chairPos[] = {{{5.37939,-4.71289,-0.239202},90}};
+ filingPos[] = {{{4.87109,-3.54858,-3.48355},180},{{-5.81592,2.02771,2.79157},260},{{-5.90283,4.74585,-3.48355},350}};
+ toolRackPos[] = {{{6.13086,0.193848,-3.48355},92}};
+ shoeboxPos[] = {{{-2.78906,1.00488,0.419636},310}};
+ palletPos[] = {{{-2.0874,-0.406494,2.80405},260}};
+ freezerPos[] = {{{5.63037,-0.726318,-3.48355},92}};
+ };
+ class Land_HouseBlock_B3 : Default
+ {
+ shelfPos[] = {{{0.977112,5.03223,-6.95459},176}};
+ couchPos[] = {{{-2.69189,-5.72021,-10},256}};
+ };
+ class Land_HouseBlock_B2 : Default
+ {
+ wardrobePos[] = {{{-1.12988,4.83972,-7.27931},179}};
+ chairPos[] = {{{-0.0283203,-5.26733,-10},9.99996}};
+ };
+ class Land_HouseBlock_B6 : Default
+ {
+ shelfPos[] = {{{3.57837,-4.77539,-7.30174},354.38}};
+ palletPos[] = {{{-4.55292,0.697754,-10},354.38}};
+ };
+ class Land_HouseV2_01B : Default
+ {
+ fridgePos[] = {{{-4.15396,-2.19238,-5.19199},354.38}};
+ chairPos[] = {{{-3.01724,-2.3877,-5.19199},20}};
+ shoeboxPos[] = {{{6.00101,6.36084,-5.77199},356}};
+ };
+ class Land_HouseBlock_C1 : Default
+ {
+ fridgePos[] = {{{8.41409,-7.08496,-15},342}};
+ couchPos[] = {{{-2.88599,-8.50488,-15},256}};
+ cookerPos[] = {{{7.3176,-7.18994,-15},9.99996}};
+ };
+ class Land_HouseBlock_B1 : Default
+ {
+ chairPos[] = {{{-5.48889,-5.64307,-10},0}};
+ filingPos[] = {{{2.84558,-4.92969,-7.23419},291}};
+ shoeboxPos[] = {{{-3.95349,4.85449,-7.26419},349}};
+ freezerPos[] = {{{-5.5448,5.07227,-7.29419},187}};
+ };
+ class Land_HouseBlock_A1 : Default
+ {
+ shelfPos[] = {{{-5.13318,2.14697,-8.80562},270}};
+ filingPos[] = {{{-2.80725,3.32373,-8.80562},20},{{-2.76782,4.09473,-8.80562},170}};
+ toolRackPos[] = {{{-5.45435,-2.15137,-8.81038},272}};
+ shoeboxPos[] = {{{-0.786621,4.65771,-8.68037},222}};
+ palletPos[] = {{{-3.48804,0.281738,-8.81038},180}};
+ freezerPos[] = {{{0.656982,5.07178,-8.73375},180}};
+ };
+ class Land_HouseBlock_D1 : Default
+ {
+ fridgePos[] = {{{-10.333,7.138,-15},70}};
+ couchPos[] = {{{6.07764,2.52066,-15},100}};
+ };
+ class Land_MBG_GER_HUS_4 : Default
+ {
+ shelfPos[] = {{{2.47705,-5.36951,-3.11289},270}};
+ fridgePos[] = {{{2.51025,7.40857,-3.11289},0}};
+ bedPos[] = {{{-4.52637,6.51978,-0.112886},267},{{-5.04541,-6.17224,-3.11289},178},{{4.93701,-6.63196,-0.112886},90}};
+ couchPos[] = {{{2.28418,2.92419,-0.112885},90},{{-3.98047,-2.4386,-0.112886},263},{{-4.67432,5.6051,-3.11289},189}};
+ wardrobePos[] = {{{1.72754,-2.28699,-3.11289},91},{{2.77881,-2.23779,-0.112886},280}};
+ cookerPos[] = {{{5.81836,7.35693,-3.11289},90}};
+ chairPos[] = {{{1.37549,-1.72131,-0.112886},60},{{5.59082,2.48022,-0.112886},127},{{-1.70117,-7.02722,-0.112886},173}};
+ filingPos[] = {{{-5.77734,-7.23535,-0.112886},183}};
+ tablePos[] = {{{1.65918,-4.46375,-0.112886},90},{{-5.53223,-2.07556,-3.11289},272}};
+ shoeboxPos[] = {{{2.73828,4.16235,-2.30289},330},{{1.729,-7.07275,-2.16289},251}};
+ freezerPos[] = {{{3.92627,2.27722,-3.19763},180}};
+ };
+ class Land_HouseBlock_C3 : Default
+ {
+ couchPos[] = {{{8.56396,-6.36353,-10},260}};
+ chairPos[] = {{{-2.9165,-5.31055,-10},30}};
+ filingPos[] = {{{7.23682,-4.99268,-10},320}};
+ };
+ class Land_HouseBlock_A2 : Default
+ {
+ wardrobePos[] = {{{6.57715,-5.71594,-10},130}};
+ freezerPos[] = {{{-1.35742,5.68097,-10},180}};
+ };
+ class Land_HouseBlock_D2 : Default
+ {
+ couchPos[] = {{{6.18115,2.78662,-10},100}};
+ chairPos[] = {{{-10.6704,6.06445,-10},100}};
+ };
+ class Land_House_C_10_EP1 : Default
+ {
+ shelfPos[] = {{{-3.12988,-4.56921,-4.19121},180},{{3.58984,6.86169,-4.19121},90}};
+ fridgePos[] = {{{-3.30225,-0.637085,-0.868872},328}};
+ bedPos[] = {{{-0.0175781,4.55432,-0.868872},281.2}};
+ cookerPos[] = {{{0.98877,-3.07898,-0.868872},90}};
+ filingPos[] = {{{0.0551758,4.95447,-4.19121},190}};
+ toolRackPos[] = {{{-1.61572,-9.6991,-4.19121},180}};
+ shoeboxPos[] = {{{-3.71143,4.13989,0.0812254},281.2},{{0.360352,9.08423,-2.7312},189}};
+ palletPos[] = {{{-0.626953,-1.12146,-4.16681},184},{{3.71631,2.50854,2.47196},100},{{-3.01758,6.6189,-4.16681},184}};
+ freezerPos[] = {{{1.6958,7.0896,-0.868777},271}};
+ cabinetPos[] = {{{3.30127,5.61597,3.77196},181}};
+ };
+ class Land_kolotoc : Default
+ {
+ shoeboxPos[] = {{{0.141174,1.16504,-0.410941},9.99998}};
+ };
+ class Land_HouseBlock_C2 : Default
+ {
+ fridgePos[] = {{{4.46484,-5.28906,-10},30}};
+ couchPos[] = {{{4.70374,5.6416,-10},266}};
+ };
+ class land_mbg_apartments_big_04 : Default
+ {
+ limit = 4;
+ shelfPos[] = {{{-2.9585,-0.955566,-3.19898},173},{{3.57837,-1.02734,-0.150979},180},{{3.9978,-0.992188,2.89702},180}};
+ bedPos[] = {{{-9.82959,-0.0673828,-3.19898},100},{{-10.2119,0.567383,-0.177418},180}};
+ couchPos[] = {{{9.37891,-0.0561523,-3.19898},93}};
+ chairPos[] = {{{10.4485,-2.22705,2.89702},30},{{-10.8423,-2.11572,-3.19898},300}};
+ filingPos[] = {{{-2.5603,-1.9375,-0.150979},20}};
+ pelicanPos[] = {{{-3.14404,-0.0629883,2.89702},160}};
+ tablePos[] = {{{6.96753,-6.00146,-0.150979},180}};
+ lockerPos[] = {{{-3.50195,-1.771,2.89702},360},{{10.6287,-0.843262,-0.150979},180}};
+ toolRackPos[] = {{{-3.57251,-1.24658,-0.150979},180}};
+ palletPos[] = {{{-4.54199,1.99609,5.94502},30},{{10.3547,-2.42041,-3.19898},260},{{-10.3638,-2.49805,-0.150979},260}};
+ freezerPos[] = {{{2.85815,0.479492,-3.19898},260}};
+ cabinetPos[] = {{{1.17749,2.53955,7.44502},270}};
+ };
+ class Land_Misc_WaterStation : Default
+ {
+ shelfPos[] = {{{0.0671387,1.83984,-10},173}};
+ };
+ class Land_MBG_GER_RHUS_5 : Default
+ {
+ fridgePos[] = {{{1.31772,0.522949,-3.36569},0}};
+ bedPos[] = {{{2.74927,-3.38574,-0.46569},9.99997}};
+ chairPos[] = {{{3.08368,1.9248,-0.46569},139},{{-0.0794067,-3.91016,-0.46569},140}};
+ filingPos[] = {{{-2.63046,-2.81641,-0.46569},360},{{-3.14331,-2.83398,-0.46569},349}};
+ tablePos[] = {{{-2.57611,1.50049,-0.46569},180}};
+ shoeboxPos[] = {{{1.17273,-4.04834,-2.38569},14},{{-3.2825,3.55225,-2.43569},300}};
+ palletPos[] = {{{-2.56592,0.0541992,-3.36569},89}};
+ freezerPos[] = {{{3.36533,-3.0752,-3.36569},89}};
+ };
+ class Land_HouseV2_05 : Default
+ {
+ shoeboxPos[] = {{{5.45065,6.88379,-2.57005},208}};
+ };
+ class land_mbg_apartments_big_01 : Default
+ {
+ palletPos[] = {{{-3.00781,8.74561,-10},158},{{-11.1992,-8.0249,-10},158}};
+ freezerPos[] = {{{10.4133,-5.31006,-10},278}};
+ };
+ class Land_BoatSmall_1 : Default
+ {
+ shoeboxPos[] = {{{-1.17236,0.257324,-0.19216},278}};
+ };
+ class Land_Dum_zboreny_total : Default
+ {
+ shelfPos[] = {{{-4.31104,-3.87012,-2.10433},183}};
+ fridgePos[] = {{{-6.14893,3.69727,-2.30266},291}};
+ pelicanPos[] = {{{-5.89111,-1.60559,-2.22433},320}};
+ shoeboxPos[] = {{{2.08301,-1.51489,-2.24266},141}};
+ palletPos[] = {{{4.1582,2.13916,-2.28269},278}};
+ };
+ class Land_Kostel : Default
+ {
+ chairPos[] = {{{0.496826,11.0215,-10},160},{{-3.49121,10.9878,-10},200}};
+ pelicanPos[] = {{{2.78882,-4.64307,-0.905101},291}};
+ tablePos[] = {{{5.80811,-5.58105,-7.39957},90}};
+ shoeboxPos[] = {{{5.18164,-7.02002,-0.905101},141}};
+ freezerPos[] = {{{-1.60376,-10.5679,-10},9.99995}};
+ };
+ class Land_A_Villa_EP1 : Default
+ {
+ shelfPos[] = {{{6.8761,-2.54785,-5.06721},317},{{6.68848,-4.10059,-1.4844},225},{{-9.68689,13.8384,-1.4844},270}};
+ fridgePos[] = {{{-10.4589,14.2017,-5.06718},89.9999}};
+ bedPos[] = {{{-12.4541,15.0962,-1.4844},263}};
+ couchPos[] = {{{-4.10706,8.29297,-1.4844},130},{{-2.86975,15.1118,-5.06721},270}};
+ cookerPos[] = {{{-10.5978,15.7573,-5.06718},79.9999}};
+ chairPos[] = {{{-2.91296,5.19727,-5.06721},270},{{9.38831,1.37012,-1.4844},91},{{10.135,-15.3501,-5.06721},227}};
+ filingPos[] = {{{-0.554321,13.4141,-1.4844},161},{{-1.16296,13.4106,-1.4844},201}};
+ pelicanPos[] = {{{0.350342,14.21,-1.4844},110}};
+ tablePos[] = {{{3.46777,-2.78711,-5.06721},180}};
+ toolRackPos[] = {{{11.8175,1.33936,-1.4844},0.999969}};
+ shoeboxPos[] = {{{-10.5308,13.4287,-1.0444},223},{{15.6235,-12.9404,-4.57721},314.8}};
+ palletPos[] = {{{7.97327,9.56689,-5.06721},3},{{2.33533,16.896,1.97029},9.99994},{{-8.78284,15.0264,-5.06721},71},{{8.40686,-15.8076,1.97029},9.99994}};
+ freezerPos[] = {{{-14.0616,9.89014,-5.06721},184.8}};
+ cabinetPos[] = {{{-2.94519,6.63867,0.0159225},223}};
+ };
+ class Land_Budova4_in : Default
+ {
+ shelfPos[] = {{{5.09131,-2.0423,-1.88723},271}};
+ lockerPos[] = {{{3.58789,0.436401,-1.88723},0},{{-7.48047,-0.331573,-1.88723},270}};
+ freezerPos[] = {{{-2.17871,-1.00378,-1.88723},270}};
+ cabinetPos[] = {{{-6.87256,1.08209,-0.387228},270}};
+ };
+ class Land_IndPipe2_bigL_L : Default
+ {
+ shoeboxPos[] = {{{2.09375,0.110107,2.35397},291}};
+ palletPos[] = {{{1.0293,1.03619,-10},271}};
+ };
+ class Land_Ind_Pec_03 : Default
+ {
+ palletPos[] = {{{6.75684,8.00562,5.76025},241},{{-0.73877,-14.9221,5.76025},241},{{-0.92041,28.9746,-10},241},{{2.30664,28.96,-10},291}};
+ };
+ class Land_Ind_Coltan_Main_EP1 : Default
+ {
+ shelfPos[] = {{{-5.92969,5.66821,-6.33167},269},{{3.69141,-9.02808,2.36833},360}};
+ fridgePos[] = {{{-1.7417,4.53882,-6.33167},159},{{1.76172,16.2727,-6.38044},269}};
+ bedPos[] = {{{-8.33154,14.0818,-6.33167},279}};
+ tablePos[] = {{{-10.4438,12.7136,-6.33167},269}};
+ toolRackPos[] = {{{-3.88867,3.57227,-6.33167},179}};
+ shoeboxPos[] = {{{-3.84863,-9.09937,2.36833},20},{{6.32129,15.4998,-3.05167},219}};
+ palletPos[] = {{{-3.35986,16.3518,-6.38044},269},{{3.80371,16.7449,-6.38044},269}};
+ };
+ class Land_Ind_Coltan_Hopper_EP1 : Default
+ {
+ palletPos[] = {{{-6.04028,2.71875,-10},20},{{-7.45544,-2.55322,-10},20}};
+ };
+ class Land_MBG_GER_ESTATE_2 : Default
+ {
+ shelfPos[] = {{{-8.05347,-1.2915,-2.13187},0},{{-7.92065,7.40771,-2.13187},0}};
+ bedPos[] = {{{6.95532,2.45801,-2.13187},91}};
+ wardrobePos[] = {{{8.39294,6.43848,-2.13187},91}};
+ chairPos[] = {{{1.41895,6.94043,-2.13187},323},{{-3.30359,6.72803,-2.13187},330}};
+ filingPos[] = {{{-0.209351,-6.71045,-2.13187},100},{{-7.52686,-6.62891,-2.13187},180}};
+ tablePos[] = {{{1.20996,5.06152,-2.13187},270}};
+ palletPos[] = {{{-4.97937,6.51611,-2.13187},0}};
+ freezerPos[] = {{{8.04224,-2.58496,-2.13187},20}};
+ cabinetPos[] = {{{3.86597,-1.06348,-0.531867},357},{{-4.22375,3.55176,-0.731866},180}};
+ };
+ class Land_MBG_GER_PUB_2 : Default
+ {
+ shelfPos[] = {{{-4.05316,-3.28418,-3.53085},360},{{6.86914,1.62793,-0.63085},92}};
+ fridgePos[] = {{{1.51306,-5.58105,-0.63085},260.9},{{-4.91891,-5.62695,-3.53085},260}};
+ bedPos[] = {{{0.0693359,-4.604,-0.63085},4.99999},{{-6.31366,-4.5,-0.63085},180.9}};
+ wardrobePos[] = {{{-0.290039,2.05029,-0.63085},4.99999}};
+ cookerPos[] = {{{1.70532,-3.36816,-0.63085},270.9},{{-0.688995,-5.6626,-3.53085},180}};
+ chairPos[] = {{{-6.72855,1.85498,-0.63085},310}};
+ tablePos[] = {{{-3.21643,-5.57324,-0.63085},180}};
+ shoeboxPos[] = {{{1.87195,-3.60791,-2.38085},331},{{6.57855,-3.37354,0.0491495},260.9}};
+ palletPos[] = {{{4.49176,4.00928,-0.63085},92}};
+ freezerPos[] = {{{-2.01865,-3.68066,-3.53085},9.99996},{{6.52481,-1.96338,-0.63085},92}};
+ cabinetPos[] = {{{-5.44608,-4.21289,-2.23085},180}};
+ };
+ class Land_Ind_Workshop01_03 : Default
+ {
+ couchPos[] = {{{-4.22607,5.11304,-10},9.99994}};
+ toolRackPos[] = {{{2.14209,5.14417,-10},270}};
+ palletPos[] = {{{2.76123,2.96393,-10},92}};
+ };
+ class Land_Misc_CargoMarket1a_EP1 : Default
+ {
+ palletPos[] = {{{-0.335938,0.247559,-1.09225},0.999969}};
+ };
+ class Land_MBG_Shoothouse_1 : Default
+ {
+ shelfPos[] = {{{3.51654,-4.01367,-10},91},{{-6.10056,-6.15576,-10},91},{{-6.10904,8.58838,-10},91},{{2.50723,-11.3667,-10},89.9999}};
+ lockerPos[] = {{{-1.94846,-3.58203,-10},270},{{4.3497,-5.66357,-10},270}};
+ toolRackPos[] = {{{2.98065,-12.1196,-10},270}};
+ palletPos[] = {{{2.35532,0.623047,-10},0.999969},{{7.68576,9.99707,-10},0.999969}};
+ cabinetPos[] = {{{-6.87985,11.0254,0.616995},91}};
+ };
+ class Land_Leseni2x : Default
+ {
+ palletPos[] = {{{1.20996,-0.502167,2.53943},90}};
+ };
+ class Land_Dum_m2 : Default
+ {
+ couchPos[] = {{{5.08594,-1.34013,-10},187}};
+ };
+ class Land_HouseBlock_A1_2 : Default
+ {
+ tablePos[] = {{{1.74243,-5.99609,-10},358.7}};
+ freezerPos[] = {{{-3.3717,4.82324,-10},178.7}};
+ };
+ class Land_NAV_Lighthouse : Default
+ {
+ pelicanPos[] = {{{0.00567627,0.585449,2.41912},358.7}};
+ shoeboxPos[] = {{{-0.940475,0.0913086,2.41912},119}};
+ cabinetPos[] = {{{1.13704,0.220215,3.71912},169}};
+ };
+ class Land_Shed_M01 : Default
+ {
+ palletPos[] = {{{0.0229492,-2.33105,-10},79}};
+ };
+ class Land_Shed_W02 : Default
+ {
+ shoeboxPos[] = {{{0.397461,1.90643,-10},27.9}};
+ palletPos[] = {{{-2.88184,-1.12543,-10},78.9}};
+ };
+ class Land_Church_05R : Default
+ {
+ shoeboxPos[] = {{{5.39331,-2.63574,-7.79367},29.2}};
+ palletPos[] = {{{2.36743,1.75586,-10},29.2},{{-5.8103,-3.146,-10},29.2}};
+ };
+ class Land_ruin_01_PMC : Default
+ {
+ shelfPos[] = {{{-2.24683,-1.05225,-10},90}};
+ shoeboxPos[] = {{{1.12671,-1.27295,-1.66045},211}};
+ palletPos[] = {{{-2.88745,3.02246,-10},350}};
+ };
+ class Land_HouseBlock_A2_1 : Default
+ {
+ fridgePos[] = {{{6.68213,-7.26056,-10},350}};
+ couchPos[] = {{{-5.15771,-8.06102,-10},280}};
+ chairPos[] = {{{-3.80029,5.38539,-10},180}};
+ };
+ class Land_Domek_rosa : Default
+ {
+ shoeboxPos[] = {{{-0.412292,-0.805176,-0.559804},338}};
+ palletPos[] = {{{3.70493,-1.59424,-2.9398},268}};
+ };
+ class Land_Bouda1 : Default
+ {
+ couchPos[] = {{{-0.012207,-4.4745,-10},298}};
+ };
+ class land_mbg_brickhouse_03 : Default
+ {
+ shelfPos[] = {{{-0.250488,4.27344,-3.35652},0},{{-3.31836,-2.92065,-0.0515051},180}};
+ fridgePos[] = {{{-2.45117,-2.75293,-3.35652},179}};
+ bedPos[] = {{{4.44482,3.44922,-0.0515051},270},{{-6.09619,3.35376,-0.0515051},275}};
+ couchPos[] = {{{4.68896,1.67407,-3.35652},0}};
+ wardrobePos[] = {{{5.64404,0.141113,-0.0515051},90},{{-7.18945,0.348877,-0.0515051},270}};
+ cookerPos[] = {{{-1.44434,-2.646,-3.35652},170}};
+ chairPos[] = {{{-6.87988,3.79102,-3.35652},320}};
+ shoeboxPos[] = {{{-6.36719,-2.87378,-3.35652},120}};
+ palletPos[] = {{{0.480957,-2.46802,-10},120}};
+ };
+ class Land_Bouda_plech : Default
+ {
+ palletPos[] = {{{-2.23486,-1.0083,-10},80}};
+ };
+ class Land_MBG_GER_RHUS_2 : Default
+ {
+ shelfPos[] = {{{-2.44727,1.24646,-0.46569},180}};
+ bedPos[] = {{{2.875,-3.38776,-0.46569},5}};
+ wardrobePos[] = {{{-3.15674,-3.58008,-0.46569},270}};
+ chairPos[] = {{{3.10596,1.67682,-3.36569},120},{{3.1084,1.76831,-0.46569},145}};
+ shoeboxPos[] = {{{-3.22705,1.58398,-2.44569},110},{{1.2583,-4.16156,-2.38569},240}};
+ freezerPos[] = {{{1.43359,0.449463,-3.36569},0}};
+ cabinetPos[] = {{{-3.49658,-3.91425,-1.7248},0}};
+ };
+ class Land_MBG_GER_RHUS_1 : Default
+ {
+ shelfPos[] = {{{-3.42041,-4.16129,-0.46569},270}};
+ bedPos[] = {{{1.7832,-3.45392,-0.46569},180}};
+ couchPos[] = {{{0.847656,3.81868,-3.36569},270}};
+ chairPos[] = {{{3.08789,1.7139,-0.46569},170}};
+ filingPos[] = {{{-3.32471,-2.77325,-0.46569},274},{{-3.28613,-3.38286,-0.46569},267}};
+ tablePos[] = {{{-2.34277,1.48091,-0.46569},180}};
+ shoeboxPos[] = {{{1.2168,-4.32765,-2.37569},220}};
+ palletPos[] = {{{-2.64111,-0.36882,-3.36569},270}};
+ freezerPos[] = {{{1.47607,0.336472,-3.36569},360}};
+ cabinetPos[] = {{{-3.50635,-3.9218,-1.76569},360}};
+ };
+ class Land_MBG_Garage_Single_B : Default
+ {
+ shelfPos[] = {{{1.33057,2.46407,-1.03965},93}};
+ toolRackPos[] = {{{-0.0200195,4.94061,-1.03965},0}};
+ palletPos[] = {{{0.687012,-0.168655,-1.03965},0}};
+ freezerPos[] = {{{-1.0166,3.0186,-1.03965},270}};
+ };
+ class Land_HouseV_1I2 : Default
+ {
+ shoeboxPos[] = {{{0.898926,-4.11658,-2.13146},173.3}};
+ palletPos[] = {{{-3.77148,2.52997,-10},93}};
+ };
+ class Land_aif_watertower1 : Default
+ {
+ shoeboxPos[] = {{{1.72733,-6.55859,5.73532},173.3}};
+ palletPos[] = {{{0.909271,-3.15381,-15},173.3},{{-3.96057,2.70068,-15},133.3}};
+ };
+ class Land_Statek_hl_bud : Default
+ {
+ palletPos[] = {{{4.10547,-1.79297,-10},83.3}};
+ };
+ class Land_Bouda3 : Default
+ {
+ toolRackPos[] = {{{-2.41064,5.97437,-1.45074},179.3}};
+ palletPos[] = {{{1.45117,7.1987,-10},83.3}};
+ };
+ class Land_A_statue01 : Default
+ {
+ shoeboxPos[] = {{{3.37878,-1.41357,-3.63275},229.3}};
+ };
+ class Land_Sara_domek_kovarna : Default
+ {
+ palletPos[] = {{{-0.236816,-2.17114,-10},229.3}};
+ };
+ class Land_Deutshe : Default
+ {
+ couchPos[] = {{{1.84131,-4.97192,-10},278.3}};
+ palletPos[] = {{{3.19287,4.59619,-10},278.3}};
+ };
+ class Land_Mil_Barracks_L : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{4.73779,-3.8208,-10},360}};
+ palletPos[] = {{{-0.483887,-5.11853,-10},278.3}};
+ cabinetPos[] = {{{-5.58984,-6.97742,-0.713811},90}};
+ };
+ class Land_aif_strazni_vez : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{-2.6069,2.20605,1.36157},360}};
+ filingPos[] = {{{0.636078,0.397461,1.37157},88}};
+ pelicanPos[] = {{{-2.29019,-1.51074,2.17157},188}};
+ lockerPos[] = {{{0.569702,-1.39697,1.37157},90}};
+ shoeboxPos[] = {{{0.11142,2.1543,1.37157},70}};
+ };
+ class Land_Kostel3 : Default
+ {
+ chairPos[] = {{{1.94531,-18.4124,-20},0},{{-1.82422,-18.4531,-20},0}};
+ palletPos[] = {{{0.0703125,-18.7371,-20},326}};
+ };
+ class Land_MBG_ATC_Tower : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{3.8811,-2.78125,-16.4103},180}};
+ pelicanPos[] = {{{-0.196533,-0.67041,-16.4003},155}};
+ lockerPos[] = {{{-1.41992,2.0293,-16.4103},270}};
+ shoeboxPos[] = {{{0.596436,0.588867,-13.8103},86}};
+ };
+ class Land_MBG_ATC_Base : Default
+ {
+ limit = 6;
+ lootType = "mil";
+ shelfPos[] = {{{-4.58923,-6.30957,-1.21875},270},{{8.33435,7.93652,-1.21875},360}};
+ fridgePos[] = {{{5.06311,7.65332,-1.21875},360}};
+ bedPos[] = {{{-6.13977,2.90088,-1.21875},93},{{-6.40222,6.91113,-1.21875},269},{{-10.0922,2.88623,-1.21875},93},{{-10.1464,6.9502,-1.21875},272}};
+ couchPos[] = {{{10.2352,0.407227,-1.21875},77},{{11.2258,-5.13721,-1.21875},360}};
+ cookerPos[] = {{{1.49463,7.36963,-1.21875},299}};
+ filingPos[] = {{{1.15051,-0.969238,-1.21875},260},{{0.491089,-1.79736,-1.21875},350}};
+ pelicanPos[] = {{{11.3586,-2.33789,-1.21875},20}};
+ tablePos[] = {{{9.22473,-5.43213,-1.21875},270}};
+ lockerPos[] = {{{0.250488,5.05762,-1.21875},90},{{5.83618,-1.88135,-1.21875},360},{{7.67834,-1.85449,-1.21875},360}};
+ shoeboxPos[] = {{{-11.0359,-1.89795,-1.21875},220}};
+ palletPos[] = {{{-3.21484,-2.8125,-1.21875},220}};
+ freezerPos[] = {{{1.43848,3.16943,-1.21875},262}};
+ cabinetPos[] = {{{-8.68103,-3.24951,0.291247},180},{{-8.71667,-4.33545,0.291247},180}};
+ };
+ class Land_aif_hlaska : Default
+ {
+ pelicanPos[] = {{{0.518555,0.951172,3.77092},20}};
+ shoeboxPos[] = {{{-1.21997,1.3916,3.77092},330}};
+ };
+ class Land_aif_kasarna_prujezd : Default
+ {
+ fridgePos[] = {{{-1.87207,-5.42041,-10},203}};
+ couchPos[] = {{{-1.28711,0.697754,-10},180}};
+ chairPos[] = {{{1.7793,-2.47705,-10},80}};
+ palletPos[] = {{{1.36865,5.35986,-10},330}};
+ freezerPos[] = {{{1.70557,-4.07178,-10},110}};
+ };
+ class Land_aif_kasarna : Default
+ {
+ fridgePos[] = {{{6.28735,6.86768,-10},283}};
+ chairPos[] = {{{-5.68335,7.20654,-10},150}};
+ };
+ class Land_Mil_Barracks : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{7.75757,0.689941,-10},255}};
+ lockerPos[] = {{{7.98438,-3.22949,-10},270}};
+ };
+ class Land_aif_heavyf : Default
+ {
+ shelfPos[] = {{{-2.21436,-3.38354,-10},90}};
+ toolRackPos[] = {{{2.01367,-3.74207,-2.59567},270}};
+ palletPos[] = {{{6.42236,-2.81116,-10},255},{{-6.47559,-3.13904,-10},255}};
+ };
+ class Land_aif_hotel_bio : Default
+ {
+ limit = 8;
+ shelfPos[] = {{{-0.945801,1.20837,-0.835111},360},{{-1.18018,1.21466,-4.68552},360},{{5.24561,7.17981,6.86919},359},{{1.38525,10.7076,-8.52153},92}};
+ fridgePos[] = {{{2.31836,18.8252,-8.52153},360}};
+ bedPos[] = {{{12.6826,3.35031,3.01475},180},{{13.3818,2.73929,-4.71196},90},{{-12.5474,15.3073,-0.835111},359},{{-12.8242,-17.3519,3.01475},0},{{-17.9902,-18.0305,-4.58552},104}};
+ couchPos[] = {{{-12.8022,-5.06979,3.01475},0},{{-13.5107,-3.81348,-4.58552},350},{{17.7178,5.68661,-0.835111},150},{{17.5371,-11.7187,3.01475},270},{{18.4819,-11.9742,-4.71196},280}};
+ wardrobePos[] = {{{2.34521,-12.0099,3.01475},270},{{7.23096,-14.54,-4.71196},250},{{-11.0054,15.7628,-0.835111},260},{{-20.6724,14.425,-4.58552},260},{{-17.2163,-18.4806,-0.835111},177},{{-20.6782,16.8473,3.01475},290}};
+ cookerPos[] = {{{2.24365,6.91315,-8.52153},360}};
+ chairPos[] = {{{2.64453,-11.3692,-0.835111},320},{{-2.65967,18.4782,3.01475},150},{{-2.66357,18.5018,-4.58552},151},{{-20.5776,-2.35571,-0.835111},320}};
+ filingPos[] = {{{0.719238,7.94528,-8.52153},189},{{1.28516,7.99628,-8.52153},180}};
+ tablePos[] = {{{12.3247,17.9744,-0.835111},280},{{15.5308,18.838,3.01475},0},{{17.0977,18.6219,-4.58552},9.99996}};
+ lockerPos[] = {{{7.22607,18.7531,-8.52153},360}};
+ toolRackPos[] = {{{4.89502,19.3153,-8.52153},0}};
+ shoeboxPos[] = {{{20.4595,-21.2204,-0.80511},150}};
+ palletPos[] = {{{6.34033,-3.30972,-8.52153},250},{{-2.55664,9.07071,6.86919},230},{{-18.3716,-17.1836,6.86919},230}};
+ freezerPos[] = {{{4.08838,6.87418,-8.52153},360}};
+ cabinetPos[] = {{{1.83887,2.11636,8.46919},359}};
+ };
+ class Land_HouseV2_04_interier_dam : Default
+ {
+ shelfPos[] = {{{-1.0961,7.00293,-5.73945},80}};
+ fridgePos[] = {{{-5.70474,7.09326,-5.73945},0}};
+ chairPos[] = {{{7.43518,-1.67822,-5.74071},140.1}};
+ filingPos[] = {{{2.59167,2.65674,-5.73945},186},{{3.54984,2.72461,-5.73945},171}};
+ tablePos[] = {{{3.34094,6.4834,-5.73945},90}};
+ shoeboxPos[] = {{{4.63278,2.66064,-5.07944},210.1}};
+ freezerPos[] = {{{-1.35391,3.05615,-5.73945},100}};
+ };
+ class Land_HouseV_2L_dam : Default
+ {
+ palletPos[] = {{{-4.81445,-3.99951,-10},140.1}};
+ freezerPos[] = {{{4.23047,1.68066,-3.73519},275.1}};
+ };
+ class Land_Fort_Watchtower : Default
+ {
+ lootType = "mil";
+ pelicanPos[] = {{{-0.750977,-2.12439,0.569636},272.1}};
+ shoeboxPos[] = {{{1.39111,-0.204773,0.569636},40}};
+ cabinetPos[] = {{{-1.53955,-3.06702,-0.911802},310}};
+ };
+ class Land_HouseV2_03B_dam : Default
+ {
+ shoeboxPos[] = {{{7.83521,1.49268,-5.49836},300}};
+ palletPos[] = {{{-9.08447,5.85425,-10},310},{{-0.0769043,11.9158,-10},300}};
+ freezerPos[] = {{{-0.0297852,-8.93701,-5.49836},330}};
+ };
+ class Land_HouseV2_01B_dam : Default
+ {
+ fridgePos[] = {{{-2.76465,-3.13916,-5.18055},307}};
+ shoeboxPos[] = {{{10.9111,1.31543,-5.05055},354}};
+ palletPos[] = {{{-5.00537,-5.25879,-10},300}};
+ };
+ class Land_HouseV2_01A_dam : Default
+ {
+ shelfPos[] = {{{-3.57343,-3.66699,-5.61922},280}};
+ fridgePos[] = {{{-2.3588,-3.0498,-5.67922},310}};
+ shoeboxPos[] = {{{-0.700592,-4.10352,-5.61922},110}};
+ };
+ class Land_HouseV2_03_dam : Default
+ {
+ fridgePos[] = {{{17.887,1.09375,-5.46772},240}};
+ chairPos[] = {{{9.93018,-8.91309,-5.52772},340}};
+ filingPos[] = {{{1.70801,-8.61255,-5.52772},100}};
+ palletPos[] = {{{10.1631,11.6067,-10},190},{{-18.6709,1.47656,-10},100}};
+ freezerPos[] = {{{0.776367,8.13965,-5.81772},190}};
+ };
+ class Land_Ind_Pec_02 : Default
+ {
+ shelfPos[] = {{{5.99683,22.4492,-10},178}};
+ palletPos[] = {{{2.5166,23.4175,-10},190},{{-3.7019,23.6973,-10},190}};
+ };
+ class Land_Dam_ConcP_20 : Default
+ {
+ palletPos[] = {{{-0.468918,5.73633,2.20513},148}};
+ };
+ class Land_Kostel_trosky : Default
+ {
+ tablePos[] = {{{-2.23486,11.4375,-10},288}};
+ shoeboxPos[] = {{{-5.37256,0.178711,-10},238}};
+ palletPos[] = {{{1.39673,11.1606,-10},148}};
+ };
+ class Land_HouseV_1I3 : Default
+ {
+ shoeboxPos[] = {{{2.06543,-0.958252,-2.29444},238}};
+ palletPos[] = {{{2.80225,0.54541,-10},287}};
+ };
+ class Land_Slum_01_F : Default
+ {
+ shelfPos[] = {{{5.25391,1.71436,0.658049},84.7501}};
+ fridgePos[] = {{{5.03906,-1.99072,0.658049},176.525}};
+ bedPos[] = {{{1.07031,1.3623,0.658049},269.404}};
+ couchPos[] = {{{1.93359,-1.15479,0.658049},89.0329}};
+ cookerPos[] = {{{3.92383,-1.99268,0.658049},181.256}};
+ chairPos[] = {{{5.05859,0.463379,0.658049},90.9162}};
+ filingPos[] = {{{-0.882813,-0.362793,0.658049},267.887}};
+ };
+ class Land_Shed_03_F : Default
+ {
+ shelfPos[] = {{{-2.01563,-0.980957,-0.751299},269.311}};
+ toolRackPos[] = {{{2.14844,2.00049,-0.751299},0.999977}};
+ shoeboxPos[] = {{{0.509766,1.26611,0.0687008},45.1}};
+ palletPos[] = {{{1.64063,0.697266,-0.731299},95.1}};
+ };
+ class Land_Slum_02_F : Default
+ {
+ bedPos[] = {{{1.22852,-3.61572,0.172568},90.4497}};
+ couchPos[] = {{{1.55273,3.08984,0.172568},357.823}};
+ chairPos[] = {{{-2.19727,4.18018,0.172568},330.547}};
+ tablePos[] = {{{-2.22461,-2.31494,0.172568},270.659}};
+ freezerPos[] = {{{-1.76563,-4.21729,0.172568},178.06}};
+ };
+ class Land_House_Native_02_F : Default
+ {
+ bedPos[] = {{{0.9375,1.75684,-2.37989},272.018},{{-3.10547,-1.17676,-2.39065},181.605}};
+ couchPos[] = {{{-0.34375,-0.958984,-9.34442},88.1513},{{-0.556641,-1.53369,-2.39481},93.8058}};
+ chairPos[] = {{{1.99609,-2.19531,-2.40153},124.93}};
+ tablePos[] = {{{-2.42383,2.229,-2.38727},3.42621}};
+ };
+ class Land_House_Small_03_F : Default
+ {
+ shelfPos[] = {{{-1.22559,4.9668,-1.32402},0}};
+ fridgePos[] = {{{-3.01465,-1.84375,-1.32402},173}};
+ bedPos[] = {{{-3.58789,3.50586,-1.32402},360}};
+ couchPos[] = {{{1.82227,1.22754,-1.33284},0}};
+ wardrobePos[] = {{{-5.9375,1.37109,-1.32402},270}};
+ cookerPos[] = {{{-4.34082,-1.72656,-1.32402},178}};
+ chairPos[] = {{{2.62207,-1.78809,-1.33284},128}};
+ filingPos[] = {{{2.71094,4.85059,-1.32402},80}};
+ shoeboxPos[] = {{{-0.546875,-1.90332,-1.32402},220}};
+ };
+ class Land_House_Native_01_F : Default
+ {
+ shelfPos[] = {{{-0.728516,-2.77393,-3.09498},179.287}};
+ bedPos[] = {{{0.015625,2.1377,-3.09498},267.599}};
+ couchPos[] = {{{2.50391,-1.8877,-3.09498},89.2346}};
+ chairPos[] = {{{-4.26367,2.45264,-3.09498},314.553},{{-4.18945,-2.64697,-3.09498},230.264}};
+ tablePos[] = {{{4.14258,2.20703,-3.09498},86.9606}};
+ };
+ class Land_Shed_05_F : Default
+ {
+ shelfPos[] = {{{0.584961,-2.53516,-0.917485},179},{{2.10938,-2.5376,-0.885151},180}};
+ toolRackPos[] = {{{-2.91504,0.525391,-1.18515},271}};
+ shoeboxPos[] = {{{2.6543,1.2959,-0.917485},179}};
+ palletPos[] = {{{-2.04883,0.546875,-0.917485},239}};
+ };
+ class Land_Shed_04_F : Default
+ {
+ shoeboxPos[] = {{{-0.276367,0.746094,-0.730756},20}};
+ };
+ class Land_Addon_05_F : Default
+ {
+ shoeboxPos[] = {{{-2.1875,-8.24023,-1.5455},20}};
+ palletPos[] = {{{3.5293,-9.71973,-10},350}};
+ cabinetPos[] = {{{0.197266,8.04199,-0.245499},270}};
+ };
+ class Land_Shed_06_F : Default
+ {
+ palletPos[] = {{{0.900391,-3.4082,-10},150},{{3.21875,3.33691,-10},240}};
+ };
+ class Land_House_Small_04_F : Default
+ {
+ fridgePos[] = {{{0.599609,3.83398,-0.817202},88}};
+ couchPos[] = {{{-1.0459,-3.00391,-0.879978},170}};
+ wardrobePos[] = {{{2.64111,-0.519531,-0.879978},349}};
+ cookerPos[] = {{{0.489746,2.70313,-0.817202},88}};
+ chairPos[] = {{{-3.22803,3.57813,-0.879978},93},{{-1.81592,-5.86133,-0.879978},350}};
+ filingPos[] = {{{3.86328,-0.421875,-0.817202},4.99998}};
+ freezerPos[] = {{{0.489746,1.13086,-0.979978},83}};
+ };
+ class Land_House_Small_01_F : Default
+ {
+ fridgePos[] = {{{1.35645,1.26563,-0.711113},270}};
+ bedPos[] = {{{-0.301758,2.41602,-0.711113},0},{{-5.28613,2.12988,-0.711113},181}};
+ couchPos[] = {{{5.02441,-1.78613,-0.711113},3}};
+ wardrobePos[] = {{{-3.15137,3.43164,-0.711113},0}};
+ cookerPos[] = {{{1.47168,2.39844,-0.711113},274}};
+ chairPos[] = {{{-5.77539,-3.21094,-0.711113},230}};
+ filingPos[] = {{{1.37012,-3.65039,-0.711113},260}};
+ tablePos[] = {{{-2.49512,-3.42383,-0.711113},180}};
+ lockerPos[] = {{{1.37012,-2.08496,-0.711113},269}};
+ shoeboxPos[] = {{{5.11621,3.51172,-0.711113},330}};
+ freezerPos[] = {{{2.83594,3.32129,-0.711113},0}};
+ };
+ class Land_Shop_Town_04_F : Default
+ {
+ filingPos[] = {{{-2.57227,7.74902,-2.47962},160}};
+ tablePos[] = {{{-0.00585938,-5.6123,-2.43639},7.00001}};
+ shoeboxPos[] = {{{3.9082,-5.51563,-2.43639},30}};
+ };
+ class Land_Shop_Town_01_F : Default
+ {
+ shelfPos[] = {{{-0.230469,3.29053,-3.27726},90}};
+ fridgePos[] = {{{-4.0918,5.69189,-3.27726},0}};
+ couchPos[] = {{{-3.29492,-2.98584,-3.27726},180}};
+ chairPos[] = {{{4.00586,-1.50049,-3.27726},60}};
+ filingPos[] = {{{1.95313,-1.27393,-3.27726},340},{{2.74023,-1.27441,-3.27726},9.99994}};
+ tablePos[] = {{{2.83008,-3.90283,-3.27726},180}};
+ palletPos[] = {{{-3.70313,1.3208,-3.27726},190}};
+ freezerPos[] = {{{-2.94531,5.59961,-3.27726},0}};
+ };
+ class Land_House_Small_05_F : Default
+ {
+ bedPos[] = {{{-2.17871,4.17773,-1.08628},270}};
+ couchPos[] = {{{-2.03711,-0.123047,-1.08628},90}};
+ wardrobePos[] = {{{1.28809,2.62012,-1.08628},96}};
+ chairPos[] = {{{-3.27539,-2.1377,-1.08628},340}};
+ };
+ class Land_Slum_05_F : Default
+ {
+ shoeboxPos[] = {{{-0.156738,-4.78711,0.0666714},340}};
+ };
+ class Land_WaterTower_01_F : Default
+ {
+ shoeboxPos[] = {{{0.326172,0.492188,3.83657},343}};
+ };
+ class Land_Shed_02_F : Default
+ {
+ shelfPos[] = {{{-1.08301,-0.931641,-0.853716},184}};
+ shoeboxPos[] = {{{1.39258,-0.668945,-0.853716},134}};
+ palletPos[] = {{{0.96582,1.17871,-0.853716},360}};
+ freezerPos[] = {{{-1.03418,2.05859,-0.853716},360}};
+ };
+ class Land_House_Small_06_F : Default
+ {
+ shelfPos[] = {{{-1.25879,-5.12598,-1.00433},180}};
+ bedPos[] = {{{1.31641,-3.91016,-1.00433},0.999985}};
+ couchPos[] = {{{-2.30176,0.980469,-1.00433},270}};
+ chairPos[] = {{{-0.439453,3.0625,-1.00503},170},{{-3.89941,3.2666,-1.00503},190}};
+ filingPos[] = {{{-4.15234,1.86719,-1.00503},360}};
+ tablePos[] = {{{-4.20703,-3.69238,-1.00433},270}};
+ shoeboxPos[] = {{{1.64063,1.83301,-1.00433},310}};
+ };
+ class Land_Shop_Town_02_F : Default
+ {
+ shoeboxPos[] = {{{-5.40625,6.30664,-2.15892},100}};
+ palletPos[] = {{{-2.86523,-4.47754,-2.14134},100}};
+ freezerPos[] = {{{1.40332,-3.96875,-2.14405},7}};
+ };
+ class Land_House_Small_02_F : Default
+ {
+ fridgePos[] = {{{-3.88184,5.76367,-0.748837},359}};
+ bedPos[] = {{{-0.28125,-4.79785,-0.748837},0},{{-3.46777,-4.79102,-0.748837},180}};
+ couchPos[] = {{{-0.484375,2.29688,-0.748837},0}};
+ wardrobePos[] = {{{-3.2041,0.615234,-0.748837},180}};
+ cookerPos[] = {{{-2.75586,5.69043,-0.748837},359}};
+ tablePos[] = {{{-3.56055,-0.798828,-0.748837},350}};
+ shoeboxPos[] = {{{0.357422,-0.501953,-0.748837},350}};
+ freezerPos[] = {{{-0.652344,5.69824,-0.748837},1.99997}};
+ };
+ class Land_Shed_01_F : Default
+ {
+ filingPos[] = {{{1.42285,1.47559,-0.931513},350}};
+ freezerPos[] = {{{-1.77344,1.41309,-0.931513},9.99995}};
+ cabinetPos[] = {{{0.115234,1.83984,0.21385},90}};
+ };
+ class Land_Shop_Town_03_F : Default
+ {
+ shelfPos[] = {{{0.864258,0.563477,-3.12776},0},{{2.90137,0.589844,-3.12776},0},{{-6.33594,-2.21094,-3.12776},270},{{-6.39063,-4.15137,-3.12776},270}};
+ fridgePos[] = {{{5.53223,7.76563,-3.12776},0}};
+ couchPos[] = {{{0.0869141,-4.16504,-3.12776},180}};
+ cookerPos[] = {{{4.52539,7.6748,-3.12776},0}};
+ chairPos[] = {{{-5.86816,0.150391,-3.12776},310}};
+ filingPos[] = {{{2.05469,1.57422,-3.12776},180},{{2.9375,1.5293,-3.12776},160},{{-3.66406,-6.05957,-3.12776},179}};
+ tablePos[] = {{{-0.3125,7.65527,-3.12776},0}};
+ lockerPos[] = {{{-6.18066,6.2627,-3.12776},270}};
+ toolRackPos[] = {{{0.198242,4.85742,-3.12776},180}};
+ shoeboxPos[] = {{{-0.901367,-0.350586,-3.12776},350}};
+ palletPos[] = {{{-2.46289,-0.205078,-3.12776},0},{{5.70898,-5.57129,-3.12776},0}};
+ freezerPos[] = {{{6.17578,0.0576172,-3.12776},90}};
+ cabinetPos[] = {{{-5.32715,8.04883,-1.71284},90}};
+ };
+ class Land_Addon_03_F : Default
+ {
+ palletPos[] = {{{-1.4248,-6.35352,-10},129}};
+ };
+ class Land_MetalShelter_01_F : Default
+ {
+ palletPos[] = {{{1.09033,-3.78711,-10},219},{{-0.870117,5.29102,-10},129}};
+ };
+ class Land_MetalShelter_02_F : Default
+ {
+ palletPos[] = {{{3.93555,-1.65918,-10},169},{{-0.0859375,7.17285,-10},169}};
+ };
+ class Land_Slum_03_F : Default
+ {
+ shelfPos[] = {{{0.338867,6.85938,-0.651794},87}};
+ fridgePos[] = {{{-0.0244141,-1.3252,-0.651794},180}};
+ bedPos[] = {{{-0.658203,3.54785,-0.651794},0}};
+ couchPos[] = {{{2.02246,2.97363,-0.651794},179}};
+ wardrobePos[] = {{{-4.66406,6.22168,-0.651794},250}};
+ cookerPos[] = {{{0.0136719,1.4209,-0.651794},78}};
+ chairPos[] = {{{-4.56445,2.78223,-0.651794},220},{{5.11914,7.11035,-0.651794},60}};
+ filingPos[] = {{{1.20703,-1.32129,-0.451795},178}};
+ tablePos[] = {{{5.24902,1.26953,-0.651794},90}};
+ shoeboxPos[] = {{{-3.74512,-1.3291,-0.651794},50}};
+ freezerPos[] = {{{-1.34277,-1.23926,-0.651794},180}};
+ };
+ class Land_Supermarket_01_F : Default
+ {
+ limit = 6;
+ shelfPos[] = {{{7.64648,9.40625,-1.50003},90},{{-5.44336,11.3174,-1.50003},270}};
+ fridgePos[] = {{{7.4541,8.25293,-1.50003},90}};
+ filingPos[] = {{{7.33008,2.6748,-1.50003},90},{{-5.30859,7.14551,-1.50003},180}};
+ lockerPos[] = {{{7.45508,11.6025,-1.50003},90}};
+ shoeboxPos[] = {{{1.94336,-0.0195313,-0.604303},70},{{-2.12598,-0.510742,-0.249176},70},{{-1.76465,6.97363,-0.954569},0},{{-0.787109,-7.65137,-0.519948},70},{{6.39746,-8.38379,-0.604303},0},{{2.74609,13.0088,-0.964099},0}};
+ palletPos[] = {{{-3.33301,12.2793,-1.50003},0}};
+ freezerPos[] = {{{1.66504,-2.0127,-1.50003},270},{{-5.13867,-4.80469,-1.50003},270}};
+ cabinetPos[] = {{{5.44238,3.73242,-0.411002},180}};
+ };
+ class Land_Shop_City_04_F : Default
+ {
+ shoeboxPos[] = {{{-0.371094,-9.38672,-3.86604},340}};
+ palletPos[] = {{{8.04004,2.60254,-10},360}};
+ };
+ class Land_Addon_04_F : Default
+ {
+ shelfPos[] = {{{-0.568359,-1.52441,0.313654},180}};
+ fridgePos[] = {{{-1.32617,-7.26465,0.295511},180}};
+ couchPos[] = {{{-2.7666,0.267578,0.313654},180}};
+ cookerPos[] = {{{-3.54883,-5.06836,0.315461},270}};
+ chairPos[] = {{{4.83691,-1.95801,0.313654},260},{{3.29785,-7.03223,0.295511},160},{{-5.05273,-7.73633,0.315461},90}};
+ tablePos[] = {{{1.59961,-7.15234,0.295511},180}};
+ shoeboxPos[] = {{{1.36914,1.98438,0.313654},210}};
+ freezerPos[] = {{{-0.391602,-2.87891,0.295511},90}};
+ };
+ class Land_House_Big_05_F : Default
+ {
+ chairPos[] = {{{-4.15723,4.97559,-1.51147},160},{{-9.0625,-5.37061,-1.51147},250}};
+ filingPos[] = {{{4.51758,4.67822,-1.11731},260}};
+ shoeboxPos[] = {{{2.64258,-4.01025,-1.51147},250},{{-2.81543,6.1792,-1.51147},260}};
+ freezerPos[] = {{{4.5791,-4.1543,-1.11731},350}};
+ };
+ class Land_Shop_City_07_F : Default
+ {
+ filingPos[] = {{{0.467773,1.75781,0.0203753},187}};
+ pelicanPos[] = {{{3.10742,-6.49805,3.61298},110}};
+ shoeboxPos[] = {{{-4.28418,3.27246,3.61298},110},{{-2.88184,-7.625,-2.9677},7.00001}};
+ palletPos[] = {{{2.91406,5.62598,-3.31962},180}};
+ };
+ class Land_Addon_01_F : Default
+ {
+ chairPos[] = {{{-0.0292969,-2.26465,-1.18165},0}};
+ shoeboxPos[] = {{{-0.220703,2,-1.18165},197}};
+ };
+ class Land_House_Big_03_F : Default
+ {
+ shelfPos[] = {{{3.06348,-0.749023,-3.17077},358}};
+ fridgePos[] = {{{1.45996,3.63086,-3.18166},358}};
+ bedPos[] = {{{3.14551,3.02051,-0.0877934},268}};
+ couchPos[] = {{{9.25977,1.07813,-3.18166},90}};
+ cookerPos[] = {{{2.42676,3.52832,-3.18166},358}};
+ chairPos[] = {{{2.37793,-2.84863,-0.0877924},250},{{1.91211,6.02051,-0.130716},308},{{10.9111,4.89844,-3.22091},170}};
+ filingPos[] = {{{2.0166,-0.995117,-3.17077},353}};
+ tablePos[] = {{{7.98242,-2.47754,-0.0877924},134},{{9.17285,3.52832,-3.18166},359}};
+ toolRackPos[] = {{{1.76855,-3.7998,-3.17077},269}};
+ shoeboxPos[] = {{{-6.37891,-5.76563,-0.118968},128}};
+ palletPos[] = {{{6.00977,-4.7666,-3.17077},269}};
+ freezerPos[] = {{{5.45313,0.272461,-3.18166},179}};
+ };
+ class Land_House_Big_01_F : Default
+ {
+ fridgePos[] = {{{0.23584,5.61719,-1.02038},360}};
+ couchPos[] = {{{0.98584,0.580078,-1.02038},180}};
+ wardrobePos[] = {{{7.31494,2.14844,-1.02038},93}};
+ cookerPos[] = {{{1.19141,5.53125,-1.02038},360}};
+ chairPos[] = {{{7.07471,-0.691406,-1.02038},136},{{-6.84961,-2.28125,-1.02038},345.9}};
+ filingPos[] = {{{7.33984,5.61914,-1.02038},3}};
+ tablePos[] = {{{6.8042,-2.19336,-1.02038},1.99997}};
+ freezerPos[] = {{{4.15479,5.52344,-1.02038},360}};
+ };
+ class Land_Hotel_02_F : Default
+ {
+ bedPos[] = {{{3.78418,-0.498047,0.221087},90},{{3.76855,2.49609,0.221087},270}};
+ chairPos[] = {{{-8.21875,-1.00781,0.0842772},225},{{-9.95703,-1.77148,-3.41891},90},{{-1.83398,15.1475,-3.40639},360}};
+ filingPos[] = {{{6.56641,-2.00391,-3.42002},181}};
+ tablePos[] = {{{-8.43945,-0.506836,-3.40639},270},{{-8.44727,2.4834,0.0842772},270}};
+ lockerPos[] = {{{-5.14746,-1.97754,-3.40639},181}};
+ shoeboxPos[] = {{{4.52832,0.628906,-2.55951},130}};
+ palletPos[] = {{{-1.97754,0.867188,-3.40639},348}};
+ freezerPos[] = {{{7.91699,-1.58008,-3.4237},90}};
+ cabinetPos[] = {{{-8.8584,3.79102,-2.28192},360}};
+ };
+ class Land_Slum_04_F : Default
+ {
+ shoeboxPos[] = {{{4.09277,2.27441,0.0612197},257}};
+ };
+ class Land_GarageShelter_01_F : Default
+ {
+ couchPos[] = {{{-1.33691,-0.69043,-1.26478},360}};
+ tablePos[] = {{{-3.50391,3.37988,-1.26478},357}};
+ toolRackPos[] = {{{-4.56738,0.189453,-1.26478},272}};
+ shoeboxPos[] = {{{-4.22461,-2.53906,-1.26478},157}};
+ palletPos[] = {{{3.78418,2.875,-1.26478},258}};
+ freezerPos[] = {{{-4.10742,1.94824,-1.26478},270}};
+ };
+ class Land_Church_03_F : Default
+ {
+ chairPos[] = {{{7.31055,-5.0791,-7.20663},282}};
+ shoeboxPos[] = {{{7.10645,-6.07715,-7.20654},220}};
+ };
+ class Land_Shed_07_F : Default
+ {
+ shelfPos[] = {{{-4.88574,1.10059,-10},267}};
+ lockerPos[] = {{{-4.56445,-1.59277,-10},265}};
+ toolRackPos[] = {{{-1.2002,-2.32715,-10},175}};
+ palletPos[] = {{{0.436523,1.31348,-10},190},{{3.9668,-1.38477,-10},140}};
+ };
+ class Land_School_01_F : Default
+ {
+ shelfPos[] = {{{4.15234,-0.0341797,-1.27842},90},{{14.5557,3.80078,-1.27842},90}};
+ fridgePos[] = {{{-3.97363,-0.359375,-1.27842},270}};
+ bedPos[] = {{{5.70605,-1.58789,-1.27842},177}};
+ couchPos[] = {{{13.4473,-1.30078,-1.27842},359},{{-13.4824,-1.14453,-1.27842},180}};
+ wardrobePos[] = {{{-5.03516,-0.242188,-1.27842},90}};
+ cookerPos[] = {{{-3.83594,4.10742,-1.27842},274}};
+ chairPos[] = {{{8.8584,3.96484,-1.27842},359},{{-14.0371,3.93262,-1.27842},319}};
+ filingPos[] = {{{4.07422,4.17285,-1.27842},9.99996},{{-4.93359,4.17871,-1.27842},9.99996}};
+ tablePos[] = {{{7.83301,-2.52832,-1.27842},180},{{-14.2764,1.65723,-1.27842},270}};
+ lockerPos[] = {{{-3.95215,-2.07324,-1.27842},270}};
+ shoeboxPos[] = {{{2.13672,-2.58105,-1.27842},30}};
+ freezerPos[] = {{{-3.87012,0.894531,-1.27842},270}};
+ cabinetPos[] = {{{-1.21094,-2.92285,0.014966},270}};
+ };
+ class Land_Temple_Native_01_F : Default
+ {
+ shelfPos[] = {{{3.4541,0.648438,-5.94443},90}};
+ couchPos[] = {{{2.37207,3.21094,-5.94443},0}};
+ chairPos[] = {{{-3.0791,4.45801,-5.94443},310}};
+ tablePos[] = {{{-0.0419922,4.62695,-5.94443},0}};
+ shoeboxPos[] = {{{-3.23047,-0.166016,-5.94443},220}};
+ };
+ class Land_Shop_City_06_F : Default
+ {
+ wardrobePos[] = {{{-6.61328,0.117188,-4.06814},259}};
+ chairPos[] = {{{-5.58203,2.58203,-0.322272},230}};
+ filingPos[] = {{{-6.78125,1.59766,-4.06819},280},{{8.04297,3.90674,-0.322294},90}};
+ tablePos[] = {{{-5.76172,6.38916,-0.322268},270}};
+ lockerPos[] = {{{-1.50195,2.33984,-0.322311},179}};
+ toolRackPos[] = {{{0.0507813,3.70508,-4.39184},270}};
+ shoeboxPos[] = {{{-7.73047,-1.41846,5.20514},220}};
+ palletPos[] = {{{1.58789,6.33545,-4.302},250}};
+ cabinetPos[] = {{{0.0820313,6.07031,-3.002},0}};
+ };
+ class Land_Shop_Town_05_F : Default
+ {
+ shelfPos[] = {{{0.0429688,-5.08594,-2.70736},356}};
+ chairPos[] = {{{-4.22852,-5.55566,-2.77661},40}};
+ filingPos[] = {{{4.31934,-5.24805,-2.70736},310}};
+ shoeboxPos[] = {{{4.31445,9.11523,-2.66736},160}};
+ };
+ class Land_Shop_City_03_F : Default
+ {
+ shelfPos[] = {{{6.98975,-2.47461,-4.96662},90}};
+ fridgePos[] = {{{0.209473,-2.37695,-4.6728},273}};
+ couchPos[] = {{{3.53662,0.644531,-4.96672},0}};
+ filingPos[] = {{{6.75244,-3.24805,-4.96664},91}};
+ shoeboxPos[] = {{{4.67041,8.10352,-3.23532},92}};
+ cabinetPos[] = {{{4.68262,7.24609,-3.82146},180}};
+ };
+ class Land_Church_01_F : Default
+ {
+ chairPos[] = {{{-1.61426,15.6572,-10.5169},190}};
+ shoeboxPos[] = {{{-7.59375,-1.33301,-9.98111},120}};
+ freezerPos[] = {{{7.74609,1.15723,-9.98111},270}};
+ };
+ class Land_Warehouse_03_F : Default
+ {
+ shelfPos[] = {{{8.17676,1.42285,0.150167},90},{{6.45313,5.35156,-2.37297},0},{{-10.8906,-4.6582,-2.37297},270}};
+ lockerPos[] = {{{6.87402,5.19043,0.150167},0}};
+ toolRackPos[] = {{{5.27441,4.51074,-2.37297},89}};
+ shoeboxPos[] = {{{6.95605,-5.28223,-2.37297},141}};
+ palletPos[] = {{{4.35156,1.79883,-2.37297},160},{{-5.1748,4.30371,-2.37297},190}};
+ freezerPos[] = {{{4.84082,-5.00684,-2.37297},90}};
+ cabinetPos[] = {{{5.24707,-2.82715,-0.982677},180}};
+ };
+ class Land_House_Big_04_F : Default
+ {
+ bedPos[] = {{{-5.24219,1.9375,0.267768},91}};
+ couchPos[] = {{{2.4834,2.03711,0.265382},89},{{3.07227,-2.52051,-3.00084},270}};
+ wardrobePos[] = {{{-2.32129,1.14453,0.266175},181}};
+ chairPos[] = {{{-5.89453,4.40234,0.270024},301}};
+ filingPos[] = {{{-6.16699,-5.22168,-3.00084},255}};
+ tablePos[] = {{{2.20801,-4.98145,-3.00084},180},{{3.58496,4.55859,0.267125},0}};
+ shoeboxPos[] = {{{-4.35059,-1.54102,-2.95084},315.7}};
+ };
+ class Land_Shop_City_02_F : Default
+ {
+ shelfPos[] = {{{0.958984,-2.36719,-4.38168},270},{{0.954102,-4.19531,-4.38123},270},{{8.28809,-5.41211,-4.37245},90}};
+ fridgePos[] = {{{-10.2744,-2.09766,-4.34924},3}};
+ couchPos[] = {{{2.97266,-7.19531,-4.37758},108}};
+ wardrobePos[] = {{{4.74902,-4.83594,-4.37564},310}};
+ cookerPos[] = {{{6.80273,-1.58203,-4.3743},360},{{7.94434,-1.58398,-4.37358},4.99999},{{-8.07227,-3.92969,-4.39757},90}};
+ chairPos[] = {{{-0.245117,-8.36523,-4.38341},90},{{4.65723,7.82031,-4.38109},207},{{5.375,-8.06055,-4.37345},188}};
+ filingPos[] = {{{1.33105,2.37891,-4.38319},360},{{2.0791,2.39453,-4.38221},360},{{-0.109375,-4.94531,-4.38316},0},{{4.41504,10.0195,-4.34025},360}};
+ tablePos[] = {{{-2.09668,-5.21094,-4.38676},352}};
+ toolRackPos[] = {{{-1.51758,-4.61328,-4.38571},360}};
+ palletPos[] = {{{4.59668,0.285156,-4.378},0}};
+ freezerPos[] = {{{2.84473,-1.625,-4.3795},0},{{-8.09082,-2.61133,-4.34924},89},{{7.62695,9.83398,-4.37802},180}};
+ cabinetPos[] = {{{0.881836,0.953125,-3.09679},0}};
+ };
+ class Land_Shop_City_01_F : Default
+ {
+ bedPos[] = {{{1.64746,3.81543,-4.95041},226}};
+ couchPos[] = {{{5.36328,4.43457,-4.95041},270}};
+ wardrobePos[] = {{{0.811523,-0.87207,-4.95041},0}};
+ cookerPos[] = {{{2.68848,-1.00391,-4.9569},320}};
+ shoeboxPos[] = {{{1.87305,6.26074,-5.00912},270}};
+ palletPos[] = {{{0.708008,0.950195,-4.9469},270}};
+ freezerPos[] = {{{7.10352,2.82227,-4.9469},280}};
+ };
+ class Land_Hotel_01_F : Default
+ {
+ limit = 6;
+ shelfPos[] = {{{-0.0751953,-0.589844,-1.57032},90}};
+ bedPos[] = {{{3.67285,-2.13672,4.51435},270},{{-4.98633,-2.0625,4.51435},270}};
+ wardrobePos[] = {{{-3.37695,-4.43359,4.51435},180}};
+ chairPos[] = {{{0.660156,2.75,-5.30929},52},{{1.8125,-4.20605,4.51435},180},{{-5.70996,5.68945,-5.30929},320}};
+ filingPos[] = {{{-0.948242,0.246094,1.67968},100},{{-6.01855,-2.06543,-5.3093},280},{{4.64453,-4.41895,4.51435},90},{{-6.00586,-2.71484,-5.3093},270}};
+ tablePos[] = {{{2.76465,-4.37891,-5.3093},172}};
+ lockerPos[] = {{{4.58594,3.08594,-5.30929},90},{{-6.0127,-0.396484,-5.3093},270}};
+ shoeboxPos[] = {{{-2.58398,-2.90625,-4.2657},232},{{-5.65625,7.53809,4.51435},60}};
+ cabinetPos[] = {{{-6.30371,-3.88086,-4.10929},360}};
+ };
+ class Land_FuelStation_01_shop_F : Default
+ {
+ shelfPos[] = {{{-5.38574,2.01367,-2.01301},273},{{-5.38574,3.31836,-2.01301},269}};
+ chairPos[] = {{{1.80371,-4.5957,-2.01301},122}};
+ filingPos[] = {{{-5.16309,0.28125,-2.01301},275},{{-5.17676,4.62695,-2.01301},270}};
+ tablePos[] = {{{-0.15918,-4.7832,-2.01301},182}};
+ lockerPos[] = {{{2.07715,4.13086,-2.01301},95}};
+ toolRackPos[] = {{{-2.93164,5.10742,-2.01301},360}};
+ shoeboxPos[] = {{{-5.19629,-1.38281,-0.972044},152}};
+ palletPos[] = {{{1.53613,1.92383,-2.01301},182}};
+ };
+ class Land_FuelStation_01_workshop_F : Default
+ {
+ shelfPos[] = {{{-5.50488,2.46582,-2.35666},269},{{-5.50781,-2.78809,-2.35666},269}};
+ filingPos[] = {{{-5.28809,3.89063,-2.35666},269}};
+ lockerPos[] = {{{2.71387,4.0293,-2.35666},359}};
+ toolRackPos[] = {{{-5.63086,-0.30957,-2.35666},270}};
+ shoeboxPos[] = {{{5.57715,-5.3418,-2.35666},270}};
+ palletPos[] = {{{-1.60742,-4.74414,-2.35666},270},{{-4.48926,-4.70801,-2.35666},270}};
+ cabinetPos[] = {{{5.38184,4.33203,-1.05667},90}};
+ };
+ class Land_FuelStation_02_workshop_F : Default
+ {
+ shelfPos[] = {{{-5.18164,7.65918,-1.2675},270}};
+ chairPos[] = {{{4.39941,-1.01563,-1.2675},110},{{4.35449,4.03906,-1.2675},83}};
+ filingPos[] = {{{4.56738,8.05664,-1.2675},0}};
+ tablePos[] = {{{4.45215,1.9668,-1.2675},90}};
+ lockerPos[] = {{{1.24707,8.13867,-1.2675},0}};
+ toolRackPos[] = {{{-2.81348,8.49121,-1.08995},0}};
+ palletPos[] = {{{-2.7793,3.2002,-1.08995},183}};
+ cabinetPos[] = {{{-0.326172,-1.26367,0.0900497},180}};
+ };
+ class Land_Mausoleum_01_F : Default
+ {
+ shoeboxPos[] = {{{-1.93823,-1.89551,-1.9543},114.315}};
+ palletPos[] = {{{-0.547119,1.19141,-1.9543},114.315}};
+ };
+ class Land_Barracks_01_grey_F : Default
+ {
+ lootType = "mil";
+ limit = 6;
+ shelfPos[] = {{{-2.03589,-3.18555,0.518449},0},{{1.44531,3.97949,0.518449},90},{{2.10278,-3.72656,0.518448},270},{{-7.10156,-1.87695,0.518449},89.4737},{{-7.10596,2.8125,0.518449},90},{{8.07251,3.89014,3.85143},92},{{8.72681,3.58398,0.518449},270},{{8.74683,-3.81934,0.518448},270}};
+ fridgePos[] = {{{-13.2495,-3.90918,0.518448},267},{{-13.2495,-4.00391,3.85143},268}};
+ bedPos[] = {{{3.47974,2.33691,0.518449},90},{{10.0161,-2.19824,0.518448},272},{{-12.1023,2.34717,0.518449},89.4737}};
+ couchPos[] = {{{4.35059,-3.25342,3.85143},94}};
+ cookerPos[] = {{{-10.3127,-4.0293,3.85143},184},{{-13.1499,-2.58691,0.518449},271},{{14.1487,4.17773,0.518449},88}};
+ chairPos[] = {{{-3.70532,-5.94531,3.85143},180},{{7.47803,-1.68994,3.85143},24},{{14.0408,4.00049,3.85143},40}};
+ filingPos[] = {{{1.06055,1.62598,0.518449},170},{{-7.30127,4.28271,0.518449},81.4737},{{7.87549,-4.22852,3.85143},94},{{8.95898,1.65479,3.85143},194},{{8.93774,-4.21045,3.85143},258}};
+ pelicanPos[] = {{{13.9045,2.07129,3.85143},120},{{-12.968,5.62793,3.85143},325.474}};
+ tablePos[] = {{{6.77832,-3.88818,0.518448},180},{{-5.36353,-5.91406,3.85143},190},{{9.72827,-1.60449,3.85143},358}};
+ lockerPos[] = {{{-5.56592,1.63184,3.85143},180},{{-5.60791,1.63428,0.518449},181},{{7.23291,-1.49609,0.518448},0},{{-12.5654,1.63623,3.85143},180},{{14.2329,-3.45313,3.85143},90}};
+ toolRackPos[] = {{{4.19165,1.28271,3.85143},180}};
+ shoeboxPos[] = {{{0.542969,1.71289,3.85143},210}};
+ palletPos[] = {{{0.747803,3.71387,3.85143},180},{{7.26978,3.72852,0.518449},90},{{-7.85474,3.74756,3.85143},270}};
+ freezerPos[] = {{{-13.1458,-1.80273,3.85143},270},{{13.8433,1.73633,0.518449},180}};
+ cabinetPos[] = {{{7.58691,1.3418,1.75143},267}};
+ };
+ class Land_Barracks_01_camo_F : Land_Barracks_01_grey_F {};
+ class Land_Church_02_F : Default
+ {
+ chairPos[] = {{{0.820313,-15.8745,-3.31618},360},{{-0.789795,-15.8867,-3.31618},360}};
+ shoeboxPos[] = {{{3.60547,-15.7925,-2.38721},330},{{-3.66235,18.7886,-3.1444},162}};
+ palletPos[] = {{{-5.76733,-11.1523,-10},162}};
+ };
+ class Land_SCF_01_warehouse_F : Default
+ {
+ shelfPos[] = {{{-8.89941,17.1563,-4.61258},90}};
+ shoeboxPos[] = {{{0.47168,-6.45068,3.87006},349},{{15.7676,15.7952,-4.58326},240}};
+ palletPos[] = {{{4.05469,-12.293,-4.57731},360},{{9.12354,-12.5586,-4.57731},40},{{-10.6152,15.0613,-4.61258},40}};
+ cabinetPos[] = {{{2.73633,-11.3958,-3.37731},92}};
+ };
+ class Land_Shed_Small_F : Default
+ {
+ palletPos[] = {{{-2.91113,-10.7017,-10},81},{{4.06006,10.9492,-10},349}};
+ };
+ class Land_GuardHouse_01_F : Default
+ {
+ lootType = "mil";
+ shelfPos[] = {{{-2.41455,-2.44482,-1.02058},270}};
+ bedPos[] = {{{0.998047,-3.93896,-1.02058},90}};
+ pelicanPos[] = {{{1.69629,0.259277,0.00792408},9.99997}};
+ lockerPos[] = {{{-2.2334,-4.14111,-1.02058},270}};
+ shoeboxPos[] = {{{-2.28906,0.447266,0.00792408},320}};
+ cabinetPos[] = {{{-0.0507813,0.614258,-0.547749},90}};
+ };
+ class Land_Airport_01_controlTower_F : Default
+ {
+ filingPos[] = {{{-1.57251,2.68604,4.65874},350}};
+ pelicanPos[] = {{{0.608643,0.954102,8.11717},111}};
+ shoeboxPos[] = {{{-0.823242,-0.911133,5.58527},220}};
+ cabinetPos[] = {{{-2.06567,0.0991211,5.35874},0}};
+ };
+ class Land_Airport_01_terminal_F : Default
+ {
+ shelfPos[] = {{{-8.92432,3.9043,-4.02355},180}};
+ tablePos[] = {{{6.97095,8.64941,-4.05115},360},{{-15.301,1.44824,-4.03527},270}};
+ lockerPos[] = {{{-3.4248,2.5918,-4.02355},270}};
+ toolRackPos[] = {{{-10.52,2.11914,-4.17527},90}};
+ shoeboxPos[] = {{{-1.11304,-2.05566,-4.17527},120},{{8.36523,4.32715,-4.05115},211}};
+ palletPos[] = {{{-4.90723,6.66016,-4.02355},180},{{-8.74316,8.28613,-4.02355},180}};
+ freezerPos[] = {{{-7.42358,4.20898,-4.02355},181}};
+ cabinetPos[] = {{{3.85596,0.212891,-2.82126},180}};
+ };
+ class Land_dp_smallTank_F : Default
+ {
+ shoeboxPos[] = {{{-2.18872,0.745605,5.52527},360}};
+ };
+ class Land_House_Big_02_F : Default
+ {
+ shelfPos[] = {{{-6.26172,7.39502,-1.45192},271.405}};
+ fridgePos[] = {{{-4.95996,-0.250977,-1.45192},92.4045}};
+ couchPos[] = {{{-4.02734,8.32373,-1.45192},266}};
+ wardrobePos[] = {{{-7.33887,-0.602051,-1.45192},200}};
+ cookerPos[] = {{{-10.1758,2.96045,-1.45192},262.405}};
+ chairPos[] = {{{9.18945,-5.94482,-1.45192},210}};
+ filingPos[] = {{{5.15137,3.5791,-1.45192},80.4045}};
+ tablePos[] = {{{2.33398,3.50146,-1.45192},360}};
+ toolRackPos[] = {{{-2.30566,4.39014,-1.45192},178.405}};
+ shoeboxPos[] = {{{5.00391,1.60986,-1.45192},33.4045}};
+ palletPos[] = {{{-0.859375,8.72803,-1.45192},178.405}};
+ freezerPos[] = {{{-10.1797,1.22607,-1.45192},271.405}};
+ };
+ class Land_DPP_01_waterCooler_F : Default
+ {
+ shoeboxPos[] = {{{3.26855,1.49414,-1.96692},200}};
+ palletPos[] = {{{0.692383,1.22388,-10},200},{{-1.78516,-2.64307,-10},200}};
+ };
+ class Land_DPP_01_smallFactory_F : Default
+ {
+ shelfPos[] = {{{0.342773,4.88306,-10},180}};
+ shoeboxPos[] = {{{-10.8447,1.93359,3.08963},320}};
+ palletPos[] = {{{-1.5752,5.64551,-10},190}};
+ };
+ class Land_GantryCrane_01_F : Default
+ {
+ pelicanPos[] = {{{-0.723633,1.46777,9.01571},120}};
+ shoeboxPos[] = {{{1.89746,-0.496094,9.39161},220}};
+ };
+ class Land_MobileCrane_01_F : Default
+ {
+ shelfPos[] = {{{10.7402,-2.49805,-19.0618},91}};
+ lockerPos[] = {{{10.5547,2.62158,-19.065},90}};
+ shoeboxPos[] = {{{7.84961,-3.33984,-8.30899},300}};
+ palletPos[] = {{{14.0488,-2.7959,-14.0393},270},{{15.6523,1.0332,-12.8083},250}};
+ };
+ class Land_MobileCrane_01_hook_F : Land_MobileCrane_01_F {};
+ class Land_SCF_01_shed_F : Default
+ {
+ palletPos[] = {{{9.55371,0.875,-10},270},{{-9.4187,-14.084,-10},270}};
+ };
+ class Land_Shop_City_05_F : Default
+ {
+ couchPos[] = {{{-0.138672,-10.7393,-7.28326},274}};
+ shoeboxPos[] = {{{1.63086,13.9697,-7.02897},190.8}};
+ palletPos[] = {{{-9.44238,15.4424,-10},190.8}};
+ };
+ class Land_MultistoryBuilding_01_F : Default
+ {
+ shelfPos[] = {{{15.0352,5.12891,-21.0171},360}};
+ lockerPos[] = {{{10.4814,-13.9253,-21.0171},179.8}};
+ toolRackPos[] = {{{9.27246,-3.62622,-21.0171},269}};
+ shoeboxPos[] = {{{21.5146,4.90503,-21.0171},30}};
+ palletPos[] = {{{10.1982,4.39917,-21.0171},182.8},{{12.5723,-8.16211,-21.0171},182.8}};
+ cabinetPos[] = {{{19.5664,5.21143,-19.7702},88.8}};
+ };
+ class Land_MultistoryBuilding_03_F : Default
+ {
+ shelfPos[] = {{{-1.05566,4.97437,-26},100}};
+ chairPos[] = {{{-6.9209,-1.37549,-24.2517},100}};
+ filingPos[] = {{{-1.14063,4.07007,-26},100}};
+ toolRackPos[] = {{{-2.94629,8.3147,-25.7446},3}};
+ shoeboxPos[] = {{{-1.65137,-12.4939,-26},100}};
+ palletPos[] = {{{-5.52832,4.54736,-26},0}};
+ cabinetPos[] = {{{-0.852539,6.11084,-24.5986},180}};
+ };
+ class Land_MultistoryBuilding_04_F : Default
+ {
+ shelfPos[] = {{{-8.16956,9.50293,-36.322},100}};
+ chairPos[] = {{{3.35938,-9.11426,-36.322},340},{{-8.71216,-6.77441,-36.322},110}};
+ filingPos[] = {{{-8.41406,-4.76172,-36.322},160}};
+ shoeboxPos[] = {{{11.5045,-8.82324,-36.322},100}};
+ palletPos[] = {{{1.19971,-13.2129,-36.322},100},{{-3.46057,13.7285,-36.322},100},{{6.96362,13.7822,-36.322},70}};
+ cabinetPos[] = {{{12.7135,6.69727,-35.3042},0}};
+ };
+ class Land_Cathedral_01_F : Default
+ {
+ chairPos[] = {{{-7.57324,-0.583008,-9.39412},43}};
+ tablePos[] = {{{0.451172,-12.4187,-7.82105},13}};
+ shoeboxPos[] = {{{-9.78125,-9.85229,-9.39412},43}};
+ palletPos[] = {{{7.71191,-0.686768,-9.39412},360}};
+ };
+ class Land_Airport_01_hangar_F : Default
+ {
+ shelfPos[] = {{{14.9707,4.25635,-3},81},{{-3.5625,15.9639,-3},1},{{-8.81055,15.979,-3},1}};
+ toolRackPos[] = {{{12.5303,-10.4146,-2.62908},181}};
+ palletPos[] = {{{-13.75,-8.90918,-3},191},{{-14.0654,14.2466,-3},84}};
+ };
+ class Land_Airport_02_controlTower_F : Default
+ {
+ shelfPos[] = {{{-0.619141,0.914063,-10.799},359}};
+ filingPos[] = {{{0.871582,2.76172,2.18546},183},{{-0.985352,2.78906,2.18546},181}};
+ pelicanPos[] = {{{1.77051,5.9082,3.09551},53}};
+ shoeboxPos[] = {{{-2.04199,5.11133,3.09551},53}};
+ palletPos[] = {{{-0.614746,-1.76758,-10.7145},90}};
+ cabinetPos[] = {{{0.940918,1.02539,0.285469},90}};
+ };
+ class Land_Airport_02_terminal_F : Default
+ {
+ chairPos[] = {{{10.875,-2.83594,-1.4043},90}};
+ tablePos[] = {{{10.9907,-0.375,-1.4043},90}};
+ lockerPos[] = {{{4.18457,2.45215,-1.40867},270},{{4.19165,4.24609,-1.40868},270}};
+ shoeboxPos[] = {{{7.94824,2.00195,-0.939405},60}};
+ palletPos[] = {{{4.65234,-0.265625,-1.40867},90}};
+ cabinetPos[] = {{{10.6372,5.38281,-0.141179},90}};
+ };
+ class Land_Airport_02_hangar_right_F : Default
+ {
+ shelfPos[] = {{{5.99121,9.65039,-7.25818},90},{{6.23975,-14.0654,-7.72174},90},{{9.82324,-12.6621,-7.71869},179}};
+ lockerPos[] = {{{6.06519,-17.5381,-7.72373},90}};
+ toolRackPos[] = {{{12.8186,-7.41309,-7.25818},90}};
+ shoeboxPos[] = {{{6.60205,-19.917,-1.86625},230}};
+ cabinetPos[] = {{{6.375,-21.5215,-6.16557},179}};
+ };
+ class Land_Airport_02_hangar_left_F : Default
+ {
+ shelfPos[] = {{{-12.5098,-8.36523,-7.24053},272},{{6.09326,20.5518,-7.25266},0},{{-5.78027,-23.7773,-1.23606},272}};
+ shoeboxPos[] = {{{-4.53125,20.251,-1.24107},144}};
+ };
+ class Land_DPP_01_mainFactory_F : Default
+ {
+ shelfPos[] = {{{12.4868,5.71582,-4.25747},360}};
+ toolRackPos[] = {{{11.915,-0.972656,-10.5492},272}};
+ shoeboxPos[] = {{{12.3447,6.52246,-5.56747},50}};
+ palletPos[] = {{{-5.20117,11.5381,-9.74186},84},{{-9.70508,11.4258,-9.73776},84},{{20.9487,-3.17871,-7.43347},50}};
+ };
+ class Land_CombineHarvester_01_wreck_F : Default
+ {
+ shoeboxPos[] = {{{1.24243,-1.62891,0.0273294},272}};
+ palletPos[] = {{{2.77905,1.94629,-1.88333},272}};
+ };
+ class Land_SCF_01_generalBuilding_F : Default
+ {
+ shelfPos[] = {{{1.65527,-13.3105,-4.84338},360},{{-5.47607,-13.2764,-0.342323},360},{{-1.80737,-22.2637,-4.84338},170}};
+ toolRackPos[] = {{{-4.11987,-13.1016,-4.84338},1.99998}};
+ shoeboxPos[] = {{{-2.5481,-22.7988,9.69048},122}};
+ palletPos[] = {{{2.17529,-16.9023,-0.342323},1.99998},{{-2.24731,-18.9658,-0.342323},1.99998},{{-0.242432,-21.7676,-4.84338},340}};
+ };
+ class Land_SCF_01_washer_F : Default
+ {
+ shelfPos[] = {{{5.99902,1.37305,2.18735},180},{{-3.38672,6.87158,-1.80765},180}};
+ shoeboxPos[] = {{{-1.32813,2.7832,2.18735},159}};
+ palletPos[] = {{{-0.738281,4.4375,3.22431},180},{{3.9248,7.34766,-1.76456},360}};
+ };
+ class Land_SCF_01_shredder_F : Default
+ {
+ shoeboxPos[] = {{{1.08203,-6.02979,-1.39866},229}};
+ palletPos[] = {{{-0.345703,-5.55029,-1.39866},159}};
+ };
+ class Land_SCF_01_clarifier_F : Default
+ {
+ shelfPos[] = {{{4.23633,-5.50244,-2.00547},270}};
+ shoeboxPos[] = {{{-1.63477,1.06299,8.53659},215}};
+ palletPos[] = {{{3.67383,-3.10547,-10},240},{{-5.26855,-2.09424,-10},240}};
+ };
+ class Land_SCF_01_feeder_F : Default
+ {
+ shoeboxPos[] = {{{-0.84668,8.46875,-3.38788},240}};
+ palletPos[] = {{{-2.33984,15.1572,-2.61678},240}};
+ };
+ class Land_SCF_01_chimney_F : Default
+ {
+ pelicanPos[] = {{{-2.99512,-3.04297,24.3271},200}};
+ shoeboxPos[] = {{{0.0537109,1.75391,24.3271},200}};
+ };
+ class Land_SCF_01_boilerBuilding_F : Default
+ {
+ shelfPos[] = {{{22.2256,1.09546,-8.65179},90},{{22.4199,2.60059,-17.6125},270},{{-1.29102,23.6138,-13.1725},90}};
+ toolRackPos[] = {{{14.8506,-0.107178,-17.8281},180}};
+ shoeboxPos[] = {{{10.8652,14.1597,-17.8272},350}};
+ palletPos[] = {{{16.4326,1.20996,-13.1888},358},{{15.5107,13.283,-13.177},358},{{11.7666,-17.9785,-17.695},190},{{-23.1025,15.8513,-17.6078},190}};
+ cabinetPos[] = {{{10.6318,3.73242,-11.8678},358}};
+ };
+ class Land_SCF_01_crystallizer_F : Default
+ {
+ shelfPos[] = {{{5.98633,5.46533,-0.536706},360},{{-8.78906,-0.0581055,-0.536711},180}};
+ shoeboxPos[] = {{{8.37891,5.93506,-2.93731},230}};
+ palletPos[] = {{{1.06738,0.640137,-0.536709},360},{{-3.97168,0.850098,4.92104},350}};
+ };
+ class Land_SCF_01_crystallizerTowers_F : Default
+ {
+ shelfPos[] = {{{1.4541,-0.650879,-7.24714},360}};
+ shoeboxPos[] = {{{-4.73145,1.5752,12.2733},140}};
+ palletPos[] = {{{-0.708008,-0.354492,-7.24714},270}};
+ };
+ class Land_Radar_Small_F : Default
+ {
+ shelfPos[] = {{{0.581055,3.92749,-10},200}};
+ palletPos[] = {{{-4.85449,-0.675781,-10},169}};
+ };
+ class Land_MiningShovel_01_abandoned_F : Default
+ {
+ shelfPos[] = {{{3.3916,-2.8252,-0.647353},70}};
+ shoeboxPos[] = {{{-0.786133,-7.95947,3.74709},139}};
+ palletPos[] = {{{-2.4502,-4.36426,-0.484981},179},{{-0.444336,-9.64648,-0.484981},149}};
+ };
+ class Land_SM_01_reservoirTower_F : Default
+ {
+ shelfPos[] = {{{-0.0371094,1.45996,-1.95632},180}};
+ shoeboxPos[] = {{{-3.44531,-2.54688,-1.98985},211}};
+ palletPos[] = {{{0.893555,-3.41504,-1.98556},251}};
+ };
+ class Land_HaulTruck_01_abandoned_F : Default
+ {
+ shoeboxPos[] = {{{-0.0493164,-3.35742,1.27724},151}};
+ palletPos[] = {{{-1.08545,-5.21582,1.27749},181}};
+ };
+ class Land_Warehouse_01_F : Default
+ {
+ shelfPos[] = {{{5.69727,-20.2239,-10},360}};
+ palletPos[] = {{{2.49023,-21.2285,-10},161},{{-1.92578,21.6052,-10},161}};
+ };
+ class Land_Warehouse_02_F : Default
+ {
+ shelfPos[] = {{{8.18945,-11.0618,-3.96959},360}};
+ palletPos[] = {{{-1.94727,-11.8555,-3.96959},360},{{11.3662,-11.8032,-3.96959},360}};
+ };
+ class Land_SM_01_shelter_narrow_F : Default
+ {
+ palletPos[] = {{{-2.53125,11.0098,-10},360},{{4.07813,-10.8501,-10},360}};
+ };
+ class Land_SM_01_shelter_wide_F : Default
+ {
+ palletPos[] = {{{-7.67676,5.47681,-10},360},{{7.57324,-6.09155,-10},360}};
+ };
+ class Land_SM_01_shed_unfinished_F : Default
+ {
+ shelfPos[] = {{{-3.42773,8.58179,-1.648},350}};
+ filingPos[] = {{{-4.98242,-1.33374,-1.648},100}};
+ shoeboxPos[] = {{{-4.00879,1.89185,-1.648},80}};
+ palletPos[] = {{{1.77051,2.32544,-1.648},360}};
+ };
+ class Land_SY_01_reclaimer_F : Default
+ {
+ shelfPos[] = {{{-14.377,5.68848,-2.27833},360}};
+ shoeboxPos[] = {{{-11.6846,1.34912,-2.27688},220}};
+ palletPos[] = {{{-15.2012,-1.79639,-10},220}};
+ };
+ class Land_SM_01_shed_F : Default
+ {
+ shelfPos[] = {{{-5.92969,-1.72266,-1.60012},180},{{9.05469,-1.71729,-1.60012},180},{{8.64551,8.68945,-1.60012},0}};
+ toolRackPos[] = {{{-1.58496,8.8877,-1.60012},0}};
+ shoeboxPos[] = {{{-6.93652,2.11621,-1.60012},140}};
+ palletPos[] = {{{-3.1377,-0.233398,-1.60012},170}};
+ freezerPos[] = {{{-5.04785,1.56201,-1.60012},90}};
+ cabinetPos[] = {{{-8.79102,-1.59473,-0.300119},0}};
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgBuildingLootPos.json b/Sources/epoch_config/Configs/CfgBuildingLootPos.json
new file mode 100644
index 00000000..77bc78f3
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgBuildingLootPos.json
@@ -0,0 +1,43072 @@
+{
+ "CfgBuildingLootPos": {
+ "Default": {
+ "fridgePos": [],
+ "shelfPos": [],
+ "pelicanPos": [],
+ "wardrobePos": [],
+ "bedPos": [],
+ "couchPos": [],
+ "cookerPos": [],
+ "tablePos": [],
+ "lockerPos": [],
+ "toolRackPos": [],
+ "shoeboxPos": [],
+ "lootBias": 40,
+ "limit": 3,
+ "lootType": "normal",
+ "normal": [
+ [
+ "shelfPos",
+ "Shelf_EPOCH",
+ true
+ ],
+ [
+ "fridgePos",
+ "Fridge_EPOCH",
+ true
+ ],
+ [
+ "bedPos",
+ "Bed_EPOCH",
+ false
+ ],
+ [
+ "couchPos",
+ "Couch_EPOCH",
+ false
+ ],
+ [
+ "wardrobePos",
+ "wardrobe_epoch",
+ false
+ ],
+ [
+ "cookerPos",
+ "cooker_epoch",
+ false
+ ],
+ [
+ "chairPos",
+ [
+ "Chair_EPOCH",
+ "ChairRed_EPOCH"
+ ],
+ true
+ ],
+ [
+ "filingPos",
+ "Filing_epoch",
+ true
+ ],
+ [
+ "pelicanPos",
+ "Pelican_EPOCH",
+ false
+ ],
+ [
+ "tablePos",
+ "Table_EPOCH",
+ false
+ ],
+ [
+ "lockerPos",
+ "Locker_EPOCH",
+ false
+ ],
+ [
+ "toolRackPos",
+ "ToolRack_EPOCH",
+ false
+ ],
+ [
+ "shoeboxPos",
+ "Shoebox_EPOCH",
+ false
+ ],
+ [
+ "palletPos",
+ "Tarp_EPOCH",
+ false
+ ],
+ [
+ "freezerPos",
+ "Freezer_EPOCH",
+ false
+ ],
+ [
+ "cabinetPos",
+ "Cabinet_EPOCH",
+ false
+ ]
+ ],
+ "mil": [
+ [
+ "shelfPos",
+ "Shelf_EPOCH",
+ true
+ ],
+ [
+ "fridgePos",
+ "Fridge_EPOCH",
+ true
+ ],
+ [
+ "bedPos",
+ "Bunk_EPOCH",
+ false
+ ],
+ [
+ "couchPos",
+ "Couch_EPOCH",
+ false
+ ],
+ [
+ "wardrobePos",
+ "wardrobe_epoch",
+ false
+ ],
+ [
+ "cookerPos",
+ "cooker_epoch",
+ false
+ ],
+ [
+ "chairPos",
+ [
+ "Chair_EPOCH",
+ "ChairRed_EPOCH"
+ ],
+ true
+ ],
+ [
+ "filingPos",
+ "Filing_epoch",
+ true
+ ],
+ [
+ "pelicanPos",
+ "Pelican_EPOCH",
+ false
+ ],
+ [
+ "tablePos",
+ "Table_EPOCH",
+ false
+ ],
+ [
+ "lockerPos",
+ "Locker_EPOCH",
+ false
+ ],
+ [
+ "toolRackPos",
+ "ToolRack_EPOCH",
+ false
+ ],
+ [
+ "shoeboxPos",
+ "Shoebox_EPOCH",
+ false
+ ],
+ [
+ "palletPos",
+ "Tarp_EPOCH",
+ false
+ ],
+ [
+ "freezerPos",
+ "Freezer_EPOCH",
+ false
+ ],
+ [
+ "cabinetPos",
+ "Cabinet_EPOCH",
+ false
+ ]
+ ]
+ },
+ "Land_Kiosk_redburger_F": {
+ "fridgePos": [
+ [
+ [
+ 1.64453,
+ 1.43945,
+ -2.897
+ ],
+ 89.9032
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.57813,
+ -0.261719,
+ -2.89732
+ ],
+ 90.9244
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.65625,
+ 1.67773,
+ -2.89687
+ ],
+ 272.463
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.275391,
+ -1.92188,
+ -2.07339
+ ],
+ 358
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.51367,
+ 0.0078125,
+ -2.86339
+ ],
+ 271.8
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kiosk_blueking_F": {
+ "fridgePos": [
+ [
+ [
+ -1.56055,
+ 1.67383,
+ -1.79198
+ ],
+ 0.076973
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.62109,
+ -0.296875,
+ -1.79261
+ ],
+ 269.732
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.82031,
+ 0.972656,
+ -1.75876
+ ],
+ 91.8
+ ],
+ [
+ [
+ 1.82031,
+ 1.55664,
+ -1.75876
+ ],
+ 91.8
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.86914,
+ -1.18555,
+ -0.645341
+ ],
+ 90
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.54297,
+ -0.0410156,
+ -1.75876
+ ],
+ 91.8
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kiosk_gyros_F": {
+ "fridgePos": [
+ [
+ [
+ 1.64258,
+ 0.197266,
+ -2.0025
+ ],
+ 89.8823
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.5,
+ 1.62305,
+ -2.0029
+ ],
+ 89.3177
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.52344,
+ 1.62109,
+ -2.00235
+ ],
+ 296.665
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.91016,
+ -0.0703125,
+ 0.187521
+ ],
+ 263.525
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.89844,
+ -1.08008,
+ -1.17894
+ ],
+ 91.8
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.57031,
+ 0.199219,
+ -1.96894
+ ],
+ 269.8
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kiosk_papers_F": {
+ "shelfPos": [
+ [
+ [
+ 1.36523,
+ 1.79492,
+ -2.0024
+ ],
+ 1.00576
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.47852,
+ 1.27148,
+ -1.96894
+ ],
+ 306.8
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.69336,
+ 0.0625,
+ -2.0024
+ ],
+ 86.0276
+ ],
+ [
+ [
+ -1.68164,
+ -0.347656,
+ -2.00241
+ ],
+ 266.904
+ ],
+ [
+ [
+ 1.71484,
+ -0.404297,
+ -2.0024
+ ],
+ 90.176
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.81055,
+ -1.86133,
+ -0.808939
+ ],
+ 338.8
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Research_HQ_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 0.380859,
+ 4.1875,
+ -3.29264
+ ],
+ 2.04878
+ ],
+ [
+ [
+ -1.03125,
+ -6.27734,
+ -3.17222
+ ],
+ 181.183
+ ],
+ [
+ [
+ 8.52148,
+ 3.01367,
+ -3.17222
+ ],
+ 90.053
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 5.52148,
+ 6.21094,
+ -3.17237
+ ],
+ 0.0829086
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.450195,
+ 0.876953,
+ -3.29266
+ ],
+ 0
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.89746,
+ 0.804688,
+ -3.29266
+ ],
+ 181.475
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 6.66992,
+ 6.10547,
+ -3.17264
+ ],
+ 358.477
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.59766,
+ 3.67578,
+ -3.29266
+ ],
+ 325.551
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.17676,
+ 4.13086,
+ -3.29262
+ ],
+ 358.166
+ ],
+ [
+ [
+ -2.75781,
+ -6.06445,
+ -3.1722
+ ],
+ 177.048
+ ],
+ [
+ [
+ -3.52148,
+ -5.88281,
+ -3.17221
+ ],
+ 202.305
+ ],
+ [
+ [
+ 6.77246,
+ -3.36914,
+ -0.692615
+ ],
+ 84.9868
+ ],
+ [
+ [
+ 8.46094,
+ 3.97266,
+ -3.17206
+ ],
+ 89.6625
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.431641,
+ 0.957031,
+ -0.767684
+ ],
+ 213.601
+ ],
+ [
+ [
+ 4.77832,
+ -4.33398,
+ -3.29265
+ ],
+ 149.079
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.9668,
+ -4.05664,
+ -3.29265
+ ],
+ 268.178
+ ],
+ [
+ [
+ 7.18848,
+ 0.742188,
+ -3.29265
+ ],
+ 89.2752
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.328125,
+ -3.94141,
+ -0.740771
+ ],
+ 174
+ ],
+ [
+ [
+ 2.7959,
+ -6.25977,
+ -10
+ ],
+ 260
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.64355,
+ 5.34766,
+ -3.14077
+ ],
+ 271
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -4.21973,
+ -1.09131,
+ -1.87077
+ ],
+ 0
+ ],
+ [
+ [
+ 2.64795,
+ -5.21143,
+ -1.87077
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Research_house_V1_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 0.408203,
+ 3.9668,
+ 0.00387025
+ ],
+ 0.47818
+ ],
+ [
+ [
+ -2.37891,
+ 3.47461,
+ 0.0038693
+ ],
+ 272.048
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.17383,
+ 1.02539,
+ -0.132167
+ ],
+ 91.4155
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.18359,
+ 2.4082,
+ 0.00388861
+ ],
+ 270
+ ],
+ [
+ [
+ -0.384766,
+ 3.89453,
+ 0.00388622
+ ],
+ 10.991
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.88477,
+ 0.826172,
+ -0.132179
+ ],
+ 233.568
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.18555,
+ 3.36523,
+ 0.00385499
+ ],
+ 88.1972
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.45508,
+ -1.11914,
+ -10
+ ],
+ 174
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.443359,
+ -0.0527344,
+ 1.29856
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_spp_Tower_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 2.79297,
+ -1.28906,
+ -14.9882
+ ],
+ 88.9351
+ ],
+ [
+ [
+ -2.72266,
+ -2.93164,
+ -24.3965
+ ],
+ 179.88
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.89648,
+ -0.994141,
+ 10.1607
+ ],
+ 93.8027
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.39258,
+ -2.8418,
+ -14.9885
+ ],
+ 89.9995
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.55859,
+ -1.35156,
+ 10.1608
+ ],
+ 177.348
+ ],
+ [
+ [
+ -1.16016,
+ -3.20703,
+ -14.9884
+ ],
+ 187.768
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.67969,
+ -2.19141,
+ -24.3019
+ ],
+ 180.033
+ ],
+ [
+ [
+ 4.3125,
+ 0.748047,
+ 10.1609
+ ],
+ 87.6986
+ ],
+ [
+ [
+ -4.07617,
+ -3.69531,
+ 23.799
+ ],
+ 181.064
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.03711,
+ -2.03906,
+ 25.6749
+ ],
+ 180.506
+ ],
+ [
+ [
+ 4.40625,
+ -2.83008,
+ 23.7991
+ ],
+ 113.987
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.00390625,
+ 0.507813,
+ -14.9885
+ ],
+ 0.00285339
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -2.67773,
+ 0.0273438,
+ -14.9884
+ ],
+ 270.033
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.57813,
+ -0.574219,
+ 10.1609
+ ],
+ 89.1923
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.64648,
+ -2.03516,
+ 25.6749
+ ],
+ 195.354
+ ],
+ [
+ [
+ -2.6582,
+ -3.65625,
+ -14.9885
+ ],
+ 195.527
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.52539,
+ 0.0351563,
+ 23.8031
+ ],
+ 272
+ ],
+ [
+ [
+ 3.38477,
+ 0.015625,
+ 23.8031
+ ],
+ 179
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 3.29102,
+ -1.50195,
+ 10.1633
+ ],
+ 179
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -3.93164,
+ 0.230469,
+ -22.7967
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MilOffices_V1_F": {
+ "limit": 6,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 5.89844,
+ 0.773438,
+ -2.89318
+ ],
+ 269.647
+ ],
+ [
+ [
+ 6.08203,
+ -0.435547,
+ -2.89318
+ ],
+ 0.742516
+ ],
+ [
+ [
+ -4.00781,
+ -5.64648,
+ -2.89318
+ ],
+ 180.694
+ ],
+ [
+ [
+ 7.26367,
+ -2.26563,
+ -2.89318
+ ],
+ 267.774
+ ],
+ [
+ [
+ 8.74219,
+ -5.70313,
+ -2.89318
+ ],
+ 178.843
+ ],
+ [
+ [
+ 5.89063,
+ 9.54297,
+ -2.89318
+ ],
+ 270.185
+ ],
+ [
+ [
+ -5.83789,
+ 11.2949,
+ -2.89318
+ ],
+ 359.547
+ ],
+ [
+ [
+ -13.8574,
+ -5.7207,
+ -2.89318
+ ],
+ 179.686
+ ],
+ [
+ [
+ -16.1719,
+ -0.859375,
+ -2.89318
+ ],
+ 358.847
+ ],
+ [
+ [
+ -16.9512,
+ 0.576172,
+ -2.89318
+ ],
+ 268.745
+ ],
+ [
+ [
+ -16.3457,
+ 11.2871,
+ -2.89318
+ ],
+ 0.686188
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 6.43945,
+ -3.44531,
+ -2.89318
+ ],
+ 89.5034
+ ],
+ [
+ [
+ 6.60547,
+ 4.67578,
+ -2.89318
+ ],
+ 180.413
+ ],
+ [
+ [
+ -10.707,
+ -5.51563,
+ -2.89318
+ ],
+ 178.591
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 13.5332,
+ 5.33789,
+ -2.8932
+ ],
+ 95.0654
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.08984,
+ 8.96289,
+ -2.8932
+ ],
+ 4.74224
+ ],
+ [
+ [
+ 15.9063,
+ 9.83789,
+ -2.8932
+ ],
+ 357.568
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 16.7813,
+ 6.91211,
+ -2.89308
+ ],
+ 89.005
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -12.2871,
+ -3.27539,
+ -2.89359
+ ],
+ 269.464
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.48242,
+ -1.26172,
+ -2.89333
+ ],
+ 30.6329
+ ],
+ [
+ [
+ -6.36328,
+ -5.20898,
+ -2.89321
+ ],
+ 138.614
+ ],
+ [
+ [
+ -9.26953,
+ -5.20703,
+ -2.89319
+ ],
+ 221.625
+ ],
+ [
+ [
+ 2.14844,
+ 10.8848,
+ -2.8932
+ ],
+ 357.801
+ ],
+ [
+ [
+ 16.2461,
+ 0.330078,
+ -2.89319
+ ],
+ 58.6309
+ ],
+ [
+ [
+ 12.3359,
+ 10.6348,
+ -2.8932
+ ],
+ 349.887
+ ],
+ [
+ [
+ 16.2637,
+ -3.21289,
+ -2.89318
+ ],
+ 108.767
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.710938,
+ -0.902344,
+ -2.89316
+ ],
+ 273.543
+ ],
+ [
+ [
+ -1.625,
+ -5.49219,
+ -2.89316
+ ],
+ 172.228
+ ],
+ [
+ [
+ -2.56445,
+ 6.4082,
+ -2.89316
+ ],
+ 86.596
+ ],
+ [
+ [
+ 7.35742,
+ -0.585938,
+ -2.89316
+ ],
+ 269.601
+ ],
+ [
+ [
+ 6.50391,
+ -5.62305,
+ -2.89316
+ ],
+ 103.818
+ ],
+ [
+ [
+ -1.80859,
+ 11.1055,
+ -2.89316
+ ],
+ 353.219
+ ],
+ [
+ [
+ 10.082,
+ -5.57422,
+ -2.89316
+ ],
+ 171.96
+ ],
+ [
+ [
+ -11.4727,
+ -5.625,
+ -2.89316
+ ],
+ 178.889
+ ],
+ [
+ [
+ 7.61523,
+ 11.1699,
+ -2.89316
+ ],
+ 357.944
+ ],
+ [
+ [
+ 8.19141,
+ 11.0684,
+ -2.89316
+ ],
+ 328.836
+ ],
+ [
+ [
+ -14.7676,
+ -0.96875,
+ -2.89316
+ ],
+ 359.13
+ ],
+ [
+ [
+ -10.7695,
+ 11.1172,
+ -2.89316
+ ],
+ 348.322
+ ],
+ [
+ [
+ 16.793,
+ 3.68164,
+ -2.89316
+ ],
+ 58.8697
+ ],
+ [
+ [
+ -16.8691,
+ -5.51758,
+ -2.89316
+ ],
+ 190.272
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -15.4648,
+ -5.25586,
+ -2.89319
+ ],
+ 177.065
+ ],
+ [
+ [
+ 16.1719,
+ 5.08984,
+ -2.89319
+ ],
+ 160.192
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.990234,
+ -5.35742,
+ -2.8932
+ ],
+ 181.381
+ ],
+ [
+ [
+ -7.78516,
+ -3.08789,
+ -2.8932
+ ],
+ 0.00653839
+ ],
+ [
+ [
+ 16.6719,
+ -1.39063,
+ -2.8932
+ ],
+ 90.476
+ ],
+ [
+ [
+ 14.0918,
+ 9.58008,
+ -2.8932
+ ],
+ 90.0005
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.49805,
+ -4.18359,
+ -2.89319
+ ],
+ 271.895
+ ],
+ [
+ [
+ 10.3281,
+ 4.60352,
+ -2.89319
+ ],
+ 179.863
+ ],
+ [
+ [
+ -16.7461,
+ -3.25195,
+ -2.89319
+ ],
+ 266.767
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 9.29297,
+ -0.222656,
+ -2.89323
+ ],
+ 359.898
+ ],
+ [
+ [
+ -13.0098,
+ -3.95703,
+ -2.89322
+ ],
+ 89.093
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -15.3184,
+ -3.625,
+ -2.85274
+ ],
+ 272
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -12.2461,
+ -4.50391,
+ -2.85274
+ ],
+ 272
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.3125,
+ 4.95215,
+ -1.47264
+ ],
+ 180
+ ],
+ [
+ [
+ 5.27734,
+ -5.80957,
+ -1.47264
+ ],
+ 270
+ ],
+ [
+ [
+ -12.1123,
+ -2.60938,
+ -1.47264
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_Tower_F": {
+ "shelfPos": [
+ [
+ [
+ 1.00195,
+ 4.2207,
+ -10.4679
+ ],
+ 90
+ ],
+ [
+ [
+ 2.09375,
+ -5.83984,
+ -1.46719
+ ],
+ 136.235
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.19922,
+ -5.58789,
+ -1.46735
+ ],
+ 223.518
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.740234,
+ -0.0332031,
+ -1.46723
+ ],
+ 3.7747
+ ],
+ [
+ [
+ 2.19141,
+ -1.23438,
+ -1.46718
+ ],
+ 54.1489
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.14844,
+ 1.53906,
+ -7.46764
+ ],
+ 267.225
+ ],
+ [
+ [
+ -0.503906,
+ -3.69141,
+ 2.22974
+ ],
+ 268.915
+ ],
+ [
+ [
+ -1.09375,
+ -3.69727,
+ 2.2298
+ ],
+ 90.7877
+ ],
+ [
+ [
+ -3.73633,
+ -5.13086,
+ -1.46725
+ ],
+ 223.885
+ ],
+ [
+ [
+ -2.69922,
+ -6.11133,
+ -1.46731
+ ],
+ 226.111
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.482422,
+ -6.20898,
+ 3.00391
+ ],
+ 187.096
+ ],
+ [
+ [
+ -0.744141,
+ 6.49414,
+ 1.52821
+ ],
+ 348.84
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.26172,
+ -0.542969,
+ -1.4672
+ ],
+ 314.971
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.09766,
+ 1.40625,
+ -10.6461
+ ],
+ 272
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 2.48779,
+ -0.672852,
+ 2.53949
+ ],
+ 135
+ ],
+ [
+ [
+ -2.37842,
+ 1.64404,
+ -9.16051
+ ],
+ 0
+ ],
+ [
+ [
+ -3.85498,
+ -0.772461,
+ 2.53949
+ ],
+ 45
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_House01_F": {
+ "chairPos": [
+ [
+ [
+ 1.20313,
+ 1.6582,
+ -1.07285
+ ],
+ 36.9507
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.351563,
+ 2.05469,
+ -1.08115
+ ],
+ 8.25228
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.4668,
+ 2.32031,
+ 1.60821
+ ],
+ 184.525
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.56641,
+ 0.789063,
+ -1.08133
+ ],
+ 270.436
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.169922,
+ 0.214844,
+ -1.08145
+ ],
+ 272
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_House02_F": {
+ "shelfPos": [
+ [
+ [
+ 2.52148,
+ 3.48438,
+ -0.824517
+ ],
+ 359.959
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.14844,
+ 0.236328,
+ -0.824545
+ ],
+ 0.0984116
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.15234,
+ 3.20508,
+ -0.824523
+ ],
+ 352.052
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.15625,
+ 0.738281,
+ -0.824542
+ ],
+ 268.176
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_House03_F": {
+ "bedPos": [
+ [
+ [
+ 0.166016,
+ 0.230469,
+ -1.07675
+ ],
+ 95
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.99414,
+ 2.25586,
+ -1.07675
+ ],
+ 335
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.98633,
+ -0.507813,
+ -1.07675
+ ],
+ 95
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.773438,
+ 2.98633,
+ -1.07675
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.60938,
+ 2.14453,
+ -1.07675
+ ],
+ 272
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_cargo_house_slum_F": {
+ "shelfPos": [
+ [
+ [
+ -0.891602,
+ -1.20117,
+ -0.38667
+ ],
+ 181.006
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.16504,
+ -0.253906,
+ -0.386693
+ ],
+ 276.075
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.650391,
+ -0.734375,
+ -0.383496
+ ],
+ 90.6667
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.45898,
+ -1.12109,
+ -0.386626
+ ],
+ 269.224
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_FuelStation_Build_F": {
+ "shelfPos": [
+ [
+ [
+ 0.415039,
+ 1.52734,
+ -1.36232
+ ],
+ 0.956482
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.31543,
+ -1.1582,
+ -1.3623
+ ],
+ 259.317
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.79199,
+ 0.658203,
+ 2.11388
+ ],
+ 86.4283
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.99316,
+ 0.386719,
+ -0.361005
+ ],
+ 112
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.10938,
+ -0.701172,
+ -1.391
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Factory_Main_F": {
+ "shelfPos": [
+ [
+ [
+ -3.72852,
+ 3.85742,
+ -6.35809
+ ],
+ 178.041
+ ],
+ [
+ [
+ 5.62012,
+ -9.38477,
+ 2.34198
+ ],
+ 89.9969
+ ],
+ [
+ [
+ -6.9209,
+ 10.8223,
+ -6.32809
+ ],
+ 95.4476
+ ],
+ [
+ [
+ -10.208,
+ 14.8887,
+ -6.32809
+ ],
+ 1.97624
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.76074,
+ 8.24805,
+ -6.35806
+ ],
+ 94.2797
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.44629,
+ 5.73047,
+ -6.35812
+ ],
+ 2.06058
+ ],
+ [
+ [
+ -3.50684,
+ 16.8828,
+ -6.41408
+ ],
+ 90.0061
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -5.74609,
+ 5.52734,
+ -6.35851
+ ],
+ 183.545
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.46777,
+ 4.26367,
+ -6.35815
+ ],
+ 231.258
+ ],
+ [
+ [
+ -7.42676,
+ 14.3906,
+ -6.3281
+ ],
+ 42.1397
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -5.79004,
+ 6.72266,
+ -6.35807
+ ],
+ 270.867
+ ],
+ [
+ [
+ -4.03516,
+ -9.26758,
+ 2.34797
+ ],
+ 0.889618
+ ],
+ [
+ [
+ 5.33691,
+ -11.1738,
+ 2.34195
+ ],
+ 75.1523
+ ],
+ [
+ [
+ 5.16602,
+ -12.2598,
+ 2.34194
+ ],
+ 135.024
+ ],
+ [
+ [
+ -10.5898,
+ 12.2129,
+ -6.32807
+ ],
+ 270
+ ],
+ [
+ [
+ -10.6104,
+ 12.6699,
+ -6.32807
+ ],
+ 267.548
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.81738,
+ -9.37305,
+ 2.3419
+ ],
+ 2.64822
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -3.79004,
+ 9.14063,
+ -6.35813
+ ],
+ 0.489624
+ ],
+ [
+ [
+ -6.61133,
+ 12.8359,
+ -6.32813
+ ],
+ 89.3704
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.94238,
+ -16.6523,
+ -10
+ ],
+ 94
+ ],
+ [
+ [
+ 4.20313,
+ 16.6426,
+ -6.35465
+ ],
+ 95
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_right_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -4.19922,
+ -2.1543,
+ -1.76375
+ ],
+ 359.705
+ ],
+ [
+ [
+ -4.57422,
+ 2.20514,
+ -1.76375
+ ],
+ 270.932
+ ],
+ [
+ [
+ 5.27734,
+ -5.37885,
+ -1.76368
+ ],
+ 357.591
+ ],
+ [
+ [
+ -15.0703,
+ -7.48627,
+ -6.76375
+ ],
+ 89.4887
+ ],
+ [
+ [
+ -14.4297,
+ -11.0059,
+ -6.76375
+ ],
+ 270.174
+ ],
+ [
+ [
+ -15.1445,
+ -10.3417,
+ -6.76375
+ ],
+ 89.1635
+ ],
+ [
+ [
+ -23.3359,
+ -3.69916,
+ -6.76375
+ ],
+ 358.136
+ ],
+ [
+ [
+ -21.1838,
+ 14.7402,
+ -6.77192
+ ],
+ 359.554
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -2.48633,
+ 3.61719,
+ -1.76375
+ ],
+ 0.951996
+ ],
+ [
+ [
+ -15.4355,
+ 13.5039,
+ -6.76375
+ ],
+ 90.2176
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.82446,
+ -10.3633,
+ -1.76377
+ ],
+ 184.477
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.75195,
+ 2.29883,
+ -1.76378
+ ],
+ 4.2282
+ ],
+ [
+ [
+ 0.705078,
+ -6.63275,
+ -6.76378
+ ],
+ 269.802
+ ],
+ [
+ [
+ -16.1624,
+ 7.51178,
+ -6.76378
+ ],
+ 358.918
+ ],
+ [
+ [
+ -25.6094,
+ 1.10944,
+ -6.76377
+ ],
+ 183.238
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.698975,
+ -5.58197,
+ -1.76363
+ ],
+ 1.96877
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -0.195557,
+ 3.53906,
+ -1.74532
+ ],
+ 360
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.11133,
+ 3.41412,
+ -6.76377
+ ],
+ 358.691
+ ],
+ [
+ [
+ -5.23047,
+ 5.16614,
+ -6.76375
+ ],
+ 180.383
+ ],
+ [
+ [
+ 5.21094,
+ -6.40814,
+ -6.76376
+ ],
+ 49.2284
+ ],
+ [
+ [
+ 5.05273,
+ -13.168,
+ -1.76375
+ ],
+ 29.6497
+ ],
+ [
+ [
+ -4.29688,
+ -14.416,
+ -6.73171
+ ],
+ 205.019
+ ],
+ [
+ [
+ 5.29102,
+ -14.1387,
+ -6.76376
+ ],
+ 130.737
+ ],
+ [
+ [
+ 5.28906,
+ 14.3145,
+ -6.76377
+ ],
+ 41.909
+ ],
+ [
+ [
+ -15.7717,
+ -2.20502,
+ -6.76376
+ ],
+ 122.506
+ ],
+ [
+ [
+ -16.5605,
+ -3.95313,
+ -6.76376
+ ],
+ 1.55649
+ ],
+ [
+ [
+ -23.498,
+ -2.37885,
+ -6.76377
+ ],
+ 177.809
+ ],
+ [
+ [
+ -26.168,
+ 5.07813,
+ -6.76375
+ ],
+ 276.716
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.57031,
+ -1.34174,
+ -1.76373
+ ],
+ 183.677
+ ],
+ [
+ [
+ 5.76953,
+ -4.59174,
+ -6.76376
+ ],
+ 164.562
+ ],
+ [
+ [
+ -15.1465,
+ -9.57227,
+ -6.76368
+ ],
+ 88.7803
+ ],
+ [
+ [
+ -24.3518,
+ -3.79681,
+ -6.76373
+ ],
+ 359.584
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.91406,
+ -16.5038,
+ -3.16119
+ ],
+ 5.77047
+ ],
+ [
+ [
+ -25.8479,
+ -2.27734,
+ -6.76375
+ ],
+ 202.245
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.9707,
+ 2.35364,
+ -1.74532
+ ],
+ 278
+ ],
+ [
+ [
+ -4.41406,
+ -6.25385,
+ -1.76377
+ ],
+ 271.909
+ ],
+ [
+ [
+ 5.57227,
+ -10.1172,
+ -6.76377
+ ],
+ 90.0333
+ ],
+ [
+ [
+ -23.7209,
+ 1.086,
+ -6.76377
+ ],
+ 89.9196
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.54663,
+ -1.14838,
+ -6.76377
+ ],
+ 179.474
+ ],
+ [
+ [
+ 5.26563,
+ -1.10931,
+ -6.76372
+ ],
+ 179.41
+ ],
+ [
+ [
+ -14.2656,
+ -1.27728,
+ -6.76377
+ ],
+ 269.09
+ ],
+ [
+ [
+ -14.1995,
+ 6.67194,
+ -6.76373
+ ],
+ 269.966
+ ],
+ [
+ [
+ -14.2229,
+ 8.41016,
+ -6.76367
+ ],
+ 268.618
+ ],
+ [
+ [
+ -26.5117,
+ 9.03522,
+ -6.76376
+ ],
+ 269.173
+ ],
+ [
+ [
+ -26.5234,
+ 10.9512,
+ -6.76368
+ ],
+ 270.17
+ ],
+ [
+ [
+ -26.5178,
+ 12.9083,
+ -6.76377
+ ],
+ 270.361
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.51929,
+ -1.72845,
+ -1.76373
+ ],
+ 179.724
+ ],
+ [
+ [
+ -14.9084,
+ -12.3223,
+ -6.76378
+ ],
+ 89.5845
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -8.14258,
+ -16.0605,
+ -3.27531
+ ],
+ 278
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.84741,
+ -3.8418,
+ -6.74531
+ ],
+ 350
+ ],
+ [
+ [
+ -6.58008,
+ 0.285217,
+ -1.86532
+ ],
+ 278
+ ],
+ [
+ [
+ -6.44922,
+ -1.64844,
+ -1.86532
+ ],
+ 264
+ ],
+ [
+ [
+ -23.873,
+ -11.5293,
+ -6.74531
+ ],
+ 350
+ ],
+ [
+ [
+ -23.8867,
+ -13.6483,
+ -6.74531
+ ],
+ 86
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.31055,
+ 3.54303,
+ -1.74532
+ ],
+ 360
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -4.80347,
+ -2.53943,
+ -5.34531
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_center_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 11.7051,
+ 7.16016,
+ -2.74629
+ ],
+ 359.37
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.50391,
+ -7.57422,
+ 1.62245
+ ],
+ 88.2815
+ ],
+ [
+ [
+ 11.8594,
+ -11.0684,
+ -2.74632
+ ],
+ 2.03362
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -12.3184,
+ 6.87109,
+ -2.74437
+ ],
+ 280.834
+ ],
+ [
+ [
+ -12.2793,
+ -14.4258,
+ -2.7463
+ ],
+ 272.565
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 12.8184,
+ 7.07422,
+ -2.74627
+ ],
+ 358.116
+ ],
+ [
+ [
+ 12.7363,
+ -16.0586,
+ -2.74625
+ ],
+ 90.9752
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.08398,
+ -10.5664,
+ 1.59369
+ ],
+ 341.766
+ ],
+ [
+ [
+ -12.0918,
+ -15.8086,
+ -2.74628
+ ],
+ 213.62
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 12.5625,
+ -14.0469,
+ -2.74631
+ ],
+ 92.4684
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 12.6758,
+ -6.87891,
+ -2.7463
+ ],
+ 90.0581
+ ],
+ [
+ [
+ -12.5391,
+ -7.84961,
+ -2.7463
+ ],
+ 270.451
+ ],
+ [
+ [
+ -12.541,
+ -9.83398,
+ -2.7463
+ ],
+ 268.378
+ ],
+ [
+ [
+ -12.4824,
+ -11.8047,
+ -2.7463
+ ],
+ 269.442
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_left_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 3.91211,
+ -1.41797,
+ -1.76377
+ ],
+ 184.071
+ ],
+ [
+ [
+ -1.94336,
+ -5.52148,
+ -1.76367
+ ],
+ 0.193413
+ ],
+ [
+ [
+ -5.31641,
+ -4.6875,
+ -6.76368
+ ],
+ 179.512
+ ],
+ [
+ [
+ 6.14258,
+ 13.9648,
+ -6.76367
+ ],
+ 268.974
+ ],
+ [
+ [
+ 15.1094,
+ -8.04102,
+ -6.76375
+ ],
+ 270.202
+ ],
+ [
+ [
+ 15.6563,
+ -14.7227,
+ -6.76375
+ ],
+ 180.679
+ ],
+ [
+ [
+ 16.9883,
+ 14.7461,
+ -6.76375
+ ],
+ 359.573
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.42773,
+ 3.67578,
+ -1.76375
+ ],
+ 359.297
+ ],
+ [
+ [
+ 15.7793,
+ -2.51563,
+ -6.76374
+ ],
+ 178.661
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -4.95898,
+ -6.73047,
+ -1.76377
+ ],
+ 179.773
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.08008,
+ 2.0957,
+ -1.76377
+ ],
+ 241.929
+ ],
+ [
+ [
+ 3.72461,
+ -6.98047,
+ -1.76378
+ ],
+ 4.04132
+ ],
+ [
+ [
+ 13.4414,
+ 7.67383,
+ -6.76378
+ ],
+ 3.19656
+ ],
+ [
+ [
+ 25.5898,
+ 12.5527,
+ -6.76377
+ ],
+ 0.251305
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -1.35547,
+ 3.14844,
+ -1.7637
+ ],
+ 62.9544
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 2.95117,
+ 3.63477,
+ -1.76408
+ ],
+ 0.722954
+ ],
+ [
+ [
+ 16.668,
+ -2.55078,
+ -6.76418
+ ],
+ 179.019
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.699219,
+ -1.14844,
+ -1.76373
+ ],
+ 179.434
+ ],
+ [
+ [
+ -2.9707,
+ -1.18555,
+ -1.76369
+ ],
+ 181.435
+ ],
+ [
+ [
+ 4.33398,
+ 4.2832,
+ -6.76373
+ ],
+ 89.2875
+ ],
+ [
+ [
+ -3.68945,
+ -5.95117,
+ -6.75249
+ ],
+ 352.602
+ ],
+ [
+ [
+ 5.99023,
+ 4.28711,
+ -6.76371
+ ],
+ 269.261
+ ],
+ [
+ [
+ -5.23438,
+ -13.1641,
+ -1.76377
+ ],
+ 338.538
+ ],
+ [
+ [
+ 4.23047,
+ -14.3047,
+ -6.76375
+ ],
+ 167.634
+ ],
+ [
+ [
+ -5.30859,
+ 14.2852,
+ -6.76372
+ ],
+ 297.672
+ ],
+ [
+ [
+ 23.127,
+ 4.48242,
+ -6.76377
+ ],
+ 209.073
+ ],
+ [
+ [
+ 22.8613,
+ 7.83984,
+ -6.76376
+ ],
+ 313.711
+ ],
+ [
+ [
+ 26.1641,
+ 4.21094,
+ -6.76375
+ ],
+ 135.598
+ ],
+ [
+ [
+ 26.2402,
+ 8.27734,
+ -6.76374
+ ],
+ 47.2424
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.0703125,
+ 3.63086,
+ -1.76371
+ ],
+ 1.43237
+ ],
+ [
+ [
+ 15.2598,
+ -11.4375,
+ -6.76373
+ ],
+ 268.46
+ ],
+ [
+ [
+ 15.2832,
+ -11.8906,
+ -6.76373
+ ],
+ 270.436
+ ],
+ [
+ [
+ 15.1895,
+ 14.6602,
+ -6.76373
+ ],
+ 344.677
+ ],
+ [
+ [
+ 24.4355,
+ -2.6543,
+ -6.76369
+ ],
+ 180.398
+ ],
+ [
+ [
+ 26.6348,
+ -2.56055,
+ -6.76373
+ ],
+ 172.362
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 6.28711,
+ 0.486328,
+ -1.80376
+ ],
+ 285.45
+ ],
+ [
+ [
+ 9.81641,
+ -16.4297,
+ -3.16111
+ ],
+ 3.09702
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.40625,
+ 1.19727,
+ -1.76377
+ ],
+ 89.5157
+ ],
+ [
+ [
+ -5.57227,
+ -7.76367,
+ -6.76377
+ ],
+ 270.379
+ ],
+ [
+ [
+ 26.3789,
+ 6.25,
+ -6.76377
+ ],
+ 90.3904
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.56445,
+ -1.11523,
+ -6.76379
+ ],
+ 179.89
+ ],
+ [
+ [
+ -5.07617,
+ -1.12891,
+ -6.76377
+ ],
+ 178.63
+ ],
+ [
+ [
+ -0.271484,
+ -5.82422,
+ -6.7637
+ ],
+ 0.334862
+ ],
+ [
+ [
+ 1.68945,
+ -5.81836,
+ -6.7637
+ ],
+ 0.41259
+ ],
+ [
+ [
+ 15.3574,
+ 5.5957,
+ -6.76373
+ ],
+ 268.91
+ ],
+ [
+ [
+ 15.2949,
+ 7.52344,
+ -6.76377
+ ],
+ 270.217
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 14.8926,
+ -9.83789,
+ -6.76369
+ ],
+ 269.885
+ ],
+ [
+ [
+ 23.1777,
+ -3.47266,
+ -6.76379
+ ],
+ 0.366142
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 23.9648,
+ -7.17188,
+ -6.77531
+ ],
+ 357
+ ],
+ [
+ [
+ 23.6523,
+ -13.7891,
+ -6.77531
+ ],
+ 90
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.832031,
+ -1.19531,
+ -1.75531
+ ],
+ 182
+ ],
+ [
+ [
+ 24.3145,
+ -10.5938,
+ -6.77531
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 4.80945,
+ -2.55103,
+ -5.34531
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hangar_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -14.3125,
+ 1.24023,
+ -5.40771
+ ],
+ 270.363
+ ],
+ [
+ [
+ -14.2754,
+ 6.36328,
+ -5.4077
+ ],
+ 269.988
+ ],
+ [
+ [
+ -14.5117,
+ -19.8359,
+ -5.4077
+ ],
+ 268.904
+ ],
+ [
+ [
+ 8.80469,
+ 23.3691,
+ -5.4077
+ ],
+ 359.987
+ ],
+ [
+ [
+ 13.6602,
+ -21.0078,
+ -5.40769
+ ],
+ 180.14
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 11.9082,
+ 22.3652,
+ -5.40773
+ ],
+ 267.453
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -14.3223,
+ -5.03906,
+ -5.40451
+ ],
+ 270.026
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -14.5059,
+ -2.35352,
+ -5.40699
+ ],
+ 272.098
+ ],
+ [
+ [
+ -14.4941,
+ -3.14453,
+ -5.40626
+ ],
+ 278.808
+ ],
+ [
+ [
+ -14.457,
+ -3.89453,
+ -5.40769
+ ],
+ 265.43
+ ],
+ [
+ [
+ 14.4023,
+ 19.6953,
+ -5.40768
+ ],
+ 91.5292
+ ],
+ [
+ [
+ 14.4004,
+ 20.4277,
+ -5.40769
+ ],
+ 86.6895
+ ],
+ [
+ [
+ 9.92969,
+ 23.1992,
+ -5.40769
+ ],
+ 352.998
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 14.5156,
+ -8.02148,
+ -5.40772
+ ],
+ 90
+ ],
+ [
+ [
+ -14.6602,
+ 12.4863,
+ -5.40772
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 14.9688,
+ -20.9824,
+ -5.375
+ ],
+ 86
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 13.8945,
+ 12.375,
+ -5.375
+ ],
+ 86
+ ],
+ [
+ [
+ -12.043,
+ 22.7324,
+ -5.375
+ ],
+ 86
+ ],
+ [
+ [
+ -14.209,
+ 22.5332,
+ -5.375
+ ],
+ 86
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 14.6035,
+ 21.8516,
+ -5.375
+ ],
+ 86
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 10.332,
+ -21.3706,
+ -3.87143
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_CarService_F": {
+ "shelfPos": [
+ [
+ [
+ -5.08594,
+ -0.996094,
+ -1.28249
+ ],
+ 271.675
+ ],
+ [
+ [
+ 4.69141,
+ 5.75781,
+ -1.28248
+ ],
+ 88.5845
+ ],
+ [
+ [
+ -0.40625,
+ 7.68945,
+ -1.28235
+ ],
+ 89.3095
+ ],
+ [
+ [
+ 0.767578,
+ 8.21289,
+ -1.28248
+ ],
+ 358.72
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.85352,
+ 8.18359,
+ -1.28246
+ ],
+ 358.017
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.74219,
+ 0.666016,
+ -1.2825
+ ],
+ 2.03191
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.28711,
+ 3.18164,
+ -1.28249
+ ],
+ 83.2968
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.66992,
+ 4.72852,
+ -1.28246
+ ],
+ 90.2187
+ ],
+ [
+ [
+ 4.56055,
+ 8.21484,
+ -1.28246
+ ],
+ 359.503
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.695313,
+ 2.63086,
+ -1.2825
+ ],
+ 269.367
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -4.9668,
+ 7.55469,
+ -1.28248
+ ],
+ 268.961
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -5.35742,
+ 4.21484,
+ -1.28251
+ ],
+ 268.905
+ ],
+ [
+ [
+ -2.66602,
+ 8.53711,
+ -1.28252
+ ],
+ 359.227
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.45898,
+ 10.209,
+ -10
+ ],
+ 271
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.634766,
+ 0.9375,
+ -1.29904
+ ],
+ 271
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.327637,
+ 5.11853,
+ 0.222353
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_Tower_V1_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 0.552734,
+ -1.625,
+ 5.05352
+ ],
+ 178.136
+ ],
+ [
+ [
+ -5.64844,
+ -0.777344,
+ -0.146542
+ ],
+ 268.528
+ ],
+ [
+ [
+ 3.00781,
+ 5.08984,
+ -0.14654
+ ],
+ 0.118889
+ ],
+ [
+ [
+ 5.29297,
+ -4.09766,
+ 2.45352
+ ],
+ 181.726
+ ],
+ [
+ [
+ 5.87109,
+ 3.71094,
+ -0.146542
+ ],
+ 90.215
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -4.76172,
+ 6.00391,
+ 2.58955
+ ],
+ 0.860298
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.06836,
+ -2.64844,
+ 2.45344
+ ],
+ 1.62634
+ ],
+ [
+ [
+ -1.98633,
+ -5.37109,
+ 2.58947
+ ],
+ 90.633
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.73828,
+ -4.30469,
+ 0.0657005
+ ],
+ 92.6866
+ ],
+ [
+ [
+ 3.06641,
+ 4.15234,
+ 2.45343
+ ],
+ 270.898
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.72461,
+ 5.85938,
+ 2.58907
+ ],
+ 354.227
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.20117,
+ 4.55859,
+ -0.146549
+ ],
+ 342.563
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.07422,
+ 0.931641,
+ 5.05348
+ ],
+ 270.343
+ ],
+ [
+ [
+ 1.67773,
+ -3.90039,
+ -0.146523
+ ],
+ 178.258
+ ],
+ [
+ [
+ 2.23047,
+ -3.91016,
+ -0.146523
+ ],
+ 176.187
+ ],
+ [
+ [
+ 2.77344,
+ -3.92188,
+ -0.146523
+ ],
+ 177.87
+ ],
+ [
+ [
+ -0.625,
+ 6.09961,
+ 2.58951
+ ],
+ 5.7925
+ ],
+ [
+ [
+ -1.2207,
+ 6.14258,
+ 2.58951
+ ],
+ 348.149
+ ],
+ [
+ [
+ 5.6582,
+ 4.91406,
+ -0.14642
+ ],
+ 44.1073
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.595703,
+ 1.38867,
+ -4.32224
+ ],
+ 95.4843
+ ],
+ [
+ [
+ -2.75977,
+ -0.216797,
+ 4.97829
+ ],
+ 358.108
+ ],
+ [
+ [
+ -6.13672,
+ 4.19727,
+ 2.66941
+ ],
+ 266.308
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.55664,
+ -0.714844,
+ 2.64038
+ ],
+ 89.4977
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 5.69727,
+ 1.50391,
+ -0.146555
+ ],
+ 90.7961
+ ],
+ [
+ [
+ -5.09961,
+ -5.55469,
+ 2.5895
+ ],
+ 267.631
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -5.85156,
+ -0.675781,
+ 2.45344
+ ],
+ 267.998
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.88086,
+ 3.89453,
+ 4.99228
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.78516,
+ 4.82227,
+ 0.0422649
+ ],
+ 0
+ ],
+ [
+ [
+ -2.44922,
+ 6.07422,
+ 2.59228
+ ],
+ 0
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.0439453,
+ 1.71631,
+ 1.22235
+ ],
+ 180
+ ],
+ [
+ [
+ 5.98682,
+ 1.67432,
+ 3.82235
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_Tower_V1_No1_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V1_No2_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V1_No3_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V1_No4_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V1_No5_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V1_No6_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V1_No7_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V2_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Tower_V3_F": {
+ "_inherit": "Land_Cargo_Tower_V1_F"
+ },
+ "Land_Cargo_Patrol_V1_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 2.61914,
+ 0.96875,
+ -0.789934
+ ],
+ 90
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.0117188,
+ -0.283203,
+ -0.585847
+ ],
+ 1.42631
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.00977,
+ -1.52344,
+ -0.585956
+ ],
+ 133.857
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2,
+ -1.18555,
+ -0.546541
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_Patrol_V2_F": {
+ "_inherit": "Land_Cargo_Patrol_V1_F"
+ },
+ "Land_Cargo_Patrol_V3_F": {
+ "_inherit": "Land_Cargo_Patrol_V1_F"
+ },
+ "Land_Medevac_house_V1_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -2.61328,
+ 1.0918,
+ -0.132166
+ ],
+ 268.449
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.60156,
+ 3.75977,
+ 0.00387168
+ ],
+ 355.287
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.804688,
+ 3.71875,
+ 0.0038867
+ ],
+ 7.82585
+ ],
+ [
+ [
+ -0.345703,
+ 3.80273,
+ 0.00388789
+ ],
+ 352.697
+ ],
+ [
+ [
+ 0.230469,
+ 3.85742,
+ 0.00388765
+ ],
+ 358.782
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.60938,
+ 3.26563,
+ 0.00385642
+ ],
+ 310.616
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.992188,
+ -1.05469,
+ -10
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.92969,
+ 0.728516,
+ -0.141539
+ ],
+ 93
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.466309,
+ -0.0532227,
+ 1.20856
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Medevac_HQ_V1_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 2.64648,
+ -5.00391,
+ -3.29263
+ ],
+ 179.273
+ ],
+ [
+ [
+ 2.29688,
+ 5.35156,
+ -3.17222
+ ],
+ 270.045
+ ],
+ [
+ [
+ -3.0918,
+ -6.20117,
+ -3.17222
+ ],
+ 179.371
+ ],
+ [
+ [
+ 7.07422,
+ 5.46094,
+ -3.17222
+ ],
+ 89.2793
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 0.632813,
+ -6.04492,
+ -3.17222
+ ],
+ 175.967
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.65625,
+ 3.33594,
+ -3.29266
+ ],
+ 272.831
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.324219,
+ 1.95313,
+ -3.29266
+ ],
+ 358.773
+ ],
+ [
+ [
+ 2.9082,
+ 1.72461,
+ -3.29266
+ ],
+ 179.738
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -0.855469,
+ -6.01172,
+ -3.17265
+ ],
+ 179.15
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 8.4043,
+ 2.6875,
+ -3.1722
+ ],
+ 89.7649
+ ],
+ [
+ [
+ 8.46094,
+ 3.30469,
+ -3.17216
+ ],
+ 91.4351
+ ],
+ [
+ [
+ 8.44336,
+ 3.92969,
+ -3.1722
+ ],
+ 86.4131
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.37891,
+ 1.34375,
+ -0.767792
+ ],
+ 314.355
+ ],
+ [
+ [
+ 8.10742,
+ -1.68359,
+ -3.17223
+ ],
+ 92.3688
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 4.35938,
+ 6.0918,
+ -3.17224
+ ],
+ 356.684
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.730469,
+ -4.40039,
+ -0.740871
+ ],
+ 88
+ ],
+ [
+ [
+ 0.443359,
+ 5.44727,
+ -10
+ ],
+ 88
+ ],
+ [
+ [
+ 8.66406,
+ 0.873047,
+ -10
+ ],
+ 93
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 3.97852,
+ -4.58594,
+ -3.27087
+ ],
+ 182
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -4.21851,
+ -3.41992,
+ -1.96077
+ ],
+ 0
+ ],
+ [
+ [
+ 7.48828,
+ 0.931152,
+ -1.96077
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_HQ_V1_F": {
+ "limit": 4,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 0.302734,
+ 4.1875,
+ -3.2987
+ ],
+ 357.597
+ ],
+ [
+ [
+ -4.12695,
+ -4.01367,
+ -3.2987
+ ],
+ 270.059
+ ],
+ [
+ [
+ 2.70313,
+ -5.11328,
+ -3.2987
+ ],
+ 177.669
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.61328,
+ 5.1543,
+ -3.17829
+ ],
+ 267.807
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.7832,
+ 3.32227,
+ -3.29873
+ ],
+ 275.975
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.13867,
+ 1.7832,
+ -3.29873
+ ],
+ 191.466
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 6.47852,
+ 6.01563,
+ -3.17872
+ ],
+ 359.818
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.13867,
+ 4.03906,
+ -3.29869
+ ],
+ 0.783356
+ ],
+ [
+ [
+ 8.12305,
+ 2.75586,
+ -3.17827
+ ],
+ 92.0529
+ ],
+ [
+ [
+ 8.17969,
+ 3.33203,
+ -3.17827
+ ],
+ 94.1181
+ ],
+ [
+ [
+ 8.21094,
+ 3.93945,
+ -3.17827
+ ],
+ 88.4099
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.14453,
+ -4.05273,
+ -0.773856
+ ],
+ 93.1656
+ ],
+ [
+ [
+ 7.8418,
+ -1.64844,
+ -0.784355
+ ],
+ 90.2845
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.81055,
+ 0.771484,
+ -3.1762
+ ],
+ 270.808
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 0.353516,
+ -6.19727,
+ -3.17831
+ ],
+ 179.945
+ ],
+ [
+ [
+ -3.07031,
+ -6.14453,
+ -3.1783
+ ],
+ 178.945
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.98828,
+ 2.61328,
+ -10
+ ],
+ 182
+ ],
+ [
+ [
+ 8.20508,
+ 0.830078,
+ -10
+ ],
+ 182
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.70508,
+ 6.0332,
+ -3.14694
+ ],
+ 1.99997
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 7.48877,
+ 0.866943,
+ -1.96684
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_HQ_V2_F": {
+ "_inherit": "Land_Cargo_HQ_V1_F"
+ },
+ "Land_Cargo_HQ_V3_F": {
+ "_inherit": "Land_Cargo_HQ_V1_F"
+ },
+ "Land_Cargo_House_V1_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 2.3457,
+ 3.13867,
+ 0.0138698
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -2.57031,
+ 1.02148,
+ -0.122166
+ ],
+ 267.298
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.95898,
+ 1.5293,
+ -0.122179
+ ],
+ 85.5595
+ ],
+ [
+ [
+ -1.5293,
+ 2.88867,
+ 0.0138509
+ ],
+ 322.238
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.32617,
+ 0.175781,
+ -0.122146
+ ],
+ 94.7773
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.85352,
+ 3.45898,
+ 0.0138566
+ ],
+ 317.925
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.875,
+ -0.892578,
+ -10
+ ],
+ 1.99997
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.539063,
+ 3.60547,
+ 0.048461
+ ],
+ 1.99997
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.491699,
+ -0.0534668,
+ 1.21856
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_House_V2_F": {
+ "_inherit": "Land_Cargo_House_V1_F"
+ },
+ "Land_Cargo_House_V3_F": {
+ "_inherit": "Land_Cargo_House_V1_F"
+ },
+ "Land_dp_smallFactory_F": {
+ "shelfPos": [
+ [
+ [
+ -1.50586,
+ 4.79297,
+ -1.87129
+ ],
+ 180.159
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.976563,
+ 3.16797,
+ 2.601
+ ],
+ 97.492
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 10.5059,
+ 3.17969,
+ 1.18859
+ ],
+ 1.99997
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.49805,
+ 4.76367,
+ -0.461309
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Garage_V2_F": {
+ "shelfPos": [
+ [
+ [
+ 4.90039,
+ -1.19922,
+ -0.123899
+ ],
+ 88.7339
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 4.73438,
+ 0.322266,
+ -0.123898
+ ],
+ 87.5145
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.949219,
+ -2.05469,
+ -0.124453
+ ],
+ 180.041
+ ],
+ [
+ [
+ 0.75,
+ 2.23828,
+ -0.120063
+ ],
+ 0.105392
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.519531,
+ -2.26758,
+ -0.123836
+ ],
+ 181.535
+ ],
+ [
+ [
+ -1.18945,
+ -2.25,
+ -0.123765
+ ],
+ 172.485
+ ],
+ [
+ [
+ 4.83203,
+ -2.30273,
+ -0.123735
+ ],
+ 99.5615
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.72266,
+ -2.13672,
+ -0.132633
+ ],
+ 179.857
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.37305,
+ 2.75977,
+ -0.124017
+ ],
+ 0.339218
+ ],
+ [
+ [
+ 2.76563,
+ -2.57422,
+ -0.124016
+ ],
+ 179.612
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 6.91486,
+ -0.999023,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -0.976563,
+ 2.29883,
+ -0.116461
+ ],
+ 1.99998
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_Barracks_V2_F": {
+ "limit": 6,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -2.01953,
+ 3.59766,
+ 1.40866
+ ],
+ 86.5322
+ ],
+ [
+ [
+ -1.18555,
+ 4.4082,
+ 1.40866
+ ],
+ 267.099
+ ],
+ [
+ [
+ 5.37695,
+ -2.42773,
+ -1.92432
+ ],
+ 268.209
+ ],
+ [
+ [
+ -6.13281,
+ 2.58594,
+ -1.92432
+ ],
+ 177.59
+ ],
+ [
+ [
+ 5.46289,
+ 3.92578,
+ 1.40866
+ ],
+ 274.739
+ ],
+ [
+ [
+ 7.93555,
+ -0.273438,
+ 1.40866
+ ],
+ 358.598
+ ],
+ [
+ [
+ 8.07617,
+ -0.306641,
+ -1.92432
+ ],
+ 358.744
+ ],
+ [
+ [
+ 8.76172,
+ 2.60547,
+ -1.92432
+ ],
+ 177.537
+ ],
+ [
+ [
+ -9.86914,
+ 3.00391,
+ -1.92432
+ ],
+ 269.405
+ ],
+ [
+ [
+ -10.7129,
+ 3.96875,
+ -1.92432
+ ],
+ 83.8923
+ ],
+ [
+ [
+ -12.1953,
+ -0.359375,
+ 1.40871
+ ],
+ 357.971
+ ],
+ [
+ [
+ -14.7266,
+ 2.57813,
+ 1.40876
+ ],
+ 181.364
+ ],
+ [
+ [
+ -16.127,
+ -0.359375,
+ -1.92432
+ ],
+ 357.877
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 5.38867,
+ -2.61719,
+ 1.40864
+ ],
+ 268.987
+ ],
+ [
+ [
+ -10.6797,
+ -1.86133,
+ 1.40864
+ ],
+ 89.0169
+ ],
+ [
+ [
+ 10.7656,
+ 4.75586,
+ -1.92426
+ ],
+ 91.9329
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.00390625,
+ 3.40234,
+ -1.92435
+ ],
+ 91.4153
+ ],
+ [
+ [
+ 3.58984,
+ -1.56055,
+ 1.40863
+ ],
+ 1.31381
+ ],
+ [
+ [
+ 9.80469,
+ 3.27344,
+ 1.40863
+ ],
+ 97.6807
+ ],
+ [
+ [
+ -11.7617,
+ -1.10547,
+ -1.92435
+ ],
+ 269.367
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.72656,
+ -1.28516,
+ -1.92434
+ ],
+ 273.867
+ ],
+ [
+ [
+ -12.2988,
+ 4.4668,
+ 1.40864
+ ],
+ 273.1
+ ],
+ [
+ [
+ -14.6855,
+ 3.48633,
+ -1.92434
+ ],
+ 92.4456
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -1.10742,
+ -2.48438,
+ 1.40877
+ ],
+ 271.139
+ ],
+ [
+ [
+ 4.26367,
+ 4.1543,
+ -1.92423
+ ],
+ 90.3193
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 5.52148,
+ -1.29688,
+ 1.40827
+ ],
+ 269.9
+ ],
+ [
+ [
+ 10.6504,
+ 3.61328,
+ -1.92474
+ ],
+ 90.6279
+ ],
+ [
+ [
+ -10.916,
+ -2.91406,
+ 1.40832
+ ],
+ 90.6295
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.787109,
+ -2.87109,
+ -1.92433
+ ],
+ 243.978
+ ],
+ [
+ [
+ -0.953125,
+ 5.07422,
+ -1.92361
+ ],
+ 283.609
+ ],
+ [
+ [
+ -4.85156,
+ -2.75781,
+ -1.92434
+ ],
+ 47.0285
+ ],
+ [
+ [
+ 10.4219,
+ 5.0625,
+ 1.40864
+ ],
+ 65.2562
+ ],
+ [
+ [
+ -16.418,
+ 2.94922,
+ 1.40865
+ ],
+ 214.598
+ ],
+ [
+ [
+ -16.4785,
+ -2.82031,
+ -1.91074
+ ],
+ 233.102
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.01953,
+ -0.453125,
+ -1.92431
+ ],
+ 357.404
+ ],
+ [
+ [
+ -2.16602,
+ 2.66797,
+ -1.92431
+ ],
+ 110.166
+ ],
+ [
+ [
+ -2.17773,
+ 4.83203,
+ -1.9243
+ ],
+ 85.2777
+ ],
+ [
+ [
+ -2.19727,
+ 5.30664,
+ 1.40868
+ ],
+ 84.274
+ ],
+ [
+ [
+ -2.1875,
+ 5.33203,
+ -1.9243
+ ],
+ 86.7386
+ ],
+ [
+ [
+ 4.37109,
+ 4.39844,
+ 1.40868
+ ],
+ 71.7087
+ ],
+ [
+ [
+ 5.33984,
+ -3.24219,
+ -1.9243
+ ],
+ 266.113
+ ],
+ [
+ [
+ 5.41602,
+ 3.54102,
+ -1.9243
+ ],
+ 263.452
+ ],
+ [
+ [
+ 4.29102,
+ 4.91797,
+ 1.40868
+ ],
+ 85.4132
+ ],
+ [
+ [
+ 5.37891,
+ 4.10938,
+ -1.9243
+ ],
+ 275.738
+ ],
+ [
+ [
+ 4.30859,
+ 5.38086,
+ 1.40868
+ ],
+ 86.1467
+ ],
+ [
+ [
+ 5.42188,
+ 4.70898,
+ -1.9243
+ ],
+ 265.797
+ ],
+ [
+ [
+ -8.33398,
+ 2.60352,
+ 1.40874
+ ],
+ 182.724
+ ],
+ [
+ [
+ -8.9707,
+ 2.60156,
+ 1.40873
+ ],
+ 180.321
+ ],
+ [
+ [
+ -9.7832,
+ 2.66797,
+ 1.40867
+ ],
+ 195.667
+ ],
+ [
+ [
+ 10.8789,
+ -0.318359,
+ 1.40868
+ ],
+ 73.9709
+ ],
+ [
+ [
+ 10.9199,
+ -2.47656,
+ -1.9243
+ ],
+ 90.1058
+ ],
+ [
+ [
+ 10.9004,
+ -3.0625,
+ -1.9243
+ ],
+ 90.2496
+ ],
+ [
+ [
+ -10.8066,
+ 5.09375,
+ -1.9243
+ ],
+ 83.8553
+ ],
+ [
+ [
+ -16.6758,
+ -2.74023,
+ 1.40868
+ ],
+ 269.525
+ ],
+ [
+ [
+ -16.7051,
+ -3.23438,
+ 1.40868
+ ],
+ 265.732
+ ],
+ [
+ [
+ -16.6211,
+ 5.41211,
+ 1.40871
+ ],
+ 281.602
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -9.26563,
+ -4.74609,
+ 1.40864
+ ],
+ 207.949
+ ],
+ [
+ [
+ 10.4531,
+ -2.80273,
+ 1.40864
+ ],
+ 136.408
+ ],
+ [
+ [
+ -16.666,
+ 6.80859,
+ 1.40864
+ ],
+ 268.101
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.79883,
+ -0.546875,
+ 1.40863
+ ],
+ 0.30365
+ ],
+ [
+ [
+ 7.95117,
+ -3.04688,
+ 1.40863
+ ],
+ 181.397
+ ],
+ [
+ [
+ -16.5781,
+ 4.66797,
+ -1.92435
+ ],
+ 269.307
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 0.539063,
+ 2.65234,
+ 1.40864
+ ],
+ 180.316
+ ],
+ [
+ [
+ 6.29492,
+ -0.507813,
+ -1.92434
+ ],
+ 359.612
+ ],
+ [
+ [
+ -6.15625,
+ 2.65625,
+ 1.40874
+ ],
+ 178.513
+ ],
+ [
+ [
+ -7.85352,
+ 2.64844,
+ -1.92434
+ ],
+ 178.304
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -5.82227,
+ -4.86328,
+ 1.49066
+ ],
+ 185
+ ],
+ [
+ [
+ -6.21875,
+ 5.08398,
+ 1.49066
+ ],
+ 1.99997
+ ],
+ [
+ [
+ -16.0039,
+ -0.580078,
+ 1.49066
+ ],
+ 1.99997
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -7.6416,
+ -5.42383,
+ -0.409235
+ ],
+ 270
+ ],
+ [
+ [
+ -17.0132,
+ 1.60693,
+ 2.89076
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Barracks_V2_F": {
+ "limit": 6,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -3.91406,
+ 4.36816,
+ 0.579132
+ ],
+ 0.755371
+ ],
+ [
+ [
+ -7.16211,
+ -2.42676,
+ 3.91308
+ ],
+ 90
+ ],
+ [
+ [
+ -7.08789,
+ -3.69434,
+ 0.579177
+ ],
+ 88.7136
+ ],
+ [
+ [
+ 7.91797,
+ 2.16504,
+ 0.579097
+ ],
+ 93.2098
+ ],
+ [
+ [
+ 8.86719,
+ 2.98145,
+ 0.579103
+ ],
+ 265.996
+ ],
+ [
+ [
+ 12.2988,
+ 1.54297,
+ 3.91308
+ ],
+ 180.227
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -13.209,
+ -3.86133,
+ 0.579104
+ ],
+ 267.951
+ ],
+ [
+ [
+ -13.1953,
+ -3.96875,
+ 3.91308
+ ],
+ 266.429
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 3.25391,
+ 2.82422,
+ 0.579081
+ ],
+ 181.072
+ ],
+ [
+ [
+ 7.13086,
+ -3.10645,
+ 0.579082
+ ],
+ 359.996
+ ],
+ [
+ [
+ 10.2598,
+ -2.19531,
+ 3.91306
+ ],
+ 274.345
+ ],
+ [
+ [
+ -12.0977,
+ 2.37695,
+ 3.91306
+ ],
+ 91.0109
+ ],
+ [
+ [
+ -12.6543,
+ 3.00977,
+ 0.579082
+ ],
+ 184.452
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 6.04297,
+ -2.55762,
+ 3.91306
+ ],
+ 280.83
+ ],
+ [
+ [
+ 10.2754,
+ -2.4502,
+ 0.579081
+ ],
+ 280.799
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -12.6621,
+ -1.54199,
+ 0.578749
+ ],
+ 358.466
+ ],
+ [
+ [
+ -13.2383,
+ -2.48926,
+ 3.91281
+ ],
+ 270.982
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.58594,
+ -3.91309,
+ 0.579165
+ ],
+ 261.223
+ ],
+ [
+ [
+ -1.79297,
+ -5.75391,
+ 3.91291
+ ],
+ 133.686
+ ],
+ [
+ [
+ -5.79688,
+ -5.7041,
+ 3.91307
+ ],
+ 219.674
+ ],
+ [
+ [
+ -7.625,
+ 3.94141,
+ 0.579091
+ ],
+ 54.7852
+ ],
+ [
+ [
+ -7.74414,
+ 3.70801,
+ 3.91307
+ ],
+ 37.1618
+ ],
+ [
+ [
+ 9.36328,
+ -3.69824,
+ 3.91306
+ ],
+ 252.24
+ ],
+ [
+ [
+ 13.834,
+ -3.76172,
+ 0.579099
+ ],
+ 137.181
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.26172,
+ -1.52051,
+ 3.91319
+ ],
+ 357.145
+ ],
+ [
+ [
+ 1.2832,
+ 3.91797,
+ 3.9131
+ ],
+ 85.9261
+ ],
+ [
+ [
+ 1.24609,
+ 4.37402,
+ 3.9131
+ ],
+ 83.3282
+ ],
+ [
+ [
+ 4.24805,
+ 1.63574,
+ 3.9131
+ ],
+ 173.705
+ ],
+ [
+ [
+ 4.69336,
+ 1.63379,
+ 3.9131
+ ],
+ 177.094
+ ],
+ [
+ [
+ -6.30273,
+ 3.34766,
+ 0.579124
+ ],
+ 266.774
+ ],
+ [
+ [
+ -6.23438,
+ 3.84766,
+ 0.579123
+ ],
+ 274.501
+ ],
+ [
+ [
+ -7.2832,
+ -4.13379,
+ 3.91315
+ ],
+ 178.61
+ ],
+ [
+ [
+ 7.93555,
+ 3.07422,
+ 0.57919
+ ],
+ 82.7785
+ ],
+ [
+ [
+ 9.14648,
+ 1.65332,
+ 3.91318
+ ],
+ 184.404
+ ],
+ [
+ [
+ -13.1055,
+ 4.26563,
+ 3.91319
+ ],
+ 288.672
+ ],
+ [
+ [
+ 14.2305,
+ 1.56543,
+ 3.9131
+ ],
+ 90.9699
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.50391,
+ -5.04199,
+ 7.4924
+ ],
+ 169.602
+ ],
+ [
+ [
+ -12.8242,
+ 5.72266,
+ 3.82744
+ ],
+ 317.876
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.72852,
+ 1.75391,
+ 3.91306
+ ],
+ 178.339
+ ],
+ [
+ [
+ -3.75781,
+ -6.08105,
+ 3.91306
+ ],
+ 180.247
+ ],
+ [
+ [
+ -9.46484,
+ 4.12988,
+ 3.91306
+ ],
+ 359.779
+ ],
+ [
+ [
+ -10.1289,
+ 4.10156,
+ 0.579082
+ ],
+ 0.00921631
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 1.2793,
+ 3.78418,
+ 0.579087
+ ],
+ 86.8882
+ ],
+ [
+ [
+ -2.58789,
+ -3.3584,
+ 0.579131
+ ],
+ 359.544
+ ],
+ [
+ [
+ -6.10352,
+ 2.22168,
+ 3.9131
+ ],
+ 269.383
+ ],
+ [
+ [
+ -6.22266,
+ 2.14551,
+ 0.57918
+ ],
+ 271.326
+ ],
+ [
+ [
+ 7.8125,
+ 3.70313,
+ 3.91307
+ ],
+ 88.2042
+ ],
+ [
+ [
+ 14.0723,
+ -3.22754,
+ 3.91322
+ ],
+ 88.3252
+ ],
+ [
+ [
+ 14.2012,
+ 3.70703,
+ 0.579188
+ ],
+ 88.1507
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.93359,
+ 1.23438,
+ 0.579066
+ ],
+ 180.737
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -8.96094,
+ -1.70605,
+ 0.508462
+ ],
+ 360
+ ],
+ [
+ [
+ -9.27344,
+ -1.7334,
+ 3.85846
+ ],
+ 360
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -6.55322,
+ -2.76904,
+ 5.30856
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Garage_V2_dam_F": {
+ "toolRackPos": [
+ [
+ [
+ 5.12695,
+ -2.06641,
+ -0.159975
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.900391,
+ 1.64063,
+ -0.159975
+ ],
+ 220
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.32031,
+ 0.759766,
+ -0.159975
+ ],
+ 170
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.42969,
+ -2.76563,
+ -0.159975
+ ],
+ 190
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseBig_V1_dam_F": {
+ "shelfPos": [
+ [
+ [
+ -0.191406,
+ -3.48438,
+ -1.65251
+ ],
+ 178
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.73438,
+ 1.0625,
+ -1.65251
+ ],
+ 360
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.56836,
+ 0.713867,
+ 1.15249
+ ],
+ 267
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.58203,
+ -2.34082,
+ 1.15249
+ ],
+ 97
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.50195,
+ -3.28125,
+ 1.19749
+ ],
+ 178
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.07813,
+ -1.62109,
+ -1.63251
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.07031,
+ 1.16113,
+ 1.19749
+ ],
+ 128
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseBig_V3_dam_F": {
+ "bedPos": [
+ [
+ [
+ -1.96094,
+ 0.71875,
+ 1.15249
+ ],
+ 269
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.11523,
+ -1.89453,
+ 1.12749
+ ],
+ 169
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.98047,
+ -3.04883,
+ 1.15249
+ ],
+ 141.7
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.0800781,
+ 1.31836,
+ 1.15249
+ ],
+ 351.7
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.07617,
+ -1.59766,
+ -1.77251
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.470703,
+ 0.771484,
+ -0.593828
+ ],
+ 202.7
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.15234,
+ 0.814453,
+ -1.65383
+ ],
+ 202.7
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 3.11523,
+ -2.91797,
+ -1.65383
+ ],
+ 92.7
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_Tower_dam_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 1.78906,
+ 1.90234,
+ 0.798989
+ ],
+ 0
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.93359,
+ -3.1582,
+ 0.812261
+ ],
+ 229
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.587891,
+ 8.4043,
+ 3.79912
+ ],
+ 9.99995
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 1.10938,
+ 6.14648,
+ -8.19994
+ ],
+ 360
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.2793,
+ -5.125,
+ 0.798989
+ ],
+ 9.99995
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.714844,
+ 2.58203,
+ -6.82513
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Barracks_V1_F": {
+ "_inherit": "Land_i_Barracks_V2_F"
+ },
+ "Land_d_Windmill01_F": {
+ "pelicanPos": [
+ [
+ [
+ -0.800781,
+ 0.158203,
+ 0.943356
+ ],
+ 133
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.06055,
+ 1.63477,
+ -2.32494
+ ],
+ 242
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.2168,
+ -0.791016,
+ -2.31882
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_Shed_Ind_F": {
+ "shelfPos": [
+ [
+ [
+ -5.90234,
+ -1.64453,
+ -1.45137
+ ],
+ 179.958
+ ],
+ [
+ [
+ -0.0195313,
+ 8.39648,
+ -1.43504
+ ],
+ 6.50078
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.70703,
+ 1.93359,
+ -1.43049
+ ],
+ 357.957
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.83203,
+ 2.18359,
+ -1.43498
+ ],
+ 3.3181
+ ],
+ [
+ [
+ 6.72266,
+ -1.33984,
+ -1.43502
+ ],
+ 208.603
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -4.81055,
+ 2.53125,
+ 1.51679
+ ],
+ 180.197
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.47266,
+ 7.94922,
+ -1.51769
+ ],
+ 360
+ ],
+ [
+ [
+ 8.92383,
+ 3.15039,
+ -1.51769
+ ],
+ 91
+ ],
+ [
+ [
+ 14.834,
+ -0.927734,
+ -1.51769
+ ],
+ 360
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.94141,
+ 0.177734,
+ -1.51769
+ ],
+ 91
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Shed_Ind_F": {
+ "shelfPos": [
+ [
+ [
+ 3.75781,
+ -1.39844,
+ -1.43597
+ ],
+ 178.598
+ ],
+ [
+ [
+ -6.29688,
+ -1.64844,
+ -1.43597
+ ],
+ 180.042
+ ],
+ [
+ [
+ -1.85938,
+ 8.64844,
+ -1.43597
+ ],
+ 1.254
+ ],
+ [
+ [
+ 15.8086,
+ 5.01367,
+ -1.43592
+ ],
+ 90.0259
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -4.0918,
+ 2.25391,
+ -1.43614
+ ],
+ 269.878
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.0527344,
+ 3.64453,
+ -1.43621
+ ],
+ 214.408
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -5.86523,
+ 2.00391,
+ -1.43661
+ ],
+ 358.838
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 15.4688,
+ 7.75586,
+ -1.43558
+ ],
+ 90.0616
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.89648,
+ -1.49609,
+ -1.43617
+ ],
+ 178.115
+ ],
+ [
+ [
+ -0.6875,
+ 8.5293,
+ -1.43617
+ ],
+ 358.177
+ ],
+ [
+ [
+ 15.6309,
+ 6.44336,
+ -1.43617
+ ],
+ 86.6001
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 8.71875,
+ -1.44141,
+ -1.43617
+ ],
+ 179.064
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.60742,
+ -1.83594,
+ -1.43602
+ ],
+ 181.024
+ ],
+ [
+ [
+ 8.53906,
+ 8.82422,
+ -1.43602
+ ],
+ 0.0482483
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -6.76953,
+ 2.15039,
+ -1.43621
+ ],
+ 356.704
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.32031,
+ -0.679688,
+ -1.50884
+ ],
+ 0
+ ],
+ [
+ [
+ 2.86133,
+ 7.82031,
+ -1.50884
+ ],
+ 0
+ ],
+ [
+ [
+ 4.82617,
+ 7.72266,
+ -1.50884
+ ],
+ 91
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -5.0293,
+ 0.304688,
+ -1.47884
+ ],
+ 91
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_BagBunker_Large_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 0.0820313,
+ -0.914063,
+ -0.766759
+ ],
+ 269.689
+ ],
+ [
+ [
+ -3.85156,
+ -1.18555,
+ -0.76676
+ ],
+ 272.369
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.64648,
+ -3.39258,
+ -0.766787
+ ],
+ 87.3199
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.02148,
+ 1.80078,
+ -0.766742
+ ],
+ 359.841
+ ],
+ [
+ [
+ -1.57031,
+ 1.58008,
+ -0.766741
+ ],
+ 359.563
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.382813,
+ 0.970703,
+ -0.766773
+ ],
+ 269.105
+ ],
+ [
+ [
+ -0.769531,
+ -1.35352,
+ -0.766773
+ ],
+ 73.6849
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.646484,
+ 0.492188,
+ -0.766783
+ ],
+ 90.0316
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.13672,
+ -1.19922,
+ -0.69166
+ ],
+ 0
+ ],
+ [
+ [
+ -3.17773,
+ -3.54102,
+ -0.69166
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_BagBunker_Tower_F": {
+ "lootType": "mil",
+ "pelicanPos": [
+ [
+ [
+ -1.95508,
+ -0.0195313,
+ -0.90682
+ ],
+ 269.117
+ ],
+ [
+ [
+ -0.703125,
+ -2.67383,
+ 0.543192
+ ],
+ 212.824
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.37891,
+ -1.93555,
+ -0.873341
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.732422,
+ 2.07617,
+ -2.17334
+ ],
+ 348
+ ],
+ [
+ [
+ -0.771484,
+ -2.21094,
+ -2.17334
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Offices_01_V1_F": {
+ "limit": 6,
+ "shelfPos": [
+ [
+ [
+ 1.18555,
+ 3.91016,
+ 0.712739
+ ],
+ 359.463
+ ],
+ [
+ [
+ -1.66797,
+ -5.50195,
+ -7.10147
+ ],
+ 270.268
+ ],
+ [
+ [
+ 7.38477,
+ 1.79688,
+ 4.63913
+ ],
+ 89.9385
+ ],
+ [
+ [
+ 7.48047,
+ -4.49414,
+ -3.18539
+ ],
+ 87.3787
+ ],
+ [
+ [
+ 8.3457,
+ 2.93164,
+ -7.08514
+ ],
+ 270.832
+ ],
+ [
+ [
+ 12.4883,
+ 3.5293,
+ -7.08517
+ ],
+ 89.032
+ ],
+ [
+ [
+ -16.5742,
+ 6.37695,
+ -7.08533
+ ],
+ 269.995
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 8.60547,
+ 1.05273,
+ -7.08536
+ ],
+ 261.917
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 6.63086,
+ 2.61133,
+ -7.08539
+ ],
+ 359.378
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 12.3555,
+ 2.48438,
+ -7.0863
+ ],
+ 88.735
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.04297,
+ -3.23633,
+ 0.71985
+ ],
+ 54.2617
+ ],
+ [
+ [
+ 6.82813,
+ -6.80273,
+ 0.698915
+ ],
+ 116.603
+ ],
+ [
+ [
+ 12.1465,
+ 7.50391,
+ -7.08539
+ ],
+ 21.1554
+ ],
+ [
+ [
+ -15.248,
+ 7.0293,
+ 9.81961
+ ],
+ 126.25
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.162109,
+ 3.8457,
+ 0.712403
+ ],
+ 355.347
+ ],
+ [
+ [
+ -1.60547,
+ -3.98047,
+ -7.10168
+ ],
+ 270.008
+ ],
+ [
+ [
+ 5.1582,
+ 0.861328,
+ 4.62234
+ ],
+ 186.369
+ ],
+ [
+ [
+ 4.81445,
+ 3.93164,
+ -3.18698
+ ],
+ 86.2954
+ ],
+ [
+ [
+ 5.69531,
+ 3.77148,
+ -3.18649
+ ],
+ 2.55798
+ ],
+ [
+ [
+ 7.20898,
+ 3.4082,
+ 4.63931
+ ],
+ 72.0425
+ ],
+ [
+ [
+ 7.27148,
+ 3.89648,
+ 4.63947
+ ],
+ 84.6359
+ ],
+ [
+ [
+ 7.46289,
+ -5.73047,
+ -3.18564
+ ],
+ 89.5913
+ ],
+ [
+ [
+ 9.43164,
+ -0.173828,
+ 4.63879
+ ],
+ 355.477
+ ],
+ [
+ [
+ 9.89063,
+ -0.171875,
+ 4.63889
+ ],
+ 357.143
+ ],
+ [
+ [
+ 8.54883,
+ 7.85352,
+ -7.08539
+ ],
+ 354.434
+ ],
+ [
+ [
+ 9.14648,
+ 7.85742,
+ -7.08536
+ ],
+ 342.434
+ ],
+ [
+ [
+ -16.377,
+ 4.77148,
+ -7.08542
+ ],
+ 249.62
+ ],
+ [
+ [
+ -16.3945,
+ 5.33789,
+ -7.08539
+ ],
+ 272.711
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -7.70508,
+ 3.27539,
+ 9.80328
+ ],
+ 165.226
+ ],
+ [
+ [
+ 11.9551,
+ -0.947266,
+ 4.63934
+ ],
+ 22.6672
+ ],
+ [
+ [
+ -11.2246,
+ -9.87695,
+ 9.81973
+ ],
+ 358.384
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 7.39453,
+ -4.98242,
+ 0.717866
+ ],
+ 89.9971
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 10.3047,
+ 7.74805,
+ -7.08533
+ ],
+ 359.889
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 5.50781,
+ 4.16016,
+ 4.63971
+ ],
+ 0.0171576
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.23438,
+ -0.361328,
+ 4.62201
+ ],
+ 314.676
+ ],
+ [
+ [
+ -13.8223,
+ 3.53125,
+ 9.81958
+ ],
+ 272.283
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.23438,
+ 1.21875,
+ 9.83307
+ ],
+ 348
+ ],
+ [
+ [
+ 6.88477,
+ -4.91602,
+ 9.83307
+ ],
+ 348
+ ],
+ [
+ [
+ -7.91797,
+ -7.52734,
+ 9.83307
+ ],
+ 348
+ ],
+ [
+ [
+ 10.6992,
+ -4.91602,
+ 4.62271
+ ],
+ 0
+ ],
+ [
+ [
+ 11.6484,
+ 6.89063,
+ 9.83307
+ ],
+ 348
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 12.332,
+ 1.18555,
+ -7.08542
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 4.25293,
+ 0.552734,
+ 5.96314
+ ],
+ 270
+ ],
+ [
+ [
+ 10.2202,
+ 0.577637,
+ -5.76687
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_d_Stone_Shed_V1_F": {
+ "bedPos": [
+ [
+ [
+ 2.83203,
+ 1.8418,
+ -0.0155029
+ ],
+ 269.824
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.93164,
+ -3.32227,
+ -10
+ ],
+ 348
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Small_01_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 0.712891,
+ 2.01953,
+ -1.06801
+ ],
+ 179.636
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.66992,
+ 4.35742,
+ -1.06878
+ ],
+ 359.99
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.06641,
+ 0.388672,
+ -1.06846
+ ],
+ 273.681
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.00195,
+ -3.09766,
+ -1.06751
+ ],
+ 91.678
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -4.11914,
+ -1.85938,
+ -1.08958
+ ],
+ 269.028
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.91992,
+ 4.31055,
+ -1.06914
+ ],
+ 359.993
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.800781,
+ -1.12109,
+ -1.06701
+ ],
+ 74.3133
+ ],
+ [
+ [
+ -3.79492,
+ 2.57031,
+ -1.06882
+ ],
+ 227.565
+ ],
+ [
+ [
+ -3.71875,
+ -3.625,
+ -1.05222
+ ],
+ 229.261
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.875,
+ 2.26172,
+ -1.06836
+ ],
+ 180.248
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Small_01_V2_F": {
+ "_inherit": "Land_i_House_Small_01_V1_F"
+ },
+ "Land_i_House_Small_01_V3_F": {
+ "_inherit": "Land_i_House_Small_01_V1_F"
+ },
+ "Land_u_House_Big_01_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 1.56055,
+ 0.982422,
+ -2.59135
+ ],
+ 359.087
+ ],
+ [
+ [
+ 3.06836,
+ -2.5918,
+ 0.82871
+ ],
+ 183.405
+ ],
+ [
+ [
+ 1.39258,
+ -6.70508,
+ -2.59135
+ ],
+ 182.249
+ ],
+ [
+ [
+ 3.20703,
+ 6.94922,
+ -2.59135
+ ],
+ 3.01586
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 0.0546875,
+ 6.88477,
+ -2.59135
+ ],
+ 357.87
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.03711,
+ -5.87109,
+ 0.828626
+ ],
+ 91.7906
+ ],
+ [
+ [
+ 3.26758,
+ -5.99805,
+ 0.828626
+ ],
+ 95.6288
+ ],
+ [
+ [
+ 3.30273,
+ 6.26758,
+ 0.828626
+ ],
+ 272.1
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.482422,
+ -1.69141,
+ 0.828588
+ ],
+ 90.019
+ ],
+ [
+ [
+ -0.523438,
+ -2.12305,
+ -2.59137
+ ],
+ 184.381
+ ],
+ [
+ [
+ -3.01172,
+ 5.27344,
+ -2.59138
+ ],
+ 177.246
+ ],
+ [
+ [
+ -2.76172,
+ 6.18164,
+ 0.828629
+ ],
+ 269.359
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 4.35352,
+ -3.9375,
+ 0.828695
+ ],
+ 91.5199
+ ],
+ [
+ [
+ 4.29102,
+ 4.18945,
+ 0.828744
+ ],
+ 90.0946
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.33398,
+ 6.96289,
+ -2.59177
+ ],
+ 359.496
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.83594,
+ -0.570313,
+ -2.68137
+ ],
+ 75.9432
+ ],
+ [
+ [
+ -2.95898,
+ -2.29102,
+ -2.68137
+ ],
+ 82.8292
+ ],
+ [
+ [
+ 0.705078,
+ 3.7832,
+ 0.828643
+ ],
+ 180.005
+ ],
+ [
+ [
+ -3.65039,
+ 2.18164,
+ 0.828628
+ ],
+ 313.022
+ ],
+ [
+ [
+ 4.05078,
+ 3.9043,
+ -2.5792
+ ],
+ 111.554
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.75977,
+ 0.580078,
+ 0.828625
+ ],
+ 359.479
+ ],
+ [
+ [
+ 0.232422,
+ -6.57813,
+ 0.828625
+ ],
+ 180.157
+ ],
+ [
+ [
+ 4.20898,
+ -5.11133,
+ -2.59138
+ ],
+ 90.4264
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.86523,
+ 1.09375,
+ -2.5914
+ ],
+ 179.843
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.55859,
+ 3.71289,
+ -2.61788
+ ],
+ 177
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Big_01_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -3.33594,
+ 2.69336,
+ 0.828649
+ ],
+ 0.965714
+ ],
+ [
+ [
+ 2.96875,
+ 3.44531,
+ -2.59135
+ ],
+ 182.75
+ ],
+ [
+ [
+ 3.70898,
+ -2.63867,
+ 0.828707
+ ],
+ 180.077
+ ],
+ [
+ [
+ -4.09961,
+ 2.03516,
+ -2.59135
+ ],
+ 269.739
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 4.11914,
+ 3.69922,
+ -2.59135
+ ],
+ 168.186
+ ],
+ [
+ [
+ -3.92578,
+ 6.73633,
+ 0.828675
+ ],
+ 290.478
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.835938,
+ -4.21289,
+ 0.828626
+ ],
+ 273.228
+ ],
+ [
+ [
+ 3.64844,
+ -4.54688,
+ 0.828626
+ ],
+ 1.43391
+ ],
+ [
+ [
+ 3.29297,
+ 6.20508,
+ 0.828626
+ ],
+ 273.903
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.18359,
+ -1.30273,
+ 0.828621
+ ],
+ 181.307
+ ],
+ [
+ [
+ 3.11328,
+ 4.48633,
+ 0.828624
+ ],
+ 89.1209
+ ],
+ [
+ [
+ -2.99609,
+ 5.30859,
+ -2.59138
+ ],
+ 178.667
+ ],
+ [
+ [
+ 3.05664,
+ -5.85938,
+ -2.59137
+ ],
+ 90.8967
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.63281,
+ 3.60742,
+ 0.828697
+ ],
+ 179.668
+ ],
+ [
+ [
+ 4.30273,
+ -3.64844,
+ -2.59128
+ ],
+ 90
+ ],
+ [
+ [
+ -2.66016,
+ -6.70117,
+ 0.828702
+ ],
+ 181.241
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.91016,
+ 3.75781,
+ -2.59176
+ ],
+ 181.387
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.875,
+ 0.488281,
+ -2.59136
+ ],
+ 12.1387
+ ],
+ [
+ [
+ 2.37305,
+ 0.478516,
+ 0.85181
+ ],
+ 84.246
+ ],
+ [
+ [
+ -3,
+ -0.240234,
+ -2.68137
+ ],
+ 57.9483
+ ],
+ [
+ [
+ -2.76953,
+ -2.30664,
+ -2.68137
+ ],
+ 80.3317
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.17188,
+ -1.95703,
+ -2.59138
+ ],
+ 270.249
+ ],
+ [
+ [
+ 0.105469,
+ 6.84375,
+ 0.828627
+ ],
+ 0.00192261
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.8125,
+ 1.09375,
+ -2.59139
+ ],
+ 180.224
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.59375,
+ 6.80273,
+ -2.61788
+ ],
+ 3
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Big_01_V2_F": {
+ "_inherit": "Land_i_House_Big_01_V1_F"
+ },
+ "Land_i_House_Big_01_V3_F": {
+ "_inherit": "Land_i_House_Big_01_V1_F"
+ },
+ "Land_Hospital_side1_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -5.40039,
+ 2.9082,
+ -7.91957
+ ],
+ 2.14935
+ ],
+ [
+ [
+ -6.25,
+ -7.61719,
+ -7.92645
+ ],
+ 270.854
+ ],
+ [
+ [
+ 2.96484,
+ 10.916,
+ 7.44774
+ ],
+ 359.647
+ ],
+ [
+ [
+ 9.71289,
+ -6.21289,
+ -7.92565
+ ],
+ 87.4192
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -2.66797,
+ -11.2949,
+ -7.92739
+ ],
+ 179.351
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.912109,
+ -3.25195,
+ -7.92176
+ ],
+ 91.7708
+ ],
+ [
+ [
+ 4.10547,
+ -3.19141,
+ -7.92099
+ ],
+ 89.6996
+ ],
+ [
+ [
+ -0.625,
+ -5.79688,
+ -7.92326
+ ],
+ 266.29
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.386719,
+ 1.90234,
+ -7.91998
+ ],
+ 271.421
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.70898,
+ -11.1738,
+ -7.92829
+ ],
+ 180.136
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.83008,
+ 2.53906,
+ -7.92018
+ ],
+ 340.336
+ ],
+ [
+ [
+ 9.28516,
+ 2.51367,
+ -7.92017
+ ],
+ 27.1802
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -4.66016,
+ 7.12695,
+ -0.617266
+ ],
+ 177.338
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -6.14063,
+ 0.242188,
+ -7.92175
+ ],
+ 268.608
+ ],
+ [
+ [
+ 9.47656,
+ 0.0429688,
+ -7.92081
+ ],
+ 89.4555
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.167969,
+ 6.7832,
+ 7.44031
+ ],
+ 0.197876
+ ],
+ [
+ [
+ 9.93164,
+ 5.09375,
+ -7.92028
+ ],
+ 90.4358
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 9.5293,
+ -5.36328,
+ 7.43984
+ ],
+ 95.593
+ ],
+ [
+ [
+ 0.126953,
+ 11.4395,
+ 2.38099
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 5.7207,
+ 5.69727,
+ 7.451
+ ],
+ 90
+ ],
+ [
+ [
+ -2.02539,
+ 10.0586,
+ -7.89901
+ ],
+ 90
+ ],
+ [
+ [
+ 8.43945,
+ -6.91016,
+ 7.451
+ ],
+ 90
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 9.43945,
+ -8.53906,
+ -7.90901
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -6.39502,
+ -5.93945,
+ -6.56894
+ ],
+ 0
+ ],
+ [
+ [
+ 9.81006,
+ -4.22998,
+ -6.56894
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hospital_side2_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 4.34766,
+ -10.8809,
+ -8.13902
+ ],
+ 179.22
+ ],
+ [
+ [
+ -5.95703,
+ -10.9258,
+ -8.13085
+ ],
+ 178.43
+ ],
+ [
+ [
+ 15.5547,
+ -1.91211,
+ -8.13092
+ ],
+ 359.336
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -8.25586,
+ -8.94922,
+ -8.13093
+ ],
+ 267.631
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -7.19336,
+ 1.38867,
+ -8.13095
+ ],
+ 179.136
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -8.17969,
+ -10.1816,
+ -8.13134
+ ],
+ 269.372
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -7.36133,
+ 3.00391,
+ 11.219
+ ],
+ 282.51
+ ],
+ [
+ [
+ -10.5195,
+ -4.00586,
+ 7.23841
+ ],
+ 237.441
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.35938,
+ -10.7207,
+ -8.13079
+ ],
+ 180.383
+ ],
+ [
+ [
+ 8.24609,
+ -10.7422,
+ -8.13077
+ ],
+ 178.528
+ ],
+ [
+ [
+ 11.8438,
+ -10.709,
+ -8.13078
+ ],
+ 179.892
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -8.71094,
+ -3.51367,
+ -8.13078
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.34766,
+ -0.410156,
+ -8.14045
+ ],
+ 90
+ ],
+ [
+ [
+ -5.58203,
+ -0.400391,
+ -8.14045
+ ],
+ 90
+ ],
+ [
+ [
+ 6.58008,
+ 3.79297,
+ -8.14045
+ ],
+ 90
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.11914,
+ -10.6406,
+ -8.14045
+ ],
+ 180
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.117188,
+ -1.76221,
+ -6.77038
+ ],
+ 90
+ ],
+ [
+ [
+ 1.33496,
+ -11.0347,
+ -6.77038
+ ],
+ 270
+ ],
+ [
+ [
+ 14.6304,
+ -11.0347,
+ -6.77038
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hospital_main_F": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 14.3516,
+ -2.75781,
+ -8.04017
+ ],
+ 90.0092
+ ],
+ [
+ [
+ 14.4102,
+ -10.8027,
+ -8.04031
+ ],
+ 88.6201
+ ],
+ [
+ [
+ 6.71875,
+ -18.9082,
+ 7.32756
+ ],
+ 88.904
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -10.5098,
+ -12.3008,
+ -8.04206
+ ],
+ 272.027
+ ],
+ [
+ [
+ 4.49805,
+ 19.1055,
+ -8.03925
+ ],
+ 359.681
+ ],
+ [
+ [
+ 6.66016,
+ 19.1504,
+ -8.0383
+ ],
+ 356.209
+ ],
+ [
+ [
+ 0.691406,
+ -20.6602,
+ -8.03756
+ ],
+ 178.007
+ ],
+ [
+ [
+ 9.58594,
+ 19.1191,
+ -8.03699
+ ],
+ 359.114
+ ],
+ [
+ [
+ 5.51953,
+ -20.6738,
+ -8.03836
+ ],
+ 179.692
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 5.98242,
+ -6.33008,
+ 7.32735
+ ],
+ 22.9554
+ ],
+ [
+ [
+ 10.6816,
+ 0.878906,
+ -7.01696
+ ],
+ 300.456
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.35938,
+ -20.6563,
+ -8.04205
+ ],
+ 179.332
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 14.1875,
+ 10.0137,
+ -8.03923
+ ],
+ 88.9373
+ ],
+ [
+ [
+ 14.1895,
+ 12.209,
+ -8.03929
+ ],
+ 89.9901
+ ],
+ [
+ [
+ 14.2285,
+ 14.4941,
+ -8.03952
+ ],
+ 89.9901
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.01367,
+ -4.61133,
+ -1.04287
+ ],
+ 188.531
+ ],
+ [
+ [
+ 12.9023,
+ -7.36914,
+ 7.32734
+ ],
+ 210.758
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -10.0547,
+ -6.80469,
+ -8.05151
+ ],
+ 180
+ ],
+ [
+ [
+ 1.62305,
+ 18.627,
+ -8.05151
+ ],
+ 180
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 14.5366,
+ -0.879883,
+ -6.88591
+ ],
+ 180
+ ],
+ [
+ [
+ 14.5056,
+ -9.5127,
+ -6.88591
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_d_Shop_02_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -1.25195,
+ -3.0293,
+ -2.79755
+ ],
+ 250.062
+ ],
+ [
+ [
+ 1.2793,
+ -4.13867,
+ -2.79765
+ ],
+ 178.402
+ ],
+ [
+ [
+ -5.04688,
+ 2.14063,
+ 1.0899
+ ],
+ 273.409
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.77148,
+ 4.04688,
+ -2.79756
+ ],
+ 99.5686
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.12891,
+ -2.2168,
+ 1.09474
+ ],
+ 94.155
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.9707,
+ -3.16992,
+ 1.09518
+ ],
+ 180.623
+ ],
+ [
+ [
+ -4.48633,
+ 4.00586,
+ -2.79765
+ ],
+ 325.405
+ ],
+ [
+ [
+ -4.54883,
+ 4.10352,
+ 1.08889
+ ],
+ 330.581
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.566406,
+ 1.81445,
+ 4.50349
+ ],
+ 353.316
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.0918,
+ -2.88086,
+ -2.45702
+ ],
+ 238
+ ],
+ [
+ [
+ 4.7832,
+ 4.58984,
+ -2.52702
+ ],
+ 238
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_d_House_Small_01_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 6.82813,
+ 6.42285,
+ -0.861197
+ ],
+ 354.675
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 8.44141,
+ 2.11035,
+ -0.859908
+ ],
+ 88.0808
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.75,
+ -0.15918,
+ -0.859535
+ ],
+ 359.982
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.43359,
+ 4.36914,
+ -0.860575
+ ],
+ 180.154
+ ],
+ [
+ [
+ 8.06641,
+ 5.74316,
+ -0.861
+ ],
+ 27.7226
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.42969,
+ -1.45898,
+ 2.73048
+ ],
+ 98.759
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.865234,
+ -1.24414,
+ -0.196001
+ ],
+ 238
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Church_01_V1_F": {
+ "wardrobePos": [
+ [
+ [
+ 4.5957,
+ 5.27051,
+ -6.49416
+ ],
+ 180.222
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 5.29492,
+ -5.31055,
+ -6.49177
+ ],
+ 10.1886
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -5.17969,
+ 5.49414,
+ -5.52077
+ ],
+ 284.503
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.70313,
+ -4.57422,
+ -5.49586
+ ],
+ 271.096
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.17969,
+ -5.43848,
+ -5.50872
+ ],
+ 238
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Castle_01_tower_F": {
+ "shelfPos": [
+ [
+ [
+ 2.58398,
+ 2.0791,
+ -9.50637
+ ],
+ 85.6591
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.63281,
+ -1.07617,
+ -9.50639
+ ],
+ 183.524
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.01953,
+ -1.68555,
+ 7.91612
+ ],
+ 225.648
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.05469,
+ -1.40527,
+ 7.91612
+ ],
+ 117.265
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.76758,
+ 2.14648,
+ -9.5529
+ ],
+ 238
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_dp_bigTank_F": {
+ "pelicanPos": [
+ [
+ [
+ 0.326172,
+ -0.174805,
+ 3.57153
+ ],
+ 253.033
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.50781,
+ -3.73828,
+ 3.60099
+ ],
+ 180
+ ],
+ [
+ [
+ -2.02734,
+ 4.60449,
+ 3.60099
+ ],
+ 238
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Small_02_V1_F": {
+ "fridgePos": [
+ [
+ [
+ -3.27148,
+ 0.0527344,
+ -0.734623
+ ],
+ 270.037
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 6.20313,
+ -2.11328,
+ -0.726701
+ ],
+ 91.5496
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.511719,
+ -1.35156,
+ -0.735134
+ ],
+ 1.5394
+ ],
+ [
+ [
+ 6.25391,
+ 0.796875,
+ -0.726635
+ ],
+ 2.02849
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.42578,
+ -2.14453,
+ -0.732787
+ ],
+ 274.294
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.22266,
+ 2.26367,
+ -0.727057
+ ],
+ 270.633
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.82813,
+ -0.0859375,
+ -0.732331
+ ],
+ 294.633
+ ],
+ [
+ [
+ 3.58398,
+ -2.61719,
+ -0.730065
+ ],
+ 188.429
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.15039,
+ 2.44727,
+ -0.726453
+ ],
+ 0.13829
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Small_02_V2_F": {
+ "_inherit": "Land_i_House_Small_02_V1_F"
+ },
+ "Land_i_House_Small_02_V3_F": {
+ "_inherit": "Land_i_House_Small_02_V1_F"
+ },
+ "Land_Chapel_V1_F": {
+ "wardrobePos": [
+ [
+ [
+ 6.00195,
+ -3.92969,
+ -2.83485
+ ],
+ 179.372
+ ],
+ [
+ [
+ 6.51758,
+ 3.87891,
+ -2.83486
+ ],
+ 0.951279
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.87305,
+ -3.24414,
+ -2.83491
+ ],
+ 100.36
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 6.86914,
+ 0.0175781,
+ -2.63492
+ ],
+ 267.468
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.00977,
+ -1.36523,
+ -2.83493
+ ],
+ 269.847
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.01758,
+ -1.21484,
+ -2.83492
+ ],
+ 277.811
+ ],
+ [
+ [
+ 3.37695,
+ 3.05078,
+ -2.83492
+ ],
+ 276.733
+ ],
+ [
+ [
+ -1.56445,
+ -4.63281,
+ -1.51178
+ ],
+ 1.34718
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -6.60352,
+ -0.580078,
+ -2.83143
+ ],
+ 107
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Chapel_V2_F": {
+ "_inherit": "Land_Chapel_V1_F"
+ },
+ "Land_Chapel_Small_V1_F": {
+ "chairPos": [
+ [
+ [
+ 3.26953,
+ 0.988281,
+ -0.894284
+ ],
+ 95.6997
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.88379,
+ -1,
+ -0.54896
+ ],
+ 269.755
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.423828,
+ -1.18945,
+ -0.9293
+ ],
+ 272.97
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 5.34961,
+ 1.12695,
+ -10
+ ],
+ 107
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Chapel_Small_V2_F": {
+ "chairPos": [
+ [
+ [
+ 1.81445,
+ 1.00391,
+ -0.894289
+ ],
+ 263.639
+ ],
+ [
+ [
+ 1.86621,
+ -1.23633,
+ -0.894289
+ ],
+ 264.855
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.228516,
+ -0.994141,
+ -0.54997
+ ],
+ 264.521
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.75586,
+ -0.105469,
+ -0.894377
+ ],
+ 89.9709
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.333984,
+ -0.396484,
+ -0.9293
+ ],
+ 269.367
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Unfinished_Building_02_F": {
+ "shelfPos": [
+ [
+ [
+ -3.17188,
+ -1.88086,
+ 0.949918
+ ],
+ 269.1
+ ],
+ [
+ [
+ 5.81641,
+ 1.0918,
+ -2.52319
+ ],
+ 89.9583
+ ],
+ [
+ [
+ 5.91406,
+ 0.357422,
+ 0.950038
+ ],
+ 90.0202
+ ],
+ [
+ [
+ -7.89746,
+ 0.162109,
+ 0.949969
+ ],
+ 268.502
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -4.95898,
+ 3.81641,
+ 0.949724
+ ],
+ 2.84769
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.923828,
+ -4.65039,
+ 0.949726
+ ],
+ 89.1011
+ ],
+ [
+ [
+ -6.69727,
+ 1.0293,
+ -2.52443
+ ],
+ 191.658
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.539063,
+ 3.33398,
+ 0.949805
+ ],
+ 48.6076
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.0166,
+ 4.06055,
+ 0.949846
+ ],
+ 269.094
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.55176,
+ -1.90625,
+ 0.949803
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.40234,
+ 3.50586,
+ -2.29579
+ ],
+ 316.814
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.5625,
+ -2.18359,
+ -2.38678
+ ],
+ 107
+ ],
+ [
+ [
+ -4.375,
+ 3.11133,
+ -2.43678
+ ],
+ 107
+ ],
+ [
+ [
+ -7.12988,
+ -2.27539,
+ -2.38678
+ ],
+ 107
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Unfinished_Building_01_F": {
+ "shelfPos": [
+ [
+ [
+ 1.72168,
+ -2.44336,
+ 1.17171
+ ],
+ 270.818
+ ],
+ [
+ [
+ -4.88184,
+ 2.35938,
+ 1.17171
+ ],
+ 269.023
+ ],
+ [
+ [
+ -3.98438,
+ 6.07227,
+ -2.33344
+ ],
+ 359.657
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.557617,
+ 5.36523,
+ 4.46878
+ ],
+ 7.08017
+ ],
+ [
+ [
+ -1.00684,
+ 5.38867,
+ -2.33351
+ ],
+ 80.4785
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -5.13184,
+ 4.25,
+ 1.1717
+ ],
+ 270.006
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.368164,
+ 5.74023,
+ -2.31357
+ ],
+ 26.9766
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.25879,
+ -1.67578,
+ 1.17496
+ ],
+ 107
+ ],
+ [
+ [
+ -3.6416,
+ -1.50586,
+ -2.30504
+ ],
+ 107
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Garage_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -1.55078,
+ 2.56055,
+ -0.123878
+ ],
+ 2.39618
+ ],
+ [
+ [
+ 1.91309,
+ 2.57422,
+ -0.123676
+ ],
+ 359.724
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.73438,
+ -2.17188,
+ -0.123873
+ ],
+ 182.516
+ ],
+ [
+ [
+ 4.35547,
+ -1.73828,
+ -0.123592
+ ],
+ 152.206
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 0.046875,
+ -2.07031,
+ -0.124327
+ ],
+ 178.265
+ ],
+ [
+ [
+ 4.73438,
+ -0.0839844,
+ -0.124328
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.29883,
+ 2.07813,
+ -0.115259
+ ],
+ 30.7671
+ ],
+ [
+ [
+ -3.37695,
+ -2.0293,
+ -0.108249
+ ],
+ 179.713
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.271484,
+ 2.77539,
+ -0.124063
+ ],
+ 0.0454407
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.19922,
+ -1.98047,
+ -0.116426
+ ],
+ 176
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Shop_01_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -3.48438,
+ -1.17578,
+ -2.788
+ ],
+ 268.197
+ ],
+ [
+ [
+ 3.14453,
+ 4.45508,
+ -2.78799
+ ],
+ 180.136
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.59961,
+ 4.04297,
+ -2.78796
+ ],
+ 85.053
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.6543,
+ 2.58594,
+ 1.08346
+ ],
+ 176.063
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.60742,
+ 2.36133,
+ -2.78802
+ ],
+ 178.997
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.71094,
+ 1.96094,
+ 1.10037
+ ],
+ 90.3614
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.47656,
+ 0.724609,
+ -2.7976
+ ],
+ 91.1
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.06836,
+ -1.5293,
+ 1.08361
+ ],
+ 216.965
+ ],
+ [
+ [
+ -3.23242,
+ 6.06445,
+ 1.08373
+ ],
+ 271.268
+ ],
+ [
+ [
+ -3.09766,
+ 6.14063,
+ -2.78284
+ ],
+ 312.75
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.66016,
+ -3.25195,
+ 1.07017
+ ],
+ 300.566
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.54688,
+ 2.13867,
+ -2.7976
+ ],
+ 91.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Shop_01_V2_F": {
+ "_inherit": "Land_i_Shop_01_V1_F"
+ },
+ "Land_i_Shop_01_V3_F": {
+ "_inherit": "Land_i_Shop_01_V1_F"
+ },
+ "Land_u_Shop_01_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 1.78516,
+ -0.0390625,
+ -2.90725
+ ],
+ 88.4493
+ ],
+ [
+ [
+ -3.54688,
+ -0.136719,
+ -2.90725
+ ],
+ 269.105
+ ],
+ [
+ [
+ -3.5332,
+ -1.28711,
+ -2.90719
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.63086,
+ 4.2793,
+ -2.90721
+ ],
+ 88.9036
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.75195,
+ -0.902344,
+ 0.964377
+ ],
+ 184.931
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.546875,
+ 1.35742,
+ 0.963423
+ ],
+ 8.58237
+ ],
+ [
+ [
+ -2.38672,
+ 2.46484,
+ -2.90728
+ ],
+ 183.604
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.41992,
+ 2.08984,
+ 0.964587
+ ],
+ 270.137
+ ],
+ [
+ [
+ -3.36719,
+ 5.67578,
+ -2.90725
+ ],
+ 269.105
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.19727,
+ 4.55469,
+ -2.90767
+ ],
+ 182.053
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.945313,
+ 4.17188,
+ 0.962904
+ ],
+ 81.2836
+ ],
+ [
+ [
+ -2.9707,
+ 3.94727,
+ 0.964307
+ ],
+ 304.317
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.71094,
+ 6.19141,
+ 0.964416
+ ],
+ 326.125
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.03125,
+ 1.91406,
+ -2.90729
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.800781,
+ -1.02539,
+ 0.953138
+ ],
+ 91.1
+ ],
+ [
+ [
+ 0.273438,
+ 8.36328,
+ -3.16686
+ ],
+ 91.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_Shop_02_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -0.126953,
+ 2.28711,
+ -2.7004
+ ],
+ 358.842
+ ],
+ [
+ [
+ -4.41406,
+ 4.35938,
+ -2.69497
+ ],
+ 355.221
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -4.14648,
+ -3.36914,
+ 1.21215
+ ],
+ 101.364
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.917969,
+ 1.4707,
+ 1.21215
+ ],
+ 275.214
+ ],
+ [
+ [
+ -0.701172,
+ -2.85156,
+ -2.69499
+ ],
+ 179.577
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -5.29297,
+ 1.41602,
+ 1.21222
+ ],
+ 274.211
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -2,
+ 3.81641,
+ -2.69536
+ ],
+ 88.9063
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.67773,
+ -3.54297,
+ 1.21222
+ ],
+ 123.36
+ ],
+ [
+ [
+ -3.26953,
+ -3.9375,
+ -2.69715
+ ],
+ 150.356
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.83984,
+ 3.80273,
+ 1.21219
+ ],
+ 68.5479
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -5.19336,
+ 1.49219,
+ -2.69484
+ ],
+ 269.367
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.47852,
+ -1.13086,
+ -2.69459
+ ],
+ 89.5903
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.65234,
+ -3.43359,
+ -2.68103
+ ],
+ 91.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Shop_02_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 3.26367,
+ -1.38867,
+ 1.21217
+ ],
+ 90.8952
+ ],
+ [
+ [
+ -2.08203,
+ -2.95703,
+ -2.69497
+ ],
+ 269.105
+ ],
+ [
+ [
+ -1.02539,
+ -4.35742,
+ -2.69497
+ ],
+ 180.056
+ ],
+ [
+ [
+ -5.05078,
+ 4.06055,
+ -2.69497
+ ],
+ 316.341
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.98047,
+ 3.92383,
+ -2.6833
+ ],
+ 90.3202
+ ],
+ [
+ [
+ -5.27734,
+ 3.7793,
+ 1.21222
+ ],
+ 279.71
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.222656,
+ 1.53906,
+ 1.21215
+ ],
+ 273.796
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.4375,
+ 1.25391,
+ -2.70038
+ ],
+ 267.738
+ ],
+ [
+ [
+ 0.759766,
+ -3.41016,
+ 1.21215
+ ],
+ 92.1877
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 2.8125,
+ 4.05664,
+ 1.21287
+ ],
+ 9.59067
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -5.24609,
+ 1.91992,
+ -2.69537
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.39258,
+ -3.73633,
+ 1.21216
+ ],
+ 148.243
+ ],
+ [
+ [
+ -4.91406,
+ -1.41211,
+ 1.21217
+ ],
+ 307.249
+ ],
+ [
+ [
+ 4.62891,
+ 3.41992,
+ 1.21202
+ ],
+ 300.318
+ ],
+ [
+ [
+ -4.88477,
+ -3.74023,
+ 1.21216
+ ],
+ 223.381
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.62695,
+ -3.32031,
+ 1.21216
+ ],
+ 96.5193
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.75391,
+ -1.13086,
+ -2.69498
+ ],
+ 258.801
+ ],
+ [
+ [
+ -3.5957,
+ -2.40234,
+ 1.21215
+ ],
+ 178.44
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -2.96484,
+ -3.17773,
+ -2.6967
+ ],
+ 86.8359
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.52344,
+ -0.677734,
+ -2.69483
+ ],
+ 89.3848
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.943359,
+ -4.0625,
+ -2.69103
+ ],
+ 179.201
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Shop_02_V2_F": {
+ "_inherit": "Land_i_Shop_02_V1_F"
+ },
+ "Land_i_Shop_02_V3_F": {
+ "_inherit": "Land_i_Shop_02_V1_F"
+ },
+ "Land_d_Shop_01_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 0.605469,
+ -1.54102,
+ -2.90717
+ ],
+ 299.385
+ ],
+ [
+ [
+ 4.18555,
+ 0.601563,
+ -2.90725
+ ],
+ 61.8762
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 4.00195,
+ 2.49414,
+ -2.90721
+ ],
+ 89.2228
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 3.50781,
+ -0.328125,
+ 0.96386
+ ],
+ 7.76802
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.0292969,
+ -2.46289,
+ 0.964392
+ ],
+ 181.746
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.14648,
+ 2.53125,
+ 0.962579
+ ],
+ 89.109
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.193359,
+ 1.15234,
+ -2.90727
+ ],
+ 319.613
+ ],
+ [
+ [
+ 3.76758,
+ -3.32617,
+ 0.964494
+ ],
+ 152.858
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.72461,
+ 1.38086,
+ 4.25002
+ ],
+ 148.152
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 4.16016,
+ 3.7207,
+ -2.90727
+ ],
+ 177.719
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.625,
+ -1.60938,
+ -2.90729
+ ],
+ 90.0519
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.251953,
+ -5.05664,
+ -10
+ ],
+ 179.201
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Addon_02_V1_F": {
+ "fridgePos": [
+ [
+ [
+ 3.17969,
+ 3.81641,
+ 0.0858998
+ ],
+ 89.972
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.154297,
+ 3.38086,
+ 0.085825
+ ],
+ 276.397
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -2.44922,
+ 3.91602,
+ 0.0865474
+ ],
+ 359.106
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.693359,
+ 0.376953,
+ 0.0858068
+ ],
+ 160.478
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.86133,
+ 1.26953,
+ 0.0858245
+ ],
+ 269.367
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.418823,
+ -1.67969,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_Addon_02_V1_F": {
+ "_inherit": "Land_i_Addon_02_V1_F"
+ },
+ "Land_d_Addon_02_V1_F": {
+ "couchPos": [
+ [
+ [
+ -0.962891,
+ 2.74805,
+ 0.41301
+ ],
+ 261.447
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.94531,
+ 2.58301,
+ 0.439629
+ ],
+ 350.421
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.35156,
+ 0.995117,
+ 0.423958
+ ],
+ 187.201
+ ],
+ [
+ [
+ 3.19336,
+ 1.2168,
+ 0.413958
+ ],
+ 187.201
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_d_Stone_HouseSmall_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 7.36328,
+ 2.99121,
+ -0.59085
+ ],
+ 87.8075
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 3.63281,
+ -1.93262,
+ -0.616286
+ ],
+ 268.761
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 10.1387,
+ 2.39941,
+ -0.585113
+ ],
+ 271.572
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.128906,
+ -0.958008,
+ -0.578321
+ ],
+ 80.7286
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.56055,
+ 2.4541,
+ -0.599906
+ ],
+ 3.8147
+ ],
+ [
+ [
+ 7.77539,
+ -0.0078125,
+ -0.597849
+ ],
+ 341.959
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -6.20508,
+ 1.12988,
+ -0.453797
+ ],
+ 187.201
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseSmall_V3_F": {
+ "shelfPos": [
+ [
+ [
+ 0.423828,
+ 0.0566406,
+ -0.65061
+ ],
+ 91.2415
+ ],
+ [
+ [
+ 8.48047,
+ -0.707031,
+ -0.614687
+ ],
+ 178.388
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.63477,
+ -0.37207,
+ -0.645178
+ ],
+ 237.969
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -7.63867,
+ 3.78809,
+ -0.637772
+ ],
+ 284.46
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.54297,
+ 3.81445,
+ -0.635458
+ ],
+ 279.006
+ ],
+ [
+ [
+ 6.89453,
+ 3.41211,
+ -0.618565
+ ],
+ 306.201
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -5.28516,
+ -0.365234,
+ -0.67601
+ ],
+ 152.535
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.74414,
+ -0.546875,
+ -0.636206
+ ],
+ 178.279
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.378906,
+ 4.13086,
+ -0.630233
+ ],
+ 34.7144
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.85547,
+ 1.70898,
+ -0.659347
+ ],
+ 164.896
+ ],
+ [
+ [
+ 5.85547,
+ 2.18652,
+ -0.626413
+ ],
+ 196.919
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 9.33398,
+ -2.30273,
+ -10
+ ],
+ 187.201
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseSmall_V2_F": {
+ "shelfPos": [
+ [
+ [
+ 4.76758,
+ -0.796875,
+ -0.631255
+ ],
+ 179.539
+ ],
+ [
+ [
+ -9.4043,
+ 1.01563,
+ -0.670586
+ ],
+ 267.808
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.48047,
+ -0.0341797,
+ -0.645909
+ ],
+ 258.003
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.64648,
+ 4.09277,
+ -0.631337
+ ],
+ 292.711
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -5.07031,
+ 0.208008,
+ -0.67044
+ ],
+ 95.3583
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -0.00585938,
+ -0.03125,
+ -0.648986
+ ],
+ 126.318
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 5.89258,
+ 4.7959,
+ -0.619837
+ ],
+ 359.875
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 8.50977,
+ 0.861328,
+ -0.614511
+ ],
+ 139.91
+ ],
+ [
+ [
+ 8.43945,
+ 3.40625,
+ -0.614825
+ ],
+ 57.7087
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -8.76563,
+ 4.50488,
+ -0.630112
+ ],
+ 339.768
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -5.22852,
+ 2.18652,
+ -0.655036
+ ],
+ 2.32285
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseSmall_V1_F": {
+ "_inherit": "Land_i_Stone_HouseSmall_V2_F"
+ },
+ "Land_i_Stone_Shed_V3_F": {
+ "bedPos": [
+ [
+ [
+ -2.78711,
+ 2.84375,
+ -0.126943
+ ],
+ 174.67
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.425781,
+ 4.04688,
+ -0.139276
+ ],
+ 1.30153
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.9375,
+ -0.209961,
+ -0.127349
+ ],
+ 176.707
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.2207,
+ 2.56445,
+ -0.126943
+ ],
+ 75.8372
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_Shed_V2_F": {
+ "fridgePos": [
+ [
+ [
+ 2.71875,
+ 3.87891,
+ -0.126784
+ ],
+ 68.5485
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.76758,
+ 2.82813,
+ -0.126943
+ ],
+ 180.094
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.91602,
+ 0.928711,
+ 0.00655437
+ ],
+ 98.2006
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.671875,
+ 1.21875,
+ -0.126942
+ ],
+ 176.837
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_Shed_V1_F": {
+ "bedPos": [
+ [
+ [
+ -2.9209,
+ 0.884766,
+ -0.126943
+ ],
+ 183.73
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.408203,
+ 3.18359,
+ -0.126948
+ ],
+ 274.981
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.11133,
+ 3.29883,
+ -0.126935
+ ],
+ 304.61
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.279297,
+ -0.111328,
+ -0.126944
+ ],
+ 178.227
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.20313,
+ 3.35938,
+ -0.126961
+ ],
+ 88.6889
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_d_Stone_HouseBig_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -1.88477,
+ 1.23047,
+ -1.6673
+ ],
+ 89.1051
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -2.71875,
+ -3.03711,
+ -1.66745
+ ],
+ 188.243
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.0498,
+ -2.62891,
+ 1.19249
+ ],
+ 98.1494
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.18457,
+ -1.48438,
+ -1.61955
+ ],
+ 5.4863
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -1.54102,
+ 1.11914,
+ 1.19367
+ ],
+ 340.004
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.714844,
+ -3.05078,
+ -1.6675
+ ],
+ 178.582
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.28516,
+ -0.453125,
+ 1.20476
+ ],
+ 87.2772
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.75977,
+ -0.654297,
+ 1.19248
+ ],
+ 274.611
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.728516,
+ 0.9375,
+ -0.647514
+ ],
+ 33.2239
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.16309,
+ -2.74805,
+ 1.18598
+ ],
+ 98.2006
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseBig_V3_F": {
+ "shelfPos": [
+ [
+ [
+ -1.8916,
+ 1.73047,
+ -1.68199
+ ],
+ 270.888
+ ],
+ [
+ [
+ 0.605469,
+ 3.55469,
+ 1.19272
+ ],
+ 359.924
+ ],
+ [
+ [
+ 4.22168,
+ -1.08594,
+ 1.19272
+ ],
+ 175.587
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.59277,
+ -0.886719,
+ -1.68134
+ ],
+ 246.969
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.640625,
+ -0.460938,
+ 1.19249
+ ],
+ 91.5507
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.75488,
+ 1.30664,
+ -1.66749
+ ],
+ 9.91046
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -1.41113,
+ 2.97461,
+ 1.19534
+ ],
+ 300.8
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.52539,
+ 1.28516,
+ 1.1925
+ ],
+ 266.593
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.642578,
+ -0.855469,
+ -1.67561
+ ],
+ 187.85
+ ],
+ [
+ [
+ 2.20898,
+ -0.970703,
+ 1.19249
+ ],
+ 176.776
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.287109,
+ 3.42773,
+ -0.594017
+ ],
+ 98.2006
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseBig_V2_F": {
+ "_inherit": "Land_i_Stone_HouseBig_V3_F"
+ },
+ "Land_i_Stone_HouseBig_V1_F": {
+ "_inherit": "Land_i_Stone_HouseBig_V3_F"
+ },
+ "Land_d_House_Big_02_V1_F": {
+ "shelfPos": [
+ [
+ [
+ 0.669922,
+ -1.39453,
+ -3.06634
+ ],
+ 90
+ ],
+ [
+ [
+ 2.7373,
+ 4.13477,
+ 0.463613
+ ],
+ 90
+ ],
+ [
+ [
+ -5.60547,
+ 4.73633,
+ -3.0663
+ ],
+ 338.985
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.41797,
+ 0.193359,
+ -3.06639
+ ],
+ 156.125
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.832031,
+ 1.24023,
+ 0.463591
+ ],
+ 73.8195
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.16406,
+ 3.83398,
+ -3.06641
+ ],
+ 285.269
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -5.1709,
+ 0.628906,
+ 0.46367
+ ],
+ 210.054
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -5.51367,
+ -5.44727,
+ -2.91562
+ ],
+ 283.817
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.57617,
+ 0.324219,
+ -3.06635
+ ],
+ 249.612
+ ],
+ [
+ [
+ -5.49219,
+ -2.3457,
+ 0.523658
+ ],
+ 265.17
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.33398,
+ 6.15625,
+ 0.40361
+ ],
+ 34.738
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.68457,
+ 4.60742,
+ 0.463591
+ ],
+ 357.124
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.80078,
+ -5.45703,
+ -2.37291
+ ],
+ 98.2006
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_House_Big_02_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -3.04102,
+ -1.03125,
+ 0.962879
+ ],
+ 0
+ ],
+ [
+ [
+ -3.25195,
+ 0.0253906,
+ -2.40712
+ ],
+ 185.201
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.1748,
+ -1.3457,
+ -2.40712
+ ],
+ 85
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 3.27832,
+ 0.75,
+ 0.939383
+ ],
+ 94.647
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.25391,
+ 0.902344,
+ -2.57062
+ ],
+ 90.0017
+ ],
+ [
+ [
+ -3.19824,
+ 2.6543,
+ 0.939378
+ ],
+ 187.634
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.70801,
+ 4.85156,
+ 0.939409
+ ],
+ 359.848
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.25,
+ -3.69336,
+ -2.40712
+ ],
+ 185.201
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.16992,
+ 0.291016,
+ 0.939465
+ ],
+ 245.407
+ ],
+ [
+ [
+ -3.71875,
+ -3.23047,
+ -2.40712
+ ],
+ 215.201
+ ],
+ [
+ [
+ 3.91016,
+ 4.31836,
+ -2.40712
+ ],
+ 49.2006
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.94434,
+ 4.5,
+ 0.939445
+ ],
+ 20.8601
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.43262,
+ 2.4707,
+ 0.939383
+ ],
+ 85.2193
+ ],
+ [
+ [
+ -3.81055,
+ 3.12305,
+ -2.40712
+ ],
+ 272.201
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Big_02_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -4.27734,
+ 0.900391,
+ 0.757645
+ ],
+ 273.29
+ ],
+ [
+ [
+ 4.46875,
+ 4.30664,
+ -2.64969
+ ],
+ 89.2152
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.91797,
+ -1.44141,
+ -2.64966
+ ],
+ 87.5481
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.97656,
+ 0.740234,
+ 0.757623
+ ],
+ 89.4966
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.94531,
+ 0.919922,
+ -2.64972
+ ],
+ 92.2641
+ ],
+ [
+ [
+ 0.375,
+ 4.0293,
+ 0.757618
+ ],
+ 270.255
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 4.24219,
+ 4.36523,
+ 0.757747
+ ],
+ 92.8048
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.25,
+ -3.58008,
+ -2.63541
+ ],
+ 184.944
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.75586,
+ 0.412109,
+ -2.6497
+ ],
+ 231.099
+ ],
+ [
+ [
+ -3.82227,
+ -1.31445,
+ 0.757625
+ ],
+ 308.225
+ ],
+ [
+ [
+ 2.06641,
+ 4.59961,
+ -2.6497
+ ],
+ 7.39194
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.12305,
+ 6.2168,
+ 0.697647
+ ],
+ 31.1078
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.03906,
+ 2.14258,
+ -2.64971
+ ],
+ 268.404
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.42383,
+ -1.25195,
+ -2.63541
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_House_Big_02_V2_F": {
+ "_inherit": "Land_i_House_Big_02_V1_F"
+ },
+ "Land_i_House_Big_02_V3_F": {
+ "_inherit": "Land_i_House_Big_02_V1_F"
+ },
+ "Land_i_House_Small_03_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -0.678711,
+ 4.01953,
+ -0.0356882
+ ],
+ 270
+ ],
+ [
+ [
+ 5.26367,
+ 4.1875,
+ -0.0356882
+ ],
+ 89
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.34668,
+ 1.80469,
+ -0.0356882
+ ],
+ 91.2
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -4.05957,
+ 3.81641,
+ -0.0356882
+ ],
+ 267
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.2793,
+ -0.507813,
+ -0.0356882
+ ],
+ 180
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -1.69336,
+ -1.98828,
+ -0.0356882
+ ],
+ 180
+ ],
+ [
+ [
+ 5.06543,
+ 1.43945,
+ -0.0356882
+ ],
+ 89
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.24902,
+ 2.82031,
+ -0.0356882
+ ],
+ 89.2
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.80762,
+ 4.16406,
+ -0.0356882
+ ],
+ 40
+ ],
+ [
+ [
+ 2.73828,
+ -5.79297,
+ -0.0356882
+ ],
+ 219
+ ],
+ [
+ [
+ 4.80957,
+ -5.86719,
+ -0.0356882
+ ],
+ 149
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.98535,
+ -2.73438,
+ -0.0356882
+ ],
+ 89
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.04004,
+ -5.83203,
+ -10
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_House_Small_02_V1_F": {
+ "shelfPos": [
+ [
+ [
+ -0.0351563,
+ -3.38086,
+ -0.744917
+ ],
+ 179.437
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 0.369141,
+ -0.267578,
+ -0.743873
+ ],
+ 91.2655
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 6.56055,
+ 1.06641,
+ -0.735898
+ ],
+ 9.02117
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 5.23047,
+ -2.19336,
+ -0.738171
+ ],
+ 98.8483
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.43945,
+ -2.625,
+ -0.74296
+ ],
+ 270.844
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.2168,
+ 0.0839844,
+ -0.745483
+ ],
+ 269.137
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.68359,
+ 2.11523,
+ -0.736894
+ ],
+ 356.553
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_d_House_Small_02_V1_F": {
+ "fridgePos": [
+ [
+ [
+ 7.47266,
+ -0.1875,
+ -0.999054
+ ],
+ 79.7224
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.45508,
+ -0.201172,
+ -0.981503
+ ],
+ 187.343
+ ],
+ [
+ [
+ 6.89844,
+ 1.89258,
+ -1.00027
+ ],
+ 4.89485
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.09766,
+ -2.04297,
+ -0.9844
+ ],
+ 210.762
+ ],
+ [
+ [
+ 7.12305,
+ -2.12109,
+ -0.994862
+ ],
+ 135.992
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.767578,
+ -0.916016,
+ -10
+ ],
+ 276
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Lighthouse_small_F": {
+ "shelfPos": [
+ [
+ [
+ -1.35547,
+ -2.18555,
+ -3.42188
+ ],
+ 191.463
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.66309,
+ 1.66602,
+ -3.4219
+ ],
+ 311.523
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.16602,
+ 1.19336,
+ -0.0622997
+ ],
+ 276
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 5.70996,
+ 0.291016,
+ -3.42193
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.57031,
+ -1.70898,
+ -3.3823
+ ],
+ 276
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_WIP_F": {
+ "limit": 6,
+ "shelfPos": [
+ [
+ [
+ -0.957031,
+ -4.42969,
+ 12.2029
+ ],
+ 358.087
+ ],
+ [
+ [
+ -0.919922,
+ -5.26563,
+ 0.396693
+ ],
+ 178.896
+ ],
+ [
+ [
+ -2.20313,
+ 5.43164,
+ 0.323569
+ ],
+ 1.17821
+ ],
+ [
+ [
+ 2.03516,
+ -6.10938,
+ 0.397176
+ ],
+ 14.9686
+ ],
+ [
+ [
+ 5.12598,
+ -5.45313,
+ 8.32229
+ ],
+ 181.318
+ ],
+ [
+ [
+ -6.88477,
+ 5.69922,
+ 8.33006
+ ],
+ 356.041
+ ],
+ [
+ [
+ -6.33203,
+ 9.34375,
+ 4.2993
+ ],
+ 267.673
+ ],
+ [
+ [
+ -5.47656,
+ -11.3945,
+ 0.348352
+ ],
+ 178.537
+ ],
+ [
+ [
+ -13.2139,
+ 1.17383,
+ 0.390545
+ ],
+ 90.2068
+ ],
+ [
+ [
+ -13.2334,
+ -2.94336,
+ 4.2993
+ ],
+ 86.318
+ ],
+ [
+ [
+ 14.3809,
+ 6.43945,
+ 4.29953
+ ],
+ 181.218
+ ],
+ [
+ [
+ -9.65625,
+ -12.791,
+ 12.2983
+ ],
+ 180.234
+ ],
+ [
+ [
+ -12.9834,
+ -10.2734,
+ 0.319984
+ ],
+ 89.2757
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.39063,
+ -7.63477,
+ 0.37021
+ ],
+ 91.2212
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 6.81055,
+ 9.57617,
+ 0.352686
+ ],
+ 180.055
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.21875,
+ 7.48438,
+ 0.331759
+ ],
+ 112.451
+ ],
+ [
+ [
+ 4.41992,
+ -9.9707,
+ 4.29707
+ ],
+ 53.0242
+ ],
+ [
+ [
+ -10.5244,
+ 4.81836,
+ 12.2371
+ ],
+ 79.3503
+ ],
+ [
+ [
+ 17.5283,
+ -2.80859,
+ 0.327501
+ ],
+ 353.002
+ ],
+ [
+ [
+ -16.7871,
+ 9.91406,
+ 0.370766
+ ],
+ 207.103
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -8.98828,
+ 4.98828,
+ 0.37769
+ ],
+ 307.949
+ ],
+ [
+ [
+ 10.1426,
+ -6.32813,
+ 0.338495
+ ],
+ 11.358
+ ],
+ [
+ [
+ -14,
+ 6.58594,
+ 4.29928
+ ],
+ 138.034
+ ],
+ [
+ [
+ -15.9365,
+ 7.62305,
+ 8.31643
+ ],
+ 107.749
+ ],
+ [
+ [
+ -14.8984,
+ 9.5293,
+ 8.31799
+ ],
+ 137.305
+ ],
+ [
+ [
+ -9.3418,
+ -17.8223,
+ 0.310942
+ ],
+ 136.534
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 5.73438,
+ 6.36328,
+ 4.29928
+ ],
+ 183.682
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 9.72461,
+ -10.5352,
+ 8.31388
+ ],
+ 118.227
+ ],
+ [
+ [
+ -7.59766,
+ -14.3633,
+ 12.2979
+ ],
+ 67.7859
+ ],
+ [
+ [
+ 23.1895,
+ 1.08008,
+ 4.30315
+ ],
+ 277.918
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -17.8965,
+ 10.6133,
+ 8.31348
+ ],
+ 303.712
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -7.36816,
+ -9.47852,
+ 4.29681
+ ],
+ 90.0775
+ ],
+ [
+ [
+ -9.44043,
+ -11.1738,
+ 4.29663
+ ],
+ 177.772
+ ],
+ [
+ [
+ -8.14551,
+ -14.9766,
+ 8.31173
+ ],
+ 180.659
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.60059,
+ -5.43945,
+ 0.405369
+ ],
+ 180.797
+ ],
+ [
+ [
+ 2.0918,
+ 5.63867,
+ 0.351912
+ ],
+ 357.597
+ ],
+ [
+ [
+ -2.88086,
+ -12.0996,
+ -0.00143886
+ ],
+ 360
+ ],
+ [
+ [
+ 14.0498,
+ -5.80859,
+ 4.29928
+ ],
+ 359.535
+ ],
+ [
+ [
+ -10.501,
+ -15.4023,
+ 8.312
+ ],
+ 179.968
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 9.66016,
+ 6.35352,
+ 4.31021
+ ],
+ 190.576
+ ],
+ [
+ [
+ -3.89844,
+ -11.2754,
+ 0.345911
+ ],
+ 173.847
+ ],
+ [
+ [
+ 28.7275,
+ -2.26172,
+ 0.302157
+ ],
+ 142.217
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.81641,
+ 3.73828,
+ 12.2086
+ ],
+ 15
+ ],
+ [
+ [
+ -3.99902,
+ -3.44336,
+ 12.2086
+ ],
+ 15
+ ],
+ [
+ [
+ 0.981445,
+ -6.29688,
+ 8.33855
+ ],
+ 15
+ ],
+ [
+ [
+ 3.71094,
+ 6.82617,
+ 4.32855
+ ],
+ 182
+ ],
+ [
+ [
+ -3.94727,
+ -10.5742,
+ 8.33855
+ ],
+ 15
+ ],
+ [
+ [
+ -5.66602,
+ -9.97656,
+ 4.32855
+ ],
+ 345.6
+ ],
+ [
+ [
+ -8.00586,
+ 10.6641,
+ 4.32855
+ ],
+ 182
+ ],
+ [
+ [
+ -13.8838,
+ -1.19727,
+ 0.338561
+ ],
+ 360
+ ],
+ [
+ [
+ -15.0645,
+ 1.19141,
+ 8.33855
+ ],
+ 15
+ ],
+ [
+ [
+ 12.4063,
+ 10.8125,
+ 0.368561
+ ],
+ 265.5
+ ],
+ [
+ [
+ -17.6748,
+ -1.5,
+ 0.368561
+ ],
+ 265.5
+ ],
+ [
+ [
+ -17.7871,
+ -4.42773,
+ 4.32855
+ ],
+ 182
+ ],
+ [
+ [
+ -15.6992,
+ -10.6797,
+ 0.338561
+ ],
+ 360
+ ],
+ [
+ [
+ 23.7109,
+ -1.23633,
+ 8.23855
+ ],
+ 289.5
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Addon_03mid_V1_F": {
+ "couchPos": [
+ [
+ [
+ -3.33203,
+ 0.30957,
+ -0.0338135
+ ],
+ 176.588
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.95313,
+ 1.0918,
+ -0.0338745
+ ],
+ 101.571
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.703125,
+ -0.210938,
+ -0.000281334
+ ],
+ 15
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Addon_03_V1_F": {
+ "chairPos": [
+ [
+ [
+ 2.5,
+ -0.929688,
+ -0.0765305
+ ],
+ 346.611
+ ],
+ [
+ [
+ -2.61914,
+ -1.03125,
+ -0.0765266
+ ],
+ 17.8128
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.56641,
+ 2.50391,
+ -10
+ ],
+ 344
+ ],
+ [
+ [
+ -3.58594,
+ 2.75,
+ -10
+ ],
+ 15
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Addon_04_V1_F": {
+ "chairPos": [
+ [
+ [
+ -3.78711,
+ -1.16211,
+ 0.050499
+ ],
+ 21.1258
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.04883,
+ 0.263672,
+ 0.0532227
+ ],
+ 215.663
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.130859,
+ 2.37695,
+ -10
+ ],
+ 344
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_LightHouse_F": {
+ "chairPos": [
+ [
+ [
+ 1.64063,
+ -3.0918,
+ -11.1061
+ ],
+ 121.303
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.318359,
+ -3.61328,
+ 8.12647
+ ],
+ 220.41
+ ],
+ [
+ [
+ 0.697266,
+ -4.32227,
+ -11.1665
+ ],
+ 248.695
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.214844,
+ -4.24609,
+ -11.1689
+ ],
+ 225.43
+ ],
+ [
+ [
+ 1.87109,
+ -4.14453,
+ 8.13151
+ ],
+ 344
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GH_Gazebo_F": {
+ "shelfPos": [
+ [
+ [
+ -5.49609,
+ -1.95898,
+ -1.76052
+ ],
+ 180.195
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 6.02734,
+ 1.77734,
+ -1.76616
+ ],
+ 1.01784
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -5.99219,
+ 1.83398,
+ -1.76616
+ ],
+ 175.953
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 6.67773,
+ -0.783203,
+ -1.7661
+ ],
+ 88.4633
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.517578,
+ 0.345703,
+ -1.76613
+ ],
+ 47.9599
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -6.71094,
+ -0.613281,
+ -1.76616
+ ],
+ 269.48
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.63672,
+ 1.53516,
+ -1.76332
+ ],
+ 358
+ ],
+ [
+ [
+ -2.40039,
+ 2.01953,
+ -1.76332
+ ],
+ 290
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GH_MainBuilding_right_F": {
+ "shelfPos": [
+ [
+ [
+ 1.30273,
+ -7.28516,
+ -1.06903
+ ],
+ 104.132
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 3.30859,
+ 1.99219,
+ -5.50915
+ ],
+ 196.553
+ ],
+ [
+ [
+ 0.769531,
+ -6.8125,
+ 3.37646
+ ],
+ 185.624
+ ],
+ [
+ [
+ 1.35352,
+ -11.4238,
+ 3.83718
+ ],
+ 14.2214
+ ],
+ [
+ [
+ -14.1602,
+ 5.25781,
+ -1.06901
+ ],
+ 244.418
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.76758,
+ 1.86133,
+ 3.37644
+ ],
+ 290.999
+ ],
+ [
+ [
+ -4.86328,
+ 1.69727,
+ 3.37644
+ ],
+ 18.4142
+ ],
+ [
+ [
+ -1.08398,
+ 5.9043,
+ -1.06907
+ ],
+ 197.348
+ ],
+ [
+ [
+ 6.74609,
+ -1.57813,
+ 3.37643
+ ],
+ 24.4042
+ ],
+ [
+ [
+ -3.48242,
+ 6.48047,
+ -1.06907
+ ],
+ 21.0007
+ ],
+ [
+ [
+ 7.32031,
+ 1.24609,
+ -1.06908
+ ],
+ 25.1119
+ ],
+ [
+ [
+ -2.52734,
+ 10.3438,
+ -5.50922
+ ],
+ 20.4328
+ ],
+ [
+ [
+ 8.82813,
+ 7.0293,
+ -5.50922
+ ],
+ 26.5858
+ ],
+ [
+ [
+ -10.5645,
+ 8.5625,
+ -1.06908
+ ],
+ 24.9801
+ ],
+ [
+ [
+ -13.9043,
+ 3.83008,
+ 3.37644
+ ],
+ 196.357
+ ],
+ [
+ [
+ -12.2109,
+ 10.7422,
+ -5.50922
+ ],
+ 201.181
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.1582,
+ 8.32813,
+ -5.50922
+ ],
+ 23.8942
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.61328,
+ -2.05078,
+ -1.06904
+ ],
+ 192.819
+ ],
+ [
+ [
+ 1.00977,
+ 5.89063,
+ -5.50915
+ ],
+ 195.313
+ ],
+ [
+ [
+ 5.52734,
+ -4.44531,
+ 3.37651
+ ],
+ 170.013
+ ],
+ [
+ [
+ -9.79492,
+ 0.988281,
+ -1.06905
+ ],
+ 197.093
+ ],
+ [
+ [
+ -10.9043,
+ -3.53125,
+ 3.37651
+ ],
+ 199.701
+ ],
+ [
+ [
+ -8.48242,
+ 13.2871,
+ -5.50919
+ ],
+ 104.652
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 2.11328,
+ 2.37109,
+ -5.50961
+ ],
+ 195.987
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.2207,
+ -2.72656,
+ 3.37645
+ ],
+ 193.938
+ ],
+ [
+ [
+ 3.36523,
+ 2.84375,
+ -1.06907
+ ],
+ 101.74
+ ],
+ [
+ [
+ -10.2559,
+ 1.17578,
+ 3.37646
+ ],
+ 283.356
+ ],
+ [
+ [
+ -9.08008,
+ 5.47266,
+ -1.06906
+ ],
+ 268.731
+ ],
+ [
+ [
+ -0.0585938,
+ 11.2246,
+ -5.50921
+ ],
+ 304.857
+ ],
+ [
+ [
+ -11.377,
+ 2.25977,
+ 3.37684
+ ],
+ 104.34
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.86328,
+ -8.57031,
+ -1.069
+ ],
+ 282.224
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.679688,
+ -0.609375,
+ -1.06897
+ ],
+ 139.998
+ ],
+ [
+ [
+ -8.87891,
+ 5.31641,
+ -5.50921
+ ],
+ 202.579
+ ],
+ [
+ [
+ -15.1152,
+ -1.07031,
+ 3.37656
+ ],
+ 307.599
+ ],
+ [
+ [
+ -15.6387,
+ -10.627,
+ -5.5092
+ ],
+ 130.018
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.0839844,
+ 1.53516,
+ -1.06908
+ ],
+ 192.028
+ ],
+ [
+ [
+ 2.57422,
+ -1.21094,
+ 3.37644
+ ],
+ 104.506
+ ],
+ [
+ [
+ -6.80078,
+ 3.25781,
+ -1.06908
+ ],
+ 194.092
+ ],
+ [
+ [
+ -7.66602,
+ -1.30859,
+ 3.37644
+ ],
+ 194.642
+ ],
+ [
+ [
+ -0.845703,
+ 9.5293,
+ -5.50922
+ ],
+ 284.72
+ ],
+ [
+ [
+ -14.7227,
+ 0.589844,
+ 3.37643
+ ],
+ 196.169
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -4.8125,
+ -5.11523,
+ -1.06906
+ ],
+ 15.9695
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 8.36523,
+ 7.57813,
+ -1.0171
+ ],
+ 37.2845
+ ],
+ [
+ [
+ -4.83398,
+ 11.3008,
+ -1.0171
+ ],
+ 357
+ ],
+ [
+ [
+ -10.7734,
+ 12.9609,
+ -1.0171
+ ],
+ 96
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -6.79492,
+ -6.25781,
+ -1.0171
+ ],
+ 283
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GH_MainBuilding_middle_F": {
+ "shelfPos": [
+ [
+ [
+ 2.69238,
+ 3.21484,
+ -8.37759
+ ],
+ 179.858
+ ],
+ [
+ [
+ -5.88867,
+ 0.726563,
+ -3.91598
+ ],
+ 105.411
+ ],
+ [
+ [
+ 5.24609,
+ 11.0605,
+ -3.91652
+ ],
+ 270.656
+ ],
+ [
+ [
+ -15.541,
+ -6.12305,
+ 0.521439
+ ],
+ 14.5104
+ ],
+ [
+ [
+ 14.248,
+ -9.52734,
+ 0.521439
+ ],
+ 256.088
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -15.1309,
+ -2.81836,
+ 0.521437
+ ],
+ 13.9473
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -13.6484,
+ -0.876953,
+ 4.97235
+ ],
+ 195.253
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 14.1123,
+ -3.39453,
+ 0.521494
+ ],
+ 346.293
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 6.45313,
+ 0.845703,
+ -3.91599
+ ],
+ 247.596
+ ],
+ [
+ [
+ -12.459,
+ -3.85938,
+ 0.521418
+ ],
+ 73.8369
+ ],
+ [
+ [
+ -5.72656,
+ 11.7988,
+ -3.90909
+ ],
+ 37.8367
+ ],
+ [
+ [
+ 12.8564,
+ 5.21484,
+ 0.521416
+ ],
+ 112.013
+ ],
+ [
+ [
+ -0.03125,
+ -16.3359,
+ 4.97174
+ ],
+ 184.279
+ ],
+ [
+ [
+ -6.17188,
+ -16.8965,
+ 0.521433
+ ],
+ 185.345
+ ],
+ [
+ [
+ -3.02246,
+ 21.9258,
+ -9.01524
+ ],
+ 195.022
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.35156,
+ 3.39844,
+ -8.37744
+ ],
+ 205.858
+ ],
+ [
+ [
+ -16.0371,
+ -5.33398,
+ 0.521456
+ ],
+ 268.695
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.16016,
+ 8.58008,
+ -9.13322
+ ],
+ 288.066
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 14.1885,
+ 0.773438,
+ 4.97233
+ ],
+ 74.1932
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -16.1133,
+ -9.58789,
+ 0.521435
+ ],
+ 196.292
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.72754,
+ 4.68555,
+ -8.37762
+ ],
+ 90.6886
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -6.27344,
+ 10.8496,
+ 0.576112
+ ],
+ 251
+ ],
+ [
+ [
+ -14.5596,
+ -8.70117,
+ 0.576112
+ ],
+ 251
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 13.5488,
+ -5.76953,
+ 0.576112
+ ],
+ 251
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GH_MainBuilding_left_F": {
+ "shelfPos": [
+ [
+ [
+ -1.02734,
+ -7.3623,
+ -1.06904
+ ],
+ 255.179
+ ],
+ [
+ [
+ -8.17188,
+ 1.39258,
+ -1.06893
+ ],
+ 255.243
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 0.386719,
+ -6.67578,
+ 3.37653
+ ],
+ 165.302
+ ],
+ [
+ [
+ -6.97656,
+ -0.431641,
+ -1.06901
+ ],
+ 172.301
+ ],
+ [
+ [
+ 11.0391,
+ -3.58008,
+ 3.37646
+ ],
+ 160.127
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.83594,
+ -0.640625,
+ 3.37644
+ ],
+ 165.641
+ ],
+ [
+ [
+ -1.66797,
+ -1.12305,
+ -1.06908
+ ],
+ 167.488
+ ],
+ [
+ [
+ -4.0625,
+ 8.01367,
+ -5.50922
+ ],
+ 163.408
+ ],
+ [
+ [
+ 0.40625,
+ 9.14844,
+ -5.50922
+ ],
+ 345.918
+ ],
+ [
+ [
+ 9.70313,
+ 1.55859,
+ 3.37644
+ ],
+ 345.36
+ ],
+ [
+ [
+ 8.6582,
+ 6.32422,
+ -5.50922
+ ],
+ 165.048
+ ],
+ [
+ [
+ 8.26172,
+ 7.47852,
+ -1.06907
+ ],
+ 348.908
+ ],
+ [
+ [
+ -8.69336,
+ 7.13867,
+ -5.50922
+ ],
+ 165.97
+ ],
+ [
+ [
+ 14.4043,
+ 2.89258,
+ 3.37643
+ ],
+ 345.42
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.23242,
+ 5.67188,
+ -1.06907
+ ],
+ 350.466
+ ],
+ [
+ [
+ 2.88281,
+ 10.3672,
+ -5.50922
+ ],
+ 167.118
+ ],
+ [
+ [
+ -2.56641,
+ -12.8418,
+ 3.83704
+ ],
+ 261.041
+ ],
+ [
+ [
+ 12.6992,
+ 8.72461,
+ -1.06908
+ ],
+ 347.645
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -2.58008,
+ 2.1709,
+ -5.5092
+ ],
+ 167.528
+ ],
+ [
+ [
+ 10.0078,
+ 0.827148,
+ -1.06901
+ ],
+ 166.411
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -0.742188,
+ -6.74805,
+ 3.37604
+ ],
+ 172.375
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.68555,
+ 2.31445,
+ 3.37668
+ ],
+ 40.9297
+ ],
+ [
+ [
+ -3.30078,
+ 4.20117,
+ -1.06905
+ ],
+ 248.905
+ ],
+ [
+ [
+ -1.18945,
+ 6.18945,
+ -5.5092
+ ],
+ 164.369
+ ],
+ [
+ [
+ -5.23242,
+ 4.45508,
+ -1.05902
+ ],
+ 44.6127
+ ],
+ [
+ [
+ -6.14648,
+ -4.5498,
+ 3.37645
+ ],
+ 208.166
+ ],
+ [
+ [
+ -4.16016,
+ -12.752,
+ -1.06894
+ ],
+ 256.238
+ ],
+ [
+ [
+ 7.50781,
+ 12.041,
+ -5.50921
+ ],
+ 65.2004
+ ],
+ [
+ [
+ 14.0137,
+ 5.32227,
+ -1.06907
+ ],
+ 108.336
+ ],
+ [
+ [
+ 15.3516,
+ 0.828125,
+ 3.37644
+ ],
+ 89.9532
+ ],
+ [
+ [
+ 9.25,
+ 12.7598,
+ -5.50921
+ ],
+ 264.026
+ ],
+ [
+ [
+ 12.9297,
+ 9.67383,
+ -5.50699
+ ],
+ 117.822
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.83984,
+ -8.47363,
+ -1.069
+ ],
+ 160.823
+ ],
+ [
+ [
+ 15.752,
+ -11.3574,
+ -5.50917
+ ],
+ 164.969
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 8.55664,
+ -2.79004,
+ 3.37645
+ ],
+ 36.1098
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.234375,
+ 1.52344,
+ -1.06908
+ ],
+ 163.886
+ ],
+ [
+ [
+ 1.57422,
+ -2.80469,
+ 3.37644
+ ],
+ 166.456
+ ],
+ [
+ [
+ -3.63672,
+ -1.45117,
+ 3.37644
+ ],
+ 75.2335
+ ],
+ [
+ [
+ 4.10352,
+ 2.30273,
+ 3.37644
+ ],
+ 254.907
+ ],
+ [
+ [
+ 6.85156,
+ 3.26758,
+ -1.06908
+ ],
+ 163.381
+ ],
+ [
+ [
+ 5.79492,
+ 7.67578,
+ -5.50922
+ ],
+ 167.512
+ ],
+ [
+ [
+ -8.66992,
+ 4.4082,
+ -5.50922
+ ],
+ 256.113
+ ],
+ [
+ [
+ -4.61719,
+ -11.2539,
+ -1.06898
+ ],
+ 257.112
+ ],
+ [
+ [
+ 12.7383,
+ 11.5723,
+ -5.50922
+ ],
+ 74.4651
+ ],
+ [
+ [
+ -4.82617,
+ -19.6475,
+ 3.83704
+ ],
+ 168.125
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.10742,
+ -5.75781,
+ -1.06905
+ ],
+ 75.8703
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.95898,
+ 8.42969,
+ -1.0371
+ ],
+ 77
+ ],
+ [
+ [
+ -8.23242,
+ 7.49414,
+ -1.0371
+ ],
+ 321
+ ],
+ [
+ [
+ 5.07422,
+ 10.7188,
+ -1.0371
+ ],
+ 54
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GH_House_2_F": {
+ "limit": 4,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -3.61914,
+ -1.67969,
+ -0.301109
+ ],
+ 359.443
+ ],
+ [
+ [
+ 4.32227,
+ -6.37305,
+ -0.301155
+ ],
+ 91.0395
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -4.25,
+ -5.02637,
+ -0.301128
+ ],
+ 269.6
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.24805,
+ -4.87793,
+ -0.301178
+ ],
+ 5.78317
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.05664,
+ -3.25195,
+ -0.301193
+ ],
+ 2.05902
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.806641,
+ -6.70605,
+ -0.301163
+ ],
+ 224.27
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.39844,
+ 1.31348,
+ -0.301136
+ ],
+ 11.8617
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.53711,
+ 0.832031,
+ -0.30117
+ ],
+ 35.7628
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.587891,
+ -3.72168,
+ -0.301182
+ ],
+ 271.612
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.25586,
+ -8.62695,
+ -0.307613
+ ],
+ 54
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GH_House_1_F": {
+ "lootType": "mil",
+ "fridgePos": [
+ [
+ [
+ -4.17383,
+ -2.11719,
+ 1.37387
+ ],
+ 356.381
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ 3.35352,
+ 1.26758,
+ -2.12615
+ ],
+ 0.862475
+ ],
+ [
+ [
+ -3.58203,
+ -1.93359,
+ -2.12615
+ ],
+ 1.86357
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -3.33398,
+ 0.990234,
+ -2.12616
+ ],
+ 359.887
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -4.21094,
+ -4.39258,
+ -2.12611
+ ],
+ 272.378
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.22852,
+ -4.24219,
+ -2.12617
+ ],
+ 181.084
+ ],
+ [
+ [
+ 3.54102,
+ -5.65625,
+ 1.37383
+ ],
+ 4.33171
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.45703,
+ -5.70703,
+ -2.12618
+ ],
+ 0.461905
+ ],
+ [
+ [
+ -3.22266,
+ -5.88867,
+ 1.37383
+ ],
+ 180.141
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.833984,
+ -6.78516,
+ 1.37384
+ ],
+ 217.232
+ ],
+ [
+ [
+ -0.796875,
+ -7.06055,
+ 1.38113
+ ],
+ 139.376
+ ],
+ [
+ [
+ -3.92773,
+ -6.72656,
+ -2.12617
+ ],
+ 216.64
+ ],
+ [
+ [
+ 3.77539,
+ -7.01172,
+ -2.12617
+ ],
+ 144.922
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.1543,
+ -1.97656,
+ 1.37398
+ ],
+ 1.26754
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.554688,
+ -4.24219,
+ 1.35334
+ ],
+ 88.7164
+ ],
+ [
+ [
+ 4.14453,
+ -2.66797,
+ 1.37383
+ ],
+ 87.9678
+ ],
+ [
+ [
+ 3.95898,
+ -3.00781,
+ -2.12617
+ ],
+ 85.0581
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Stadium_p9_F": {
+ "shelfPos": [
+ [
+ [
+ -0.947266,
+ -2.85645,
+ 0.260189
+ ],
+ 177.78
+ ],
+ [
+ [
+ -3.80273,
+ -1.29102,
+ 3.35416
+ ],
+ 268.338
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.57031,
+ -2.56543,
+ 0.270462
+ ],
+ 268.533
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.27344,
+ 2.86328,
+ 3.35296
+ ],
+ 92.8845
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.52734,
+ -1.58203,
+ 0.259689
+ ],
+ 273.789
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.47656,
+ 3.48535,
+ 3.35328
+ ],
+ 160.404
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.632813,
+ 1.39258,
+ 3.35342
+ ],
+ 1.10306
+ ],
+ [
+ [
+ -1.58594,
+ 1.4082,
+ 3.35342
+ ],
+ 1.39755
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.21484,
+ 2.33984,
+ 7.08003
+ ],
+ 44.2351
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.81055,
+ -1.7666,
+ 3.35528
+ ],
+ 89.8722
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseB_Tenement": {
+ "shelfPos": [
+ [
+ [
+ -12.9045,
+ 4.21875,
+ -20.8107
+ ],
+ 269.047
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 3.94238,
+ 10.9263,
+ -20.8109
+ ],
+ 271.337
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.45361,
+ -4.50049,
+ -20.8027
+ ],
+ 276.133
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.4668,
+ -1.78467,
+ -20.8109
+ ],
+ 190.415
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -6.31909,
+ 6.52441,
+ -20.8109
+ ],
+ 1.58829
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.07813,
+ 4.78125,
+ -20.8109
+ ],
+ 174.223
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.552246,
+ -1.95654,
+ -20.8043
+ ],
+ 181.181
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -12.9771,
+ -2.2373,
+ -20.8109
+ ],
+ 269.642
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.33984,
+ 14.1865,
+ -20.8109
+ ],
+ 0.00700378
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.64465,
+ -2.37915,
+ -19.2685
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_01A": {
+ "shelfPos": [
+ [
+ [
+ -0.443115,
+ -3.33936,
+ -5.62667
+ ],
+ 90.1773
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.60864,
+ -3.06836,
+ -5.62945
+ ],
+ 278.015
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Barn_W_02": {
+ "fridgePos": [
+ [
+ [
+ 4.66504,
+ 5.95215,
+ -2.34131
+ ],
+ 73.4104
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ 3.54199,
+ -6.98242,
+ -2.3354
+ ],
+ 180.843
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -4.61279,
+ 1.50342,
+ 1.06024
+ ],
+ 189.27
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.75586,
+ -2.53906,
+ -2.33824
+ ],
+ 4.32959
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -6.13037,
+ 7.19189,
+ -2.33458
+ ],
+ 357.942
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -6.70459,
+ -3.06445,
+ -2.33691
+ ],
+ 271.665
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.72168,
+ 7.42285,
+ 1.0585
+ ],
+ 359.807
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.00684,
+ -5.97168,
+ -2.33609
+ ],
+ 251.999
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 3.05176,
+ 6.89844,
+ -2.34122
+ ],
+ 1.42345
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_W01": {
+ "chairPos": [
+ [
+ [
+ -1.21777,
+ 0.42627,
+ -1.44093
+ ],
+ 66.292
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.47363,
+ -0.0288086,
+ -1.31694
+ ],
+ 269.634
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Castle_Bergfrit": {
+ "shelfPos": [
+ [
+ [
+ -0.993164,
+ 2.89014,
+ -2.8378
+ ],
+ 356.361
+ ],
+ [
+ [
+ 1.80957,
+ 4.87695,
+ 8.74091
+ ],
+ 358.335
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -3.03516,
+ -5.00195,
+ 16.8296
+ ],
+ 195.125
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.07031,
+ -1.73779,
+ -2.85995
+ ],
+ 359.982
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.5791,
+ -0.515137,
+ 8.74054
+ ],
+ 62.6844
+ ],
+ [
+ [
+ 1.63281,
+ -2.84229,
+ 8.74051
+ ],
+ 127.602
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.22559,
+ -1.10742,
+ 8.74051
+ ],
+ 270.108
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.47461,
+ 3.8999,
+ 8.80176
+ ],
+ 0.625621
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_wooden": {
+ "shelfPos": [
+ [
+ [
+ 0.172363,
+ -1.19922,
+ -1.31766
+ ],
+ 189.191
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.19043,
+ 1.20996,
+ -1.31787
+ ],
+ 273.29
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.77002,
+ -1.16211,
+ -1.31796
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.97168,
+ 0.560547,
+ -1.31796
+ ],
+ 357.8
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.86523,
+ -0.863281,
+ -1.31796
+ ],
+ 178.905
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_1L2": {
+ "shelfPos": [
+ [
+ [
+ 2.33252,
+ -5.83691,
+ -10
+ ],
+ 267.989
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.53662,
+ 4.57813,
+ -10
+ ],
+ 95.5054
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.8457,
+ 2.2998,
+ -10
+ ],
+ 266.031
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.02002,
+ 4.17871,
+ -0.403534
+ ],
+ 51.0824
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.28125,
+ -3.77441,
+ -10
+ ],
+ 270.154
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.916016,
+ 7.69043,
+ -0.397675
+ ],
+ 175.886
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.99902,
+ 2.96875,
+ -10
+ ],
+ 89.0781
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -0.606934,
+ 4.00098,
+ -10
+ ],
+ 180.414
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_1I1": {
+ "fridgePos": [
+ [
+ [
+ -5.5127,
+ 4.8623,
+ -10
+ ],
+ 117.119
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.822754,
+ -2.1123,
+ -2.8017
+ ],
+ 270.285
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.899414,
+ -1.97656,
+ -2.83847
+ ],
+ 43.1203
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.65918,
+ -1.8125,
+ -1.67868
+ ],
+ 90.0296
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_1L1": {
+ "chairPos": [
+ [
+ [
+ 1.31738,
+ 5.71338,
+ -1.08368
+ ],
+ 88.2198
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.444336,
+ 6.01123,
+ -1.09442
+ ],
+ 88.1007
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_deerstand": {
+ "pelicanPos": [
+ [
+ [
+ 0.587158,
+ -0.0830078,
+ 1.05899
+ ],
+ 94.5891
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.863037,
+ -0.864258,
+ 1.05893
+ ],
+ 355.986
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_A1_1": {
+ "shelfPos": [
+ [
+ [
+ -2.89551,
+ -2.44434,
+ -4.69214
+ ],
+ 92.8328
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.95898,
+ -0.0991211,
+ -4.69229
+ ],
+ 91.0289
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -4.78516,
+ 3.52197,
+ -4.69232
+ ],
+ 270.002
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.58105,
+ 3.7561,
+ -4.69196
+ ],
+ 87.6312
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.851563,
+ 4.91016,
+ -4.69232
+ ],
+ 160.104
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.1582,
+ -3.96021,
+ -4.69235
+ ],
+ 95.443
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_A3": {
+ "fridgePos": [
+ [
+ [
+ -1.21191,
+ -4.7356,
+ -5.44312
+ ],
+ 280.564
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.486328,
+ 4.81421,
+ -5.44312
+ ],
+ 179.643
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.952148,
+ 2.76099,
+ -5.44305
+ ],
+ 272.88
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -7.55859,
+ 4.49561,
+ -5.44315
+ ],
+ 146.992
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.05273,
+ 0.597656,
+ -5.44315
+ ],
+ 358.168
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hut06": {
+ "chairPos": [
+ [
+ [
+ 0.739502,
+ 2.50977,
+ -1.58963
+ ],
+ 76.0347
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.806396,
+ 2.76465,
+ -1.61115
+ ],
+ 322.16
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.33862,
+ -0.988281,
+ -1.82275
+ ],
+ 312.382
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -0.840332,
+ 1.09473,
+ -1.56879
+ ],
+ 269.861
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_FuelStation_Build": {
+ "shelfPos": [
+ [
+ [
+ 0.511719,
+ 1.52344,
+ -1.6008
+ ],
+ 359.975
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.38086,
+ 1.33203,
+ -1.60098
+ ],
+ 29.5354
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.268066,
+ 1.60449,
+ 1.51318
+ ],
+ 196.822
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.960938,
+ 1.66895,
+ -1.60083
+ ],
+ 356.645
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.02441,
+ 0.646484,
+ -1.10098
+ ],
+ 30.3502
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.10742,
+ -3.15625,
+ -10
+ ],
+ 89.5756
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.17334,
+ -0.862305,
+ -1.57938
+ ],
+ 89.5756
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_04_interier": {
+ "fridgePos": [
+ [
+ [
+ -0.904297,
+ 6.40674,
+ -5.76508
+ ],
+ 92.3811
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 6.14941,
+ -5.21924,
+ -5.76886
+ ],
+ 359.884
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -5.65234,
+ 2.6543,
+ -5.7666
+ ],
+ 177.307
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.33594,
+ 2.95557,
+ -5.76614
+ ],
+ 133.309
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 7.92773,
+ -2.18066,
+ -5.76855
+ ],
+ 179.469
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.557617,
+ 1.16406,
+ -2.91656
+ ],
+ 341.166
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -5.5498,
+ 5.12793,
+ -5.7655
+ ],
+ 271.134
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.20996,
+ 7.07715,
+ -5.76495
+ ],
+ 358.294
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 8.28613,
+ 2.40527,
+ -5.76694
+ ],
+ 89.7594
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.81738,
+ 6.99902,
+ -5.76492
+ ],
+ 253.823
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.98145,
+ 7.00977,
+ -5.7554
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Garage01": {
+ "shelfPos": [
+ [
+ [
+ 0.32373,
+ 3.56543,
+ -1.25259
+ ],
+ 357.258
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.79932,
+ 1.31641,
+ -1.26077
+ ],
+ 84.1437
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.06348,
+ 3.40234,
+ -1.25024
+ ],
+ 351.15
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.82422,
+ -0.936523,
+ -1.26364
+ ],
+ 88.0941
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.65771,
+ -1.39258,
+ -1.25879
+ ],
+ 269.614
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.21729,
+ 3.40918,
+ -1.25677
+ ],
+ 63.3963
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.140625,
+ -1.52051,
+ -1.2254
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_02_Interier": {
+ "shelfPos": [
+ [
+ [
+ 8.94824,
+ 4.19141,
+ -5.55692
+ ],
+ 90.8873
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 6.06299,
+ -2.00977,
+ -5.55707
+ ],
+ 176.197
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -8.03711,
+ -0.987305,
+ -5.5571
+ ],
+ 184.341
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -6.82422,
+ 5.68262,
+ -5.5571
+ ],
+ 274.703
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -8.83203,
+ 1.7168,
+ -5.56403
+ ],
+ 268.499
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 8.7959,
+ -2.00684,
+ -5.5574
+ ],
+ 179.624
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.62451,
+ 0.544922,
+ -5.5571
+ ],
+ 78.4276
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.37305,
+ 5.25586,
+ -5.55707
+ ],
+ 270.596
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 8.31055,
+ 6.2832,
+ -5.5571
+ ],
+ 37.3391
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -7.00488,
+ 4.00879,
+ -5.5571
+ ],
+ 181.978
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.11523,
+ 1.34863,
+ -5.5571
+ ],
+ 269.367
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.84717,
+ -2.15918,
+ -3.53598
+ ],
+ 182.785
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.64551,
+ -2.0127,
+ -5.55713
+ ],
+ 179.15
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Office02": {
+ "shelfPos": [
+ [
+ [
+ 2.7417,
+ -4.16504,
+ -8.17639
+ ],
+ 11.0089
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -23.2476,
+ 2.61133,
+ -8.16403
+ ],
+ 25.3519
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.26904,
+ 2.13965,
+ 6.55609
+ ],
+ 272.088
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.574707,
+ -6.89551,
+ -8.17813
+ ],
+ 228.796
+ ],
+ [
+ [
+ 5.17578,
+ -6.96777,
+ -8.17719
+ ],
+ 126.645
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.70068,
+ -4.21973,
+ -8.17661
+ ],
+ 317.714
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -18.9556,
+ 3.99902,
+ 8.6904
+ ],
+ 298.688
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.73682,
+ -4.41992,
+ -8.17679
+ ],
+ 358.645
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -15.4028,
+ 0.609375,
+ 5.35764
+ ],
+ 270.07
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.565918,
+ -4.23535,
+ -8.17667
+ ],
+ 351.414
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 9.29248,
+ 2.92676,
+ 5.40057
+ ],
+ 291
+ ],
+ [
+ [
+ -21.335,
+ 0.68457,
+ 5.40057
+ ],
+ 0
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -15.2732,
+ 2.80542,
+ 6.75255
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Workshop01_04": {
+ "shelfPos": [
+ [
+ [
+ 1.25928,
+ -3.33008,
+ -1.55847
+ ],
+ 27.2942
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.01318,
+ -3.40186,
+ -1.55435
+ ],
+ 293.278
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.75049,
+ -5.65186,
+ -1.55209
+ ],
+ 271.116
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.34473,
+ 4.75293,
+ -1.55695
+ ],
+ 352.726
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.178711,
+ -7.25537,
+ -1.54968
+ ],
+ 178.882
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.73438,
+ 4.83691,
+ -1.55429
+ ],
+ 114.503
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.102539,
+ -4.55371,
+ -1.51132
+ ],
+ 340.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_TankBig": {
+ "pelicanPos": [
+ [
+ [
+ -6.74146,
+ 1.74805,
+ 5.31989
+ ],
+ 321.741
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.539551,
+ 2.4082,
+ 5.36334
+ ],
+ 25
+ ],
+ [
+ [
+ -3.41626,
+ -2.57813,
+ 5.36334
+ ],
+ 340.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Workshop01_L": {
+ "shelfPos": [
+ [
+ [
+ 1.93359,
+ -1.50195,
+ -1.33884
+ ],
+ 358.185
+ ],
+ [
+ [
+ -0.805664,
+ 3.11865,
+ -1.33203
+ ],
+ 181.507
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.609375,
+ -3.6875,
+ -1.33704
+ ],
+ 245.604
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.36523,
+ -5.01807,
+ -1.3364
+ ],
+ 176.426
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.47949,
+ -5.65381,
+ -1.33569
+ ],
+ 177.054
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.85254,
+ 1.84229,
+ -1.30463
+ ],
+ 25
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.75781,
+ -3.29102,
+ -1.30463
+ ],
+ 0.999969
+ ],
+ [
+ [
+ -2.88086,
+ 4.13037,
+ -1.30463
+ ],
+ 0.999969
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Vysypka": {
+ "shelfPos": [
+ [
+ [
+ 2.80957,
+ 4.73828,
+ -5.03592
+ ],
+ 90.1414
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -4.28125,
+ 27.6045,
+ -5.04321
+ ],
+ 357.803
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.60791,
+ 1.55469,
+ 4.09406
+ ],
+ 183
+ ],
+ [
+ [
+ 4.81934,
+ -11.9766,
+ -5.03705
+ ],
+ 184.375
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.03857,
+ -1.72754,
+ 4.09406
+ ],
+ 227
+ ],
+ [
+ [
+ -2.76172,
+ 4.26465,
+ 4.09406
+ ],
+ 320
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.69727,
+ 3.66992,
+ -5.03604
+ ],
+ 91.3547
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -5.5249,
+ 24.7314,
+ -3.82114
+ ],
+ 358.775
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.984375,
+ 1.59863,
+ 4.09406
+ ],
+ 91
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -2.91016,
+ 27.584,
+ -5.04214
+ ],
+ 358.97
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.44922,
+ 1.56738,
+ -5.03577
+ ],
+ 270.011
+ ],
+ [
+ [
+ 3.0127,
+ -14.3877,
+ -5.03381
+ ],
+ 89.987
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.418945,
+ -22.6094,
+ -5.034
+ ],
+ 17.1755
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.82861,
+ -1.39258,
+ -4.99594
+ ],
+ 0.999969
+ ],
+ [
+ [
+ 1.86621,
+ -8.21387,
+ -4.99594
+ ],
+ 0.999969
+ ],
+ [
+ [
+ -8.73828,
+ 22.5186,
+ -4.99594
+ ],
+ 0.999969
+ ],
+ [
+ [
+ -11.6133,
+ -21.9463,
+ 4.08408
+ ],
+ 183
+ ],
+ [
+ [
+ -6.85107,
+ 26.7197,
+ -4.99594
+ ],
+ 0.999969
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Tovarna2": {
+ "shelfPos": [
+ [
+ [
+ -0.157715,
+ 8.94824,
+ -5.58551
+ ],
+ 359.048
+ ],
+ [
+ [
+ -8.91797,
+ 8.95117,
+ -2.25754
+ ],
+ 359.07
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -8.09814,
+ 6.00781,
+ -5.58575
+ ],
+ 93.4298
+ ],
+ [
+ [
+ -7.38135,
+ 7.14648,
+ 1.59531
+ ],
+ 270.644
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -12.2339,
+ 6.00293,
+ 1.64017
+ ],
+ 192.359
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -7.34717,
+ 8.47168,
+ 1.59488
+ ],
+ 269.304
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -11.0293,
+ -1.44824,
+ 0.397858
+ ],
+ 288.29
+ ],
+ [
+ [
+ -12.7896,
+ 1.66406,
+ -2.25778
+ ],
+ 256.194
+ ],
+ [
+ [
+ -10.5977,
+ 8.53906,
+ -5.58542
+ ],
+ 7.869
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.76074,
+ 4.69141,
+ -2.25797
+ ],
+ 160.402
+ ],
+ [
+ [
+ -11.9707,
+ 1.33887,
+ -5.58572
+ ],
+ 179.608
+ ],
+ [
+ [
+ -13.021,
+ 1.52051,
+ 1.64032
+ ],
+ 262.552
+ ],
+ [
+ [
+ 20.0762,
+ 16.4258,
+ -5.52646
+ ],
+ 270.183
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.12793,
+ 7.01758,
+ 6.65506
+ ],
+ 287.139
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -8.11768,
+ 0.283203,
+ 0.376648
+ ],
+ 359.581
+ ],
+ [
+ [
+ -10.749,
+ 8.58691,
+ 1.64017
+ ],
+ 359.286
+ ],
+ [
+ [
+ -13.1201,
+ 7.74902,
+ -5.58578
+ ],
+ 270.804
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.74805,
+ 5.08203,
+ -4.64661
+ ],
+ 269.986
+ ],
+ [
+ [
+ -13.2759,
+ 2.98828,
+ -2.25778
+ ],
+ 271.412
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -7.78174,
+ 8.01758,
+ -2.25754
+ ],
+ 271.288
+ ],
+ [
+ [
+ -13.6577,
+ 2.94336,
+ -5.5856
+ ],
+ 269.477
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.45215,
+ -9.0332,
+ 3.39786
+ ],
+ 287.139
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.72998,
+ 4.39844,
+ -5.59995
+ ],
+ 23.0657
+ ],
+ [
+ [
+ -5.87061,
+ -0.490234,
+ -5.58575
+ ],
+ 0
+ ],
+ [
+ [
+ -4.23682,
+ 5.16309,
+ 1.59531
+ ],
+ 92.0019
+ ],
+ [
+ [
+ 1.79346,
+ 6.75781,
+ -5.58884
+ ],
+ 0.010498
+ ],
+ [
+ [
+ 9.70654,
+ 4.69238,
+ -4.60858
+ ],
+ 183
+ ],
+ [
+ [
+ -12.2871,
+ -5.12402,
+ -5.58575
+ ],
+ 360
+ ],
+ [
+ [
+ -11.9155,
+ -7.37012,
+ -5.58566
+ ],
+ 197.387
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.59424,
+ 9.50977,
+ 1.59531
+ ],
+ 6.14914
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Rail_House_01": {
+ "lockerPos": [
+ [
+ [
+ 1.89893,
+ 2.44336,
+ -1.30908
+ ],
+ 183.214
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.34912,
+ 3.12109,
+ -1.27396
+ ],
+ 183
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Pec_03b": {
+ "couchPos": [
+ [
+ [
+ 3.66602,
+ -4.47949,
+ 5.7338
+ ],
+ 181.985
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.10938,
+ -1.91309,
+ 5.73383
+ ],
+ 287.772
+ ],
+ [
+ [
+ 3.68262,
+ -6.99902,
+ 5.73383
+ ],
+ 247.919
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.27197,
+ -4.89648,
+ 5.73383
+ ],
+ 89.1607
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 5.6416,
+ -4.37207,
+ 5.7338
+ ],
+ 88.5916
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -11.5796,
+ -12.9551,
+ 0.982483
+ ],
+ 183
+ ],
+ [
+ [
+ -9.27979,
+ -17.4229,
+ 0.982483
+ ],
+ 142
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_1I4": {
+ "fridgePos": [
+ [
+ [
+ -3.25146,
+ -0.897461,
+ -2.78665
+ ],
+ 356.197
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.701172,
+ 3.27832,
+ -2.746
+ ],
+ 90.7671
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -4.33691,
+ -3.19141,
+ -2.79153
+ ],
+ 270.746
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.333496,
+ -4.5752,
+ -2.73975
+ ],
+ 134
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.798584,
+ 4.34863,
+ -2.76721
+ ],
+ 1.79366
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.82813,
+ -5.14746,
+ -2.73975
+ ],
+ 25
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.84106,
+ -1.0957,
+ -2.73975
+ ],
+ 358
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Hospital": {
+ "shelfPos": [
+ [
+ [
+ -7.99219,
+ -2.12891,
+ -7.36588
+ ],
+ 268.792
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -14.5566,
+ 1.18652,
+ 3.26541
+ ],
+ 321.707
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -12.1943,
+ -1.09375,
+ 3.26541
+ ],
+ 77.6588
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.95996,
+ -2.26953,
+ -7.36606
+ ],
+ 269.665
+ ],
+ [
+ [
+ -1.56006,
+ -2.83984,
+ -7.36606
+ ],
+ 1.40195
+ ],
+ [
+ [
+ -8.75537,
+ -3.58887,
+ -7.36606
+ ],
+ 359.532
+ ],
+ [
+ [
+ -9.37305,
+ -3.63574,
+ -7.36606
+ ],
+ 359.169
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 16.3394,
+ 4.99512,
+ 6.13242
+ ],
+ 0.903763
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 14.708,
+ -4.07813,
+ -7.36609
+ ],
+ 359.602
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 17.5059,
+ -2.06738,
+ 3.26559
+ ],
+ 0.163071
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.40625,
+ 8.16602,
+ -4.35254
+ ],
+ 39
+ ],
+ [
+ [
+ 9.88281,
+ -1.00098,
+ -7.36609
+ ],
+ 39.1093
+ ],
+ [
+ [
+ -14.6543,
+ -1.31641,
+ -7.36609
+ ],
+ 321.711
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -8.12305,
+ -5.10742,
+ 3.30746
+ ],
+ 97
+ ],
+ [
+ [
+ 17.8105,
+ -5.44922,
+ 3.30746
+ ],
+ 359
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.0166,
+ -3.02148,
+ -7.34253
+ ],
+ 359
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.598267,
+ -1.97144,
+ -6.13056
+ ],
+ 270
+ ],
+ [
+ [
+ -2.69324,
+ -1.96851,
+ -6.13056
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Panelak2": {
+ "shelfPos": [
+ [
+ [
+ 4.4043,
+ -1.56323,
+ -3.65
+ ],
+ 91
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.9834,
+ 2.03857,
+ 0.499998
+ ],
+ 272
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -4.88916,
+ -3.16589,
+ 5.89
+ ],
+ 0
+ ],
+ [
+ [
+ 5.43604,
+ -5.94202,
+ 3.18999
+ ],
+ 181
+ ],
+ [
+ [
+ 5.45801,
+ -5.94385,
+ 8.59001
+ ],
+ 181
+ ],
+ [
+ [
+ -5.46143,
+ -5.94287,
+ 0.489996
+ ],
+ 1.99997
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -5.00977,
+ -3.07544,
+ 0.480007
+ ],
+ 1.99997
+ ],
+ [
+ [
+ 5.09668,
+ -3.39209,
+ 0.479996
+ ],
+ 90
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 4.59766,
+ -0.0115967,
+ 0.479996
+ ],
+ 356
+ ],
+ [
+ [
+ -5.25439,
+ 0.0623779,
+ 5.89
+ ],
+ 0
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.62402,
+ 2.86633,
+ 0.499998
+ ],
+ 1.99997
+ ],
+ [
+ [
+ -4.70605,
+ 2.86169,
+ 8.59001
+ ],
+ 0.999969
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.31104,
+ 2.58813,
+ 8.62001
+ ],
+ 305
+ ],
+ [
+ [
+ 7.03857,
+ 2.58655,
+ 8.62001
+ ],
+ 55
+ ],
+ [
+ [
+ 5.39697,
+ -5.3064,
+ 0.479996
+ ],
+ 315
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.15771,
+ -4.87915,
+ -3.64
+ ],
+ 274
+ ],
+ [
+ [
+ 1.87988,
+ -5.90552,
+ 8.62001
+ ],
+ 272
+ ],
+ [
+ [
+ -7.38721,
+ 2.91736,
+ 0.499998
+ ],
+ 274
+ ],
+ [
+ [
+ 7.45752,
+ -6.97949,
+ 8.62001
+ ],
+ 174
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -5.44238,
+ -6.4325,
+ 8.55001
+ ],
+ 111
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.06348,
+ -3.77393,
+ -3.65
+ ],
+ 270
+ ],
+ [
+ [
+ 4.57178,
+ 2.84717,
+ 8.62001
+ ],
+ 0
+ ],
+ [
+ [
+ 3.30176,
+ -7.8053,
+ 0.479996
+ ],
+ 181
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.12158,
+ 2.33093,
+ -3.64
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.17773,
+ -4.98572,
+ 0.479996
+ ],
+ 311
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.15332,
+ 2.48828,
+ 8.59001
+ ],
+ 89
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 2.7334,
+ 3.25964,
+ -2.25
+ ],
+ 89
+ ],
+ [
+ [
+ -7.58789,
+ 0.991089,
+ 9.79001
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Panelak": {
+ "shelfPos": [
+ [
+ [
+ -1.18066,
+ 4.3916,
+ -1.39282
+ ],
+ 269.731
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.1582,
+ 3.72363,
+ 0.0450439
+ ],
+ 274.269
+ ],
+ [
+ [
+ 2.12598,
+ 3.95801,
+ 2.74509
+ ],
+ 269.888
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -6.67578,
+ -0.548828,
+ 2.745
+ ],
+ 187.481
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 6.28906,
+ -0.512695,
+ 0.0449829
+ ],
+ 2.62378
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 4.10449,
+ -4.86182,
+ 2.74927
+ ],
+ 89.2451
+ ],
+ [
+ [
+ -7.1543,
+ -1.32568,
+ 0.0450439
+ ],
+ 273.001
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 7.18164,
+ 4.19922,
+ 0.0445557
+ ],
+ 91.3201
+ ],
+ [
+ [
+ 7.18164,
+ 4.20068,
+ 2.7446
+ ],
+ 90.3307
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.27051,
+ 3.78564,
+ 0.0449829
+ ],
+ 56.0406
+ ],
+ [
+ [
+ -4.54883,
+ -0.710938,
+ 0.0562744
+ ],
+ 107.616
+ ],
+ [
+ [
+ 4.48535,
+ -1.09717,
+ 2.74661
+ ],
+ 248.12
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.16895,
+ -3.5332,
+ 0.045105
+ ],
+ 7.97333
+ ],
+ [
+ [
+ -5.07324,
+ -6.33447,
+ 0.0450745
+ ],
+ 89.5886
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -6.6582,
+ 3.63037,
+ 5.59943
+ ],
+ 286.286
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.85254,
+ -5.19385,
+ 2.745
+ ],
+ 265.362
+ ],
+ [
+ [
+ 7.02734,
+ -0.689453,
+ 2.745
+ ],
+ 87.3795
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.9502,
+ -5.51221,
+ 0.0449829
+ ],
+ 268.107
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.06641,
+ -6.35303,
+ 0.0449829
+ ],
+ 206.957
+ ],
+ [
+ [
+ 0.953125,
+ -6.38086,
+ 0.0449829
+ ],
+ 141.218
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.506836,
+ -0.0400391,
+ -1.26782
+ ],
+ 89
+ ],
+ [
+ [
+ 4.21777,
+ -3.08203,
+ 5.59943
+ ],
+ 25.7308
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.03906,
+ -6.05371,
+ 0.0449829
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hangar_2": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 1.82813,
+ -9.84717,
+ -2.58939
+ ],
+ 181.468
+ ],
+ [
+ [
+ 5.83984,
+ 11.563,
+ -2.58939
+ ],
+ 358.914
+ ],
+ [
+ [
+ 14.6816,
+ -1.41748,
+ -2.59756
+ ],
+ 90.4656
+ ],
+ [
+ [
+ -14.6836,
+ 1.73828,
+ -2.58939
+ ],
+ 269.242
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 12.8926,
+ 11.2778,
+ -2.59778
+ ],
+ 3.16315
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.27832,
+ 10.2305,
+ -2.58963
+ ],
+ 273.856
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.000976563,
+ 1.3833,
+ -2.58926
+ ],
+ 178.715
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 13.5166,
+ -9.63965,
+ -2.58951
+ ],
+ 180.232
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.47949,
+ -10.0684,
+ -2.58923
+ ],
+ 178.901
+ ],
+ [
+ [
+ 9.01953,
+ 11.8232,
+ -2.58923
+ ],
+ 358.139
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -14.5693,
+ -9.69629,
+ -2.58963
+ ],
+ 188.48
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.00195313,
+ -3.16113,
+ -2.5896
+ ],
+ 332.619
+ ],
+ [
+ [
+ -8.97656,
+ -4.14404,
+ -2.5896
+ ],
+ 219.281
+ ],
+ [
+ [
+ -12.9932,
+ 10.293,
+ -2.5896
+ ],
+ 336.817
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 14.3408,
+ 9.39063,
+ -2.58963
+ ],
+ 81.9611
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_rail_station_big": {
+ "shelfPos": [
+ [
+ [
+ 2.86035,
+ 3.51221,
+ -5.07059
+ ],
+ 91.0331
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.66113,
+ -3.65674,
+ -5.0708
+ ],
+ 180.242
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.33789,
+ -1.56836,
+ -5.07083
+ ],
+ 178.466
+ ],
+ [
+ [
+ 8.63281,
+ -5.13672,
+ -5.07083
+ ],
+ 1.14301
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.39844,
+ -4.95752,
+ -5.06161
+ ],
+ 4.04407
+ ],
+ [
+ [
+ -4.96484,
+ 3.36914,
+ -5.0708
+ ],
+ 284.166
+ ],
+ [
+ [
+ -5.01758,
+ -5.00488,
+ -5.05701
+ ],
+ 344.841
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.84961,
+ 4.2832,
+ -5.07077
+ ],
+ 90.7927
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.118164,
+ -6.59912,
+ -2.26553
+ ],
+ 21.0414
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -5.13184,
+ 1.67041,
+ -5.07083
+ ],
+ 269.411
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.66504,
+ -3.61719,
+ -5.07083
+ ],
+ 180.479
+ ],
+ [
+ [
+ 1.15527,
+ 5.48584,
+ -5.07065
+ ],
+ 0.986969
+ ],
+ [
+ [
+ -4.39453,
+ 5.34619,
+ -5.07083
+ ],
+ 338.371
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 6.75195,
+ 1.96289,
+ -5.07056
+ ],
+ 271.441
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.43164,
+ 0.785156,
+ -4.09598
+ ],
+ 58.5217
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 8.96973,
+ -2.03564,
+ -5.02618
+ ],
+ 89
+ ],
+ [
+ [
+ -9.24902,
+ -4.90479,
+ -5.02618
+ ],
+ 89
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_a_stationhouse": {
+ "shelfPos": [
+ [
+ [
+ 0.554688,
+ -4.70068,
+ -9.49698
+ ],
+ 272.253
+ ],
+ [
+ [
+ -0.933594,
+ -5.35596,
+ 4.38522
+ ],
+ 27.5935
+ ],
+ [
+ [
+ -0.828125,
+ -8.54004,
+ -4.67508
+ ],
+ 110.344
+ ],
+ [
+ [
+ -1.08203,
+ -8.95215,
+ 4.38516
+ ],
+ 185.611
+ ],
+ [
+ [
+ -4.35742,
+ -8.55957,
+ -0.0701904
+ ],
+ 262.53
+ ],
+ [
+ [
+ 6.66406,
+ -7.6665,
+ -9.49698
+ ],
+ 181.745
+ ],
+ [
+ [
+ 19.1992,
+ -5.00488,
+ -9.49698
+ ],
+ 88.5043
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 0.871094,
+ -1.74805,
+ -9.49701
+ ],
+ 271.521
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -10.5244,
+ -3.94482,
+ -0.534332
+ ],
+ 278.335
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -13.3145,
+ -3.94189,
+ -0.534332
+ ],
+ 334.169
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.786133,
+ -5.13428,
+ -9.49701
+ ],
+ 78.6633
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 7.44531,
+ 0.904785,
+ -4.53433
+ ],
+ 267.207
+ ],
+ [
+ [
+ -4.35156,
+ -7.64502,
+ 8.46567
+ ],
+ 268.821
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 0.811523,
+ -3.3418,
+ -9.49701
+ ],
+ 269.999
+ ],
+ [
+ [
+ 19.0117,
+ 0.613281,
+ -9.49701
+ ],
+ 90.2636
+ ],
+ [
+ [
+ 18.9961,
+ -1.15674,
+ -9.49704
+ ],
+ 89.3234
+ ],
+ [
+ [
+ 19.042,
+ -2.92578,
+ -9.49701
+ ],
+ 87.0602
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 7.23633,
+ 3.84961,
+ -9.4968
+ ],
+ 359.928
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.743164,
+ -8.33643,
+ -0.0702209
+ ],
+ 110.554
+ ],
+ [
+ [
+ 19.1836,
+ -7.53174,
+ -9.49701
+ ],
+ 105.566
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.03418,
+ 1.7915,
+ -9.49701
+ ],
+ 289.015
+ ],
+ [
+ [
+ -6.86621,
+ 3.25586,
+ -0.534332
+ ],
+ "3.05176e-005"
+ ],
+ [
+ [
+ 13.0293,
+ -7.22363,
+ -9.49701
+ ],
+ 90
+ ],
+ [
+ [
+ 15.542,
+ -4.56006,
+ -4.53433
+ ],
+ "6.10352e-005"
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.1084,
+ -7.31787,
+ -9.49701
+ ],
+ 268.732
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_ControlTower": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 1.49512,
+ 2.23389,
+ -1.09485
+ ],
+ 268.083
+ ],
+ [
+ [
+ 9.91406,
+ 3.22559,
+ -9.65488
+ ],
+ 179.209
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 9.67773,
+ 5.91309,
+ -9.65503
+ ],
+ 83.7454
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.19434,
+ -1.62061,
+ 2.92548
+ ],
+ 262.144
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.79297,
+ 3.34814,
+ -5.49008
+ ],
+ 190.556
+ ],
+ [
+ [
+ 3.33105,
+ 3.35791,
+ -5.49011
+ ],
+ 179.417
+ ],
+ [
+ [
+ 6.89648,
+ -1.87549,
+ -1.09503
+ ],
+ 164.743
+ ],
+ [
+ [
+ 7.53906,
+ -1.85107,
+ -1.09503
+ ],
+ 187.813
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.01172,
+ -0.6875,
+ -1.09509
+ ],
+ 259.256
+ ],
+ [
+ [
+ 9.32324,
+ 4.80322,
+ -1.08328
+ ],
+ 41.8877
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 0.925781,
+ 3.41895,
+ -9.65512
+ ],
+ 179.859
+ ],
+ [
+ [
+ 3.19531,
+ 6.13867,
+ -5.49011
+ ],
+ 0.121094
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.21484,
+ 6.64795,
+ -9.65485
+ ],
+ 359.603
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.94727,
+ -1.88574,
+ -1.09512
+ ],
+ 209.993
+ ],
+ [
+ [
+ 7.66211,
+ 3.85303,
+ -9.65512
+ ],
+ 210.035
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Workshop01_01": {
+ "shelfPos": [
+ [
+ [
+ 0.558594,
+ -3.47168,
+ -1.3168
+ ],
+ 176.163
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.12305,
+ -1.83838,
+ -1.315
+ ],
+ 94.8075
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.55566,
+ -0.881836,
+ -1.3237
+ ],
+ 271.559
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.12109,
+ -0.290039,
+ -1.31625
+ ],
+ 91.8605
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.43848,
+ 1.60547,
+ -1.31653
+ ],
+ 88.4978
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.980469,
+ 0.617188,
+ -1.32367
+ ],
+ 120.007
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.501953,
+ 0.146484,
+ -1.27002
+ ],
+ 251
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_Ind02": {
+ "shelfPos": [
+ [
+ [
+ -0.442383,
+ -9.33105,
+ -4.6525
+ ],
+ 178.364
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 4.19824,
+ 10.2627,
+ -4.6524
+ ],
+ 7.46219
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.77148,
+ 2.2832,
+ -4.6524
+ ],
+ 95.4069
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.4043,
+ 0.115234,
+ -4.6524
+ ],
+ 273.531
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.43066,
+ 7.04907,
+ -4.6528
+ ],
+ 90.7597
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.70605,
+ -2.95898,
+ -4.65234
+ ],
+ 134.818
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.03906,
+ 12.3835,
+ -1.30353
+ ],
+ 1.1741
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.52832,
+ 11.6462,
+ -1.30273
+ ],
+ 62.2241
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.62695,
+ -1.86011,
+ -4.6524
+ ],
+ 178.21
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -2.87305,
+ 12.2234,
+ -1.30331
+ ],
+ 2.62267
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.56738,
+ 10.6775,
+ -4.65201
+ ],
+ 0.953941
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.70313,
+ -9.60083,
+ -4.65237
+ ],
+ 10.367
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.0283203,
+ 5.60742,
+ -4.6524
+ ],
+ 317.381
+ ],
+ [
+ [
+ 4.12695,
+ -5.37256,
+ -4.64841
+ ],
+ 251
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_Barracks_i": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 0.902344,
+ -2.39502,
+ -1.12442
+ ],
+ 238.007
+ ],
+ [
+ [
+ 0.548828,
+ 2.81006,
+ -1.12292
+ ],
+ 1.08441
+ ],
+ [
+ [
+ -9.37012,
+ 2.427,
+ -1.12442
+ ],
+ 268.201
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 6.55566,
+ 2.81738,
+ -1.12451
+ ],
+ 92.1856
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.24316,
+ -1.36963,
+ -1.12463
+ ],
+ 263.64
+ ],
+ [
+ [
+ 4.36621,
+ -1.57617,
+ -0.137878
+ ],
+ 258.932
+ ],
+ [
+ [
+ -5.0752,
+ -2.4939,
+ -1.12466
+ ],
+ 183.946
+ ],
+ [
+ [
+ -8.75977,
+ -0.048584,
+ -1.12463
+ ],
+ 327.595
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -5.60156,
+ -1.32373,
+ -1.12164
+ ],
+ 269.99
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.0751953,
+ -1.9834,
+ -0.699829
+ ],
+ 251
+ ],
+ [
+ [
+ -3.13574,
+ 0.466797,
+ 0.760162
+ ],
+ 360
+ ],
+ [
+ [
+ 3.02734,
+ -1.34937,
+ 0.0901794
+ ],
+ 251
+ ],
+ [
+ [
+ 3.02441,
+ -1.40112,
+ -1.12466
+ ],
+ 302.031
+ ],
+ [
+ [
+ -6.55371,
+ -2.66333,
+ -1.09982
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ss_hangar": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 14.2314,
+ -8.46289,
+ -5.89868
+ ],
+ 173.905
+ ],
+ [
+ [
+ 14.3447,
+ 19.8936,
+ -5.8782
+ ],
+ 357.293
+ ],
+ [
+ [
+ 13.5869,
+ -20.874,
+ -5.89853
+ ],
+ 180.148
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 14.1895,
+ 12.5049,
+ -5.96277
+ ],
+ 147.17
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 14.1436,
+ 21.6729,
+ -5.89896
+ ],
+ 7.74948
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 9.54492,
+ 21.0107,
+ -5.89896
+ ],
+ 181.695
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 14.5332,
+ 15.3887,
+ -5.92621
+ ],
+ 89.5229
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 12.9268,
+ 19.6445,
+ -5.89896
+ ],
+ 132.385
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 14.2803,
+ -9.54688,
+ -5.89865
+ ],
+ 14.8827
+ ],
+ [
+ [
+ -14.4658,
+ -20.7148,
+ -5.89896
+ ],
+ 255.86
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -14.79,
+ 12.7246,
+ -5.89896
+ ],
+ 273.845
+ ],
+ [
+ [
+ 14.877,
+ -20.2988,
+ -5.89896
+ ],
+ 89.7007
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 11.3418,
+ 23.2334,
+ -5.89896
+ ],
+ 0.0492706
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 6.78076,
+ 23.332,
+ -5.89896
+ ],
+ 0.014267
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.44531,
+ 23.7109,
+ -5.89871
+ ],
+ 0.000427246
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -14.8848,
+ 23.3271,
+ -5.89899
+ ],
+ 279.193
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -8.33643,
+ -6.57617,
+ -5.89896
+ ],
+ 135.758
+ ],
+ [
+ [
+ 6.4082,
+ 10.2188,
+ -5.89896
+ ],
+ 115.033
+ ],
+ [
+ [
+ 14.167,
+ 10.5293,
+ -5.89896
+ ],
+ 0
+ ],
+ [
+ [
+ -13.6675,
+ 22.0801,
+ -5.89896
+ ],
+ 325.134
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_IlluminantTower": {
+ "pelicanPos": [
+ [
+ [
+ -0.791992,
+ -0.320313,
+ 10.3249
+ ],
+ 212.76
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.012207,
+ 0.503906,
+ -9.74222
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Vez": {
+ "shoeboxPos": [
+ [
+ [
+ 0.286133,
+ 0.867188,
+ 1.36356
+ ],
+ 1.99998
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hlidac_budka": {
+ "shelfPos": [
+ [
+ [
+ 0.84668,
+ 0.125977,
+ -0.809265
+ ],
+ 172.613
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.0673828,
+ 2.31836,
+ -0.809967
+ ],
+ 357.487
+ ],
+ [
+ [
+ 2.76709,
+ 2.25684,
+ -0.809967
+ ],
+ 4.6116
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.32129,
+ 1.41016,
+ -0.810028
+ ],
+ 279.786
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.00098,
+ 0.819336,
+ -0.809723
+ ],
+ 90.0308
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.62109,
+ 2.32031,
+ -0.810089
+ ],
+ 349.179
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_GeneralStore_01a": {
+ "shelfPos": [
+ [
+ [
+ -2.68848,
+ -5.06152,
+ -1.22772
+ ],
+ 178.035
+ ],
+ [
+ [
+ -8.81641,
+ 1.98926,
+ -1.22772
+ ],
+ 270.025
+ ],
+ [
+ [
+ 9.85986,
+ 1.51953,
+ -1.22772
+ ],
+ 179.333
+ ],
+ [
+ [
+ -5.52783,
+ 9.13184,
+ -1.22772
+ ],
+ 1.40732
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -5.12402,
+ -0.585938,
+ -1.20645
+ ],
+ 180
+ ],
+ [
+ [
+ -6.17725,
+ -0.568359,
+ -1.20645
+ ],
+ 180
+ ],
+ [
+ [
+ 5.68555,
+ -4.8418,
+ -1.20645
+ ],
+ 188
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 7.99414,
+ -0.348633,
+ -1.22836
+ ],
+ 89.6747
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 9.23584,
+ -1.02637,
+ -1.22794
+ ],
+ 275.138
+ ],
+ [
+ [
+ 8.26953,
+ -4.60156,
+ -1.22794
+ ],
+ 92.7205
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 14.3594,
+ 0.392578,
+ -1.22797
+ ],
+ 91.3482
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 14.1704,
+ -3.93848,
+ -1.22797
+ ],
+ 103.927
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -7.1709,
+ -1.75488,
+ -1.20645
+ ],
+ 1.99997
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 6.76514,
+ -1.17969,
+ -1.22775
+ ],
+ 0.137085
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.61426,
+ 4.45996,
+ -1.228
+ ],
+ 198.535
+ ],
+ [
+ [
+ 12.5962,
+ 0.78418,
+ -1.228
+ ],
+ 358.034
+ ],
+ [
+ [
+ 12.3564,
+ 3.56055,
+ -0.333557
+ ],
+ 265.418
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 9.37988,
+ 5.22168,
+ -1.22797
+ ],
+ 156.892
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.78906,
+ 0.975586,
+ -1.228
+ ],
+ 180.781
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_GeneralStore_01": {
+ "shelfPos": [
+ [
+ [
+ 6.03076,
+ -5.04883,
+ -1.22775
+ ],
+ 359.162
+ ],
+ [
+ [
+ 12.563,
+ 5.48535,
+ -1.22772
+ ],
+ 0.496719
+ ],
+ [
+ [
+ 13.5098,
+ -7.02734,
+ -1.22775
+ ],
+ 88.7328
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -9.77979,
+ -1.54102,
+ -1.22797
+ ],
+ 269.735
+ ],
+ [
+ [
+ -9.80176,
+ -4.10938,
+ -1.22797
+ ],
+ 269.049
+ ],
+ [
+ [
+ 8.25488,
+ -9.58496,
+ -1.23712
+ ],
+ 0.202225
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.619629,
+ -10.2949,
+ -1.23727
+ ],
+ 270.908
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 6.6792,
+ -4.2373,
+ -1.22833
+ ],
+ 91.644
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.94092,
+ -9.89746,
+ -1.23715
+ ],
+ 42.039
+ ],
+ [
+ [
+ -8.54541,
+ 6.65723,
+ -1.23798
+ ],
+ 184.459
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 13.4648,
+ -2.1582,
+ -1.22797
+ ],
+ 116.635
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -9.23096,
+ 5.1709,
+ -1.228
+ ],
+ 357.131
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.98193,
+ -5.34863,
+ -1.22797
+ ],
+ 269.751
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -10.2231,
+ -7.87598,
+ -1.22778
+ ],
+ 270.182
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.97266,
+ -2.66504,
+ -0.632507
+ ],
+ 196.652
+ ],
+ [
+ [
+ -9.93848,
+ -6.0293,
+ -1.228
+ ],
+ 2.52339
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.75488,
+ -1.74707,
+ -1.228
+ ],
+ 46.8216
+ ],
+ [
+ [
+ -1.28467,
+ 7.54199,
+ -1.23798
+ ],
+ 116.447
+ ],
+ [
+ [
+ 4.78857,
+ 8.44824,
+ -1.23798
+ ],
+ 46.8216
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 8.1875,
+ -1.88184,
+ -1.228
+ ],
+ 186.869
+ ],
+ [
+ [
+ -7.14307,
+ 5.19238,
+ -1.228
+ ],
+ 0.0339508
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Office01": {
+ "shelfPos": [
+ [
+ [
+ 4.0542,
+ 2.89648,
+ -4.55417
+ ],
+ 178.477
+ ],
+ [
+ [
+ -1.47119,
+ 4.86328,
+ 0.44574
+ ],
+ 0.16153
+ ],
+ [
+ [
+ 10.6284,
+ -3.50879,
+ -2.0542
+ ],
+ 92.1019
+ ],
+ [
+ [
+ 11.4131,
+ -4.21387,
+ -4.5542
+ ],
+ 270.255
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -0.907715,
+ 5.50684,
+ -2.05441
+ ],
+ 272.559
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -7.35449,
+ 4.9502,
+ -4.55441
+ ],
+ 189.687
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -8.35449,
+ 3.17188,
+ -2.05484
+ ],
+ 179.618
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.1958,
+ -1.04395,
+ -4.55441
+ ],
+ 275.876
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.70752,
+ 2.91797,
+ 0.445648
+ ],
+ 267.617
+ ],
+ [
+ [
+ -0.938965,
+ 7.15039,
+ -4.55438
+ ],
+ 269.465
+ ],
+ [
+ [
+ -11.54,
+ 0.328125,
+ -2.05438
+ ],
+ 178.477
+ ],
+ [
+ [
+ 10.4766,
+ 6.3418,
+ -4.55438
+ ],
+ 91.5126
+ ],
+ [
+ [
+ 15.6548,
+ -1.88672,
+ -4.55438
+ ],
+ 83.8964
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.34717,
+ -1.2002,
+ 6.6937
+ ],
+ 215.707
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.19434,
+ -2.84082,
+ -4.55441
+ ],
+ 267.186
+ ],
+ [
+ [
+ 5.38916,
+ 5.21582,
+ -2.05441
+ ],
+ 89.0818
+ ],
+ [
+ [
+ 14.9824,
+ 3.75391,
+ -2.05441
+ ],
+ 181.475
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -4.50391,
+ 3.8418,
+ -4.55444
+ ],
+ 91.5282
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.45557,
+ 2.6543,
+ -2.05414
+ ],
+ 178.943
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.2876,
+ -1.88086,
+ -4.53268
+ ],
+ 180
+ ],
+ [
+ [
+ 3.9707,
+ -5.65234,
+ -2.03021
+ ],
+ 305.956
+ ],
+ [
+ [
+ 11.6138,
+ 6.93262,
+ -2.05444
+ ],
+ 292.589
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.465332,
+ 4.62598,
+ -4.53268
+ ],
+ 180
+ ],
+ [
+ [
+ 14.7656,
+ -3.98438,
+ -4.53268
+ ],
+ 176
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Pub_01": {
+ "shelfPos": [
+ [
+ [
+ 3.4812,
+ 3.81738,
+ -5.77243
+ ],
+ 179.635
+ ],
+ [
+ [
+ 2.49878,
+ -4.70703,
+ -1.78745
+ ],
+ 180.503
+ ],
+ [
+ [
+ -7.37402,
+ 1.03516,
+ -1.78741
+ ],
+ 328.603
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.38892,
+ -4.0459,
+ -5.76288
+ ],
+ 90
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -4.10889,
+ -0.928711,
+ -1.78766
+ ],
+ 8.16519
+ ],
+ [
+ [
+ 3.50171,
+ 2.69043,
+ -1.78766
+ ],
+ 94.542
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.366699,
+ 5.18652,
+ -1.78766
+ ],
+ 189.226
+ ],
+ [
+ [
+ -5.29517,
+ 0.333984,
+ -5.77267
+ ],
+ 4.48228
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 4.41479,
+ 7.93848,
+ -1.78766
+ ],
+ 2.10324
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.19385,
+ -1.17285,
+ -5.77298
+ ],
+ 270.462
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.81494,
+ 0.904297,
+ -5.76315
+ ],
+ 61.6914
+ ],
+ [
+ [
+ -7.10742,
+ -5.75293,
+ -1.78763
+ ],
+ 350.056
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.388672,
+ -1.30469,
+ -5.77255
+ ],
+ 181.526
+ ],
+ [
+ [
+ 4.94727,
+ 1.18066,
+ -1.78763
+ ],
+ 42.2747
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.75977,
+ 5.4834,
+ -1.78757
+ ],
+ 88.4654
+ ],
+ [
+ [
+ 6.82202,
+ -3.58984,
+ -5.77252
+ ],
+ 82.7529
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -7.43481,
+ -3.70313,
+ -1.78766
+ ],
+ 273.649
+ ],
+ [
+ [
+ -7.42432,
+ -4.37988,
+ -5.77267
+ ],
+ 273.367
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.121582,
+ -5.72266,
+ -5.7724
+ ],
+ 89.0577
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.593018,
+ 2.19141,
+ -5.77267
+ ],
+ 255.46
+ ],
+ [
+ [
+ 4.81665,
+ -2.40332,
+ -1.78766
+ ],
+ 105.138
+ ],
+ [
+ [
+ 1.49854,
+ -6.26074,
+ -5.01288
+ ],
+ 176
+ ],
+ [
+ [
+ 0.81665,
+ 7.73535,
+ -5.76288
+ ],
+ 176
+ ],
+ [
+ [
+ 6.86157,
+ 5.98242,
+ -1.76291
+ ],
+ 268
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.44751,
+ -0.999023,
+ -1.76291
+ ],
+ 268
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Barn_W_01": {
+ "shelfPos": [
+ [
+ [
+ 6.55371,
+ -5.96289,
+ -2.65878
+ ],
+ 88.4798
+ ],
+ [
+ [
+ -6.56934,
+ -7.53516,
+ -2.65848
+ ],
+ 265.499
+ ],
+ [
+ [
+ -4.05664,
+ 19.6274,
+ -2.66928
+ ],
+ 0.626892
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 5.04297,
+ -17.8179,
+ -2.65564
+ ],
+ 48.1573
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 6.02441,
+ -15.0469,
+ -2.65741
+ ],
+ 70.2096
+ ],
+ [
+ [
+ 2.39844,
+ -19.5591,
+ -2.65125
+ ],
+ 198.607
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.33691,
+ -16.0547,
+ -2.65723
+ ],
+ 300.369
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -6.80078,
+ 2.37402,
+ -2.66006
+ ],
+ 268.437
+ ],
+ [
+ [
+ 6.71387,
+ 4.32422,
+ -2.66052
+ ],
+ 89.4215
+ ],
+ [
+ [
+ -4.89844,
+ -19.9951,
+ -2.65622
+ ],
+ 180.001
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -6.57617,
+ 7.07227,
+ -2.66177
+ ],
+ 270.003
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 5.37402,
+ -1.0918,
+ -2.65982
+ ],
+ 38.9155
+ ],
+ [
+ [
+ -5.49023,
+ -1.3877,
+ -2.65979
+ ],
+ 41.5356
+ ],
+ [
+ [
+ -0.188477,
+ -10.4546,
+ -2.54559
+ ],
+ 268
+ ],
+ [
+ [
+ -2.21777,
+ 10.7607,
+ -2.54559
+ ],
+ 268
+ ],
+ [
+ [
+ 2.44043,
+ 14.0454,
+ -2.54559
+ ],
+ 268
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -6.14258,
+ 14.0566,
+ -2.66248
+ ],
+ 279.4
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Church_03": {
+ "shelfPos": [
+ [
+ [
+ -8.8877,
+ 4.48535,
+ -14.3282
+ ],
+ 270.093
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.39648,
+ 7.18848,
+ -14.3284
+ ],
+ 272.593
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -8.41113,
+ -4.42725,
+ -14.3249
+ ],
+ 235.951
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 6.03809,
+ 8.75146,
+ -14.2857
+ ],
+ 360
+ ],
+ [
+ [
+ 6.50879,
+ 8.73438,
+ -14.2857
+ ],
+ 1.99998
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.48633,
+ -8.17334,
+ -14.3448
+ ],
+ 228.938
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -8.48633,
+ -0.0556641,
+ -14.3285
+ ],
+ 269.825
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 6.20117,
+ 1.86279,
+ -14.3285
+ ],
+ 261.718
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Stodola_open": {
+ "shelfPos": [
+ [
+ [
+ 2.08691,
+ -3.11719,
+ -4.14142
+ ],
+ 89.2592
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.88672,
+ -6.01465,
+ -4.13022
+ ],
+ 119.538
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.63477,
+ -0.27832,
+ -4.13867
+ ],
+ 190.732
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.71191,
+ -5.06445,
+ 0.297943
+ ],
+ 33.203
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.62988,
+ 6.59473,
+ -4.12482
+ ],
+ 357.638
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.110352,
+ 7.2373,
+ -3.92352
+ ],
+ 357.513
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.24609,
+ -6.01855,
+ -3.31656
+ ],
+ 2.337
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.70313,
+ 3.39844,
+ -4.13934
+ ],
+ 92.8326
+ ],
+ [
+ [
+ -3.4292,
+ 3.97168,
+ -4.14297
+ ],
+ 255.32
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Stodola_old_open": {
+ "shelfPos": [
+ [
+ [
+ 4.81055,
+ 2.76367,
+ -5.10672
+ ],
+ 359.199
+ ],
+ [
+ [
+ -3.54004,
+ 7.10645,
+ -1.01971
+ ],
+ 270.013
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.76221,
+ 8.75,
+ -5.10696
+ ],
+ 179.304
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.687988,
+ -8.36133,
+ -5.10693
+ ],
+ 4.33433
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.06543,
+ -5.28418,
+ -1.04489
+ ],
+ 195.228
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 5.25879,
+ -8.9043,
+ -5.1069
+ ],
+ 9.83752
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.12891,
+ -10.7266,
+ 2.93811
+ ],
+ 260.837
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.98828,
+ 10.5127,
+ -1.0199
+ ],
+ 281.235
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 5.54102,
+ 6.0625,
+ -5.10693
+ ],
+ 90.7204
+ ],
+ [
+ [
+ -1.74854,
+ -11.5723,
+ -5.10672
+ ],
+ 178.397
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.70313,
+ 11.2139,
+ 0.829681
+ ],
+ 91
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.06445,
+ 3.54102,
+ -5.10696
+ ],
+ 337.003
+ ],
+ [
+ [
+ -2.80469,
+ 5.27539,
+ -1.01993
+ ],
+ 264.974
+ ],
+ [
+ [
+ 2.44336,
+ 10.6328,
+ 2.93802
+ ],
+ 86.0969
+ ],
+ [
+ [
+ 4.44727,
+ 10.3809,
+ -5.07031
+ ],
+ 91
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.05957,
+ -4.44141,
+ -5.10699
+ ],
+ 359.822
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Farm_Cowshed_a": {
+ "shelfPos": [
+ [
+ [
+ 9.65234,
+ 4.23633,
+ -3.1138
+ ],
+ 359.83
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 7.85938,
+ -5.01221,
+ -3.11404
+ ],
+ 274.383
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 10.21,
+ -4.81543,
+ -3.11401
+ ],
+ 71.5758
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.51855,
+ -6.98389,
+ -3.08054
+ ],
+ 202
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.553711,
+ -6.81055,
+ -3.11404
+ ],
+ 179.415
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.21973,
+ -3.75781,
+ -3.11374
+ ],
+ 182.361
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.04883,
+ -0.802246,
+ -3.11407
+ ],
+ 198.771
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.58008,
+ 3.32617,
+ -3.11404
+ ],
+ 6.63828
+ ],
+ [
+ [
+ -6.11816,
+ -2.65527,
+ -3.11404
+ ],
+ 314.264
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 10.4248,
+ -2.19531,
+ -3.11407
+ ],
+ 92.3688
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Farm_Cowshed_b": {
+ "shelfPos": [
+ [
+ [
+ -9.05615,
+ -3.76465,
+ -3.12729
+ ],
+ 178.703
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -9.82813,
+ 2.41113,
+ -3.1275
+ ],
+ 296.045
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 8.15674,
+ -3.28955,
+ -3.1275
+ ],
+ 182.81
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.27734,
+ -3.9209,
+ -3.12726
+ ],
+ 178.757
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.85059,
+ -2.72949,
+ -3.12753
+ ],
+ 360
+ ],
+ [
+ [
+ 5.6416,
+ -2.8208,
+ -3.12753
+ ],
+ 0.0419464
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Farm_Cowshed_c": {
+ "shelfPos": [
+ [
+ [
+ -2.79785,
+ 3.14209,
+ -3.15216
+ ],
+ 295.449
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.97998,
+ -4.05469,
+ -3.15222
+ ],
+ 179.983
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.44531,
+ 2.57227,
+ -3.14557
+ ],
+ 0.00511169
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Barn_Metal": {
+ "shelfPos": [
+ [
+ [
+ 0.265625,
+ -14.7627,
+ -5.46832
+ ],
+ 89.0258
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 10.749,
+ -15.9448,
+ -5.46857
+ ],
+ 39.8741
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -9.12109,
+ 21.7661,
+ -5.46857
+ ],
+ 175.889
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.614746,
+ -24.1509,
+ -5.46857
+ ],
+ 96.7518
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 10.8979,
+ -14.4751,
+ -5.46899
+ ],
+ 90.5039
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 10.4609,
+ 17.1284,
+ -5.46857
+ ],
+ 39.8881
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -9.91895,
+ -9.12695,
+ -5.46854
+ ],
+ 268.516
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 10.5273,
+ 22.7065,
+ 5.56143
+ ],
+ 37.3798
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 10.7944,
+ 13.7324,
+ -5.46857
+ ],
+ 87.4971
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 11.0068,
+ 6.05371,
+ -5.46857
+ ],
+ 89.1326
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -10.2012,
+ 9.57422,
+ -5.46823
+ ],
+ 272.816
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -9.87012,
+ -20.9902,
+ -5.4425
+ ],
+ 298.809
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.24316,
+ 2.2959,
+ -5.44501
+ ],
+ 135.351
+ ],
+ [
+ [
+ -4.39014,
+ -9.8374,
+ -5.44501
+ ],
+ 141.049
+ ],
+ [
+ [
+ 4.74316,
+ 12.5591,
+ -5.44501
+ ],
+ 199
+ ],
+ [
+ [
+ -8.59766,
+ 15.3638,
+ -5.44501
+ ],
+ 335.835
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 10.8242,
+ -10.4863,
+ -5.44501
+ ],
+ 87.998
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_TVTower_Base": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -0.569824,
+ -2.05078,
+ -2.25824
+ ],
+ 91.0596
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.6377,
+ -4.59082,
+ -2.26028
+ ],
+ 188.775
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.38086,
+ -0.0766602,
+ 1.15182
+ ],
+ 274.734
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.304199,
+ 2.37402,
+ -2.25836
+ ],
+ 85.8353
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.10449,
+ 6.4873,
+ -2.25751
+ ],
+ 134.996
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_Guardhouse": {
+ "shelfPos": [
+ [
+ [
+ -2.07324,
+ 2.70703,
+ -1.69559
+ ],
+ 89.8322
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.46729,
+ 0.0585938,
+ -1.69565
+ ],
+ 113.271
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.75781,
+ 1.48828,
+ -10
+ ],
+ 202
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_House": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 12.2617,
+ 0.839355,
+ -5.67438
+ ],
+ 181.266
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 15.2783,
+ 4.78369,
+ -5.67462
+ ],
+ 52.5764
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.56152,
+ 6.73584,
+ -1.87274
+ ],
+ 179.391
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 10.856,
+ 4.21094,
+ -5.67462
+ ],
+ 268.532
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 10.5098,
+ 1.98584,
+ -5.67413
+ ],
+ 270.325
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.61719,
+ 6.21191,
+ -5.24442
+ ],
+ 152.873
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 13.2031,
+ 2.67773,
+ -5.67609
+ ],
+ 202
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_houseV_2T2": {
+ "chairPos": [
+ [
+ [
+ -3.60352,
+ 1.40381,
+ -4.05566
+ ],
+ 60.0702
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.81348,
+ -4.28516,
+ -1.45676
+ ],
+ 39.1084
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.23193,
+ 0.272461,
+ -4.06165
+ ],
+ 128.845
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_hangar_EP1": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 13.5302,
+ -21.2354,
+ -5.37346
+ ],
+ 179
+ ],
+ [
+ [
+ -14.126,
+ -21.2681,
+ -5.37346
+ ],
+ 179
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 14.0624,
+ 22.0742,
+ -5.3957
+ ],
+ 7
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 11.0576,
+ 22.5513,
+ -5.3945
+ ],
+ 277
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 14.5165,
+ 19.8945,
+ -5.39077
+ ],
+ 90
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -14.7921,
+ 12.4834,
+ -5.37346
+ ],
+ 270
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 10.9473,
+ 20.2598,
+ -5.38906
+ ],
+ 200
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 5.74603,
+ 23.2769,
+ -5.38878
+ ],
+ 1.99997
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.2074,
+ 23.3823,
+ -5.38821
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -13.4512,
+ -7.20068,
+ -5.37346
+ ],
+ 270
+ ],
+ [
+ [
+ -13.5587,
+ 9.13232,
+ -5.37346
+ ],
+ 270
+ ],
+ [
+ [
+ 14.1083,
+ -11.3062,
+ -5.37346
+ ],
+ 270
+ ],
+ [
+ [
+ 14.1229,
+ 12.8296,
+ -5.37681
+ ],
+ 270
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 7.4668,
+ 23.3433,
+ -5.39095
+ ],
+ 1.99997
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_ControlTower_EP1": {
+ "limit": 5,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 3.03467,
+ 2.64453,
+ -1.16014
+ ],
+ 0
+ ],
+ [
+ [
+ 3.44043,
+ 3.19238,
+ -5.52014
+ ],
+ 180
+ ],
+ [
+ [
+ 10.312,
+ 5.80469,
+ -9.65014
+ ],
+ 90.8
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.3042,
+ -1.58887,
+ 2.98985
+ ],
+ 270
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.48389,
+ 2.47754,
+ -1.08014
+ ],
+ 350
+ ],
+ [
+ [
+ 2.1123,
+ 2.47852,
+ -1.08014
+ ],
+ 0
+ ],
+ [
+ [
+ 4.2417,
+ 3.28027,
+ -5.52014
+ ],
+ 180
+ ],
+ [
+ [
+ -0.137207,
+ 6.33496,
+ -9.65014
+ ],
+ 270.8
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.23828,
+ 0.329102,
+ 2.73985
+ ],
+ 270
+ ],
+ [
+ [
+ 6.84424,
+ -1.66113,
+ -1.08014
+ ],
+ 180
+ ],
+ [
+ [
+ 6.38379,
+ 5.06836,
+ -1.11015
+ ],
+ 180
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 7.49512,
+ 0.382813,
+ -1.16014
+ ],
+ 90
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 4.08936,
+ 6.23438,
+ -9.65014
+ ],
+ 360
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 6.70996,
+ 3.96582,
+ -1.08014
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 8.53418,
+ 4.22461,
+ -9.65014
+ ],
+ 90.8
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_K_1_EP1": {
+ "fridgePos": [
+ [
+ [
+ 1.96729,
+ 5.96875,
+ 1.53209
+ ],
+ 360
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.29297,
+ 2.14844,
+ 1.53209
+ ],
+ 187
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.28125,
+ 4.49707,
+ 1.53209
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.74805,
+ 1.2832,
+ 1.45209
+ ],
+ 7.99997
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.18652,
+ 2.95605,
+ 1.54209
+ ],
+ 179
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.5874,
+ 5.99609,
+ 1.93209
+ ],
+ 265
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_K_7_EP1": {
+ "shelfPos": [
+ [
+ [
+ -4.74609,
+ 2.42871,
+ 3.25069
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.32715,
+ 3.7876,
+ 3.23069
+ ],
+ 273
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -7.00684,
+ 2.23486,
+ 6.33068
+ ],
+ 180
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.0957,
+ 4.38916,
+ -0.309311
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.16113,
+ 0.416992,
+ 3.25069
+ ],
+ 220
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -6.82422,
+ 0.91748,
+ -0.279312
+ ],
+ 180
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -3.28223,
+ -1.62939,
+ 3.13068
+ ],
+ 180
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -7.16309,
+ 3.74512,
+ -0.27932
+ ],
+ 0.600037
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.185547,
+ 2.03467,
+ -0.26931
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.12793,
+ 3.51074,
+ 6.31068
+ ],
+ 180
+ ],
+ [
+ [
+ -6.24219,
+ -1.57227,
+ -0.479317
+ ],
+ 0.600037
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.16406,
+ 4.40723,
+ -0.309311
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_K_8_EP1": {
+ "shelfPos": [
+ [
+ [
+ -2.79102,
+ -1.12793,
+ 0.246132
+ ],
+ 180
+ ],
+ [
+ [
+ 3.0918,
+ -1.73926,
+ 0.246132
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 0.333008,
+ 3.72217,
+ 3.35612
+ ],
+ 90
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.45508,
+ -0.746582,
+ -2.63387
+ ],
+ 183.6
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.733398,
+ -0.199707,
+ 0.246132
+ ],
+ 90
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 2.45313,
+ -3.42871,
+ -2.63387
+ ],
+ 178.6
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -2.93066,
+ -0.961914,
+ 3.35612
+ ],
+ 270.9
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.383789,
+ -3.7002,
+ -2.70387
+ ],
+ 14.6
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.12109,
+ 2.6582,
+ 0.246132
+ ],
+ 270
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -4.36133,
+ 1.78027,
+ 0.0861282
+ ],
+ 89.9
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.0976563,
+ 3.64941,
+ 0.246132
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.11035,
+ -0.191406,
+ -1.81387
+ ],
+ 90
+ ],
+ [
+ [
+ -2.76172,
+ 4.86816,
+ 0.276131
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.880859,
+ 2.4375,
+ 5.95612
+ ],
+ 90
+ ],
+ [
+ [
+ 2.48926,
+ -3.10742,
+ 0.336128
+ ],
+ 90
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.14258,
+ 1.05176,
+ -2.62387
+ ],
+ 90
+ ],
+ [
+ [
+ -2.89063,
+ 0.299316,
+ 3.35612
+ ],
+ 270.9
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_K_3_EP1": {
+ "shelfPos": [
+ [
+ [
+ -6.08594,
+ -1.3042,
+ -0.833199
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.39648,
+ 3.49902,
+ -0.523193
+ ],
+ 93
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.318359,
+ 4.32129,
+ 2.7168
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.73438,
+ -0.850586,
+ -0.833199
+ ],
+ 0
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -2.74316,
+ 5.83447,
+ -0.523193
+ ],
+ 270
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.918945,
+ 4.41162,
+ -0.5532
+ ],
+ 273
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.85449,
+ -3.16846,
+ 0.0268021
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.43359,
+ -2.14697,
+ 3.0168
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_K_5_EP1": {
+ "bedPos": [
+ [
+ [
+ 3.78613,
+ 0.527832,
+ 2.3232
+ ],
+ 184
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -2.3457,
+ 1.2207,
+ 1.5132
+ ],
+ 188
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 5.12695,
+ 3.30615,
+ 2.3232
+ ],
+ 64
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -7.18164,
+ -0.956055,
+ 0.493202
+ ],
+ 198
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.817383,
+ 1.22754,
+ 1.5232
+ ],
+ 181
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -7.52832,
+ 1.88867,
+ 0.5532
+ ],
+ 271
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.31934,
+ 2.41211,
+ 0.823196
+ ],
+ 47
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_K_6_EP1": {
+ "shelfPos": [
+ [
+ [
+ -0.28418,
+ 5.72656,
+ 1.47783
+ ],
+ 0
+ ],
+ [
+ [
+ 5.16602,
+ -2.67188,
+ 4.40265
+ ],
+ 98
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -0.412109,
+ 5.45508,
+ -1.62217
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.00683594,
+ 0.544434,
+ 1.47783
+ ],
+ 186
+ ],
+ [
+ [
+ 0.00390625,
+ 0.682617,
+ -1.62217
+ ],
+ 181
+ ],
+ [
+ [
+ 1.93848,
+ -2.26953,
+ 4.40265
+ ],
+ 98
+ ],
+ [
+ [
+ 0.609375,
+ 4.77393,
+ 4.40783
+ ],
+ 276
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.81738,
+ 0.666504,
+ 1.47783
+ ],
+ 0
+ ],
+ [
+ [
+ -4.17773,
+ 5.6582,
+ -1.63217
+ ],
+ 95
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 3.08594,
+ 3.81934,
+ -1.63217
+ ],
+ 91
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 0.499023,
+ 5.37695,
+ -1.62217
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.29883,
+ 3.50537,
+ 4.40265
+ ],
+ 48
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.90918,
+ 5.43604,
+ 4.40265
+ ],
+ 48
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.20313,
+ -2.98926,
+ -1.62217
+ ],
+ 180
+ ],
+ [
+ [
+ -4.65527,
+ 0.294922,
+ 1.49783
+ ],
+ 276
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.70117,
+ 2.21973,
+ 1.47783
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.96582,
+ -2.4082,
+ -1.60735
+ ],
+ 48
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.55273,
+ 5.40479,
+ -1.62217
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_small_1_EP1": {
+ "couchPos": [
+ [
+ [
+ 6.44385,
+ 2.74609,
+ -2.0341
+ ],
+ 2
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.59668,
+ -1.55762,
+ -1.7141
+ ],
+ 357
+ ],
+ [
+ [
+ 3.95605,
+ -1.53418,
+ -1.7141
+ ],
+ 2
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.90137,
+ 4.70996,
+ -1.2041
+ ],
+ 357
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.34375,
+ -1.05762,
+ -1.7041
+ ],
+ 357
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.07715,
+ 0.0810547,
+ -1.1841
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_small_2_EP1": {
+ "tablePos": [
+ [
+ [
+ -0.952637,
+ 2.83398,
+ -2.48343
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.880371,
+ -3.7002,
+ -2.37343
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.770508,
+ -3.40137,
+ -1.69343
+ ],
+ "1.52588e-005"
+ ],
+ [
+ [
+ -2.49805,
+ -3.33887,
+ -1.69343
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_L_1_EP1": {
+ "cookerPos": [
+ [
+ [
+ 0.925293,
+ 0.850586,
+ -0.629326
+ ],
+ 355
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.134766,
+ -1.86328,
+ -0.629326
+ ],
+ 185
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.03125,
+ -1.08301,
+ -0.689323
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_L_3_EP1": {
+ "couchPos": [
+ [
+ [
+ -4.16162,
+ 1.71777,
+ 2.56979
+ ],
+ 278
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -5.42822,
+ 0.783203,
+ -0.190216
+ ],
+ 296
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.4624,
+ 2.94727,
+ -0.27021
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.625488,
+ 3.21289,
+ 0.559784
+ ],
+ 323
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.00488281,
+ 0.0605469,
+ -0.27021
+ ],
+ 267
+ ],
+ [
+ [
+ 2.24951,
+ 2.31934,
+ -0.27021
+ ],
+ 323
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_Well_L_EP1": {
+ "shoeboxPos": [
+ [
+ [
+ 0.611328,
+ -0.0751953,
+ 0.135979
+ ],
+ 278
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_L_4_EP1": {
+ "shelfPos": [
+ [
+ [
+ -6.77441,
+ -0.744141,
+ -1.33775
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 4.71045,
+ -0.0517578,
+ -1.10775
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.240723,
+ 2.24023,
+ -1.33775
+ ],
+ 0
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 6.61816,
+ 1.50781,
+ -1.10775
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.864258,
+ -0.628906,
+ -1.27775
+ ],
+ 120
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.76367,
+ 1.76953,
+ -1.33775
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.05518,
+ 3.79492,
+ -0.687752
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.59863,
+ 0.929688,
+ 1.72225
+ ],
+ 0
+ ],
+ [
+ [
+ 4.38574,
+ 2.06152,
+ 1.44225
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.82861,
+ 2.85352,
+ -1.03775
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_L_8_EP1": {
+ "fridgePos": [
+ [
+ [
+ -1.23047,
+ 0.239258,
+ -1.10685
+ ],
+ 173
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.48242,
+ 0.755859,
+ 1.59315
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.48291,
+ 5.91797,
+ -1.10685
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.6333,
+ 3.23535,
+ 1.59315
+ ],
+ 109
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 5.0166,
+ 3.38574,
+ 1.79315
+ ],
+ 170
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.3335,
+ 2.53906,
+ -1.10685
+ ],
+ 267
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.69043,
+ 1.83301,
+ -1.10685
+ ],
+ 357
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.80859,
+ 4.89551,
+ -0.726845
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.80469,
+ 3.25488,
+ 1.59315
+ ],
+ 109
+ ],
+ [
+ [
+ -2.77539,
+ -3.80273,
+ 1.29315
+ ],
+ 109
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.80957,
+ 2.24609,
+ -1.10685
+ ],
+ 83
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_L_6_EP1": {
+ "shelfPos": [
+ [
+ [
+ 7.42285,
+ 2.09961,
+ 1.28293
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.31592,
+ -2.31445,
+ -1.50707
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 6.03418,
+ 1.56738,
+ -1.54707
+ ],
+ 274
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.1333,
+ -1.29785,
+ -1.54707
+ ],
+ 184
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 3.08252,
+ 0.0664063,
+ -1.54707
+ ],
+ 274
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.73486,
+ 2.18555,
+ -1.54707
+ ],
+ 330
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 7.31006,
+ 1.4082,
+ 1.28293
+ ],
+ 90
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.1626,
+ 0.398438,
+ 1.28293
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.97461,
+ 1.40332,
+ -0.347069
+ ],
+ 79
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.405762,
+ 1.2666,
+ 1.18293
+ ],
+ 90
+ ],
+ [
+ [
+ -3.02832,
+ -1.68848,
+ 1.18293
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_L_7_EP1": {
+ "shelfPos": [
+ [
+ [
+ -2.28809,
+ -2.28809,
+ -0.939278
+ ],
+ 87.8875
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -5.4751,
+ 3.71777,
+ -0.639275
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 3.79248,
+ 2.42188,
+ -0.269272
+ ],
+ 270
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 5.65527,
+ 0.724609,
+ -0.269272
+ ],
+ 90
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -4.51172,
+ 3.5752,
+ -0.609276
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.388672,
+ 3.22656,
+ -0.269272
+ ],
+ 290
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -5.10986,
+ -2.08984,
+ -0.939278
+ ],
+ 350
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.99707,
+ -1.52637,
+ -0.239273
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.84033,
+ -7.11621,
+ 0.0807266
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.26416,
+ -6.77637,
+ -1.06927
+ ],
+ 180
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.71533,
+ -6.71777,
+ -0.909271
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_1_EP1": {
+ "shelfPos": [
+ [
+ [
+ -4.81006,
+ 1.55078,
+ -0.937073
+ ],
+ 0
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -8.3042,
+ -0.625977,
+ -0.937073
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -8.23047,
+ 0.216797,
+ -0.937073
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.89355,
+ -0.30957,
+ -0.937073
+ ],
+ 80
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -5.55566,
+ 1.49609,
+ -0.937073
+ ],
+ 0
+ ],
+ [
+ [
+ -6.02295,
+ 1.42188,
+ -0.937073
+ ],
+ 350
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.00537,
+ -1.68848,
+ 3.61293
+ ],
+ 90
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 8.03906,
+ -0.804688,
+ -0.937073
+ ],
+ 90
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.39746,
+ -0.689453,
+ -1.01707
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 5.82568,
+ 1.81348,
+ -0.937073
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 7.98096,
+ -4.17969,
+ -0.247078
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.82275,
+ -3.33984,
+ 3.51293
+ ],
+ 90
+ ],
+ [
+ [
+ -6.08203,
+ 0.685547,
+ 3.61293
+ ],
+ 90
+ ],
+ [
+ [
+ 6.38721,
+ 0.277344,
+ -0.947075
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Minaret_Porto_EP1": {
+ "chairPos": [
+ [
+ [
+ 1.95752,
+ 0.271484,
+ 9.38245
+ ],
+ 349
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.31885,
+ 1.9375,
+ 6.58245
+ ],
+ 229
+ ],
+ [
+ [
+ 3.31494,
+ -0.510742,
+ -3.39755
+ ],
+ 113
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.27197,
+ -2.94531,
+ 9.39245
+ ],
+ 349
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.25195,
+ 0.685547,
+ -20.5975
+ ],
+ 100
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_2_EP1": {
+ "shelfPos": [
+ [
+ [
+ -4.66211,
+ -0.90918,
+ -2.31334
+ ],
+ 266.8
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.67383,
+ -0.817383,
+ 0.763084
+ ],
+ 90
+ ],
+ [
+ [
+ -3.94336,
+ 1.43262,
+ 0.603081
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.84131,
+ -3.79883,
+ 0.786659
+ ],
+ 271.8
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 5.73877,
+ 2.78125,
+ 0.786659
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.6167,
+ -1.23535,
+ 0.603081
+ ],
+ 170
+ ],
+ [
+ [
+ -4.00146,
+ -1.05664,
+ 0.603081
+ ],
+ 220
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 5.95459,
+ -0.53418,
+ -2.31334
+ ],
+ 104
+ ],
+ [
+ [
+ 6.07373,
+ 2.55176,
+ -2.31334
+ ],
+ 80
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.34131,
+ 2.0918,
+ 0.763084
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.74707,
+ 2.39355,
+ -2.31334
+ ],
+ 89.8
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.31445,
+ 0.375,
+ -2.31334
+ ],
+ 89.8
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.350098,
+ 2.94238,
+ -2.28334
+ ],
+ 180
+ ],
+ [
+ [
+ 5.8457,
+ -1.50684,
+ 1.57308
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.55518,
+ -0.786133,
+ -2.31334
+ ],
+ 110.8
+ ],
+ [
+ [
+ -3.98584,
+ 1.06055,
+ -2.31334
+ ],
+ 89.8
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.02002,
+ 0.932617,
+ -2.31334
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_Well_C_EP1": {
+ "shoeboxPos": [
+ [
+ [
+ 0.225098,
+ 0.355469,
+ 0.0676193
+ ],
+ 170
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_1_v2_EP1": {
+ "fridgePos": [
+ [
+ [
+ -8.29102,
+ 0.782227,
+ -1.35837
+ ],
+ 270
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.57666,
+ -1.00195,
+ 3.16163
+ ],
+ 270
+ ],
+ [
+ [
+ -5.02783,
+ 2.07422,
+ -1.38837
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -2.74414,
+ 1.1748,
+ -1.38837
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.5708,
+ -1.56641,
+ 3.16163
+ ],
+ 320
+ ],
+ [
+ [
+ 3.31299,
+ -1.47852,
+ -1.35837
+ ],
+ 40
+ ],
+ [
+ [
+ 6.86572,
+ -0.859375,
+ 3.16163
+ ],
+ 30
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 6.08252,
+ 2.9502,
+ -1.35837
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.56787,
+ -2.96875,
+ 3.16163
+ ],
+ 180
+ ],
+ [
+ [
+ 7.90332,
+ 1.12305,
+ -1.35837
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -8.38037,
+ -0.833008,
+ -0.93837
+ ],
+ 270
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.20557,
+ 2.90332,
+ -1.35837
+ ],
+ "1.52588e-005"
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_5_V1_EP1": {
+ "bedPos": [
+ [
+ [
+ -1.40234,
+ -0.685547,
+ -1.48295
+ ],
+ 0
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.50098,
+ -0.208008,
+ -1.48295
+ ],
+ 180
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.958984,
+ 1.01758,
+ 1.42705
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.87109,
+ 3.71875,
+ -1.48295
+ ],
+ 0
+ ],
+ [
+ [
+ 2.50684,
+ 4.94287,
+ -1.48295
+ ],
+ 0
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.30664,
+ 1.04639,
+ -1.48295
+ ],
+ 180
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.96191,
+ -4.95508,
+ -1.48295
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.12891,
+ 0.384277,
+ 1.15705
+ ],
+ 250
+ ],
+ [
+ [
+ -1.73926,
+ -4.29883,
+ 1.15705
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_3_EP1": {
+ "shelfPos": [
+ [
+ [
+ -2.11621,
+ -1.87402,
+ 1.91428
+ ],
+ 265
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 5.75879,
+ 3.84033,
+ -3.87573
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -7.35449,
+ -1.97705,
+ 0.514275
+ ],
+ 178
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.89453,
+ -0.709961,
+ -0.485725
+ ],
+ 178
+ ],
+ [
+ [
+ 4.43359,
+ -2.51904,
+ 4.04428
+ ],
+ 178
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -8.02637,
+ 1.10938,
+ 0.514275
+ ],
+ 268
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.0166,
+ -1.12305,
+ -3.87573
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -4.25684,
+ 3.56934,
+ 0.514275
+ ],
+ 40
+ ],
+ [
+ [
+ 6.07715,
+ 0.655273,
+ -3.88573
+ ],
+ 339
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 8.17969,
+ -2.87256,
+ -3.87573
+ ],
+ 130
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.22266,
+ -1.98633,
+ 4.91428
+ ],
+ 88
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.11621,
+ -1.11475,
+ 0.514275
+ ],
+ 90
+ ],
+ [
+ [
+ 4.09082,
+ 1.39307,
+ -3.87573
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -8.1543,
+ 2.12549,
+ -3.81573
+ ],
+ 269
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -8.44434,
+ 0.203125,
+ -3.81573
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.90039,
+ -3.58984,
+ -3.83573
+ ],
+ 270
+ ],
+ [
+ [
+ -8.08105,
+ 3.58545,
+ 1.58427
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 6.55469,
+ -1.37988,
+ 4.11428
+ ],
+ 178
+ ],
+ [
+ [
+ -6.69141,
+ 2.4873,
+ 4.31428
+ ],
+ 178
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.03809,
+ -2.17529,
+ -3.87573
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_12_EP1": {
+ "shelfPos": [
+ [
+ [
+ 3.25391,
+ -5.70898,
+ 0.10778
+ ],
+ 91
+ ],
+ [
+ [
+ 7.60742,
+ 2.00098,
+ -3.52222
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.77637,
+ -8.55176,
+ 0.137779
+ ],
+ 271
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.50244,
+ -2.55566,
+ 0.137779
+ ],
+ 110
+ ],
+ [
+ [
+ -0.932129,
+ -7.9502,
+ -3.52222
+ ],
+ 90
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.01709,
+ -8.48047,
+ -3.52222
+ ],
+ 91
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.45898,
+ -8.51855,
+ 0.10778
+ ],
+ 141
+ ],
+ [
+ [
+ -3.55371,
+ -8.52734,
+ -3.52222
+ ],
+ 221
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.61963,
+ -4.02148,
+ -3.52222
+ ],
+ 180
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -4.01465,
+ -5.48633,
+ 3.38778
+ ],
+ 269
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -0.582031,
+ -3.9248,
+ -3.52222
+ ],
+ 180
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.37695,
+ -4.39941,
+ -3.52222
+ ],
+ 180
+ ],
+ [
+ [
+ 3.40576,
+ -4.42773,
+ -3.52222
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.32813,
+ 0.0283203,
+ -3.52222
+ ],
+ 88
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.87988,
+ 1.13379,
+ 0.137779
+ ],
+ 230
+ ],
+ [
+ [
+ -2.9873,
+ 0.550781,
+ -3.48222
+ ],
+ 88
+ ],
+ [
+ [
+ 5.65186,
+ 0.637695,
+ 0.137779
+ ],
+ 110
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 3.05566,
+ -5.78223,
+ -3.50222
+ ],
+ 88
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_5_V3_EP1": {
+ "shelfPos": [
+ [
+ [
+ 0.881836,
+ 0.848633,
+ 1.42705
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.83398,
+ 5.10059,
+ -1.48295
+ ],
+ 0.999985
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.33838,
+ -0.811523,
+ -1.48295
+ ],
+ 0.999985
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 4.41846,
+ 1.59082,
+ 1.42705
+ ],
+ 90
+ ],
+ [
+ [
+ -2.9209,
+ 3.87598,
+ -1.48295
+ ],
+ "1.00179e-005"
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.97998,
+ 1.91797,
+ -1.48295
+ ],
+ 289
+ ],
+ [
+ [
+ -1.0791,
+ -4.83398,
+ 1.12706
+ ],
+ 130
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.45752,
+ -5.25781,
+ -1.49295
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.48828,
+ 1.01172,
+ -1.40295
+ ],
+ "1.00179e-005"
+ ],
+ [
+ [
+ 0.500977,
+ 4.9834,
+ -0.672951
+ ],
+ 30
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.72168,
+ -1.9375,
+ 1.17705
+ ],
+ "1.00179e-005"
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_5_V2_EP1": {
+ "shelfPos": [
+ [
+ [
+ 0.882813,
+ 0.848145,
+ 1.42705
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.83398,
+ 5.1001,
+ -1.48295
+ ],
+ 1
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.33789,
+ -0.811523,
+ -1.48295
+ ],
+ 1
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -2.85547,
+ 3.81055,
+ -1.38295
+ ],
+ 360
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.86914,
+ 1.87793,
+ -1.39295
+ ],
+ 320
+ ],
+ [
+ [
+ -1.0752,
+ -4.77148,
+ 1.32706
+ ],
+ 130
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.45703,
+ -5.25781,
+ -1.49295
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.48828,
+ 1.01172,
+ -1.40295
+ ],
+ 0
+ ],
+ [
+ [
+ 0.507813,
+ 5.10352,
+ -0.572945
+ ],
+ 130
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.72168,
+ -1.9375,
+ 1.17705
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_Guardhouse_EP1": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -2.9021,
+ -0.569336,
+ -1.69236
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.94189,
+ 3.83496,
+ -1.69236
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_House_EP1": {
+ "lootType": "mil",
+ "toolRackPos": [
+ [
+ [
+ 10.4844,
+ 2.79492,
+ -5.67967
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 12.9678,
+ 2.14258,
+ -5.67967
+ ],
+ 180
+ ],
+ [
+ [
+ 13.7964,
+ 4.08594,
+ -5.67967
+ ],
+ 220
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_Repair_center_EP1": {
+ "lootType": "mil",
+ "toolRackPos": [
+ [
+ [
+ 3.14893,
+ 3.31836,
+ -2.52654
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.75195,
+ 0.446289,
+ -1.52654
+ ],
+ 180
+ ],
+ [
+ [
+ -2.63037,
+ 3.28516,
+ -1.52654
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_Cargo1Ao_EP1": {
+ "palletPos": [
+ [
+ [
+ 0.109863,
+ -0.517578,
+ -1.05425
+ ],
+ 180
+ ],
+ [
+ [
+ 0.0776367,
+ 2.01465,
+ -1.05425
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_Barracks_i_EP1": {
+ "limit": 5,
+ "lootType": "mil",
+ "pelicanPos": [
+ [
+ [
+ -0.560303,
+ -1.47656,
+ 0.0566254
+ ],
+ 88
+ ],
+ [
+ [
+ 2.65845,
+ -1.47168,
+ -0.743378
+ ],
+ 108
+ ],
+ [
+ [
+ -3.68701,
+ -1.2627,
+ 0.0566254
+ ],
+ 100
+ ],
+ [
+ [
+ -7.04419,
+ -1.5918,
+ -0.743378
+ ],
+ 100
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 0.652588,
+ -1.77637,
+ -1.10338
+ ],
+ 270
+ ],
+ [
+ [
+ -5.80908,
+ -1.9834,
+ -1.10338
+ ],
+ 270
+ ],
+ [
+ [
+ -9.33643,
+ -2.05957,
+ -1.10338
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -9.41846,
+ 2.02148,
+ -1.10338
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.3457,
+ -0.0791016,
+ -1.11338
+ ],
+ 108
+ ],
+ [
+ [
+ 2.53003,
+ -2.44336,
+ -1.08338
+ ],
+ 108
+ ],
+ [
+ [
+ 4.00269,
+ -1.91797,
+ -0.083374
+ ],
+ 290
+ ],
+ [
+ [
+ -10.4619,
+ 1.45313,
+ 0.296623
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.90869,
+ 0.634277,
+ 0.216881
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Oil_Pump_EP1": {
+ "shoeboxPos": [
+ [
+ [
+ 1.8894,
+ -2.20605,
+ 2.53654
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Oil_Tower_EP1": {
+ "couchPos": [
+ [
+ [
+ 3.39233,
+ -5.47461,
+ 3.74753
+ ],
+ 270
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.07495,
+ -2.38086,
+ 16.4475
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.66919,
+ 0.807617,
+ -13.0425
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.64136,
+ 0.131836,
+ -8.04248
+ ],
+ 30
+ ],
+ [
+ [
+ -1.99316,
+ -6.2207,
+ -13.0225
+ ],
+ 270
+ ],
+ [
+ [
+ 4.45459,
+ -5.50098,
+ -12.9225
+ ],
+ 270
+ ],
+ [
+ [
+ 5.33862,
+ -6.28711,
+ -8.04248
+ ],
+ 30
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_L_9_EP1": {
+ "bedPos": [
+ [
+ [
+ 1.09448,
+ 1.40039,
+ -0.611443
+ ],
+ 275
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_fortified_nest_big_EP1": {
+ "shelfPos": [
+ [
+ [
+ -0.359375,
+ -0.337891,
+ -0.721558
+ ],
+ 95
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.25781,
+ -0.414063,
+ -0.721558
+ ],
+ 185
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.12036,
+ 0.962891,
+ -0.721558
+ ],
+ 85
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_big_wall_EP1": {
+ "shelfPos": [
+ [
+ [
+ 4.53857,
+ 4.61914,
+ -2.04966
+ ],
+ 350
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.288574,
+ 3.51367,
+ -2.04966
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_big_wall_corner_EP1": {
+ "couchPos": [
+ [
+ [
+ -1.2417,
+ 3.2666,
+ -2.03097
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.03223,
+ 3.80176,
+ -2.03097
+ ],
+ 20
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.88086,
+ -2.67383,
+ -2.03097
+ ],
+ 20
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_big_minaret_1_EP1": {
+ "pelicanPos": [
+ [
+ [
+ -0.907227,
+ -1.69336,
+ 7.16152
+ ],
+ 280
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.124023,
+ -0.527344,
+ 7.16152
+ ],
+ 4.89996
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_big_addon_EP1": {
+ "tablePos": [
+ [
+ [
+ 5.93506,
+ -2.10156,
+ -6.46501
+ ],
+ 90
+ ],
+ [
+ [
+ 5.84326,
+ 2.80566,
+ -6.46501
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.78027,
+ -5.18164,
+ -5.965
+ ],
+ 360
+ ],
+ [
+ [
+ 2.78857,
+ 5.36914,
+ -5.965
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_big_hq_EP1": {
+ "couchPos": [
+ [
+ [
+ 5.84619,
+ -2.89648,
+ -9.35999
+ ],
+ 41
+ ],
+ [
+ [
+ 8.43701,
+ 8.60352,
+ 0.520004
+ ],
+ 150
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.1582,
+ -2.72852,
+ -9.33999
+ ],
+ 249
+ ],
+ [
+ [
+ -5.3042,
+ -4.38379,
+ -9.33999
+ ],
+ 239
+ ],
+ [
+ [
+ 9.77832,
+ -7.29395,
+ 0.520004
+ ],
+ 320
+ ],
+ [
+ [
+ 8.51709,
+ -9.12793,
+ 0.520004
+ ],
+ 300
+ ],
+ [
+ [
+ 9.05273,
+ -10.5879,
+ -4.05999
+ ],
+ 340
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.45459,
+ 9.20313,
+ 0.520004
+ ],
+ 340
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 5.96045,
+ 3.45703,
+ -9.36999
+ ],
+ 49
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -9.6084,
+ -10.9482,
+ -4.05999
+ ],
+ 41
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.69385,
+ -8.7002,
+ 0.520004
+ ],
+ 320
+ ],
+ [
+ [
+ -8.27783,
+ 7.9248,
+ 0.520004
+ ],
+ 70
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Mosque_big_minaret_2_EP1": {
+ "pelicanPos": [
+ [
+ [
+ -1.92383,
+ -1.92188,
+ 3.61214
+ ],
+ 80
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.0258789,
+ -0.837891,
+ 3.60214
+ ],
+ 9.99997
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_11_EP1": {
+ "shelfPos": [
+ [
+ [
+ 4.04883,
+ -0.507813,
+ -2.07991
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.967773,
+ -3.72266,
+ -2.07991
+ ],
+ 89.9999
+ ],
+ [
+ [
+ 5.21924,
+ -3.53809,
+ 0.940094
+ ],
+ 93
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 3.57471,
+ 2.49023,
+ 1.04009
+ ],
+ 265.8
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.06836,
+ -1.44141,
+ -2.07991
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.38379,
+ -1.58594,
+ 0.940094
+ ],
+ 43
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.47314,
+ -4.53809,
+ 0.940094
+ ],
+ 179
+ ],
+ [
+ [
+ 2.99756,
+ -4.46582,
+ 0.940094
+ ],
+ 173
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 6.90332,
+ -0.748047,
+ -2.07991
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.493652,
+ -1.9248,
+ 0.960091
+ ],
+ 179
+ ],
+ [
+ [
+ 1.26855,
+ 4.18555,
+ -2.45991
+ ],
+ 185.8
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.55713,
+ -2.66016,
+ -2.07991
+ ],
+ 272
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_9_EP1": {
+ "shelfPos": [
+ [
+ [
+ 0.668945,
+ -4.66406,
+ -3.85899
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 3.50098,
+ 2.56934,
+ -3.82899
+ ],
+ 356
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.76123,
+ 4.54102,
+ -0.278992
+ ],
+ 92.1
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.69629,
+ -4.80762,
+ -0.278992
+ ],
+ 90
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 2.63574,
+ 2.44336,
+ -3.82899
+ ],
+ 356
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -4.98926,
+ 0.46582,
+ -0.278992
+ ],
+ 262.1
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 5.79541,
+ -5.37012,
+ -0.278992
+ ],
+ 94
+ ],
+ [
+ [
+ 5.7334,
+ -5.89941,
+ -0.278992
+ ],
+ 100
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -5.09424,
+ -1.93359,
+ -0.278992
+ ],
+ 94
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.80615,
+ 2.62598,
+ -0.278992
+ ],
+ 0
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.40625,
+ 6.66602,
+ -3.85899
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.22803,
+ 0.438477,
+ -2.99899
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.508301,
+ -2.66895,
+ 2.53101
+ ],
+ 144
+ ],
+ [
+ [
+ -3.3208,
+ 1.07031,
+ 2.53101
+ ],
+ 144
+ ],
+ [
+ [
+ -1.89307,
+ 4.89941,
+ 2.53101
+ ],
+ 94
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.66406,
+ 0.332031,
+ -3.83899
+ ],
+ 89
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Fort_Watchtower_EP1": {
+ "pelicanPos": [
+ [
+ [
+ -0.390137,
+ 0.0634766,
+ 0.56675
+ ],
+ 144
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.28271,
+ 2.67969,
+ -2.21325
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.77832,
+ -2.00293,
+ -2.20325
+ ],
+ 144
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_Cargo1Bo_EP1": {
+ "palletPos": [
+ [
+ [
+ 0.0737305,
+ -0.0507813,
+ -1.06068
+ ],
+ 184
+ ],
+ [
+ [
+ 0.0981445,
+ -1.95898,
+ -1.06068
+ ],
+ 184
+ ],
+ [
+ [
+ -0.0107422,
+ 1.99707,
+ -1.06068
+ ],
+ 184
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Minaret_EP1": {
+ "pelicanPos": [
+ [
+ [
+ -1.50244,
+ -0.742188,
+ 5.06781
+ ],
+ 123.5
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_HouseV2_04_Interier": {
+ "_inherit": "Land_HouseV2_04_interier"
+ },
+ "Land_bo_HouseV2_02_Interier": {
+ "_inherit": "Land_HouseV2_02_Interier"
+ },
+ "Land_bo_HouseV_1I4": {
+ "_inherit": "Land_HouseV_1I4"
+ },
+ "Land_bo_Panelak2": {
+ "_inherit": "Land_Panelak2"
+ },
+ "Land_bo_Panelak": {
+ "_inherit": "Land_Panelak"
+ },
+ "Land_bo_Shed_Ind02": {
+ "_inherit": "Land_Shed_Ind02"
+ },
+ "Land_bo_Hlidac_budka": {
+ "_inherit": "Land_Hlidac_budka"
+ },
+ "Land_bo_A_GeneralStore_01": {
+ "_inherit": "Land_A_GeneralStore_01"
+ },
+ "Land_bo_A_Office01": {
+ "_inherit": "Land_A_Office01"
+ },
+ "Land_bo_Barn_W_01": {
+ "_inherit": "Land_Barn_W_01"
+ },
+ "Land_bo_stodola_open": {
+ "_inherit": "Land_Stodola_open"
+ },
+ "Land_bo_stodola_old_open": {
+ "_inherit": "Land_Stodola_old_open"
+ },
+ "Land_bo_Farm_Cowshed_a": {
+ "_inherit": "Land_Farm_Cowshed_a"
+ },
+ "Land_bo_Farm_Cowshed_b": {
+ "_inherit": "Land_Farm_Cowshed_b"
+ },
+ "Land_bo_Farm_Cowshed_c": {
+ "_inherit": "Land_Farm_Cowshed_c"
+ },
+ "Land_bo_A_TVTower_Base": {
+ "_inherit": "Land_A_TVTower_Base"
+ },
+ "Land_bo_HouseV_2T2": {
+ "_inherit": "Land_houseV_2T2"
+ },
+ "Land_bo_HouseB_Tenement": {
+ "_inherit": "Land_HouseB_Tenement"
+ },
+ "Land_bo_HouseV2_01A": {
+ "_inherit": "Land_HouseV2_01A"
+ },
+ "Land_bo_Barn_W_02": {
+ "_inherit": "Land_Barn_W_02"
+ },
+ "Land_bo_Shed_W01": {
+ "_inherit": "Land_Shed_W01"
+ },
+ "Land_bo_A_Castle_Bergfrit": {
+ "_inherit": "Land_A_Castle_Bergfrit"
+ },
+ "Land_bo_Shed_wooden": {
+ "_inherit": "Land_Shed_wooden"
+ },
+ "Land_bo_HouseV_1L2": {
+ "_inherit": "Land_HouseV_1L2"
+ },
+ "Land_bo_HouseV_1I1": {
+ "_inherit": "Land_HouseV_1I1"
+ },
+ "Land_bo_HouseV_1L1": {
+ "_inherit": "Land_HouseV_1L1"
+ },
+ "Land_bo_misc_deerstand": {
+ "_inherit": "Land_Misc_deerstand"
+ },
+ "Land_bo_HouseBlock_A1_1": {
+ "_inherit": "Land_HouseBlock_A1_1"
+ },
+ "Land_bo_HouseBlock_A3": {
+ "_inherit": "Land_HouseBlock_A3"
+ },
+ "Land_bo_hut06": {
+ "_inherit": "Land_Hut06"
+ },
+ "Land_bo_dum_rasovna": {
+ "shelfPos": [
+ [
+ [
+ -1.56299,
+ -4.67383,
+ -2.69722
+ ],
+ 185
+ ],
+ [
+ [
+ 3.88159,
+ -3.92139,
+ -2.69722
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.78345,
+ 1.78662,
+ -2.70722
+ ],
+ 275.214
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.92578,
+ 2.73438,
+ -2.70722
+ ],
+ 1.99997
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.281494,
+ -0.0371094,
+ 0.232777
+ ],
+ 261
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.76978,
+ -1.74072,
+ -2.69722
+ ],
+ 356
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.47705,
+ -0.510742,
+ -2.69722
+ ],
+ 101
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.485352,
+ -1.99902,
+ 0.232777
+ ],
+ 0
+ ],
+ [
+ [
+ -0.095459,
+ -2.09375,
+ 0.232777
+ ],
+ 354
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.732422,
+ 3.80762,
+ 0.202777
+ ],
+ 329
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.746094,
+ 4.27881,
+ -2.67722
+ ],
+ 360
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.824707,
+ -1.08301,
+ -2.69722
+ ],
+ 182
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.76807,
+ -4.44385,
+ 0.232777
+ ],
+ 44
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.0822754,
+ -1.64063,
+ -2.69722
+ ],
+ 0.999985
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_Nasypka": {
+ "shoeboxPos": [
+ [
+ [
+ -1.81689,
+ -0.786621,
+ 6.56536
+ ],
+ 213
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_TTowerBig_2_F": {
+ "pelicanPos": [
+ [
+ [
+ 1.03027,
+ 1.00903,
+ 0.757229
+ ],
+ 41
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_Sara_domek_sedy": {
+ "fridgePos": [
+ [
+ [
+ 0.498047,
+ 1.38989,
+ -2.14814
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.31494,
+ 0.212891,
+ -2.13814
+ ],
+ 4
+ ],
+ [
+ [
+ -5.03027,
+ 3.2019,
+ -2.14814
+ ],
+ 183
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.9209,
+ 1.72778,
+ -2.12814
+ ],
+ 5
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -4.1416,
+ -0.853271,
+ -2.14814
+ ],
+ 182
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.86279,
+ 4.21411,
+ -2.13814
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.82324,
+ -0.666504,
+ -2.13814
+ ],
+ 170
+ ],
+ [
+ [
+ -5.49121,
+ -0.572998,
+ -2.13814
+ ],
+ 200
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 6.03662,
+ -1.00024,
+ -2.13814
+ ],
+ 97
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.23926,
+ 4.17554,
+ -2.11814
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.770508,
+ -0.9021,
+ -2.14814
+ ],
+ 161
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.799805,
+ 4.23804,
+ -2.11814
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_Ind_SawMill": {
+ "toolRackPos": [
+ [
+ [
+ 9.0686,
+ 5.12646,
+ -5.83683
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -7.46265,
+ -5.69971,
+ -5.83683
+ ],
+ 142
+ ],
+ [
+ [
+ 7.71216,
+ -10.9746,
+ -5.83683
+ ],
+ 290
+ ],
+ [
+ [
+ -3.50049,
+ 16.1409,
+ -5.83683
+ ],
+ 142
+ ],
+ [
+ [
+ 5.49878,
+ 16.4333,
+ -5.83683
+ ],
+ 40
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_Dum_mesto2": {
+ "shelfPos": [
+ [
+ [
+ -0.732422,
+ 3.7876,
+ -4.33935
+ ],
+ 179
+ ],
+ [
+ [
+ 3.63647,
+ -6.50879,
+ -4.34044
+ ],
+ 91
+ ],
+ [
+ [
+ 2.20728,
+ -8.04883,
+ -4.34044
+ ],
+ 175
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.60547,
+ 6.22559,
+ -4.34935
+ ],
+ 269
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.60498,
+ -1.65088,
+ -0.949348
+ ],
+ 270
+ ],
+ [
+ [
+ -2.51392,
+ -7.01904,
+ -0.970444
+ ],
+ 90
+ ],
+ [
+ [
+ -2.25952,
+ 7.11084,
+ -0.949348
+ ],
+ 272
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.60498,
+ -2.21436,
+ -4.33935
+ ],
+ 187
+ ],
+ [
+ [
+ -0.407959,
+ -6.73047,
+ -4.35044
+ ],
+ 94
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.216064,
+ 3.9668,
+ -0.949348
+ ],
+ 180
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.6228,
+ 7.73877,
+ -4.34935
+ ],
+ 269
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.14673,
+ 4.25439,
+ -4.33935
+ ],
+ 119
+ ],
+ [
+ [
+ 3.18701,
+ 7.4751,
+ -0.970444
+ ],
+ 20
+ ],
+ [
+ [
+ 3.13452,
+ 7.49902,
+ -4.33935
+ ],
+ 60
+ ],
+ [
+ [
+ 3.17065,
+ -7.49072,
+ -0.970444
+ ],
+ 119
+ ],
+ [
+ [
+ -3.35864,
+ -7.4707,
+ -4.34044
+ ],
+ 220
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.42749,
+ -7.72949,
+ -4.34044
+ ],
+ 121
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.68042,
+ -0.654297,
+ -4.35044
+ ],
+ 0
+ ],
+ [
+ [
+ -3.53101,
+ -3.4668,
+ -0.970444
+ ],
+ 270
+ ],
+ [
+ [
+ -3.49878,
+ -5.11523,
+ -4.34044
+ ],
+ 271
+ ],
+ [
+ [
+ -0.356445,
+ 7.76953,
+ -4.33935
+ ],
+ 359
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.99243,
+ 0.0361328,
+ -4.34044
+ ],
+ 181
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.50415,
+ -0.472656,
+ -4.35044
+ ],
+ 207
+ ],
+ [
+ [
+ -3.74072,
+ 0.48584,
+ -4.34935
+ ],
+ 90
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.49731,
+ 0.472168,
+ -4.34935
+ ],
+ 178
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_HouseV_3I4": {
+ "shoeboxPos": [
+ [
+ [
+ 5.35449,
+ 3.04028,
+ -2.60763
+ ],
+ 280
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_Dum_mesto3": {
+ "palletPos": [
+ [
+ [
+ 5.67578,
+ -0.140137,
+ -5.89724
+ ],
+ 250
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_HouseV_1T": {
+ "shoeboxPos": [
+ [
+ [
+ -4.95142,
+ 6.46045,
+ -3.09068
+ ],
+ 130
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_Ind_Stack_Big": {
+ "shelfPos": [
+ [
+ [
+ 0.137939,
+ 0.352539,
+ -28.5862
+ ],
+ 270
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.85278,
+ 0.0292969,
+ -23.3062
+ ],
+ 290
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.56006,
+ -2.29297,
+ -28.5862
+ ],
+ 260
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_bo_Deutshe_mini": {
+ "shelfPos": [
+ [
+ [
+ 3.57666,
+ -1.0437,
+ -2.74453
+ ],
+ 0
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -0.42334,
+ -0.501709,
+ -2.75453
+ ],
+ 90
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.61914,
+ 2.44849,
+ -2.74453
+ ],
+ 89
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.54443,
+ 0.63208,
+ -2.75453
+ ],
+ 90
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -0.290039,
+ 2.47217,
+ -2.74453
+ ],
+ 89
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.885254,
+ 2.83154,
+ -2.75453
+ ],
+ 310
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.569336,
+ -3.05029,
+ -2.74453
+ ],
+ 259
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.51465,
+ -1.95581,
+ -1.98453
+ ],
+ 209
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.28613,
+ 0.733887,
+ -2.74453
+ ],
+ 359
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_House_Small_01_V1_F": {
+ "fridgePos": [
+ [
+ [
+ 0.867188,
+ 4.2207,
+ -0.931187
+ ],
+ 81.6768
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ 1.16602,
+ -1.34766,
+ -0.929543
+ ],
+ 86.5322
+ ],
+ [
+ [
+ -2.17383,
+ 1.22656,
+ -0.930841
+ ],
+ 1.30102
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.298828,
+ -3.75586,
+ -0.929366
+ ],
+ 164.186
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.52344,
+ -2.83594,
+ -0.931075
+ ],
+ 183.389
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.90234,
+ -1.70313,
+ -0.929456
+ ],
+ 179.44
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.41602,
+ 2.18359,
+ -0.931049
+ ],
+ 180.625
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.46484,
+ 1.8125,
+ -0.930511
+ ],
+ 270.894
+ ],
+ [
+ [
+ -4.09766,
+ -0.542969,
+ -0.925941
+ ],
+ 270.019
+ ],
+ [
+ [
+ 2.42383,
+ 3.95703,
+ -0.931158
+ ],
+ 329.895
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_TTowerBig_1_F": {
+ "pelicanPos": [
+ [
+ [
+ 0.920898,
+ 0.00317383,
+ 2.89364
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_Addon_01_V1_F": {
+ "shoeboxPos": [
+ [
+ [
+ 5.52515,
+ 0.521484,
+ -0.014668
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.227783,
+ 0.866699,
+ -0.0246677
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SlideCastle_F": {
+ "shoeboxPos": [
+ [
+ [
+ 0.0908203,
+ 2.18799,
+ -1.94149
+ ],
+ 193
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.841309,
+ -3.05469,
+ -10
+ ],
+ 193
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_Big_F": {
+ "palletPos": [
+ [
+ [
+ 6.66553,
+ 4.03369,
+ -10
+ ],
+ 177
+ ],
+ [
+ [
+ -7.18652,
+ -10.4651,
+ -10
+ ],
+ 177
+ ],
+ [
+ [
+ -5.99561,
+ 11.2573,
+ -10
+ ],
+ 177
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Radar_F": {
+ "pelicanPos": [
+ [
+ [
+ 9.36694,
+ 4.97949,
+ -4.86368
+ ],
+ 247
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -9.92847,
+ -8.72461,
+ -4.86368
+ ],
+ 44
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_ReservoirTower_F": {
+ "pelicanPos": [
+ [
+ [
+ -1.41553,
+ 1.15063,
+ -1.81942
+ ],
+ 130
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.8374,
+ 1.81421,
+ -1.81942
+ ],
+ 320
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.737793,
+ -3.30981,
+ -1.80942
+ ],
+ 250
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_Shed_V2_dam_F": {
+ "tablePos": [
+ [
+ [
+ 3.07764,
+ 2.17139,
+ 0.0703425
+ ],
+ 11
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.41211,
+ 0.305664,
+ 0.660343
+ ],
+ 11
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_HQ_V1_ruins_F": {
+ "lootType": "mil",
+ "filingPos": [
+ [
+ [
+ 0.798828,
+ -3.87012,
+ -1.28783
+ ],
+ 250
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -4.96582,
+ -4.61182,
+ 1.13217
+ ],
+ 250
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -5.49561,
+ -3.40796,
+ -1.28783
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_cmp_Tower_F": {
+ "palletPos": [
+ [
+ [
+ 0.0551758,
+ 1.01294,
+ -7.64906
+ ],
+ 250
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Crane_F": {
+ "pelicanPos": [
+ [
+ [
+ -7.11475,
+ -1.31665,
+ 5.74081
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -6.86523,
+ 1.83765,
+ 5.74081
+ ],
+ 230
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_WIP_ruins_F": {
+ "shelfPos": [
+ [
+ [
+ 2.08887,
+ -10.4897,
+ -1.32377
+ ],
+ 180.2
+ ],
+ [
+ [
+ -17.3643,
+ -11.3889,
+ 2.47623
+ ],
+ 2
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 16.8608,
+ -8.03442,
+ 0.106226
+ ],
+ 266
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.64453,
+ 7.38965,
+ 0.126227
+ ],
+ 350
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 15.3921,
+ 8.71045,
+ 2.38622
+ ],
+ 350
+ ],
+ [
+ [
+ -21.7849,
+ 11.9456,
+ 2.45622
+ ],
+ 350
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseBig_V2_dam_F": {
+ "fridgePos": [
+ [
+ [
+ -3.23608,
+ -3.12744,
+ -1.70506
+ ],
+ 220
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.40332,
+ 0.169434,
+ 1.17494
+ ],
+ 180
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 2.80518,
+ -3.146,
+ 1.17494
+ ],
+ 170
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.989014,
+ 1.07861,
+ -0.595063
+ ],
+ 20
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.25952,
+ 0.718262,
+ -1.63506
+ ],
+ 20
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_u_House_Big_02_V1_dam_F": {
+ "shelfPos": [
+ [
+ [
+ 3.21387,
+ -1.56421,
+ -2.44914
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.24658,
+ -3.44507,
+ -2.44914
+ ],
+ 260
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.49512,
+ 0.929443,
+ -2.44234
+ ],
+ 90.0046
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.28662,
+ -1.65698,
+ -2.44914
+ ],
+ 273
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.87988,
+ 4.62207,
+ -2.43914
+ ],
+ 66
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.41895,
+ -0.0644531,
+ 0.940861
+ ],
+ 260
+ ],
+ [
+ [
+ -3.42285,
+ 0.570068,
+ 0.940861
+ ],
+ 270
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.70313,
+ 4.34985,
+ 0.870861
+ ],
+ 55
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.23535,
+ 2.41211,
+ -2.43914
+ ],
+ 270
+ ],
+ [
+ [
+ -3.29639,
+ 2.79614,
+ 0.940861
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.81396,
+ 0.00561523,
+ 0.940861
+ ],
+ 181
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -3.71387,
+ 2.81152,
+ 0.940861
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.19873,
+ -0.0888672,
+ 0.940861
+ ],
+ 160
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_HQ_V2_ruins_F": {
+ "shelfPos": [
+ [
+ [
+ -5.3606,
+ -5.2832,
+ -1.15784
+ ],
+ 270
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.18213,
+ -3.80811,
+ -1.30784
+ ],
+ 160
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseSmall_V1_dam_F": {
+ "couchPos": [
+ [
+ [
+ -6.25098,
+ 1.86572,
+ -0.594842
+ ],
+ 270
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 8.93213,
+ -2.67773,
+ -0.594842
+ ],
+ 176
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -8.89941,
+ -2.2583,
+ -0.644842
+ ],
+ 260
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.21045,
+ -2.5564,
+ -0.594842
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.99609,
+ 2.25684,
+ -0.274842
+ ],
+ 320
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Stone_HouseSmall_V2_dam_F": {
+ "_inherit": "Land_i_Stone_HouseSmall_V1_dam_F"
+ },
+ "Land_i_Stone_HouseSmall_V3_dam_F": {
+ "_inherit": "Land_i_Stone_HouseSmall_V1_dam_F"
+ },
+ "Land_cmp_Shed_dam_F": {
+ "palletPos": [
+ [
+ [
+ 0.482422,
+ -2.13721,
+ -3.10882
+ ],
+ 329
+ ],
+ [
+ [
+ -3.94287,
+ 1.30518,
+ -3.10882
+ ],
+ 260
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cargo_Tower_V1_ruins_F": {
+ "pelicanPos": [
+ [
+ [
+ 3.30298,
+ 3.41357,
+ -1.80046
+ ],
+ 329
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_dp_mainFactory_F": {
+ "shelfPos": [
+ [
+ [
+ 12.6934,
+ -1.76367,
+ -4.24943
+ ],
+ 359.454
+ ],
+ [
+ [
+ 13.9473,
+ 5.0918,
+ -4.24943
+ ],
+ 88.7339
+ ],
+ [
+ [
+ 19.9414,
+ 1.03125,
+ -7.43432
+ ],
+ 269.954
+ ],
+ [
+ [
+ 19.9355,
+ -2.62891,
+ -7.43443
+ ],
+ 271.718
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.5332,
+ 1.13477,
+ 1.24025
+ ],
+ 333.827
+ ],
+ [
+ [
+ -11.8926,
+ -2.99023,
+ -4.39045
+ ],
+ 104.689
+ ],
+ [
+ [
+ 7.52734,
+ -16.5059,
+ -0.257848
+ ],
+ 243.576
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 14.1328,
+ 0.527344,
+ -4.33314
+ ],
+ 90.5367
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_i_Windmill01_F": {
+ "pelicanPos": [
+ [
+ [
+ -0.910156,
+ 1.28125,
+ -3.54742
+ ],
+ 289.979
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.111328,
+ -1.23047,
+ -3.50127
+ ],
+ 181.768
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_d_House_Big_01_V1_F": {
+ "fridgePos": [
+ [
+ [
+ -5.62891,
+ 6.35156,
+ -2.19721
+ ],
+ 269.825
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ -0.492188,
+ 1.82031,
+ 1.22279
+ ],
+ 163.832
+ ],
+ [
+ [
+ 0.046875,
+ 5.28125,
+ -2.19721
+ ],
+ 359.157
+ ],
+ [
+ [
+ 2.66797,
+ 8.1875,
+ -2.19721
+ ],
+ 122.214
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.826172,
+ 0.384766,
+ 4.54293
+ ],
+ 312.651
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -4.50781,
+ 7.97852,
+ 1.22285
+ ],
+ 181.679
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.57227,
+ 8.62891,
+ 1.22277
+ ],
+ 96.399
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -5.1582,
+ 3.05859,
+ -2.28722
+ ],
+ 352.256
+ ],
+ [
+ [
+ -4.88086,
+ 4.26758,
+ 1.2291
+ ],
+ 179.049
+ ],
+ [
+ [
+ -4.02344,
+ 10.252,
+ -2.19723
+ ],
+ 254.622
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.58008,
+ 6.79102,
+ -2.19759
+ ],
+ 3.80292
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.201172,
+ 0.566406,
+ 1.23667
+ ],
+ 21.1155
+ ],
+ [
+ [
+ -5.29688,
+ 8.16406,
+ -2.19722
+ ],
+ 259.465
+ ],
+ [
+ [
+ 2.27734,
+ 11.0098,
+ 1.22278
+ ],
+ 48.7725
+ ],
+ [
+ [
+ -5.27539,
+ 10.9121,
+ 1.22279
+ ],
+ 288.988
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.554688,
+ 11.1719,
+ -2.19723
+ ],
+ 0.0478998
+ ],
+ [
+ [
+ -1.80469,
+ 11.25,
+ 1.22271
+ ],
+ 358.754
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_hasic_zbroj": {
+ "fridgePos": [
+ [
+ [
+ 2.29688,
+ -2.56055,
+ -2.67931
+ ],
+ 181.134
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ -3.21436,
+ 2.60376,
+ -2.67923
+ ],
+ 3.40094
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.914063,
+ 1.76172,
+ -2.67932
+ ],
+ 266.479
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 6.72656,
+ 1.56543,
+ -2.67931
+ ],
+ 88.7719
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 7.02832,
+ 2.61157,
+ -2.67928
+ ],
+ 59.8147
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.98535,
+ -0.0251465,
+ -2.67932
+ ],
+ 92.6988
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 7.46631,
+ -1.93945,
+ -2.67892
+ ],
+ 89.8589
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.5083,
+ -2.67578,
+ -2.67946
+ ],
+ 263.378
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.6665,
+ -0.135742,
+ -2.67929
+ ],
+ 42.8049
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.00684,
+ -2.44629,
+ -2.67932
+ ],
+ 171.556
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_domek_zluty": {
+ "fridgePos": [
+ [
+ [
+ 2.29858,
+ 3.92969,
+ -2.46014
+ ],
+ 0.136902
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ 7.44385,
+ 1.58789,
+ -2.45992
+ ],
+ 97.2181
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -2.31445,
+ -3.1958,
+ -2.4576
+ ],
+ 90.1546
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -5.8606,
+ -2.66113,
+ -2.46011
+ ],
+ 272.354
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -6.51392,
+ 1.26953,
+ -2.45143
+ ],
+ 180.056
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.7998,
+ 3.88477,
+ -2.46054
+ ],
+ 0.147873
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 6.95801,
+ -0.59668,
+ -2.45824
+ ],
+ 129.461
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.29907,
+ 4.00537,
+ -2.45987
+ ],
+ 359.897
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.49561,
+ 3.39307,
+ -2.45992
+ ],
+ 90.2344
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.131104,
+ 4.27246,
+ -2.45967
+ ],
+ 2.38939
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.66724,
+ -0.834961,
+ -2.46021
+ ],
+ 90.2617
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.16602,
+ 1.70801,
+ -2.44791
+ ],
+ 269.45
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_PowerStation": {
+ "shelfPos": [
+ [
+ [
+ 3.3877,
+ -0.776367,
+ -1.29452
+ ],
+ 268.884
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.64697,
+ -4.25073,
+ -1.29468
+ ],
+ 270.752
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.20557,
+ 5.78613,
+ -1.33632
+ ],
+ 269.596
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.59229,
+ 1.92871,
+ -0.186357
+ ],
+ 90.4582
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_CraneCon": {
+ "pelicanPos": [
+ [
+ [
+ -7.55273,
+ 1.50537,
+ 5.76163
+ ],
+ 28.6669
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_BuildingWIP": {
+ "limit": 6,
+ "fridgePos": [
+ [
+ [
+ 2.03711,
+ 11.1831,
+ -6.49124
+ ],
+ 305.356
+ ],
+ [
+ [
+ -3.37573,
+ 12.2183,
+ 1.48757
+ ],
+ 305.492
+ ],
+ [
+ [
+ -24.4121,
+ 7.55957,
+ -2.55824
+ ],
+ 228.742
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ -5.80249,
+ -5.0332,
+ -2.55812
+ ],
+ 356.037
+ ],
+ [
+ [
+ 12.1133,
+ -4.3042,
+ -6.54318
+ ],
+ 179.13
+ ],
+ [
+ [
+ -21.0371,
+ 1.47168,
+ -6.46016
+ ],
+ 178.598
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -7.40625,
+ -9.28955,
+ -6.50476
+ ],
+ 210.36
+ ],
+ [
+ [
+ -20.8247,
+ -11.5005,
+ 5.44375
+ ],
+ 191.623
+ ],
+ [
+ [
+ -24.6577,
+ 11.9438,
+ 1.45556
+ ],
+ 293.971
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -13.3503,
+ 2.34912,
+ 1.47256
+ ],
+ 91.8744
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.99951,
+ -3.28564,
+ -6.43938
+ ],
+ 90.7108
+ ],
+ [
+ [
+ 0.594727,
+ 9.11768,
+ 5.4154
+ ],
+ 148.196
+ ],
+ [
+ [
+ 7.01099,
+ 10.9351,
+ -6.42719
+ ],
+ 225.517
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.14282,
+ -10.0327,
+ 1.45506
+ ],
+ 208.035
+ ],
+ [
+ [
+ -3.64502,
+ 12.6104,
+ -2.55869
+ ],
+ 359.938
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.41162,
+ 6.28955,
+ 5.44231
+ ],
+ 221.29
+ ],
+ [
+ [
+ 3.62207,
+ -9.91504,
+ -2.56085
+ ],
+ 177.773
+ ],
+ [
+ [
+ -0.971924,
+ 11.6572,
+ 5.4412
+ ],
+ 260.795
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -10.2527,
+ -10.1606,
+ -6.51096
+ ],
+ 127.045
+ ],
+ [
+ [
+ -16.0825,
+ -6.36279,
+ -6.53292
+ ],
+ 282.391
+ ],
+ [
+ [
+ -19.718,
+ -6.7124,
+ -6.54208
+ ],
+ 87.3864
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.70239,
+ -3.92871,
+ -6.48336
+ ],
+ 180.567
+ ],
+ [
+ [
+ 3.09351,
+ 9.49219,
+ 5.38227
+ ],
+ 48.7191
+ ],
+ [
+ [
+ 22.1931,
+ 1.64893,
+ -6.55645
+ ],
+ 90.8045
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 13.3423,
+ -1.85791,
+ -6.54581
+ ],
+ 268.445
+ ],
+ [
+ [
+ 18.0183,
+ -1.11426,
+ -6.55955
+ ],
+ 89.6342
+ ],
+ [
+ [
+ -20.8777,
+ 0.597656,
+ -6.46828
+ ],
+ 359.864
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -9.04224,
+ 6.72314,
+ -6.52912
+ ],
+ 357.538
+ ],
+ [
+ [
+ -15.5667,
+ -10.561,
+ -2.5611
+ ],
+ 180.234
+ ],
+ [
+ [
+ -15.666,
+ -14.3716,
+ 1.45426
+ ],
+ 179.938
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.03394,
+ 7.42188,
+ -2.55826
+ ],
+ 176.357
+ ],
+ [
+ [
+ -7.98242,
+ -10.2471,
+ -2.56173
+ ],
+ 129.945
+ ],
+ [
+ [
+ -16.2637,
+ -5.07031,
+ -6.53438
+ ],
+ 305.636
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 5.09961,
+ 0.015625,
+ -6.47375
+ ],
+ 270.66
+ ],
+ [
+ [
+ -10.7837,
+ -0.00585938,
+ 5.26227
+ ],
+ 0.0174896
+ ],
+ [
+ [
+ -14.4409,
+ 11.9912,
+ -6.45401
+ ],
+ 359.986
+ ],
+ [
+ [
+ -24.2383,
+ -9.16699,
+ -2.55823
+ ],
+ 359.993
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -15.1563,
+ -5.16211,
+ -2.55844
+ ],
+ 359.99
+ ],
+ [
+ [
+ -24.2168,
+ 12.3633,
+ -6.50327
+ ],
+ 0.00699433
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_MunicipalOffice": {
+ "pelicanPos": [
+ [
+ [
+ 3.55029,
+ -5.18726,
+ -0.195372
+ ],
+ 283.895
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.35693,
+ -5.59839,
+ -18.4382
+ ],
+ 65.3313
+ ],
+ [
+ [
+ -4.6333,
+ -5.60132,
+ -18.4559
+ ],
+ 295.001
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.02002,
+ -7.53784,
+ -18.4554
+ ],
+ 177.998
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.2832,
+ -8.80542,
+ -18.4554
+ ],
+ 136.305
+ ],
+ [
+ [
+ 6.69727,
+ -9.01831,
+ -3.18546
+ ],
+ 279.196
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Pec_01": {
+ "fridgePos": [
+ [
+ [
+ -2.46875,
+ -0.492676,
+ -3.98998
+ ],
+ 359.611
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ 2.24902,
+ -2.04834,
+ -17.6013
+ ],
+ 177.989
+ ],
+ [
+ [
+ -7.08789,
+ -0.345215,
+ -3.98975
+ ],
+ 359.84
+ ],
+ [
+ [
+ 5.65918,
+ -7.55225,
+ -17.6013
+ ],
+ 271.929
+ ],
+ [
+ [
+ -7.43311,
+ -7.98193,
+ 6.06143
+ ],
+ 181.606
+ ],
+ [
+ [
+ -4.87256,
+ -11.603,
+ -17.6013
+ ],
+ 87.6155
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -4.57373,
+ -7.05566,
+ 15.777
+ ],
+ 275.886
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.665527,
+ -7.01172,
+ -22.6032
+ ],
+ 319.689
+ ],
+ [
+ [
+ 5.09033,
+ -8.23584,
+ 1.00238
+ ],
+ 267.37
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.938965,
+ -1.05859,
+ 6.05994
+ ],
+ 148.592
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.88159,
+ -15.1143,
+ 6.06143
+ ],
+ 274.02
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.07202,
+ -15.2251,
+ -17.6016
+ ],
+ 178.66
+ ],
+ [
+ [
+ 2.56372,
+ -15.189,
+ -4.00633
+ ],
+ 179.789
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -4.23755,
+ -9.12012,
+ -22.6029
+ ],
+ 181.414
+ ],
+ [
+ [
+ 0.57666,
+ -15.625,
+ 1.00255
+ ],
+ 179.995
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.63867,
+ -7.03174,
+ 10.4987
+ ],
+ 320.834
+ ],
+ [
+ [
+ 0.787842,
+ -9.5957,
+ -14.8937
+ ],
+ 85.2537
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_SiloVelke_01": {
+ "shelfPos": [
+ [
+ [
+ 0.950195,
+ -2.19312,
+ -5.47868
+ ],
+ 269.46
+ ],
+ [
+ [
+ 1.01416,
+ 5.71167,
+ 11.865
+ ],
+ 268.444
+ ],
+ [
+ [
+ -11.5195,
+ 2.36597,
+ 11.865
+ ],
+ 357.551
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.54297,
+ -3.29761,
+ 24.2848
+ ],
+ 69.2792
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.224121,
+ -0.709229,
+ 11.8648
+ ],
+ 98.1473
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -5.82715,
+ 3.93359,
+ 11.8648
+ ],
+ 359.3
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.811523,
+ 5.54248,
+ -5.47879
+ ],
+ 272.599
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.8335,
+ 9.96069,
+ 21.9903
+ ],
+ 115.472
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Expedice_1": {
+ "shelfPos": [
+ [
+ [
+ 1.92285,
+ -0.303223,
+ -5.71009
+ ],
+ 178.232
+ ],
+ [
+ [
+ 0.276855,
+ 12.5483,
+ -3.51293
+ ],
+ 203.944
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.432617,
+ 10.3877,
+ 9.68375
+ ],
+ 299.993
+ ],
+ [
+ [
+ 5.82813,
+ -18.415,
+ -5.78366
+ ],
+ 292.046
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 9.70801,
+ -12.1228,
+ -5.78367
+ ],
+ 325.934
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 5.53857,
+ -16.9548,
+ -5.78365
+ ],
+ 270.844
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 13.5181,
+ -12.0178,
+ -5.78368
+ ],
+ 4.86572
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.24707,
+ -0.168457,
+ -12.9662
+ ],
+ 180.509
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.06592,
+ -0.598389,
+ -12.9654
+ ],
+ 180.956
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -8.35303,
+ -7.32837,
+ -3.51317
+ ],
+ 29.0581
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.58789,
+ -6.03125,
+ -3.51315
+ ],
+ "1.43912e-005"
+ ],
+ [
+ [
+ 0.29248,
+ -18.708,
+ -3.51315
+ ],
+ "1.43571e-005"
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Repair_center": {
+ "shelfPos": [
+ [
+ [
+ -2.13965,
+ 2.55408,
+ -1.55488
+ ],
+ 88.8949
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Church_01": {
+ "chairPos": [
+ [
+ [
+ -6.88208,
+ 0.851563,
+ -4.24353
+ ],
+ 6.01111
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_NAV_Lighthouse2": {
+ "shoeboxPos": [
+ [
+ [
+ -0.019043,
+ 1.00098,
+ 2.39268
+ ],
+ 0.452068
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Castle_Gate": {
+ "fridgePos": [
+ [
+ [
+ 7.84082,
+ 4.31982,
+ -2.93036
+ ],
+ 21.3658
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 7.11719,
+ 0.841797,
+ -2.94727
+ ],
+ 93.608
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.0166,
+ 4.29834,
+ -2.97534
+ ],
+ 0.0874265
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.8916,
+ -3.36182,
+ -2.96021
+ ],
+ 149.004
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.54395,
+ -3.67285,
+ -2.97525
+ ],
+ 177.859
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 5.6875,
+ 4.36865,
+ -2.9592
+ ],
+ 0
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.1123,
+ 0.0239258,
+ -2.97498
+ ],
+ 273.35
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Castle_Donjon": {
+ "pelicanPos": [
+ [
+ [
+ 2.69727,
+ -2.01953,
+ 12.4763
+ ],
+ 148.853
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.54395,
+ 5.67383,
+ 12.4445
+ ],
+ 0.407131
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Castle_Stairs_A": {
+ "shelfPos": [
+ [
+ [
+ 6.63232,
+ 2.28223,
+ 0.998962
+ ],
+ 356.642
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Quarry": {
+ "fridgePos": [
+ [
+ [
+ -3.92188,
+ -16.6865,
+ -7.50379
+ ],
+ 222.564
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ -5.69775,
+ -2.96875,
+ -7.5061
+ ],
+ 89.9894
+ ],
+ [
+ [
+ -0.436035,
+ -9.52051,
+ -7.50609
+ ],
+ 358.647
+ ],
+ [
+ [
+ -4.89355,
+ -8.41016,
+ 5.26832
+ ],
+ 178.014
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -5.05762,
+ -3.05859,
+ 5.26825
+ ],
+ 270.152
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.77393,
+ -13.1133,
+ -7.49595
+ ],
+ 252.259
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.89893,
+ -10.4531,
+ -7.45486
+ ],
+ 270.008
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.72217,
+ -16.9697,
+ -7.50663
+ ],
+ 173.088
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.30176,
+ -7.69727,
+ -7.50632
+ ],
+ 152.678
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.79004,
+ -8.23633,
+ 5.26811
+ ],
+ 173.701
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.25244,
+ -9.7373,
+ -7.48993
+ ],
+ 0.00806808
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -6.44287,
+ 11.9883,
+ -7.50632
+ ],
+ 358.505
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -5.43994,
+ -4.68066,
+ -7.50566
+ ],
+ 88.4867
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.70996,
+ 15.8828,
+ 5.26807
+ ],
+ 106.559
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Barrack2": {
+ "shelfPos": [
+ [
+ [
+ -1.14063,
+ 5.67578,
+ -0.714874
+ ],
+ 359.937
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.917969,
+ 1.40234,
+ 0.507111
+ ],
+ 62.1253
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.83398,
+ -2.77344,
+ -0.720093
+ ],
+ 121.012
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.944336,
+ -3.10254,
+ -0.720245
+ ],
+ 197.347
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.393555,
+ 5.52734,
+ -0.71524
+ ],
+ 0.0174853
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.02344,
+ -3.13086,
+ -0.720337
+ ],
+ 181.294
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Mlyn_01": {
+ "shelfPos": [
+ [
+ [
+ -1.02686,
+ 8.37012,
+ -7.73514
+ ],
+ 84.5525
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -6.94873,
+ 2.21094,
+ 9.19446
+ ],
+ 187.886
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -7.31543,
+ 7.59277,
+ -20.8141
+ ],
+ 0
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -8.98828,
+ 1.93848,
+ -2.84921
+ ],
+ 179.976
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -9.06104,
+ 1.60645,
+ -8.90338
+ ],
+ 180.213
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.24268,
+ 7.89355,
+ 0.201904
+ ],
+ 123.572
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -9.00732,
+ 8.61621,
+ -20.8141
+ ],
+ 23.6484
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_wagon_box": {
+ "palletPos": [
+ [
+ [
+ 0.342285,
+ -0.0380859,
+ -0.80304
+ ],
+ 0
+ ],
+ [
+ [
+ 0.271973,
+ 2.38574,
+ -0.80304
+ ],
+ 354.097
+ ],
+ [
+ [
+ 0.399414,
+ -2.41504,
+ -0.803101
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "CampEast_EP1": {
+ "shelfPos": [
+ [
+ [
+ -1.97852,
+ 2.84473,
+ -1.35312
+ ],
+ 308.338
+ ],
+ [
+ [
+ -1.98438,
+ -3.44043,
+ -1.35312
+ ],
+ 205.956
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.32422,
+ 0.889648,
+ -1.35324
+ ],
+ 274.054
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.50342,
+ 1.74512,
+ -1.35336
+ ],
+ 6.52914
+ ],
+ [
+ [
+ 1.42969,
+ -2.29004,
+ -1.35336
+ ],
+ 0.577024
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.55762,
+ -0.0185547,
+ -1.35336
+ ],
+ 78.3071
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Barrack2_EP1": {
+ "fridgePos": [
+ [
+ [
+ 1.29102,
+ -3.15332,
+ -0.720306
+ ],
+ 178.283
+ ]
+ ],
+ "shelfPos": [
+ [
+ [
+ -0.526855,
+ 5.5127,
+ -0.714996
+ ],
+ 357.779
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.26465,
+ 3.2002,
+ -0.319916
+ ],
+ 355.705
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.10107,
+ -2.88477,
+ -0.720154
+ ],
+ 187.124
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.48193,
+ 5.50488,
+ -0.715179
+ ],
+ 359.955
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.27539,
+ 3.22363,
+ -0.716583
+ ],
+ 274.247
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.25586,
+ 0.362305,
+ -0.0941467
+ ],
+ 29.4483
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hlidac_Budka_EP1": {
+ "shelfPos": [
+ [
+ [
+ 1.20264,
+ 0.0732422,
+ -0.809814
+ ],
+ 179.636
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.69629,
+ 2.27246,
+ -0.809937
+ ],
+ 21.4708
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.5376,
+ 1.29883,
+ -0.810028
+ ],
+ 271.096
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.77783,
+ 0.842773,
+ -0.799316
+ ],
+ 82.7987
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.61768,
+ 2.3584,
+ -0.810059
+ ],
+ 356.431
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_2L": {
+ "shelfPos": [
+ [
+ [
+ 4.29199,
+ 2.60913,
+ -3.95322
+ ],
+ 7.9453
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.08594,
+ 1.27734,
+ -3.9534
+ ],
+ 243.743
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.90137,
+ -3.46313,
+ -4.01404
+ ],
+ 65.2182
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -5.02051,
+ -0.899658,
+ -4.10532
+ ],
+ 87.6906
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_M02": {
+ "shoeboxPos": [
+ [
+ [
+ 1.05371,
+ 0.0397949,
+ -1.03354
+ ],
+ 83.8544
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.0595703,
+ -2.57153,
+ -10
+ ],
+ 122.62
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "ferrisWheel_EPOCH": {
+ "lootBias": 50,
+ "palletPos": [
+ [
+ [
+ 2,
+ 2,
+ -10
+ ],
+ 322.16
+ ],
+ [
+ [
+ -2,
+ -2,
+ -10
+ ],
+ 232.16
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.33862,
+ -0.988281,
+ -10
+ ],
+ 312.382
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.840332,
+ 1.09473,
+ -10
+ ],
+ 269.861
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Carnival_Tent": {
+ "limit": 1,
+ "lootBias": 50,
+ "shelfPos": [
+ [
+ [
+ -1,
+ -1,
+ -10
+ ],
+ 178.014
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1,
+ 1,
+ -10
+ ],
+ 152.678
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1,
+ 0,
+ -10
+ ],
+ 173.701
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0,
+ 0,
+ -10
+ ],
+ 120.893
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0,
+ 1,
+ -10
+ ],
+ 106.559
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1,
+ 0,
+ -10
+ ],
+ 322.16
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Majak_v_celku": {
+ "pelicanPos": [
+ [
+ [
+ 0.640625,
+ -5.32837,
+ 3.73342
+ ],
+ 87
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.935059,
+ -6.73767,
+ -6.0666
+ ],
+ 168
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kamenolom_budova": {
+ "lockerPos": [
+ [
+ [
+ 5.28259,
+ 8.6792,
+ -7.4996
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.55896,
+ 5.77637,
+ -7.4996
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.70508,
+ 11.5742,
+ -7.4996
+ ],
+ 294
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -7.30725,
+ -6.28027,
+ -7.4996
+ ],
+ 294
+ ],
+ [
+ [
+ -0.434082,
+ -13.2734,
+ -7.5096
+ ],
+ 294
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_pila": {
+ "palletPos": [
+ [
+ [
+ 4.11987,
+ -10.7354,
+ -10
+ ],
+ 358
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_vez_ropa": {
+ "shoeboxPos": [
+ [
+ [
+ 1.22119,
+ -3.17627,
+ -2.08988
+ ],
+ 40
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Telek1": {
+ "pelicanPos": [
+ [
+ [
+ -1.76807,
+ 0.981689,
+ -7.46783
+ ],
+ 294
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hut02": {
+ "couchPos": [
+ [
+ [
+ -0.0549316,
+ 2.4751,
+ -0.375967
+ ],
+ 269
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.932617,
+ -1.18945,
+ -0.375967
+ ],
+ 224
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.15332,
+ 0.0302734,
+ 1.73403
+ ],
+ 224
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hotel": {
+ "shelfPos": [
+ [
+ [
+ 1.78857,
+ 13.251,
+ -7.75587
+ ],
+ 270
+ ],
+ [
+ [
+ 1.77783,
+ 15.3574,
+ -7.75587
+ ],
+ 270
+ ],
+ [
+ [
+ -10.7646,
+ -15.3672,
+ -0.742306
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 5.14795,
+ 18.9282,
+ -7.75587
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.94043,
+ -11.6416,
+ -4.28587
+ ],
+ 270
+ ],
+ [
+ [
+ -11.6963,
+ -3.02222,
+ 2.7677
+ ],
+ 0
+ ],
+ [
+ [
+ 12.1147,
+ 2.66748,
+ 2.7377
+ ],
+ 92
+ ],
+ [
+ [
+ -12.1445,
+ -2.65576,
+ -0.742306
+ ],
+ 273
+ ],
+ [
+ [
+ -17.7935,
+ -2.72681,
+ -4.28587
+ ],
+ 270
+ ],
+ [
+ [
+ 11.6216,
+ 17.6189,
+ -0.742306
+ ],
+ 183
+ ],
+ [
+ [
+ 18.0103,
+ -11.6978,
+ 2.7677
+ ],
+ 272
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 6.25146,
+ 12.9585,
+ -7.75587
+ ],
+ 0
+ ],
+ [
+ [
+ -14.5313,
+ -9.24268,
+ 2.7377
+ ],
+ 92
+ ],
+ [
+ [
+ -3.47803,
+ 17.551,
+ -0.742306
+ ],
+ 303
+ ],
+ [
+ [
+ 11.7266,
+ -14.7947,
+ -4.28587
+ ],
+ 180
+ ],
+ [
+ [
+ 5.41016,
+ -18.1577,
+ 2.7377
+ ],
+ 92
+ ],
+ [
+ [
+ 15.5991,
+ 11.7637,
+ 2.7377
+ ],
+ 92
+ ],
+ [
+ [
+ -18.0391,
+ 17.2517,
+ -4.28587
+ ],
+ 180
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -12.8257,
+ -10.0503,
+ -0.742306
+ ],
+ 183
+ ],
+ [
+ [
+ -18.6489,
+ -2.33789,
+ 2.7377
+ ],
+ 282
+ ],
+ [
+ [
+ -11.0015,
+ 16.1484,
+ -4.28587
+ ],
+ 90
+ ],
+ [
+ [
+ 11.1978,
+ 18.6038,
+ -4.28587
+ ],
+ 290
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.78174,
+ 18.8879,
+ -7.75587
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -11.2607,
+ -14.3667,
+ 2.7677
+ ],
+ 73
+ ],
+ [
+ [
+ 9.86719,
+ -16.175,
+ -4.28587
+ ],
+ 91
+ ],
+ [
+ [
+ 11.1006,
+ 16.4072,
+ -4.28587
+ ],
+ 270
+ ],
+ [
+ [
+ 8.30811,
+ 18.6084,
+ -7.75587
+ ],
+ 300
+ ],
+ [
+ [
+ -9.76025,
+ 18.7568,
+ -7.75587
+ ],
+ 360
+ ],
+ [
+ [
+ -11.2051,
+ -18.6255,
+ 2.7677
+ ],
+ 120
+ ],
+ [
+ [
+ -18.4653,
+ 18.6245,
+ -0.742306
+ ],
+ 303
+ ],
+ [
+ [
+ 18.6274,
+ -18.6675,
+ 2.7377
+ ],
+ 120
+ ],
+ [
+ [
+ -18.6543,
+ -18.6777,
+ -7.75587
+ ],
+ 202
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.1377,
+ 0.964355,
+ -4.26587
+ ],
+ 9.99995
+ ],
+ [
+ [
+ 0.185059,
+ 7.87598,
+ -7.75587
+ ],
+ 185
+ ],
+ [
+ [
+ 1.1377,
+ 7.90283,
+ -7.75587
+ ],
+ 180
+ ],
+ [
+ [
+ -10.9829,
+ -10.9436,
+ 2.7677
+ ],
+ 87
+ ],
+ [
+ [
+ -11.0068,
+ -18.8669,
+ -0.742306
+ ],
+ 100
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -20.3799,
+ -2.55322,
+ 2.7677
+ ],
+ 57
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.00488,
+ -1.45679,
+ -0.76231
+ ],
+ 90
+ ],
+ [
+ [
+ 2.76025,
+ -11.2229,
+ 2.7377
+ ],
+ 350
+ ],
+ [
+ [
+ 14.6807,
+ -11.0496,
+ -4.28587
+ ],
+ 0.999985
+ ],
+ [
+ [
+ 18.7944,
+ 2.63403,
+ -0.742306
+ ],
+ 91
+ ],
+ [
+ [
+ -11.0342,
+ -16.4497,
+ 2.7677
+ ],
+ 90
+ ],
+ [
+ [
+ -7.66748,
+ 18.8062,
+ -7.75587
+ ],
+ 360
+ ],
+ [
+ [
+ -15.6953,
+ -18.8101,
+ -7.75587
+ ],
+ 180
+ ],
+ [
+ [
+ -18.2217,
+ -18.6624,
+ -0.742306
+ ],
+ 190
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 1.95264,
+ 6.45093,
+ 6.23771
+ ],
+ 270
+ ],
+ [
+ [
+ 7.01807,
+ 6.5083,
+ 6.23771
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.55713,
+ 3.32617,
+ 6.23771
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 10.9087,
+ -10.8728,
+ -4.26587
+ ],
+ 0.999985
+ ],
+ [
+ [
+ -11.0386,
+ -11.0518,
+ -0.742306
+ ],
+ 100
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.59766,
+ 0.134766,
+ -7.75587
+ ],
+ 180
+ ],
+ [
+ [
+ 1.56494,
+ 8.67944,
+ 6.23771
+ ],
+ 268
+ ],
+ [
+ [
+ 0.20459,
+ -9.94043,
+ 6.23771
+ ],
+ 294
+ ],
+ [
+ [
+ -16.0659,
+ -13.0327,
+ 6.23771
+ ],
+ 224
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.11768,
+ 6.72607,
+ -7.75587
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 7.31738,
+ 1.42627,
+ -6.15587
+ ],
+ 180
+ ],
+ [
+ [
+ 4.14453,
+ 7.32031,
+ 0.657692
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hut01": {
+ "bedPos": [
+ [
+ [
+ -0.136719,
+ 1.94006,
+ -0.456257
+ ],
+ 184
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.213867,
+ -1.56018,
+ -0.456257
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hut04": {
+ "chairPos": [
+ [
+ [
+ -1.01709,
+ -1.63196,
+ -0.44096
+ ],
+ 190
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.63916,
+ 0.498535,
+ -1.33096
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.31445,
+ 3.20374,
+ -0.44096
+ ],
+ 30
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.30371,
+ -1.28149,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -0.919922,
+ 2.90234,
+ -0.44096
+ ],
+ 350
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kostel_mexico": {
+ "chairPos": [
+ [
+ [
+ -6.86377,
+ -7.20459,
+ -2.7923
+ ],
+ 200
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 6.55908,
+ -4.72803,
+ -2.7923
+ ],
+ 9.99996
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -6.50439,
+ -4.60132,
+ -2.7923
+ ],
+ 359
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.07666,
+ -7.46338,
+ -2.7923
+ ],
+ 9.99996
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Watertower1": {
+ "shoeboxPos": [
+ [
+ [
+ -7.45605,
+ 1.86682,
+ 5.2103
+ ],
+ 101.7
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Army_hut3_long": {
+ "shelfPos": [
+ [
+ [
+ -3.35315,
+ -4.39209,
+ -1.27432
+ ],
+ 271
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.96436,
+ -3.27832,
+ -1.27432
+ ],
+ 34
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.996826,
+ 4.99609,
+ -0.914318
+ ],
+ 9.99997
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 1.09717,
+ -2.47021,
+ -1.27432
+ ],
+ 181
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.157471,
+ 1.62988,
+ -1.61432
+ ],
+ 4
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.00354,
+ -1.61279,
+ -0.0743189
+ ],
+ 260
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Garaz_s_tankem": {
+ "pelicanPos": [
+ [
+ [
+ 3.15186,
+ 4.26843,
+ -1.70066
+ ],
+ 329
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 6.14355,
+ 5.57983,
+ -2.70066
+ ],
+ 359
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.16113,
+ 4.19702,
+ -2.50066
+ ],
+ 181
+ ],
+ [
+ [
+ 5.40088,
+ 1.94946,
+ -2.50066
+ ],
+ 181
+ ],
+ [
+ [
+ -6.79199,
+ 3.48682,
+ -2.50066
+ ],
+ 181
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 2.14697,
+ 2.5321,
+ -1.47066
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ammostore2": {
+ "shelfPos": [
+ [
+ [
+ 2.84912,
+ 1.64783,
+ -2.42861
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.95752,
+ 1.25012,
+ -2.42861
+ ],
+ 359
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Vysilac_budova": {
+ "shelfPos": [
+ [
+ [
+ -2.104,
+ -4.41748,
+ -6.5729
+ ],
+ 270
+ ],
+ [
+ [
+ 5.21436,
+ -5.04321,
+ 0.417093
+ ],
+ 182
+ ],
+ [
+ [
+ -8.69434,
+ 8.19604,
+ -6.5929
+ ],
+ 359
+ ],
+ [
+ [
+ -1.92578,
+ 15.3926,
+ -6.58291
+ ],
+ 0
+ ],
+ [
+ [
+ 9.07471,
+ -13.5862,
+ -3.0929
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -11.7583,
+ -8.78931,
+ -3.09291
+ ],
+ 268
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.967285,
+ -6.52271,
+ 0.427094
+ ],
+ 272
+ ],
+ [
+ [
+ -7.28223,
+ -12.6365,
+ -3.0929
+ ],
+ 100
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.827637,
+ -3.43579,
+ -3.09291
+ ],
+ 169
+ ],
+ [
+ [
+ -1.39453,
+ -6.76685,
+ -3.09291
+ ],
+ 280
+ ],
+ [
+ [
+ -8.00391,
+ -11.429,
+ 0.427094
+ ],
+ 182
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.20459,
+ -12.4326,
+ -3.09291
+ ],
+ 89
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -11.6777,
+ -6.63428,
+ -3.09292
+ ],
+ 272
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -1.50977,
+ 0.173096,
+ 0.417093
+ ],
+ 302
+ ],
+ [
+ [
+ -1.59326,
+ -4.58447,
+ 0.427094
+ ],
+ 232
+ ],
+ [
+ [
+ -5.96924,
+ -8.75244,
+ -6.5729
+ ],
+ 170
+ ],
+ [
+ [
+ -9.95166,
+ -8.39478,
+ -6.5729
+ ],
+ 220
+ ],
+ [
+ [
+ 13.5186,
+ -13.0178,
+ -3.09292
+ ],
+ 120
+ ],
+ [
+ [
+ 15.2505,
+ -13.1157,
+ -6.58291
+ ],
+ 240
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.894043,
+ 0.622803,
+ -6.5729
+ ],
+ 0
+ ],
+ [
+ [
+ 1.16455,
+ -11.3594,
+ 0.417093
+ ],
+ 282
+ ],
+ [
+ [
+ 1.06055,
+ -13.498,
+ 0.417093
+ ],
+ 262
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 13.4917,
+ 14.0208,
+ 3.93709
+ ],
+ 100
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.76367,
+ -2.21191,
+ 0.417093
+ ],
+ 272
+ ],
+ [
+ [
+ 6.23633,
+ 3.8894,
+ -6.5729
+ ],
+ 90
+ ],
+ [
+ [
+ 6.21191,
+ 6.96362,
+ -3.09291
+ ],
+ 90
+ ],
+ [
+ [
+ -10.2241,
+ -5.08301,
+ -6.5729
+ ],
+ 270
+ ],
+ [
+ [
+ -5.21729,
+ -13.3079,
+ 0.427094
+ ],
+ 182
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.87207,
+ 15.2065,
+ -6.58291
+ ],
+ 0
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.13232,
+ 11.9448,
+ -6.5929
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.19873,
+ 1.65063,
+ -3.45291
+ ],
+ 150
+ ],
+ [
+ [
+ -0.467773,
+ -2.51709,
+ -5.9529
+ ],
+ 107
+ ],
+ [
+ [
+ -7.01758,
+ -5.84106,
+ -2.4929
+ ],
+ 340
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 8.2959,
+ -3.53076,
+ -6.58291
+ ],
+ 350
+ ],
+ [
+ [
+ -7.6123,
+ -12.1265,
+ 3.93709
+ ],
+ 70
+ ],
+ [
+ [
+ -7.8208,
+ 14.1892,
+ 3.93709
+ ],
+ 70
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.76318,
+ 10.9131,
+ -6.58291
+ ],
+ 170
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -4.88965,
+ 9.68774,
+ -4.9529
+ ],
+ 0
+ ],
+ [
+ [
+ 12.0303,
+ 13.3145,
+ -1.58291
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Army_hut_int": {
+ "filingPos": [
+ [
+ [
+ -2.10864,
+ -4.15771,
+ -1.32744
+ ],
+ 0
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.05151,
+ -1.40674,
+ -0.157444
+ ],
+ 14.2
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.01929,
+ -5.78467,
+ -1.32744
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.70337,
+ 0.552734,
+ -1.32744
+ ],
+ 320
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 3.38306,
+ -2.79785,
+ 0.0725565
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ss_hangard": {
+ "shelfPos": [
+ [
+ [
+ 7.96484,
+ 23.6194,
+ -5.85834
+ ],
+ 360
+ ],
+ [
+ [
+ 13.9126,
+ -21.1853,
+ -5.86834
+ ],
+ 180
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -9.27832,
+ 23.4492,
+ -5.85834
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 12.5146,
+ -0.696777,
+ -5.85834
+ ],
+ 270
+ ],
+ [
+ [
+ -13.4209,
+ 10.2603,
+ -5.85834
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -13.562,
+ -21.281,
+ -4.40834
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Army_hut2": {
+ "couchPos": [
+ [
+ [
+ -0.26416,
+ -4.94482,
+ -1.32744
+ ],
+ 270
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.11523,
+ -6.30835,
+ -1.32744
+ ],
+ 180
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.24707,
+ 0.845947,
+ -0.147443
+ ],
+ 340
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.4707,
+ -2.63574,
+ -1.32744
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Letistni_hala": {
+ "pelicanPos": [
+ [
+ [
+ -0.218994,
+ -0.153809,
+ -1.67213
+ ],
+ 130
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.33838,
+ -4.40283,
+ -8.27213
+ ],
+ 290
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.95361,
+ 6.68408,
+ -8.27213
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Army_hut3_long_int": {
+ "shelfPos": [
+ [
+ [
+ -0.243164,
+ -2.62061,
+ -1.23305
+ ],
+ 180
+ ],
+ [
+ [
+ -3.44531,
+ -4.89258,
+ -1.23305
+ ],
+ 270
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.609375,
+ -3.22754,
+ -1.23305
+ ],
+ 0.0999832
+ ],
+ [
+ [
+ 1.30493,
+ -3.27246,
+ -1.23305
+ ],
+ 20.1
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.883057,
+ 0.716797,
+ -0.303053
+ ],
+ 356
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.74292,
+ 5.30566,
+ -0.823053
+ ],
+ 20
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -3.54565,
+ 3.79199,
+ 0.066947
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Vysilac_FM": {
+ "pelicanPos": [
+ [
+ [
+ 0.807861,
+ -0.467285,
+ 8.35913
+ ],
+ 290
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_mesto_in": {
+ "shelfPos": [
+ [
+ [
+ -3.18652,
+ 2.92676,
+ -4.26343
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 5.36743,
+ -1.99609,
+ -4.27343
+ ],
+ 6.00002
+ ],
+ [
+ [
+ 4.38062,
+ 4.47559,
+ -4.27343
+ ],
+ 182
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.6665,
+ -2.45313,
+ -1.27343
+ ],
+ 90
+ ],
+ [
+ [
+ -4.39233,
+ 4.57129,
+ -1.27343
+ ],
+ 270
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 6.20532,
+ 1.30859,
+ -4.27343
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.18335,
+ -1.9375,
+ -1.27343
+ ],
+ 160
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.00171,
+ 1.78223,
+ -1.27343
+ ],
+ 90
+ ],
+ [
+ [
+ -6.19067,
+ 0.304688,
+ -4.27343
+ ],
+ 270
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.05176,
+ 1.23438,
+ -1.27343
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.2439,
+ 5.36328,
+ -4.13343
+ ],
+ 340
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hospital": {
+ "palletPos": [
+ [
+ [
+ -2.96191,
+ 5.99878,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -6.74365,
+ 5.39355,
+ -0.194811
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Army_hut2_int": {
+ "shelfPos": [
+ [
+ [
+ 3.22949,
+ 0.0185547,
+ -0.945215
+ ],
+ 90
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.07861,
+ -1.13037,
+ -0.945215
+ ],
+ 79
+ ],
+ [
+ [
+ 3.13208,
+ -1.79688,
+ -0.945215
+ ],
+ 89
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.51001,
+ 0.575684,
+ -0.00521517
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.0717773,
+ -0.947266,
+ 0.064785
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Army_hut_storrage": {
+ "palletPos": [
+ [
+ [
+ 0.295654,
+ -4.19238,
+ -10
+ ],
+ 119
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_y": {
+ "bedPos": [
+ [
+ [
+ -1.7063,
+ -2.56055,
+ -1.40579
+ ],
+ 273
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.24292,
+ 3.52246,
+ -1.40579
+ ],
+ 273
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -4.69897,
+ -3.54785,
+ -1.40579
+ ],
+ 210
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -4.76099,
+ -4.80371,
+ -1.40579
+ ],
+ 354
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.03223,
+ 4.33154,
+ 0.00421143
+ ],
+ 50
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.14355,
+ 2.76807,
+ -1.40579
+ ],
+ 89
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan4_big": {
+ "chairPos": [
+ [
+ [
+ 6.23877,
+ 4.94141,
+ -10.3016
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.96289,
+ -2.02026,
+ -7.35158
+ ],
+ 40
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Afbarabizna": {
+ "bedPos": [
+ [
+ [
+ 5.90576,
+ 1.92358,
+ -4.24116
+ ],
+ 280
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.80127,
+ -3.64136,
+ -4.24116
+ ],
+ 90
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -2.44092,
+ 2.52905,
+ -4.24116
+ ],
+ 90
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 7.34521,
+ 6.50342,
+ -4.24116
+ ],
+ 80
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.61133,
+ -4.43726,
+ -0.171157
+ ],
+ 160
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.4292,
+ -1.48706,
+ -0.171157
+ ],
+ 160
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan2b": {
+ "shelfPos": [
+ [
+ [
+ -4.30664,
+ 2.29395,
+ -2.33272
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.512695,
+ -1.37354,
+ 0.50728
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.64063,
+ -4.08057,
+ 3.80728
+ ],
+ 210
+ ],
+ [
+ [
+ -5.76074,
+ 2.11768,
+ 3.80728
+ ],
+ 175
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Garaz_bez_tanku": {
+ "palletPos": [
+ [
+ [
+ 0.391602,
+ 1.3457,
+ 3.43286
+ ],
+ 319
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan4_detaily1": {
+ "chairPos": [
+ [
+ [
+ 6.41577,
+ 4.99414,
+ -7.29889
+ ],
+ 190
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan3": {
+ "chairPos": [
+ [
+ [
+ 3.82861,
+ -0.674072,
+ 0.592234
+ ],
+ 360
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.27588,
+ -0.626587,
+ 0.592234
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 9.90527,
+ 0.953369,
+ 0.592234
+ ],
+ 190
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_ZalChata": {
+ "couchPos": [
+ [
+ [
+ -1.87109,
+ -2.04102,
+ -0.545453
+ ],
+ 270
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.46045,
+ -1.78198,
+ -0.545453
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hlaska": {
+ "pelicanPos": [
+ [
+ [
+ -0.694336,
+ 0.777344,
+ 3.79217
+ ],
+ 310
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Budova4": {
+ "shelfPos": [
+ [
+ [
+ -7.06836,
+ 0.593262,
+ -1.89329
+ ],
+ 360
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -2.40625,
+ -1.25439,
+ -1.89329
+ ],
+ 271
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.11328,
+ 0.133789,
+ -1.89329
+ ],
+ 30
+ ],
+ [
+ [
+ -7.25757,
+ 1.59717,
+ -1.89329
+ ],
+ 248
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -6.28442,
+ 0.480469,
+ -1.89329
+ ],
+ 360
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.11206,
+ -2.82471,
+ -1.89329
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_domek_hospoda": {
+ "lockerPos": [
+ [
+ [
+ -3.9082,
+ -2.99487,
+ -2.75601
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 5.21143,
+ -4.41309,
+ -2.75601
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan3_hromada": {
+ "shelfPos": [
+ [
+ [
+ 0.774414,
+ -1.74438,
+ -3.2448
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.35791,
+ -4.48926,
+ -3.44481
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Vysilac_FM2": {
+ "pelicanPos": [
+ [
+ [
+ -0.713379,
+ 2.47485,
+ 8.35913
+ ],
+ 280
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan3_pumpa": {
+ "chairPos": [
+ [
+ [
+ 3.86157,
+ -0.495605,
+ 1.48562
+ ],
+ 130
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.74524,
+ 3.34277,
+ -1.86439
+ ],
+ 280
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.52124,
+ 2.41992,
+ 1.48562
+ ],
+ 170
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.296875,
+ 1.25,
+ 1.48562
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 2.3623,
+ -1.12598,
+ 2.68562
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan2": {
+ "lockerPos": [
+ [
+ [
+ -0.614258,
+ -1.77734,
+ 0.807278
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 6.19629,
+ -1.01221,
+ 0.807278
+ ],
+ 280
+ ],
+ [
+ [
+ -6.34631,
+ 2.2417,
+ 3.80728
+ ],
+ 280
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Budova5": {
+ "shelfPos": [
+ [
+ [
+ -1.78809,
+ 0.231201,
+ -1.98003
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.9873,
+ 4.33667,
+ -1.70003
+ ],
+ 40
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Strazni_vez": {
+ "filingPos": [
+ [
+ [
+ 0.351074,
+ 0.225098,
+ 1.41236
+ ],
+ 90
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.96533,
+ 0.918213,
+ -0.617641
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.87012,
+ -1.2937,
+ 2.00236
+ ],
+ 240
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hut_old02": {
+ "toolRackPos": [
+ [
+ [
+ -4.69629,
+ -3.26221,
+ -3.04598
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.69946,
+ 1.27148,
+ -2.07598
+ ],
+ 200
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 5.62891,
+ -1.17334,
+ -10
+ ],
+ 70
+ ],
+ [
+ [
+ 4.64526,
+ -7.61523,
+ -10
+ ],
+ 70
+ ],
+ [
+ [
+ -7.48999,
+ 8.30762,
+ -10
+ ],
+ 70
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cihlovej_Dum_mini": {
+ "chairPos": [
+ [
+ [
+ -1.37402,
+ 2.89819,
+ -2.87115
+ ],
+ 60
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.11719,
+ 0.488281,
+ -2.87115
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.89404,
+ -1.75195,
+ -1.92115
+ ],
+ 110
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.0629883,
+ 1.17529,
+ -2.87115
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Panelak3": {
+ "limit": 6,
+ "shelfPos": [
+ [
+ [
+ -3.97217,
+ -0.323242,
+ 1.84827
+ ],
+ 90
+ ],
+ [
+ [
+ 4.33447,
+ -2.9873,
+ 12.6483
+ ],
+ 92.1
+ ],
+ [
+ [
+ 4.81592,
+ 3.16943,
+ 7.24828
+ ],
+ 180
+ ],
+ [
+ [
+ -4.30518,
+ -3.88232,
+ -6.24173
+ ],
+ 269
+ ],
+ [
+ [
+ 4.30908,
+ -4.78418,
+ 4.54827
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.94727,
+ 4.65381,
+ -6.24173
+ ],
+ 269
+ ],
+ [
+ [
+ -4.23584,
+ 3.40967,
+ -3.55173
+ ],
+ 189
+ ],
+ [
+ [
+ 4.93555,
+ 3.34619,
+ 4.54827
+ ],
+ 180
+ ],
+ [
+ [
+ -7.32764,
+ 4.82227,
+ 1.84827
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 4.81494,
+ -0.334473,
+ 1.84827
+ ],
+ 180
+ ],
+ [
+ [
+ -4.84375,
+ -0.621094,
+ -6.24173
+ ],
+ 4
+ ],
+ [
+ [
+ -4.87549,
+ -0.545898,
+ 9.94828
+ ],
+ 3
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.92432,
+ -0.48584,
+ 4.54827
+ ],
+ 181
+ ],
+ [
+ [
+ 4.97803,
+ -0.483398,
+ -6.24173
+ ],
+ 179
+ ],
+ [
+ [
+ -5.09277,
+ -0.104492,
+ -0.851727
+ ],
+ 9.99994
+ ],
+ [
+ [
+ -5.12061,
+ -0.157715,
+ -3.55173
+ ],
+ 9.99994
+ ],
+ [
+ [
+ 5.17725,
+ -0.495117,
+ 12.6483
+ ],
+ 172.1
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -2.27539,
+ -3.82617,
+ -3.55173
+ ],
+ 140
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 2.06689,
+ 5.27588,
+ -3.55173
+ ],
+ 280
+ ],
+ [
+ [
+ 4.73193,
+ 3.36768,
+ 12.6483
+ ],
+ 182.1
+ ],
+ [
+ [
+ -4.80322,
+ 5.31201,
+ -0.851727
+ ],
+ 0
+ ],
+ [
+ [
+ -7.2251,
+ 5.09326,
+ 9.94828
+ ],
+ 280
+ ],
+ [
+ [
+ 7.25342,
+ 5.28369,
+ -6.24173
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.30273,
+ 0.440918,
+ 7.24828
+ ],
+ 271
+ ],
+ [
+ [
+ 4.49268,
+ -1.24609,
+ -0.851727
+ ],
+ 250
+ ],
+ [
+ [
+ -4.40381,
+ 2.28662,
+ 12.6483
+ ],
+ 72.1
+ ],
+ [
+ [
+ 5.6582,
+ -1.521,
+ 7.24828
+ ],
+ 181
+ ],
+ [
+ [
+ 5.49365,
+ -2.74902,
+ -3.55173
+ ],
+ 320
+ ],
+ [
+ [
+ 5.65137,
+ -2.60791,
+ 1.84827
+ ],
+ 0
+ ],
+ [
+ [
+ 3.94434,
+ 5.19043,
+ -10.4017
+ ],
+ 49
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.38623,
+ -3.95361,
+ 1.84827
+ ],
+ 251
+ ],
+ [
+ [
+ -1.54346,
+ -3.9082,
+ 12.6483
+ ],
+ 113.1
+ ],
+ [
+ [
+ -1.28711,
+ -4.09277,
+ -0.851727
+ ],
+ 100
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.31836,
+ -0.929688,
+ 12.6483
+ ],
+ 92.1
+ ],
+ [
+ [
+ 4.16553,
+ 3.33887,
+ -10.4017
+ ],
+ 89
+ ],
+ [
+ [
+ -5.17139,
+ -3.00879,
+ 1.84827
+ ],
+ 90
+ ],
+ [
+ [
+ 7.25635,
+ 0.77832,
+ -0.851727
+ ],
+ 90
+ ],
+ [
+ [
+ 7.2876,
+ 0.630859,
+ 7.24828
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.24561,
+ -2.60889,
+ -6.24173
+ ],
+ 290
+ ],
+ [
+ [
+ 0.272949,
+ -4.82959,
+ -10.3117
+ ],
+ 159
+ ],
+ [
+ [
+ 5.2124,
+ -5.4165,
+ -0.851727
+ ],
+ 290
+ ],
+ [
+ [
+ -5.24365,
+ -5.56543,
+ 7.24828
+ ],
+ 100
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.20654,
+ 5.12402,
+ 12.6483
+ ],
+ 82.1
+ ],
+ [
+ [
+ 4.68408,
+ 3.4917,
+ 9.94828
+ ],
+ 180
+ ],
+ [
+ [
+ 4.78662,
+ 3.48291,
+ -6.24173
+ ],
+ 180
+ ],
+ [
+ [
+ -5.64893,
+ 3.48193,
+ 4.54827
+ ],
+ 180
+ ],
+ [
+ [
+ 4.78369,
+ 5.229,
+ -0.851727
+ ],
+ 4
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.809082,
+ -3.06104,
+ 13.8483
+ ],
+ 182.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hruzdum": {
+ "shelfPos": [
+ [
+ [
+ 3.03223,
+ 1.95996,
+ 1.60511
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -2.85986,
+ 2.07886,
+ -4.7049
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.19727,
+ 3.07666,
+ -1.1649
+ ],
+ 0
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.74805,
+ 2.823,
+ -4.7049
+ ],
+ 350
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.489746,
+ -1.57056,
+ -1.1649
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.89551,
+ 0.536621,
+ 2.35511
+ ],
+ 250
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.15186,
+ 3.05298,
+ 1.60511
+ ],
+ 321.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_istan3_hromada2": {
+ "shelfPos": [
+ [
+ [
+ 1.12891,
+ -2.01318,
+ -1.28126
+ ],
+ 91
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.769043,
+ 5.94043,
+ -1.28126
+ ],
+ 0.999985
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 6.09668,
+ 0.60791,
+ 1.98874
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.32666,
+ 2.89502,
+ -4.63126
+ ],
+ 280
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.53711,
+ 4.94043,
+ 2.08874
+ ],
+ 158
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 7.51807,
+ 3.43701,
+ 3.40874
+ ],
+ 178
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_Domek_sedy": {
+ "couchPos": [
+ [
+ [
+ 1.28503,
+ 1.28613,
+ -2.13815
+ ],
+ 180
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.38293,
+ 1.57959,
+ -2.13815
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.06616,
+ 0.482422,
+ -1.61815
+ ],
+ 80
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.05981,
+ 4.21094,
+ -2.13815
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_domek_podhradi_1": {
+ "palletPos": [
+ [
+ [
+ 6,
+ -3.56006,
+ -2.76341
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Posed": {
+ "shoeboxPos": [
+ [
+ [
+ 0.740234,
+ -0.162109,
+ 0.828706
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_stodola": {
+ "chairPos": [
+ [
+ [
+ -5.00146,
+ 4.23291,
+ -2.23894
+ ],
+ 300
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.65381,
+ -2.55664,
+ -2.63894
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.77759,
+ 3.48389,
+ -2.23894
+ ],
+ 275
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Benzina_schnell": {
+ "shelfPos": [
+ [
+ [
+ 0.369141,
+ 2.5376,
+ -2.15264
+ ],
+ 0.0300293
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.08154,
+ -3.79395,
+ -2.15264
+ ],
+ 206
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Budova3": {
+ "shelfPos": [
+ [
+ [
+ -1.59082,
+ 3.19653,
+ -1.89183
+ ],
+ 0
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.70996,
+ 2.74585,
+ -1.89183
+ ],
+ 270
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -1.58691,
+ 0.295898,
+ -1.20183
+ ],
+ 265
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.41602,
+ -0.77124,
+ -0.0418296
+ ],
+ 286
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.71191,
+ -2.69849,
+ -1.89183
+ ],
+ 100
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Zastavka_jih": {
+ "shoeboxPos": [
+ [
+ [
+ 0.58252,
+ 1.18994,
+ -1.22299
+ ],
+ 20
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dulni_bs": {
+ "filingPos": [
+ [
+ [
+ 3.20361,
+ -0.208252,
+ -1.70513
+ ],
+ 20
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.914063,
+ -2.57251,
+ -1.70513
+ ],
+ 260
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 3.61035,
+ 1.94409,
+ -1.70513
+ ],
+ 89.9999
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_zboreny": {
+ "shelfPos": [
+ [
+ [
+ -5.97119,
+ -5.16162,
+ 1.35662
+ ],
+ 185
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.97168,
+ -3.46924,
+ -2.32337
+ ],
+ 170
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.477539,
+ 4.96338,
+ -2.32337
+ ],
+ 50
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.786621,
+ 5.375,
+ 1.35662
+ ],
+ 80
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.04199,
+ 0.413086,
+ -2.32337
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.07764,
+ 0.120605,
+ 1.35662
+ ],
+ 195
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kostelik": {
+ "shoeboxPos": [
+ [
+ [
+ 0.538574,
+ -4.71631,
+ -5.03529
+ ],
+ 30
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Garaz": {
+ "palletPos": [
+ [
+ [
+ -5.4248,
+ 5.82739,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -7.83203,
+ 0.581055,
+ 0.0568509
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Helfenburk": {
+ "shelfPos": [
+ [
+ [
+ 1.08789,
+ 1.6875,
+ 4.33816
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.31738,
+ -4.37256,
+ 0.278163
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.61719,
+ -0.11084,
+ -3.00184
+ ],
+ 350
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.83105,
+ 0.911621,
+ -3.00184
+ ],
+ 290
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.64014,
+ 0.952637,
+ 4.33816
+ ],
+ 60
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.8418,
+ 1.2041,
+ 12.2182
+ ],
+ 50
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.09424,
+ -5.14111,
+ 8.69816
+ ],
+ 266
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.806641,
+ -5.85889,
+ 8.66816
+ ],
+ 130
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_stodola2": {
+ "toolRackPos": [
+ [
+ [
+ -2.20386,
+ -3.52246,
+ -2.11083
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.30347,
+ 2.7832,
+ -2.11083
+ ],
+ 80
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Leseni4x": {
+ "shoeboxPos": [
+ [
+ [
+ -1.26904,
+ 0.478027,
+ 2.78
+ ],
+ 340
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_zluty_statek_in": {
+ "fridgePos": [
+ [
+ [
+ 5.948,
+ 6.13428,
+ -2.88701
+ ],
+ 360
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.041748,
+ 1.02148,
+ -2.86701
+ ],
+ 3.09999
+ ],
+ [
+ [
+ -9.00073,
+ 0.931641,
+ -2.88701
+ ],
+ 177
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.89038,
+ 4.39063,
+ -2.86701
+ ],
+ 183.1
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 6.91528,
+ 6.12646,
+ -2.88701
+ ],
+ 360
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.11011,
+ 5.91943,
+ -2.88701
+ ],
+ 20
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.51318,
+ 6.11914,
+ -2.86701
+ ],
+ 0.0999813
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 8.97974,
+ 2.79785,
+ -1.88701
+ ],
+ 130.1
+ ],
+ [
+ [
+ -7.7229,
+ 6.08301,
+ -0.837012
+ ],
+ 340
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_rasovna": {
+ "fridgePos": [
+ [
+ [
+ -1.79639,
+ -2.43652,
+ -2.66723
+ ],
+ 267
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.77344,
+ 3.13867,
+ -2.72723
+ ],
+ 0
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.265625,
+ 0.027832,
+ 0.232774
+ ],
+ 261
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.44336,
+ -1.67871,
+ -2.66723
+ ],
+ 360
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.09619,
+ -0.466797,
+ -2.67723
+ ],
+ 170
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.978027,
+ -3.15723,
+ 0.942773
+ ],
+ 251
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Deutshe_mini": {
+ "fridgePos": [
+ [
+ [
+ -0.330566,
+ -0.274902,
+ -2.75343
+ ],
+ 90
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.67529,
+ 1.58252,
+ -2.75343
+ ],
+ 0
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -4.53369,
+ -2.98145,
+ -2.75343
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.890625,
+ -0.0283203,
+ -2.75343
+ ],
+ 210
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.49951,
+ -2.03418,
+ -2.75343
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.5293,
+ 1.8125,
+ -2.75343
+ ],
+ 250
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_mesto2": {
+ "shelfPos": [
+ [
+ [
+ -2.41553,
+ 0.267822,
+ -4.34935
+ ],
+ 178
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -2.0835,
+ -1.28027,
+ -0.949347
+ ],
+ 277
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.37158,
+ -1.62183,
+ -4.34935
+ ],
+ 260
+ ],
+ [
+ [
+ 1.73291,
+ -7.04468,
+ -0.949347
+ ],
+ 90
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -1.59863,
+ -7.84033,
+ -4.34935
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.41748,
+ 4.18042,
+ -0.949347
+ ],
+ 230
+ ],
+ [
+ [
+ -3.46094,
+ -6.20142,
+ -0.949347
+ ],
+ 260
+ ],
+ [
+ [
+ -3.33984,
+ -7.43237,
+ -4.34935
+ ],
+ 210
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.37646,
+ -4.96851,
+ -0.949347
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.539063,
+ 3.61646,
+ -4.34935
+ ],
+ 178
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.294922,
+ 3.79419,
+ 0.970652
+ ],
+ 260
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hospoda_mesto": {
+ "fridgePos": [
+ [
+ [
+ 0.446289,
+ -6.14355,
+ -5.18829
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.28125,
+ -1.48926,
+ -4.19829
+ ],
+ 70
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kulna": {
+ "toolRackPos": [
+ [
+ [
+ -1.10547,
+ 0.367188,
+ -1.41632
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Bouda2_vnitrek": {
+ "shelfPos": [
+ [
+ [
+ 2.62158,
+ -2.62305,
+ -0.623022
+ ],
+ 180
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.52686,
+ -1.87842,
+ -0.623022
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.71094,
+ 2.9502,
+ -0.623022
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.724854,
+ 0.678711,
+ -0.623022
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_SawMillPen": {
+ "palletPos": [
+ [
+ [
+ 3.70117,
+ 2.6554,
+ -10
+ ],
+ 270.892
+ ],
+ [
+ [
+ -3.36426,
+ -7.48914,
+ -10
+ ],
+ 270.892
+ ],
+ [
+ [
+ -3.96729,
+ 7.4613,
+ -10
+ ],
+ 270.892
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_W4": {
+ "toolRackPos": [
+ [
+ [
+ -1.92188,
+ -4.54932,
+ -1.41301
+ ],
+ 0.999992
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.05127,
+ -5.70166,
+ -10
+ ],
+ 0.999992
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_1T": {
+ "chairPos": [
+ [
+ [
+ 2.17749,
+ -2.29297,
+ -10
+ ],
+ 310
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.49792,
+ -1.50391,
+ -3.08958
+ ],
+ 15
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_3I4": {
+ "shoeboxPos": [
+ [
+ [
+ 5.41113,
+ 2.55908,
+ -2.58653
+ ],
+ 243
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.21484,
+ 4.77051,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_2I": {
+ "shelfPos": [
+ [
+ [
+ -5.50256,
+ 2.2085,
+ -3.05727
+ ],
+ 90
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -5.73291,
+ -4.91406,
+ -3.05727
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 6.59167,
+ 2.9624,
+ -10
+ ],
+ 40
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_03": {
+ "shelfPos": [
+ [
+ [
+ -17.604,
+ 2.24219,
+ -5.86916
+ ],
+ 89
+ ],
+ [
+ [
+ 18.0801,
+ -0.203613,
+ -5.48916
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.61133,
+ -8.67456,
+ -5.57916
+ ],
+ 89
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -17.3164,
+ 0.101318,
+ -6.01916
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.21484,
+ 10.8247,
+ -4.66916
+ ],
+ 182
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 9.96875,
+ 11.6602,
+ -10
+ ],
+ 100
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.76563,
+ 9.06519,
+ -10
+ ],
+ 89
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 8.80811,
+ -9.03174,
+ -3.96916
+ ],
+ 90.2
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_olezlina": {
+ "couchPos": [
+ [
+ [
+ 1.20703,
+ -5.45386,
+ -10
+ ],
+ 272.2
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.76367,
+ 4.53845,
+ -10
+ ],
+ 173.2
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -1.27197,
+ 4.57642,
+ -10
+ ],
+ 183.2
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Expedice_2": {
+ "palletPos": [
+ [
+ [
+ 2.56006,
+ 0.650269,
+ -10
+ ],
+ 302.2
+ ],
+ [
+ [
+ -8.99365,
+ 0.00256348,
+ -10
+ ],
+ 302.2
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_IndPipe2_bigBuild2_L": {
+ "shoeboxPos": [
+ [
+ [
+ 4.82397,
+ -1.97314,
+ 2.59579
+ ],
+ 277.3
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 6.57422,
+ 2.44775,
+ -10
+ ],
+ 335.2
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.01245,
+ 1.12354,
+ 3.51578
+ ],
+ 271.2
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_IndPipe2_big_18ladder": {
+ "shoeboxPos": [
+ [
+ [
+ 0.830566,
+ -3,
+ 2.61729
+ ],
+ 278.5
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.762207,
+ 7.46484,
+ -10
+ ],
+ 328.5
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Expedice_3": {
+ "shelfPos": [
+ [
+ [
+ 0.996826,
+ -17.7642,
+ 2.20826
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 6.52441,
+ 5.72363,
+ -4.44174
+ ],
+ 91
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.94495,
+ -5.69189,
+ 2.10826
+ ],
+ 249
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.98584,
+ 5.7417,
+ -10
+ ],
+ 91
+ ],
+ [
+ [
+ 0.0772705,
+ -16.8579,
+ -10
+ ],
+ 249
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 1.297,
+ 3.94189,
+ 3.15826
+ ],
+ 271
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_houseV_2T1": {
+ "chairPos": [
+ [
+ [
+ 5.18408,
+ 3.88074,
+ -10
+ ],
+ 200
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.86133,
+ 3.73376,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.07959,
+ -3.24548,
+ -10
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_IndPipe2_bigBuild1_R": {
+ "shoeboxPos": [
+ [
+ [
+ -0.633301,
+ 3.0249,
+ -3.68421
+ ],
+ 290
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_Cargo1Bo": {
+ "palletPos": [
+ [
+ [
+ 0.352051,
+ 0.725342,
+ -1.09068
+ ],
+ 266
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_MalyKomin": {
+ "pelicanPos": [
+ [
+ [
+ -0.880371,
+ -0.432007,
+ -7.73271
+ ],
+ 82
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.27539,
+ -3.78528,
+ -16.5427
+ ],
+ 113
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.413574,
+ -2.14258,
+ -20
+ ],
+ 185
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_Cargo1Ao": {
+ "shelfPos": [
+ [
+ [
+ 0.100098,
+ 2.87891,
+ -1.07068
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.231934,
+ -0.652344,
+ -1.07068
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_GContainer_Big": {
+ "palletPos": [
+ [
+ [
+ -2.28296,
+ -0.679688,
+ 0.504925
+ ],
+ 21
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_3I1": {
+ "chairPos": [
+ [
+ [
+ 1.64844,
+ -2.47266,
+ -10
+ ],
+ 330
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.09497,
+ -1.99512,
+ -10
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.26025,
+ -1.45947,
+ -2.08637
+ ],
+ 340
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Stack_Big": {
+ "pelicanPos": [
+ [
+ [
+ -3.30188,
+ 4.6333,
+ -6.00286
+ ],
+ 100
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.06494,
+ 0.469727,
+ -23.2595
+ ],
+ 320
+ ],
+ [
+ [
+ 2.18286,
+ -3.10352,
+ -28.5202
+ ],
+ 190.1
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.29297,
+ -0.548828,
+ -23.2395
+ ],
+ 177.1
+ ],
+ [
+ [
+ -3.23267,
+ -1.17725,
+ -28.5751
+ ],
+ 360
+ ],
+ [
+ [
+ 3.37927,
+ -5.10156,
+ -28.5051
+ ],
+ 360
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.0136719,
+ 0.143066,
+ -26.8373
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_mesto3": {
+ "palletPos": [
+ [
+ [
+ -5.93799,
+ 1.10693,
+ -10
+ ],
+ 177.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_domek_vilka": {
+ "fridgePos": [
+ [
+ [
+ -4.55078,
+ -1.19714,
+ -4.15991
+ ],
+ 74.1
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -0.371094,
+ 8.04688,
+ -4.15991
+ ],
+ 324.1
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.96777,
+ 4.70288,
+ -4.15991
+ ],
+ 198.1
+ ],
+ [
+ [
+ 4.87744,
+ 4.50684,
+ -4.15991
+ ],
+ 168.1
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.891113,
+ 5.02478,
+ -4.15991
+ ],
+ 174.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_Killhouse_4": {
+ "limit": 5,
+ "shelfPos": [
+ [
+ [
+ -1.86426,
+ 0.823242,
+ -3.84317
+ ],
+ 0
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.54175,
+ 2.74219,
+ -3.84317
+ ],
+ 75
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 6.84692,
+ -0.231934,
+ -0.543174
+ ],
+ 0
+ ],
+ [
+ [
+ 6.94922,
+ 2.63965,
+ -0.543174
+ ],
+ 360
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.47852,
+ -1.93262,
+ -3.84317
+ ],
+ 267
+ ],
+ [
+ [
+ -4.66406,
+ 3.55176,
+ -0.543174
+ ],
+ 70
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -1.86768,
+ -0.383301,
+ -0.543174
+ ],
+ 80
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.57666,
+ 4.14941,
+ -3.84317
+ ],
+ 107
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.35059,
+ 0.23584,
+ -3.84317
+ ],
+ 320
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -6.53564,
+ -4.59375,
+ -3.84317
+ ],
+ 200
+ ],
+ [
+ [
+ 7.66919,
+ -4.5625,
+ -3.84317
+ ],
+ 150
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.02075,
+ -1.20996,
+ -0.543174
+ ],
+ 0
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.56226,
+ 3.51709,
+ -0.543174
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.49121,
+ 7.00928,
+ -0.543174
+ ],
+ 90
+ ],
+ [
+ [
+ 2.58643,
+ 6.9541,
+ -3.84317
+ ],
+ 310
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.28125,
+ 0.388672,
+ -3.84317
+ ],
+ 310
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -6.44043,
+ 2.08789,
+ -3.84317
+ ],
+ 258
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.553955,
+ 7.24219,
+ 0.756824
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_Warehouse": {
+ "limit": 5,
+ "shelfPos": [
+ [
+ [
+ -11.0225,
+ 19.5303,
+ -6.14345
+ ],
+ 0
+ ],
+ [
+ [
+ 22.1719,
+ 4.58838,
+ -6.14345
+ ],
+ 90
+ ],
+ [
+ [
+ 11.9806,
+ 19.5259,
+ -6.14345
+ ],
+ 0
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 17.2281,
+ -11.791,
+ -2.84345
+ ],
+ 260
+ ],
+ [
+ [
+ 21.8842,
+ -9.31396,
+ -6.14345
+ ],
+ 86
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 17.5864,
+ -2.7666,
+ -2.84345
+ ],
+ 186
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 17.3668,
+ -5.14063,
+ -2.84345
+ ],
+ 276
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 17.2073,
+ -9.18555,
+ -2.84345
+ ],
+ 280
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 17.5955,
+ 2.49854,
+ -2.84345
+ ],
+ 350
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -19.9967,
+ 16.5771,
+ -2.84345
+ ],
+ 190
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 15.5438,
+ -14.3867,
+ -6.14345
+ ],
+ 180
+ ],
+ [
+ [
+ 17.2855,
+ -14.4209,
+ -6.14345
+ ],
+ 180
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 16.4038,
+ -10.4146,
+ -2.84345
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -18.0066,
+ 19.3594,
+ 0.456551
+ ],
+ 20
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -16.0422,
+ -5.82861,
+ -6.14345
+ ],
+ 9.99995
+ ],
+ [
+ [
+ -15.5228,
+ -13.1655,
+ 5.15655
+ ],
+ 340
+ ],
+ [
+ [
+ 10.5311,
+ 18.2065,
+ 5.15655
+ ],
+ 21
+ ],
+ [
+ [
+ 20.4318,
+ -12.2983,
+ 5.15655
+ ],
+ 340
+ ],
+ [
+ [
+ 21.3284,
+ 18.4785,
+ -6.14345
+ ],
+ 20
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 21.8379,
+ -9.62256,
+ -2.84345
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 14.483,
+ -11.6313,
+ -4.74345
+ ],
+ 360
+ ],
+ [
+ [
+ -17.218,
+ 18.3833,
+ 6.65655
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Nav_Boathouse": {
+ "shelfPos": [
+ [
+ [
+ -6.1333,
+ -0.567383,
+ 3.73588
+ ],
+ 270
+ ],
+ [
+ [
+ 6.16504,
+ 7.45251,
+ 3.73588
+ ],
+ 90
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 4.60059,
+ 7.36157,
+ 6.27056
+ ],
+ 20
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -3.38867,
+ 7.96362,
+ 3.54426
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.371582,
+ 4.45294,
+ 3.60588
+ ],
+ 220
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 5.3042,
+ -1.49329,
+ 3.73056
+ ],
+ 170
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_tovarna1": {
+ "shelfPos": [
+ [
+ [
+ -1.34839,
+ 4.19336,
+ -6.33
+ ],
+ 360
+ ],
+ [
+ [
+ 4.6626,
+ 1.58105,
+ 2.39782
+ ],
+ 91
+ ],
+ [
+ [
+ 4.83521,
+ 6.05713,
+ -6.33
+ ],
+ 89.9999
+ ],
+ [
+ [
+ -7.95361,
+ 4.19141,
+ 2.39782
+ ],
+ 0
+ ],
+ [
+ [
+ -11.9773,
+ -9.18115,
+ 2.39782
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -12.5784,
+ 6.91992,
+ -6.33
+ ],
+ 290
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.43481,
+ -6.05469,
+ 2.39782
+ ],
+ 71
+ ],
+ [
+ [
+ -1.50903,
+ 9.71191,
+ -6.33
+ ],
+ 20
+ ],
+ [
+ [
+ -12.8018,
+ 5.06689,
+ -6.33
+ ],
+ 260
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.92725,
+ -8.85156,
+ 2.39782
+ ],
+ 180
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.67261,
+ 5.09277,
+ -6.33
+ ],
+ 180
+ ],
+ [
+ [
+ -0.410156,
+ -6.84814,
+ 2.39782
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -6.06519,
+ -9.40869,
+ -6.33
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.46411,
+ -8.99365,
+ -0.352262
+ ],
+ 121
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.73242,
+ 3.20605,
+ -6.33
+ ],
+ 71
+ ],
+ [
+ [
+ -4.52393,
+ -2.72266,
+ 5.31266
+ ],
+ 20
+ ],
+ [
+ [
+ -11.7466,
+ -5.30273,
+ -6.33
+ ],
+ 121
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -3.06567,
+ -3.39111,
+ 6.71274
+ ],
+ 0.999969
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Workshop01_02": {
+ "shelfPos": [
+ [
+ [
+ -0.240723,
+ -1.29358,
+ -1.42703
+ ],
+ 170
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.89063,
+ 1.82556,
+ -1.42703
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.23242,
+ -0.662842,
+ -1.42837
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_mesto2l": {
+ "couchPos": [
+ [
+ [
+ 0.45459,
+ -6.61829,
+ -10
+ ],
+ 275
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -5.65674,
+ 3.06665,
+ -10
+ ],
+ 70
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_03B": {
+ "fridgePos": [
+ [
+ [
+ 0.340332,
+ 11.325,
+ -10
+ ],
+ 149
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.225586,
+ -8.89624,
+ -5.52124
+ ],
+ 350
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -7.57422,
+ 3.46326,
+ -5.52124
+ ],
+ 19
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 7.53613,
+ 1.05103,
+ -5.52124
+ ],
+ 289
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_SawMill": {
+ "shelfPos": [
+ [
+ [
+ 10.2842,
+ 6.57764,
+ -10
+ ],
+ 353
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.59766,
+ -9.85474,
+ -5.83539
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.612305,
+ -14.6431,
+ -10
+ ],
+ 289
+ ],
+ [
+ [
+ 4.40283,
+ 16.1758,
+ -10
+ ],
+ 259
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_Killhouse_3": {
+ "shelfPos": [
+ [
+ [
+ 3.38831,
+ -2.70947,
+ -2.84856
+ ],
+ 180
+ ],
+ [
+ [
+ -3.40912,
+ -2.7085,
+ -2.84856
+ ],
+ 180
+ ],
+ [
+ [
+ 13.5056,
+ 3.15479,
+ 0.45144
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -0.447632,
+ 1.98047,
+ -2.84856
+ ],
+ 90
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -5.17578,
+ 0.581543,
+ 0.45144
+ ],
+ 275
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.04779,
+ 2.23096,
+ -2.84856
+ ],
+ 90
+ ],
+ [
+ [
+ 4.33679,
+ 0.126953,
+ 0.45144
+ ],
+ 275
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 0.578552,
+ -2.52734,
+ -2.84856
+ ],
+ 260
+ ],
+ [
+ [
+ -0.621399,
+ 3.98877,
+ -2.84856
+ ],
+ 80
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -13.3195,
+ 2.1875,
+ 0.45144
+ ],
+ 260
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 13.3513,
+ 2.88525,
+ -2.84856
+ ],
+ 89
+ ],
+ [
+ [
+ -13.324,
+ 3.43848,
+ -2.84856
+ ],
+ 270
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.96869,
+ 0.0795898,
+ -2.84856
+ ],
+ 190
+ ],
+ [
+ [
+ -5.85046,
+ 1.62793,
+ -2.84856
+ ],
+ 190
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_Killhouse_2": {
+ "shelfPos": [
+ [
+ [
+ -3.25293,
+ 5.17078,
+ 0.501439
+ ],
+ 90
+ ],
+ [
+ [
+ 7.54932,
+ 3.19135,
+ -2.79856
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.98389,
+ 5.94983,
+ -2.79856
+ ],
+ 357
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -1.12451,
+ 0.444519,
+ -2.79856
+ ],
+ 277
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.45459,
+ -3.5127,
+ 0.501439
+ ],
+ 270
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -6.92627,
+ -3.1778,
+ 0.501439
+ ],
+ 300
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.12402,
+ -3.12592,
+ 0.501439
+ ],
+ 30
+ ],
+ [
+ [
+ 7.06738,
+ -5.75885,
+ -2.79856
+ ],
+ 147
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.39795,
+ -1.65131,
+ 0.501439
+ ],
+ 257
+ ],
+ [
+ [
+ -3.39746,
+ -1.62518,
+ 0.501439
+ ],
+ 100
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.47314,
+ -5.97021,
+ -2.79856
+ ],
+ 177
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.39404,
+ 1.32129,
+ -2.79856
+ ],
+ 90
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -6.78174,
+ 0.646118,
+ 3.80144
+ ],
+ 260
+ ],
+ [
+ [
+ 6.25244,
+ -5.08411,
+ 3.80144
+ ],
+ 260
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 6.45557,
+ 6.23236,
+ -1.39856
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Castle_Wall2_30": {
+ "shoeboxPos": [
+ [
+ [
+ -0.252197,
+ -0.444336,
+ -4.59615
+ ],
+ 348
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_water_tank": {
+ "shoeboxPos": [
+ [
+ [
+ -1.70618,
+ 0.626465,
+ -4.34336
+ ],
+ 160
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_zluty_statek_in": {
+ "fridgePos": [
+ [
+ [
+ 6.42834,
+ -0.214355,
+ -2.88675
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.214722,
+ 0.946289,
+ -2.88675
+ ],
+ 7
+ ],
+ [
+ [
+ -6.51392,
+ 5.06982,
+ -2.88675
+ ],
+ 11
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.917725,
+ 5.39258,
+ -2.88675
+ ],
+ 277
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -4.86975,
+ 4.14941,
+ -2.88675
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 8.84656,
+ -0.175293,
+ -2.88675
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.76379,
+ -1.62109,
+ -2.91676
+ ],
+ 330
+ ],
+ [
+ [
+ 6.92566,
+ -1.49756,
+ -2.88675
+ ],
+ 16
+ ],
+ [
+ [
+ -9.55481,
+ 5.81348,
+ -2.88675
+ ],
+ 339
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -9.10645,
+ 0.0273438,
+ -2.88675
+ ],
+ 190
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 9.18103,
+ 2.82959,
+ -1.88413
+ ],
+ 100
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.97412,
+ 5.8623,
+ -2.88675
+ ],
+ 277
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "land_mbg_brickhouse_01": {
+ "fridgePos": [
+ [
+ [
+ -1.50415,
+ -2.7251,
+ -3.35652
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 4.7439,
+ 3.46289,
+ -0.0515051
+ ],
+ 274
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -6.37341,
+ -1.02637,
+ -0.0515051
+ ],
+ 184
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 5.36328,
+ -0.435059,
+ -0.0915051
+ ],
+ 104
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -7.15747,
+ -2.6709,
+ -3.35652
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.94897,
+ 3.78711,
+ -3.35652
+ ],
+ 310
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 5.61206,
+ -0.827637,
+ -3.35652
+ ],
+ 100
+ ],
+ [
+ [
+ 5.67896,
+ -0.322266,
+ -3.35652
+ ],
+ 90
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.47644,
+ 3.92578,
+ -0.0915051
+ ],
+ 3.99999
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 5.66077,
+ 3.6084,
+ -3.35652
+ ],
+ 90
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.35693,
+ -2.59912,
+ -3.35652
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_hotel": {
+ "limit": 6,
+ "shelfPos": [
+ [
+ [
+ -2.01904,
+ 1.21753,
+ 2.74082
+ ],
+ 0
+ ],
+ [
+ [
+ 3.21387,
+ -0.964844,
+ -7.74672
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.17969,
+ 18.8186,
+ -7.74672
+ ],
+ 350
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 11.6714,
+ 3.27307,
+ 2.74082
+ ],
+ 180
+ ],
+ [
+ [
+ -3.21094,
+ 11.7581,
+ -4.25943
+ ],
+ 91
+ ],
+ [
+ [
+ 12.0625,
+ 2.7439,
+ -0.759061
+ ],
+ 100
+ ],
+ [
+ [
+ -17.356,
+ 11.8335,
+ 2.74082
+ ],
+ 90
+ ],
+ [
+ [
+ -11.8418,
+ -17.6592,
+ -0.759061
+ ],
+ 9.99997
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.00293,
+ 11.7383,
+ 2.74082
+ ],
+ 90
+ ],
+ [
+ [
+ -11.8945,
+ -4.96594,
+ -4.25943
+ ],
+ 358
+ ],
+ [
+ [
+ 2.81006,
+ -14.7112,
+ -4.25943
+ ],
+ 185
+ ],
+ [
+ [
+ 2.86279,
+ -17.212,
+ -0.759061
+ ],
+ 178
+ ],
+ [
+ [
+ -16.9624,
+ 11.7709,
+ -0.759061
+ ],
+ 91
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -11.0469,
+ -2.44031,
+ -0.759061
+ ],
+ 80
+ ],
+ [
+ [
+ -11.0381,
+ 16.1029,
+ -4.25943
+ ],
+ 80
+ ],
+ [
+ [
+ 17.4365,
+ -11.1133,
+ -0.759061
+ ],
+ 7.99997
+ ],
+ [
+ [
+ 17.4834,
+ -11.1036,
+ -4.25943
+ ],
+ 5
+ ],
+ [
+ [
+ -15.5957,
+ -18.9556,
+ 2.74082
+ ],
+ 190
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.77051,
+ 18.8491,
+ -7.74672
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 11.1953,
+ 2.22632,
+ -4.25943
+ ],
+ 220
+ ],
+ [
+ [
+ -18.7305,
+ 8.91199,
+ -7.74672
+ ],
+ 270
+ ],
+ [
+ [
+ 11.2974,
+ 18.5051,
+ -0.759061
+ ],
+ 290
+ ],
+ [
+ [
+ 11.2983,
+ 18.6306,
+ 2.74082
+ ],
+ 290
+ ],
+ [
+ [
+ -11.2705,
+ -18.6755,
+ -4.25943
+ ],
+ 128
+ ],
+ [
+ [
+ 18.4297,
+ 18.5151,
+ -7.74672
+ ],
+ 40
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.364258,
+ 7.89087,
+ -7.74672
+ ],
+ 174
+ ],
+ [
+ [
+ 0.473145,
+ 7.89111,
+ -7.74672
+ ],
+ 186
+ ],
+ [
+ [
+ 1.08936,
+ 7.90747,
+ -7.74672
+ ],
+ 180
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.5752,
+ 18.6013,
+ -0.759061
+ ],
+ 9.99997
+ ],
+ [
+ [
+ 15.4873,
+ 18.7865,
+ -4.25943
+ ],
+ 0
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.02588,
+ 6.43848,
+ -7.74672
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.55762,
+ 2.55664,
+ -7.74672
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.90234,
+ -1.63953,
+ 6.25485
+ ],
+ 100
+ ],
+ [
+ [
+ 18.0205,
+ -18.1344,
+ 6.25485
+ ],
+ 70
+ ],
+ [
+ [
+ -18.3311,
+ 18.3323,
+ 6.25485
+ ],
+ 100
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 6.55957,
+ -6.79932,
+ -7.74672
+ ],
+ 160
+ ],
+ [
+ [
+ 2.08154,
+ 11.8032,
+ -7.74672
+ ],
+ 270
+ ],
+ [
+ [
+ 2.0874,
+ 14.9369,
+ -7.74672
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 1.33398,
+ 0.0466309,
+ 0.840941
+ ],
+ 180
+ ],
+ [
+ [
+ -3.30273,
+ -2.18274,
+ -6.24672
+ ],
+ 0
+ ],
+ [
+ [
+ 4.12891,
+ 7.32385,
+ 7.74485
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_M03": {
+ "palletPos": [
+ [
+ [
+ 2.21582,
+ -0.074707,
+ -10
+ ],
+ 70
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cihlovej_Dum_in": {
+ "bedPos": [
+ [
+ [
+ -2.44727,
+ -1.3855,
+ -1.81472
+ ],
+ 183
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.34375,
+ 2.92859,
+ -5.27588
+ ],
+ 72
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.63818,
+ -2.45959,
+ -5.27588
+ ],
+ 102
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.111816,
+ 1.10876,
+ -5.27588
+ ],
+ 1
+ ],
+ [
+ [
+ -0.0874023,
+ -2.35754,
+ -1.81472
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.66357,
+ -2.33398,
+ -0.65472
+ ],
+ 131
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_3I3": {
+ "chairPos": [
+ [
+ [
+ 4.33728,
+ 2.4126,
+ -1.88408
+ ],
+ 165
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.844849,
+ 2.4624,
+ -1.58408
+ ],
+ 165
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_Killhouse_1": {
+ "shelfPos": [
+ [
+ [
+ -3.85999,
+ 6.52588,
+ -2.04856
+ ],
+ 360
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.46289,
+ 1.53906,
+ -2.04856
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.58972,
+ -1.76123,
+ -2.04856
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -0.44812,
+ 0.109375,
+ -2.04856
+ ],
+ 180
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.38635,
+ -0.983398,
+ -2.04856
+ ],
+ 9.99995
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.6377,
+ 5.88232,
+ 1.25144
+ ],
+ 266
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.15564,
+ 0.404297,
+ -2.04856
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_3I2": {
+ "filingPos": [
+ [
+ [
+ 3.73364,
+ 2.27148,
+ -1.9779
+ ],
+ 191
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_Scaffolding": {
+ "shoeboxPos": [
+ [
+ [
+ -0.0925293,
+ 3.95947,
+ 0.467445
+ ],
+ 250
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.372559,
+ 6.46924,
+ 3.4257
+ ],
+ 281
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_domek_ruina": {
+ "shelfPos": [
+ [
+ [
+ 3.26025,
+ -2.89648,
+ -1.60027
+ ],
+ 357
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_C4": {
+ "fridgePos": [
+ [
+ [
+ -1.29639,
+ 5.63232,
+ -10
+ ],
+ 173
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_C5": {
+ "couchPos": [
+ [
+ [
+ 1.61163,
+ 6.7124,
+ -10
+ ],
+ 92
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_B5": {
+ "couchPos": [
+ [
+ [
+ -0.353027,
+ -7.00562,
+ -10
+ ],
+ 272
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_4_EP1": {
+ "limit": 5,
+ "shelfPos": [
+ [
+ [
+ -0.529297,
+ 2.29675,
+ -0.350365
+ ],
+ 270
+ ],
+ [
+ [
+ -4.1626,
+ 2.0033,
+ -0.278609
+ ],
+ 180
+ ],
+ [
+ [
+ -5.98877,
+ 0.867432,
+ -3.48355
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.202148,
+ -5.34204,
+ -0.278609
+ ],
+ 90
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.88232,
+ 2.29468,
+ -3.48355
+ ],
+ 272
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 5.82422,
+ 1.3457,
+ -0.350365
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 5.37939,
+ -4.71289,
+ -0.239202
+ ],
+ 90
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.87109,
+ -3.54858,
+ -3.48355
+ ],
+ 180
+ ],
+ [
+ [
+ -5.81592,
+ 2.02771,
+ 2.79157
+ ],
+ 260
+ ],
+ [
+ [
+ -5.90283,
+ 4.74585,
+ -3.48355
+ ],
+ 350
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 6.13086,
+ 0.193848,
+ -3.48355
+ ],
+ 92
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.78906,
+ 1.00488,
+ 0.419636
+ ],
+ 310
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.0874,
+ -0.406494,
+ 2.80405
+ ],
+ 260
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.63037,
+ -0.726318,
+ -3.48355
+ ],
+ 92
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_B3": {
+ "shelfPos": [
+ [
+ [
+ 0.977112,
+ 5.03223,
+ -6.95459
+ ],
+ 176
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.69189,
+ -5.72021,
+ -10
+ ],
+ 256
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_B2": {
+ "wardrobePos": [
+ [
+ [
+ -1.12988,
+ 4.83972,
+ -7.27931
+ ],
+ 179
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.0283203,
+ -5.26733,
+ -10
+ ],
+ 9.99996
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_B6": {
+ "shelfPos": [
+ [
+ [
+ 3.57837,
+ -4.77539,
+ -7.30174
+ ],
+ 354.38
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.55292,
+ 0.697754,
+ -10
+ ],
+ 354.38
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_01B": {
+ "fridgePos": [
+ [
+ [
+ -4.15396,
+ -2.19238,
+ -5.19199
+ ],
+ 354.38
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.01724,
+ -2.3877,
+ -5.19199
+ ],
+ 20
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 6.00101,
+ 6.36084,
+ -5.77199
+ ],
+ 356
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_C1": {
+ "fridgePos": [
+ [
+ [
+ 8.41409,
+ -7.08496,
+ -15
+ ],
+ 342
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.88599,
+ -8.50488,
+ -15
+ ],
+ 256
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 7.3176,
+ -7.18994,
+ -15
+ ],
+ 9.99996
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_B1": {
+ "chairPos": [
+ [
+ [
+ -5.48889,
+ -5.64307,
+ -10
+ ],
+ 0
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.84558,
+ -4.92969,
+ -7.23419
+ ],
+ 291
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.95349,
+ 4.85449,
+ -7.26419
+ ],
+ 349
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -5.5448,
+ 5.07227,
+ -7.29419
+ ],
+ 187
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_A1": {
+ "shelfPos": [
+ [
+ [
+ -5.13318,
+ 2.14697,
+ -8.80562
+ ],
+ 270
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.80725,
+ 3.32373,
+ -8.80562
+ ],
+ 20
+ ],
+ [
+ [
+ -2.76782,
+ 4.09473,
+ -8.80562
+ ],
+ 170
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -5.45435,
+ -2.15137,
+ -8.81038
+ ],
+ 272
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.786621,
+ 4.65771,
+ -8.68037
+ ],
+ 222
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.48804,
+ 0.281738,
+ -8.81038
+ ],
+ 180
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.656982,
+ 5.07178,
+ -8.73375
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_D1": {
+ "fridgePos": [
+ [
+ [
+ -10.333,
+ 7.138,
+ -15
+ ],
+ 70
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 6.07764,
+ 2.52066,
+ -15
+ ],
+ 100
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_GER_HUS_4": {
+ "shelfPos": [
+ [
+ [
+ 2.47705,
+ -5.36951,
+ -3.11289
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.51025,
+ 7.40857,
+ -3.11289
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -4.52637,
+ 6.51978,
+ -0.112886
+ ],
+ 267
+ ],
+ [
+ [
+ -5.04541,
+ -6.17224,
+ -3.11289
+ ],
+ 178
+ ],
+ [
+ [
+ 4.93701,
+ -6.63196,
+ -0.112886
+ ],
+ 90
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.28418,
+ 2.92419,
+ -0.112885
+ ],
+ 90
+ ],
+ [
+ [
+ -3.98047,
+ -2.4386,
+ -0.112886
+ ],
+ 263
+ ],
+ [
+ [
+ -4.67432,
+ 5.6051,
+ -3.11289
+ ],
+ 189
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.72754,
+ -2.28699,
+ -3.11289
+ ],
+ 91
+ ],
+ [
+ [
+ 2.77881,
+ -2.23779,
+ -0.112886
+ ],
+ 280
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 5.81836,
+ 7.35693,
+ -3.11289
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.37549,
+ -1.72131,
+ -0.112886
+ ],
+ 60
+ ],
+ [
+ [
+ 5.59082,
+ 2.48022,
+ -0.112886
+ ],
+ 127
+ ],
+ [
+ [
+ -1.70117,
+ -7.02722,
+ -0.112886
+ ],
+ 173
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -5.77734,
+ -7.23535,
+ -0.112886
+ ],
+ 183
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.65918,
+ -4.46375,
+ -0.112886
+ ],
+ 90
+ ],
+ [
+ [
+ -5.53223,
+ -2.07556,
+ -3.11289
+ ],
+ 272
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.73828,
+ 4.16235,
+ -2.30289
+ ],
+ 330
+ ],
+ [
+ [
+ 1.729,
+ -7.07275,
+ -2.16289
+ ],
+ 251
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 3.92627,
+ 2.27722,
+ -3.19763
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_C3": {
+ "couchPos": [
+ [
+ [
+ 8.56396,
+ -6.36353,
+ -10
+ ],
+ 260
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.9165,
+ -5.31055,
+ -10
+ ],
+ 30
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 7.23682,
+ -4.99268,
+ -10
+ ],
+ 320
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_A2": {
+ "wardrobePos": [
+ [
+ [
+ 6.57715,
+ -5.71594,
+ -10
+ ],
+ 130
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.35742,
+ 5.68097,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_D2": {
+ "couchPos": [
+ [
+ [
+ 6.18115,
+ 2.78662,
+ -10
+ ],
+ 100
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -10.6704,
+ 6.06445,
+ -10
+ ],
+ 100
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_C_10_EP1": {
+ "shelfPos": [
+ [
+ [
+ -3.12988,
+ -4.56921,
+ -4.19121
+ ],
+ 180
+ ],
+ [
+ [
+ 3.58984,
+ 6.86169,
+ -4.19121
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.30225,
+ -0.637085,
+ -0.868872
+ ],
+ 328
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.0175781,
+ 4.55432,
+ -0.868872
+ ],
+ 281.2
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 0.98877,
+ -3.07898,
+ -0.868872
+ ],
+ 90
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.0551758,
+ 4.95447,
+ -4.19121
+ ],
+ 190
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.61572,
+ -9.6991,
+ -4.19121
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.71143,
+ 4.13989,
+ 0.0812254
+ ],
+ 281.2
+ ],
+ [
+ [
+ 0.360352,
+ 9.08423,
+ -2.7312
+ ],
+ 189
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.626953,
+ -1.12146,
+ -4.16681
+ ],
+ 184
+ ],
+ [
+ [
+ 3.71631,
+ 2.50854,
+ 2.47196
+ ],
+ 100
+ ],
+ [
+ [
+ -3.01758,
+ 6.6189,
+ -4.16681
+ ],
+ 184
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.6958,
+ 7.0896,
+ -0.868777
+ ],
+ 271
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 3.30127,
+ 5.61597,
+ 3.77196
+ ],
+ 181
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_kolotoc": {
+ "shoeboxPos": [
+ [
+ [
+ 0.141174,
+ 1.16504,
+ -0.410941
+ ],
+ 9.99998
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_C2": {
+ "fridgePos": [
+ [
+ [
+ 4.46484,
+ -5.28906,
+ -10
+ ],
+ 30
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.70374,
+ 5.6416,
+ -10
+ ],
+ 266
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "land_mbg_apartments_big_04": {
+ "limit": 4,
+ "shelfPos": [
+ [
+ [
+ -2.9585,
+ -0.955566,
+ -3.19898
+ ],
+ 173
+ ],
+ [
+ [
+ 3.57837,
+ -1.02734,
+ -0.150979
+ ],
+ 180
+ ],
+ [
+ [
+ 3.9978,
+ -0.992188,
+ 2.89702
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -9.82959,
+ -0.0673828,
+ -3.19898
+ ],
+ 100
+ ],
+ [
+ [
+ -10.2119,
+ 0.567383,
+ -0.177418
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 9.37891,
+ -0.0561523,
+ -3.19898
+ ],
+ 93
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 10.4485,
+ -2.22705,
+ 2.89702
+ ],
+ 30
+ ],
+ [
+ [
+ -10.8423,
+ -2.11572,
+ -3.19898
+ ],
+ 300
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.5603,
+ -1.9375,
+ -0.150979
+ ],
+ 20
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -3.14404,
+ -0.0629883,
+ 2.89702
+ ],
+ 160
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.96753,
+ -6.00146,
+ -0.150979
+ ],
+ 180
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.50195,
+ -1.771,
+ 2.89702
+ ],
+ 360
+ ],
+ [
+ [
+ 10.6287,
+ -0.843262,
+ -0.150979
+ ],
+ 180
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -3.57251,
+ -1.24658,
+ -0.150979
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.54199,
+ 1.99609,
+ 5.94502
+ ],
+ 30
+ ],
+ [
+ [
+ 10.3547,
+ -2.42041,
+ -3.19898
+ ],
+ 260
+ ],
+ [
+ [
+ -10.3638,
+ -2.49805,
+ -0.150979
+ ],
+ 260
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.85815,
+ 0.479492,
+ -3.19898
+ ],
+ 260
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 1.17749,
+ 2.53955,
+ 7.44502
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_WaterStation": {
+ "shelfPos": [
+ [
+ [
+ 0.0671387,
+ 1.83984,
+ -10
+ ],
+ 173
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_GER_RHUS_5": {
+ "fridgePos": [
+ [
+ [
+ 1.31772,
+ 0.522949,
+ -3.36569
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.74927,
+ -3.38574,
+ -0.46569
+ ],
+ 9.99997
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.08368,
+ 1.9248,
+ -0.46569
+ ],
+ 139
+ ],
+ [
+ [
+ -0.0794067,
+ -3.91016,
+ -0.46569
+ ],
+ 140
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -2.63046,
+ -2.81641,
+ -0.46569
+ ],
+ 360
+ ],
+ [
+ [
+ -3.14331,
+ -2.83398,
+ -0.46569
+ ],
+ 349
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.57611,
+ 1.50049,
+ -0.46569
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.17273,
+ -4.04834,
+ -2.38569
+ ],
+ 14
+ ],
+ [
+ [
+ -3.2825,
+ 3.55225,
+ -2.43569
+ ],
+ 300
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.56592,
+ 0.0541992,
+ -3.36569
+ ],
+ 89
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 3.36533,
+ -3.0752,
+ -3.36569
+ ],
+ 89
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_05": {
+ "shoeboxPos": [
+ [
+ [
+ 5.45065,
+ 6.88379,
+ -2.57005
+ ],
+ 208
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "land_mbg_apartments_big_01": {
+ "palletPos": [
+ [
+ [
+ -3.00781,
+ 8.74561,
+ -10
+ ],
+ 158
+ ],
+ [
+ [
+ -11.1992,
+ -8.0249,
+ -10
+ ],
+ 158
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 10.4133,
+ -5.31006,
+ -10
+ ],
+ 278
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_BoatSmall_1": {
+ "shoeboxPos": [
+ [
+ [
+ -1.17236,
+ 0.257324,
+ -0.19216
+ ],
+ 278
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_zboreny_total": {
+ "shelfPos": [
+ [
+ [
+ -4.31104,
+ -3.87012,
+ -2.10433
+ ],
+ 183
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -6.14893,
+ 3.69727,
+ -2.30266
+ ],
+ 291
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -5.89111,
+ -1.60559,
+ -2.22433
+ ],
+ 320
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.08301,
+ -1.51489,
+ -2.24266
+ ],
+ 141
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.1582,
+ 2.13916,
+ -2.28269
+ ],
+ 278
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kostel": {
+ "chairPos": [
+ [
+ [
+ 0.496826,
+ 11.0215,
+ -10
+ ],
+ 160
+ ],
+ [
+ [
+ -3.49121,
+ 10.9878,
+ -10
+ ],
+ 200
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 2.78882,
+ -4.64307,
+ -0.905101
+ ],
+ 291
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 5.80811,
+ -5.58105,
+ -7.39957
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.18164,
+ -7.02002,
+ -0.905101
+ ],
+ 141
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.60376,
+ -10.5679,
+ -10
+ ],
+ 9.99995
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_Villa_EP1": {
+ "shelfPos": [
+ [
+ [
+ 6.8761,
+ -2.54785,
+ -5.06721
+ ],
+ 317
+ ],
+ [
+ [
+ 6.68848,
+ -4.10059,
+ -1.4844
+ ],
+ 225
+ ],
+ [
+ [
+ -9.68689,
+ 13.8384,
+ -1.4844
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -10.4589,
+ 14.2017,
+ -5.06718
+ ],
+ 89.9999
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -12.4541,
+ 15.0962,
+ -1.4844
+ ],
+ 263
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.10706,
+ 8.29297,
+ -1.4844
+ ],
+ 130
+ ],
+ [
+ [
+ -2.86975,
+ 15.1118,
+ -5.06721
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -10.5978,
+ 15.7573,
+ -5.06718
+ ],
+ 79.9999
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.91296,
+ 5.19727,
+ -5.06721
+ ],
+ 270
+ ],
+ [
+ [
+ 9.38831,
+ 1.37012,
+ -1.4844
+ ],
+ 91
+ ],
+ [
+ [
+ 10.135,
+ -15.3501,
+ -5.06721
+ ],
+ 227
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.554321,
+ 13.4141,
+ -1.4844
+ ],
+ 161
+ ],
+ [
+ [
+ -1.16296,
+ 13.4106,
+ -1.4844
+ ],
+ 201
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.350342,
+ 14.21,
+ -1.4844
+ ],
+ 110
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.46777,
+ -2.78711,
+ -5.06721
+ ],
+ 180
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 11.8175,
+ 1.33936,
+ -1.4844
+ ],
+ 0.999969
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -10.5308,
+ 13.4287,
+ -1.0444
+ ],
+ 223
+ ],
+ [
+ [
+ 15.6235,
+ -12.9404,
+ -4.57721
+ ],
+ 314.8
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 7.97327,
+ 9.56689,
+ -5.06721
+ ],
+ 3
+ ],
+ [
+ [
+ 2.33533,
+ 16.896,
+ 1.97029
+ ],
+ 9.99994
+ ],
+ [
+ [
+ -8.78284,
+ 15.0264,
+ -5.06721
+ ],
+ 71
+ ],
+ [
+ [
+ 8.40686,
+ -15.8076,
+ 1.97029
+ ],
+ 9.99994
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -14.0616,
+ 9.89014,
+ -5.06721
+ ],
+ 184.8
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -2.94519,
+ 6.63867,
+ 0.0159225
+ ],
+ 223
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Budova4_in": {
+ "shelfPos": [
+ [
+ [
+ 5.09131,
+ -2.0423,
+ -1.88723
+ ],
+ 271
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 3.58789,
+ 0.436401,
+ -1.88723
+ ],
+ 0
+ ],
+ [
+ [
+ -7.48047,
+ -0.331573,
+ -1.88723
+ ],
+ 270
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.17871,
+ -1.00378,
+ -1.88723
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -6.87256,
+ 1.08209,
+ -0.387228
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_IndPipe2_bigL_L": {
+ "shoeboxPos": [
+ [
+ [
+ 2.09375,
+ 0.110107,
+ 2.35397
+ ],
+ 291
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.0293,
+ 1.03619,
+ -10
+ ],
+ 271
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Pec_03": {
+ "palletPos": [
+ [
+ [
+ 6.75684,
+ 8.00562,
+ 5.76025
+ ],
+ 241
+ ],
+ [
+ [
+ -0.73877,
+ -14.9221,
+ 5.76025
+ ],
+ 241
+ ],
+ [
+ [
+ -0.92041,
+ 28.9746,
+ -10
+ ],
+ 241
+ ],
+ [
+ [
+ 2.30664,
+ 28.96,
+ -10
+ ],
+ 291
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Coltan_Main_EP1": {
+ "shelfPos": [
+ [
+ [
+ -5.92969,
+ 5.66821,
+ -6.33167
+ ],
+ 269
+ ],
+ [
+ [
+ 3.69141,
+ -9.02808,
+ 2.36833
+ ],
+ 360
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.7417,
+ 4.53882,
+ -6.33167
+ ],
+ 159
+ ],
+ [
+ [
+ 1.76172,
+ 16.2727,
+ -6.38044
+ ],
+ 269
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -8.33154,
+ 14.0818,
+ -6.33167
+ ],
+ 279
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -10.4438,
+ 12.7136,
+ -6.33167
+ ],
+ 269
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -3.88867,
+ 3.57227,
+ -6.33167
+ ],
+ 179
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.84863,
+ -9.09937,
+ 2.36833
+ ],
+ 20
+ ],
+ [
+ [
+ 6.32129,
+ 15.4998,
+ -3.05167
+ ],
+ 219
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.35986,
+ 16.3518,
+ -6.38044
+ ],
+ 269
+ ],
+ [
+ [
+ 3.80371,
+ 16.7449,
+ -6.38044
+ ],
+ 269
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Coltan_Hopper_EP1": {
+ "palletPos": [
+ [
+ [
+ -6.04028,
+ 2.71875,
+ -10
+ ],
+ 20
+ ],
+ [
+ [
+ -7.45544,
+ -2.55322,
+ -10
+ ],
+ 20
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_GER_ESTATE_2": {
+ "shelfPos": [
+ [
+ [
+ -8.05347,
+ -1.2915,
+ -2.13187
+ ],
+ 0
+ ],
+ [
+ [
+ -7.92065,
+ 7.40771,
+ -2.13187
+ ],
+ 0
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 6.95532,
+ 2.45801,
+ -2.13187
+ ],
+ 91
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 8.39294,
+ 6.43848,
+ -2.13187
+ ],
+ 91
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.41895,
+ 6.94043,
+ -2.13187
+ ],
+ 323
+ ],
+ [
+ [
+ -3.30359,
+ 6.72803,
+ -2.13187
+ ],
+ 330
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.209351,
+ -6.71045,
+ -2.13187
+ ],
+ 100
+ ],
+ [
+ [
+ -7.52686,
+ -6.62891,
+ -2.13187
+ ],
+ 180
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.20996,
+ 5.06152,
+ -2.13187
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.97937,
+ 6.51611,
+ -2.13187
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 8.04224,
+ -2.58496,
+ -2.13187
+ ],
+ 20
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 3.86597,
+ -1.06348,
+ -0.531867
+ ],
+ 357
+ ],
+ [
+ [
+ -4.22375,
+ 3.55176,
+ -0.731866
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_GER_PUB_2": {
+ "shelfPos": [
+ [
+ [
+ -4.05316,
+ -3.28418,
+ -3.53085
+ ],
+ 360
+ ],
+ [
+ [
+ 6.86914,
+ 1.62793,
+ -0.63085
+ ],
+ 92
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.51306,
+ -5.58105,
+ -0.63085
+ ],
+ 260.9
+ ],
+ [
+ [
+ -4.91891,
+ -5.62695,
+ -3.53085
+ ],
+ 260
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.0693359,
+ -4.604,
+ -0.63085
+ ],
+ 4.99999
+ ],
+ [
+ [
+ -6.31366,
+ -4.5,
+ -0.63085
+ ],
+ 180.9
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -0.290039,
+ 2.05029,
+ -0.63085
+ ],
+ 4.99999
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.70532,
+ -3.36816,
+ -0.63085
+ ],
+ 270.9
+ ],
+ [
+ [
+ -0.688995,
+ -5.6626,
+ -3.53085
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.72855,
+ 1.85498,
+ -0.63085
+ ],
+ 310
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.21643,
+ -5.57324,
+ -0.63085
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.87195,
+ -3.60791,
+ -2.38085
+ ],
+ 331
+ ],
+ [
+ [
+ 6.57855,
+ -3.37354,
+ 0.0491495
+ ],
+ 260.9
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.49176,
+ 4.00928,
+ -0.63085
+ ],
+ 92
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.01865,
+ -3.68066,
+ -3.53085
+ ],
+ 9.99996
+ ],
+ [
+ [
+ 6.52481,
+ -1.96338,
+ -0.63085
+ ],
+ 92
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -5.44608,
+ -4.21289,
+ -2.23085
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Workshop01_03": {
+ "couchPos": [
+ [
+ [
+ -4.22607,
+ 5.11304,
+ -10
+ ],
+ 9.99994
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.14209,
+ 5.14417,
+ -10
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.76123,
+ 2.96393,
+ -10
+ ],
+ 92
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Misc_CargoMarket1a_EP1": {
+ "palletPos": [
+ [
+ [
+ -0.335938,
+ 0.247559,
+ -1.09225
+ ],
+ 0.999969
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_Shoothouse_1": {
+ "shelfPos": [
+ [
+ [
+ 3.51654,
+ -4.01367,
+ -10
+ ],
+ 91
+ ],
+ [
+ [
+ -6.10056,
+ -6.15576,
+ -10
+ ],
+ 91
+ ],
+ [
+ [
+ -6.10904,
+ 8.58838,
+ -10
+ ],
+ 91
+ ],
+ [
+ [
+ 2.50723,
+ -11.3667,
+ -10
+ ],
+ 89.9999
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.94846,
+ -3.58203,
+ -10
+ ],
+ 270
+ ],
+ [
+ [
+ 4.3497,
+ -5.66357,
+ -10
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.98065,
+ -12.1196,
+ -10
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.35532,
+ 0.623047,
+ -10
+ ],
+ 0.999969
+ ],
+ [
+ [
+ 7.68576,
+ 9.99707,
+ -10
+ ],
+ 0.999969
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -6.87985,
+ 11.0254,
+ 0.616995
+ ],
+ 91
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Leseni2x": {
+ "palletPos": [
+ [
+ [
+ 1.20996,
+ -0.502167,
+ 2.53943
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dum_m2": {
+ "couchPos": [
+ [
+ [
+ 5.08594,
+ -1.34013,
+ -10
+ ],
+ 187
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_A1_2": {
+ "tablePos": [
+ [
+ [
+ 1.74243,
+ -5.99609,
+ -10
+ ],
+ 358.7
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.3717,
+ 4.82324,
+ -10
+ ],
+ 178.7
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_NAV_Lighthouse": {
+ "pelicanPos": [
+ [
+ [
+ 0.00567627,
+ 0.585449,
+ 2.41912
+ ],
+ 358.7
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.940475,
+ 0.0913086,
+ 2.41912
+ ],
+ 119
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 1.13704,
+ 0.220215,
+ 3.71912
+ ],
+ 169
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_M01": {
+ "palletPos": [
+ [
+ [
+ 0.0229492,
+ -2.33105,
+ -10
+ ],
+ 79
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_W02": {
+ "shoeboxPos": [
+ [
+ [
+ 0.397461,
+ 1.90643,
+ -10
+ ],
+ 27.9
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.88184,
+ -1.12543,
+ -10
+ ],
+ 78.9
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Church_05R": {
+ "shoeboxPos": [
+ [
+ [
+ 5.39331,
+ -2.63574,
+ -7.79367
+ ],
+ 29.2
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.36743,
+ 1.75586,
+ -10
+ ],
+ 29.2
+ ],
+ [
+ [
+ -5.8103,
+ -3.146,
+ -10
+ ],
+ 29.2
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_ruin_01_PMC": {
+ "shelfPos": [
+ [
+ [
+ -2.24683,
+ -1.05225,
+ -10
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.12671,
+ -1.27295,
+ -1.66045
+ ],
+ 211
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.88745,
+ 3.02246,
+ -10
+ ],
+ 350
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseBlock_A2_1": {
+ "fridgePos": [
+ [
+ [
+ 6.68213,
+ -7.26056,
+ -10
+ ],
+ 350
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -5.15771,
+ -8.06102,
+ -10
+ ],
+ 280
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.80029,
+ 5.38539,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Domek_rosa": {
+ "shoeboxPos": [
+ [
+ [
+ -0.412292,
+ -0.805176,
+ -0.559804
+ ],
+ 338
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.70493,
+ -1.59424,
+ -2.9398
+ ],
+ 268
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Bouda1": {
+ "couchPos": [
+ [
+ [
+ -0.012207,
+ -4.4745,
+ -10
+ ],
+ 298
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "land_mbg_brickhouse_03": {
+ "shelfPos": [
+ [
+ [
+ -0.250488,
+ 4.27344,
+ -3.35652
+ ],
+ 0
+ ],
+ [
+ [
+ -3.31836,
+ -2.92065,
+ -0.0515051
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -2.45117,
+ -2.75293,
+ -3.35652
+ ],
+ 179
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 4.44482,
+ 3.44922,
+ -0.0515051
+ ],
+ 270
+ ],
+ [
+ [
+ -6.09619,
+ 3.35376,
+ -0.0515051
+ ],
+ 275
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.68896,
+ 1.67407,
+ -3.35652
+ ],
+ 0
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 5.64404,
+ 0.141113,
+ -0.0515051
+ ],
+ 90
+ ],
+ [
+ [
+ -7.18945,
+ 0.348877,
+ -0.0515051
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -1.44434,
+ -2.646,
+ -3.35652
+ ],
+ 170
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.87988,
+ 3.79102,
+ -3.35652
+ ],
+ 320
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -6.36719,
+ -2.87378,
+ -3.35652
+ ],
+ 120
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.480957,
+ -2.46802,
+ -10
+ ],
+ 120
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Bouda_plech": {
+ "palletPos": [
+ [
+ [
+ -2.23486,
+ -1.0083,
+ -10
+ ],
+ 80
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_GER_RHUS_2": {
+ "shelfPos": [
+ [
+ [
+ -2.44727,
+ 1.24646,
+ -0.46569
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 2.875,
+ -3.38776,
+ -0.46569
+ ],
+ 5
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.15674,
+ -3.58008,
+ -0.46569
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.10596,
+ 1.67682,
+ -3.36569
+ ],
+ 120
+ ],
+ [
+ [
+ 3.1084,
+ 1.76831,
+ -0.46569
+ ],
+ 145
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.22705,
+ 1.58398,
+ -2.44569
+ ],
+ 110
+ ],
+ [
+ [
+ 1.2583,
+ -4.16156,
+ -2.38569
+ ],
+ 240
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.43359,
+ 0.449463,
+ -3.36569
+ ],
+ 0
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -3.49658,
+ -3.91425,
+ -1.7248
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_GER_RHUS_1": {
+ "shelfPos": [
+ [
+ [
+ -3.42041,
+ -4.16129,
+ -0.46569
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.7832,
+ -3.45392,
+ -0.46569
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.847656,
+ 3.81868,
+ -3.36569
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.08789,
+ 1.7139,
+ -0.46569
+ ],
+ 170
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -3.32471,
+ -2.77325,
+ -0.46569
+ ],
+ 274
+ ],
+ [
+ [
+ -3.28613,
+ -3.38286,
+ -0.46569
+ ],
+ 267
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.34277,
+ 1.48091,
+ -0.46569
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.2168,
+ -4.32765,
+ -2.37569
+ ],
+ 220
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.64111,
+ -0.36882,
+ -3.36569
+ ],
+ 270
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.47607,
+ 0.336472,
+ -3.36569
+ ],
+ 360
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -3.50635,
+ -3.9218,
+ -1.76569
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_Garage_Single_B": {
+ "shelfPos": [
+ [
+ [
+ 1.33057,
+ 2.46407,
+ -1.03965
+ ],
+ 93
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -0.0200195,
+ 4.94061,
+ -1.03965
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.687012,
+ -0.168655,
+ -1.03965
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.0166,
+ 3.0186,
+ -1.03965
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_1I2": {
+ "shoeboxPos": [
+ [
+ [
+ 0.898926,
+ -4.11658,
+ -2.13146
+ ],
+ 173.3
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.77148,
+ 2.52997,
+ -10
+ ],
+ 93
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_watertower1": {
+ "shoeboxPos": [
+ [
+ [
+ 1.72733,
+ -6.55859,
+ 5.73532
+ ],
+ 173.3
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.909271,
+ -3.15381,
+ -15
+ ],
+ 173.3
+ ],
+ [
+ [
+ -3.96057,
+ 2.70068,
+ -15
+ ],
+ 133.3
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Statek_hl_bud": {
+ "palletPos": [
+ [
+ [
+ 4.10547,
+ -1.79297,
+ -10
+ ],
+ 83.3
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Bouda3": {
+ "toolRackPos": [
+ [
+ [
+ -2.41064,
+ 5.97437,
+ -1.45074
+ ],
+ 179.3
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.45117,
+ 7.1987,
+ -10
+ ],
+ 83.3
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_A_statue01": {
+ "shoeboxPos": [
+ [
+ [
+ 3.37878,
+ -1.41357,
+ -3.63275
+ ],
+ 229.3
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Sara_domek_kovarna": {
+ "palletPos": [
+ [
+ [
+ -0.236816,
+ -2.17114,
+ -10
+ ],
+ 229.3
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Deutshe": {
+ "couchPos": [
+ [
+ [
+ 1.84131,
+ -4.97192,
+ -10
+ ],
+ 278.3
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.19287,
+ 4.59619,
+ -10
+ ],
+ 278.3
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_Barracks_L": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 4.73779,
+ -3.8208,
+ -10
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.483887,
+ -5.11853,
+ -10
+ ],
+ 278.3
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -5.58984,
+ -6.97742,
+ -0.713811
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_strazni_vez": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -2.6069,
+ 2.20605,
+ 1.36157
+ ],
+ 360
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.636078,
+ 0.397461,
+ 1.37157
+ ],
+ 88
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -2.29019,
+ -1.51074,
+ 2.17157
+ ],
+ 188
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 0.569702,
+ -1.39697,
+ 1.37157
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.11142,
+ 2.1543,
+ 1.37157
+ ],
+ 70
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kostel3": {
+ "chairPos": [
+ [
+ [
+ 1.94531,
+ -18.4124,
+ -20
+ ],
+ 0
+ ],
+ [
+ [
+ -1.82422,
+ -18.4531,
+ -20
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.0703125,
+ -18.7371,
+ -20
+ ],
+ 326
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_ATC_Tower": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 3.8811,
+ -2.78125,
+ -16.4103
+ ],
+ 180
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ -0.196533,
+ -0.67041,
+ -16.4003
+ ],
+ 155
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.41992,
+ 2.0293,
+ -16.4103
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.596436,
+ 0.588867,
+ -13.8103
+ ],
+ 86
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MBG_ATC_Base": {
+ "limit": 6,
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -4.58923,
+ -6.30957,
+ -1.21875
+ ],
+ 270
+ ],
+ [
+ [
+ 8.33435,
+ 7.93652,
+ -1.21875
+ ],
+ 360
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 5.06311,
+ 7.65332,
+ -1.21875
+ ],
+ 360
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -6.13977,
+ 2.90088,
+ -1.21875
+ ],
+ 93
+ ],
+ [
+ [
+ -6.40222,
+ 6.91113,
+ -1.21875
+ ],
+ 269
+ ],
+ [
+ [
+ -10.0922,
+ 2.88623,
+ -1.21875
+ ],
+ 93
+ ],
+ [
+ [
+ -10.1464,
+ 6.9502,
+ -1.21875
+ ],
+ 272
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 10.2352,
+ 0.407227,
+ -1.21875
+ ],
+ 77
+ ],
+ [
+ [
+ 11.2258,
+ -5.13721,
+ -1.21875
+ ],
+ 360
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.49463,
+ 7.36963,
+ -1.21875
+ ],
+ 299
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.15051,
+ -0.969238,
+ -1.21875
+ ],
+ 260
+ ],
+ [
+ [
+ 0.491089,
+ -1.79736,
+ -1.21875
+ ],
+ 350
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 11.3586,
+ -2.33789,
+ -1.21875
+ ],
+ 20
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 9.22473,
+ -5.43213,
+ -1.21875
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 0.250488,
+ 5.05762,
+ -1.21875
+ ],
+ 90
+ ],
+ [
+ [
+ 5.83618,
+ -1.88135,
+ -1.21875
+ ],
+ 360
+ ],
+ [
+ [
+ 7.67834,
+ -1.85449,
+ -1.21875
+ ],
+ 360
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -11.0359,
+ -1.89795,
+ -1.21875
+ ],
+ 220
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.21484,
+ -2.8125,
+ -1.21875
+ ],
+ 220
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.43848,
+ 3.16943,
+ -1.21875
+ ],
+ 262
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -8.68103,
+ -3.24951,
+ 0.291247
+ ],
+ 180
+ ],
+ [
+ [
+ -8.71667,
+ -4.33545,
+ 0.291247
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_hlaska": {
+ "pelicanPos": [
+ [
+ [
+ 0.518555,
+ 0.951172,
+ 3.77092
+ ],
+ 20
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.21997,
+ 1.3916,
+ 3.77092
+ ],
+ 330
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_kasarna_prujezd": {
+ "fridgePos": [
+ [
+ [
+ -1.87207,
+ -5.42041,
+ -10
+ ],
+ 203
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.28711,
+ 0.697754,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.7793,
+ -2.47705,
+ -10
+ ],
+ 80
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.36865,
+ 5.35986,
+ -10
+ ],
+ 330
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.70557,
+ -4.07178,
+ -10
+ ],
+ 110
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_kasarna": {
+ "fridgePos": [
+ [
+ [
+ 6.28735,
+ 6.86768,
+ -10
+ ],
+ 283
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.68335,
+ 7.20654,
+ -10
+ ],
+ 150
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mil_Barracks": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ 7.75757,
+ 0.689941,
+ -10
+ ],
+ 255
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.98438,
+ -3.22949,
+ -10
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_heavyf": {
+ "shelfPos": [
+ [
+ [
+ -2.21436,
+ -3.38354,
+ -10
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.01367,
+ -3.74207,
+ -2.59567
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 6.42236,
+ -2.81116,
+ -10
+ ],
+ 255
+ ],
+ [
+ [
+ -6.47559,
+ -3.13904,
+ -10
+ ],
+ 255
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_aif_hotel_bio": {
+ "limit": 8,
+ "shelfPos": [
+ [
+ [
+ -0.945801,
+ 1.20837,
+ -0.835111
+ ],
+ 360
+ ],
+ [
+ [
+ -1.18018,
+ 1.21466,
+ -4.68552
+ ],
+ 360
+ ],
+ [
+ [
+ 5.24561,
+ 7.17981,
+ 6.86919
+ ],
+ 359
+ ],
+ [
+ [
+ 1.38525,
+ 10.7076,
+ -8.52153
+ ],
+ 92
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 2.31836,
+ 18.8252,
+ -8.52153
+ ],
+ 360
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 12.6826,
+ 3.35031,
+ 3.01475
+ ],
+ 180
+ ],
+ [
+ [
+ 13.3818,
+ 2.73929,
+ -4.71196
+ ],
+ 90
+ ],
+ [
+ [
+ -12.5474,
+ 15.3073,
+ -0.835111
+ ],
+ 359
+ ],
+ [
+ [
+ -12.8242,
+ -17.3519,
+ 3.01475
+ ],
+ 0
+ ],
+ [
+ [
+ -17.9902,
+ -18.0305,
+ -4.58552
+ ],
+ 104
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -12.8022,
+ -5.06979,
+ 3.01475
+ ],
+ 0
+ ],
+ [
+ [
+ -13.5107,
+ -3.81348,
+ -4.58552
+ ],
+ 350
+ ],
+ [
+ [
+ 17.7178,
+ 5.68661,
+ -0.835111
+ ],
+ 150
+ ],
+ [
+ [
+ 17.5371,
+ -11.7187,
+ 3.01475
+ ],
+ 270
+ ],
+ [
+ [
+ 18.4819,
+ -11.9742,
+ -4.71196
+ ],
+ 280
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 2.34521,
+ -12.0099,
+ 3.01475
+ ],
+ 270
+ ],
+ [
+ [
+ 7.23096,
+ -14.54,
+ -4.71196
+ ],
+ 250
+ ],
+ [
+ [
+ -11.0054,
+ 15.7628,
+ -0.835111
+ ],
+ 260
+ ],
+ [
+ [
+ -20.6724,
+ 14.425,
+ -4.58552
+ ],
+ 260
+ ],
+ [
+ [
+ -17.2163,
+ -18.4806,
+ -0.835111
+ ],
+ 177
+ ],
+ [
+ [
+ -20.6782,
+ 16.8473,
+ 3.01475
+ ],
+ 290
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 2.24365,
+ 6.91315,
+ -8.52153
+ ],
+ 360
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.64453,
+ -11.3692,
+ -0.835111
+ ],
+ 320
+ ],
+ [
+ [
+ -2.65967,
+ 18.4782,
+ 3.01475
+ ],
+ 150
+ ],
+ [
+ [
+ -2.66357,
+ 18.5018,
+ -4.58552
+ ],
+ 151
+ ],
+ [
+ [
+ -20.5776,
+ -2.35571,
+ -0.835111
+ ],
+ 320
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.719238,
+ 7.94528,
+ -8.52153
+ ],
+ 189
+ ],
+ [
+ [
+ 1.28516,
+ 7.99628,
+ -8.52153
+ ],
+ 180
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 12.3247,
+ 17.9744,
+ -0.835111
+ ],
+ 280
+ ],
+ [
+ [
+ 15.5308,
+ 18.838,
+ 3.01475
+ ],
+ 0
+ ],
+ [
+ [
+ 17.0977,
+ 18.6219,
+ -4.58552
+ ],
+ 9.99996
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.22607,
+ 18.7531,
+ -8.52153
+ ],
+ 360
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.89502,
+ 19.3153,
+ -8.52153
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 20.4595,
+ -21.2204,
+ -0.80511
+ ],
+ 150
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 6.34033,
+ -3.30972,
+ -8.52153
+ ],
+ 250
+ ],
+ [
+ [
+ -2.55664,
+ 9.07071,
+ 6.86919
+ ],
+ 230
+ ],
+ [
+ [
+ -18.3716,
+ -17.1836,
+ 6.86919
+ ],
+ 230
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.08838,
+ 6.87418,
+ -8.52153
+ ],
+ 360
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 1.83887,
+ 2.11636,
+ 8.46919
+ ],
+ 359
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_04_interier_dam": {
+ "shelfPos": [
+ [
+ [
+ -1.0961,
+ 7.00293,
+ -5.73945
+ ],
+ 80
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -5.70474,
+ 7.09326,
+ -5.73945
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.43518,
+ -1.67822,
+ -5.74071
+ ],
+ 140.1
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.59167,
+ 2.65674,
+ -5.73945
+ ],
+ 186
+ ],
+ [
+ [
+ 3.54984,
+ 2.72461,
+ -5.73945
+ ],
+ 171
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 3.34094,
+ 6.4834,
+ -5.73945
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.63278,
+ 2.66064,
+ -5.07944
+ ],
+ 210.1
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.35391,
+ 3.05615,
+ -5.73945
+ ],
+ 100
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_2L_dam": {
+ "palletPos": [
+ [
+ [
+ -4.81445,
+ -3.99951,
+ -10
+ ],
+ 140.1
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.23047,
+ 1.68066,
+ -3.73519
+ ],
+ 275.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Fort_Watchtower": {
+ "lootType": "mil",
+ "pelicanPos": [
+ [
+ [
+ -0.750977,
+ -2.12439,
+ 0.569636
+ ],
+ 272.1
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.39111,
+ -0.204773,
+ 0.569636
+ ],
+ 40
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -1.53955,
+ -3.06702,
+ -0.911802
+ ],
+ 310
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_03B_dam": {
+ "shoeboxPos": [
+ [
+ [
+ 7.83521,
+ 1.49268,
+ -5.49836
+ ],
+ 300
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -9.08447,
+ 5.85425,
+ -10
+ ],
+ 310
+ ],
+ [
+ [
+ -0.0769043,
+ 11.9158,
+ -10
+ ],
+ 300
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -0.0297852,
+ -8.93701,
+ -5.49836
+ ],
+ 330
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_01B_dam": {
+ "fridgePos": [
+ [
+ [
+ -2.76465,
+ -3.13916,
+ -5.18055
+ ],
+ 307
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 10.9111,
+ 1.31543,
+ -5.05055
+ ],
+ 354
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.00537,
+ -5.25879,
+ -10
+ ],
+ 300
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_01A_dam": {
+ "shelfPos": [
+ [
+ [
+ -3.57343,
+ -3.66699,
+ -5.61922
+ ],
+ 280
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -2.3588,
+ -3.0498,
+ -5.67922
+ ],
+ 310
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.700592,
+ -4.10352,
+ -5.61922
+ ],
+ 110
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV2_03_dam": {
+ "fridgePos": [
+ [
+ [
+ 17.887,
+ 1.09375,
+ -5.46772
+ ],
+ 240
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 9.93018,
+ -8.91309,
+ -5.52772
+ ],
+ 340
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.70801,
+ -8.61255,
+ -5.52772
+ ],
+ 100
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 10.1631,
+ 11.6067,
+ -10
+ ],
+ 190
+ ],
+ [
+ [
+ -18.6709,
+ 1.47656,
+ -10
+ ],
+ 100
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.776367,
+ 8.13965,
+ -5.81772
+ ],
+ 190
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Ind_Pec_02": {
+ "shelfPos": [
+ [
+ [
+ 5.99683,
+ 22.4492,
+ -10
+ ],
+ 178
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.5166,
+ 23.4175,
+ -10
+ ],
+ 190
+ ],
+ [
+ [
+ -3.7019,
+ 23.6973,
+ -10
+ ],
+ 190
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Dam_ConcP_20": {
+ "palletPos": [
+ [
+ [
+ -0.468918,
+ 5.73633,
+ 2.20513
+ ],
+ 148
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Kostel_trosky": {
+ "tablePos": [
+ [
+ [
+ -2.23486,
+ 11.4375,
+ -10
+ ],
+ 288
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.37256,
+ 0.178711,
+ -10
+ ],
+ 238
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.39673,
+ 11.1606,
+ -10
+ ],
+ 148
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HouseV_1I3": {
+ "shoeboxPos": [
+ [
+ [
+ 2.06543,
+ -0.958252,
+ -2.29444
+ ],
+ 238
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.80225,
+ 0.54541,
+ -10
+ ],
+ 287
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_01_F": {
+ "shelfPos": [
+ [
+ [
+ 5.25391,
+ 1.71436,
+ 0.658049
+ ],
+ 84.7501
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 5.03906,
+ -1.99072,
+ 0.658049
+ ],
+ 176.525
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.07031,
+ 1.3623,
+ 0.658049
+ ],
+ 269.404
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.93359,
+ -1.15479,
+ 0.658049
+ ],
+ 89.0329
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 3.92383,
+ -1.99268,
+ 0.658049
+ ],
+ 181.256
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 5.05859,
+ 0.463379,
+ 0.658049
+ ],
+ 90.9162
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.882813,
+ -0.362793,
+ 0.658049
+ ],
+ 267.887
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_03_F": {
+ "shelfPos": [
+ [
+ [
+ -2.01563,
+ -0.980957,
+ -0.751299
+ ],
+ 269.311
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 2.14844,
+ 2.00049,
+ -0.751299
+ ],
+ 0.999977
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.509766,
+ 1.26611,
+ 0.0687008
+ ],
+ 45.1
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.64063,
+ 0.697266,
+ -0.731299
+ ],
+ 95.1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_02_F": {
+ "bedPos": [
+ [
+ [
+ 1.22852,
+ -3.61572,
+ 0.172568
+ ],
+ 90.4497
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.55273,
+ 3.08984,
+ 0.172568
+ ],
+ 357.823
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -2.19727,
+ 4.18018,
+ 0.172568
+ ],
+ 330.547
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.22461,
+ -2.31494,
+ 0.172568
+ ],
+ 270.659
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.76563,
+ -4.21729,
+ 0.172568
+ ],
+ 178.06
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Native_02_F": {
+ "bedPos": [
+ [
+ [
+ 0.9375,
+ 1.75684,
+ -2.37989
+ ],
+ 272.018
+ ],
+ [
+ [
+ -3.10547,
+ -1.17676,
+ -2.39065
+ ],
+ 181.605
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.34375,
+ -0.958984,
+ -9.34442
+ ],
+ 88.1513
+ ],
+ [
+ [
+ -0.556641,
+ -1.53369,
+ -2.39481
+ ],
+ 93.8058
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.99609,
+ -2.19531,
+ -2.40153
+ ],
+ 124.93
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.42383,
+ 2.229,
+ -2.38727
+ ],
+ 3.42621
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Small_03_F": {
+ "shelfPos": [
+ [
+ [
+ -1.22559,
+ 4.9668,
+ -1.32402
+ ],
+ 0
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.01465,
+ -1.84375,
+ -1.32402
+ ],
+ 173
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -3.58789,
+ 3.50586,
+ -1.32402
+ ],
+ 360
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 1.82227,
+ 1.22754,
+ -1.33284
+ ],
+ 0
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -5.9375,
+ 1.37109,
+ -1.32402
+ ],
+ 270
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -4.34082,
+ -1.72656,
+ -1.32402
+ ],
+ 178
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.62207,
+ -1.78809,
+ -1.33284
+ ],
+ 128
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.71094,
+ 4.85059,
+ -1.32402
+ ],
+ 80
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.546875,
+ -1.90332,
+ -1.32402
+ ],
+ 220
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Native_01_F": {
+ "shelfPos": [
+ [
+ [
+ -0.728516,
+ -2.77393,
+ -3.09498
+ ],
+ 179.287
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.015625,
+ 2.1377,
+ -3.09498
+ ],
+ 267.599
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.50391,
+ -1.8877,
+ -3.09498
+ ],
+ 89.2346
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -4.26367,
+ 2.45264,
+ -3.09498
+ ],
+ 314.553
+ ],
+ [
+ [
+ -4.18945,
+ -2.64697,
+ -3.09498
+ ],
+ 230.264
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.14258,
+ 2.20703,
+ -3.09498
+ ],
+ 86.9606
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_05_F": {
+ "shelfPos": [
+ [
+ [
+ 0.584961,
+ -2.53516,
+ -0.917485
+ ],
+ 179
+ ],
+ [
+ [
+ 2.10938,
+ -2.5376,
+ -0.885151
+ ],
+ 180
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.91504,
+ 0.525391,
+ -1.18515
+ ],
+ 271
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.6543,
+ 1.2959,
+ -0.917485
+ ],
+ 179
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.04883,
+ 0.546875,
+ -0.917485
+ ],
+ 239
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_04_F": {
+ "shoeboxPos": [
+ [
+ [
+ -0.276367,
+ 0.746094,
+ -0.730756
+ ],
+ 20
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Addon_05_F": {
+ "shoeboxPos": [
+ [
+ [
+ -2.1875,
+ -8.24023,
+ -1.5455
+ ],
+ 20
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.5293,
+ -9.71973,
+ -10
+ ],
+ 350
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.197266,
+ 8.04199,
+ -0.245499
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_06_F": {
+ "palletPos": [
+ [
+ [
+ 0.900391,
+ -3.4082,
+ -10
+ ],
+ 150
+ ],
+ [
+ [
+ 3.21875,
+ 3.33691,
+ -10
+ ],
+ 240
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Small_04_F": {
+ "fridgePos": [
+ [
+ [
+ 0.599609,
+ 3.83398,
+ -0.817202
+ ],
+ 88
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -1.0459,
+ -3.00391,
+ -0.879978
+ ],
+ 170
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 2.64111,
+ -0.519531,
+ -0.879978
+ ],
+ 349
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 0.489746,
+ 2.70313,
+ -0.817202
+ ],
+ 88
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.22803,
+ 3.57813,
+ -0.879978
+ ],
+ 93
+ ],
+ [
+ [
+ -1.81592,
+ -5.86133,
+ -0.879978
+ ],
+ 350
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 3.86328,
+ -0.421875,
+ -0.817202
+ ],
+ 4.99998
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 0.489746,
+ 1.13086,
+ -0.979978
+ ],
+ 83
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Small_01_F": {
+ "fridgePos": [
+ [
+ [
+ 1.35645,
+ 1.26563,
+ -0.711113
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.301758,
+ 2.41602,
+ -0.711113
+ ],
+ 0
+ ],
+ [
+ [
+ -5.28613,
+ 2.12988,
+ -0.711113
+ ],
+ 181
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 5.02441,
+ -1.78613,
+ -0.711113
+ ],
+ 3
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.15137,
+ 3.43164,
+ -0.711113
+ ],
+ 0
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.47168,
+ 2.39844,
+ -0.711113
+ ],
+ 274
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.77539,
+ -3.21094,
+ -0.711113
+ ],
+ 230
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.37012,
+ -3.65039,
+ -0.711113
+ ],
+ 260
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.49512,
+ -3.42383,
+ -0.711113
+ ],
+ 180
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 1.37012,
+ -2.08496,
+ -0.711113
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.11621,
+ 3.51172,
+ -0.711113
+ ],
+ 330
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.83594,
+ 3.32129,
+ -0.711113
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_Town_04_F": {
+ "filingPos": [
+ [
+ [
+ -2.57227,
+ 7.74902,
+ -2.47962
+ ],
+ 160
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.00585938,
+ -5.6123,
+ -2.43639
+ ],
+ 7.00001
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.9082,
+ -5.51563,
+ -2.43639
+ ],
+ 30
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_Town_01_F": {
+ "shelfPos": [
+ [
+ [
+ -0.230469,
+ 3.29053,
+ -3.27726
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -4.0918,
+ 5.69189,
+ -3.27726
+ ],
+ 0
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -3.29492,
+ -2.98584,
+ -3.27726
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.00586,
+ -1.50049,
+ -3.27726
+ ],
+ 60
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.95313,
+ -1.27393,
+ -3.27726
+ ],
+ 340
+ ],
+ [
+ [
+ 2.74023,
+ -1.27441,
+ -3.27726
+ ],
+ 9.99994
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.83008,
+ -3.90283,
+ -3.27726
+ ],
+ 180
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.70313,
+ 1.3208,
+ -3.27726
+ ],
+ 190
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -2.94531,
+ 5.59961,
+ -3.27726
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Small_05_F": {
+ "bedPos": [
+ [
+ [
+ -2.17871,
+ 4.17773,
+ -1.08628
+ ],
+ 270
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.03711,
+ -0.123047,
+ -1.08628
+ ],
+ 90
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 1.28809,
+ 2.62012,
+ -1.08628
+ ],
+ 96
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.27539,
+ -2.1377,
+ -1.08628
+ ],
+ 340
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_05_F": {
+ "shoeboxPos": [
+ [
+ [
+ -0.156738,
+ -4.78711,
+ 0.0666714
+ ],
+ 340
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_WaterTower_01_F": {
+ "shoeboxPos": [
+ [
+ [
+ 0.326172,
+ 0.492188,
+ 3.83657
+ ],
+ 343
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_02_F": {
+ "shelfPos": [
+ [
+ [
+ -1.08301,
+ -0.931641,
+ -0.853716
+ ],
+ 184
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.39258,
+ -0.668945,
+ -0.853716
+ ],
+ 134
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.96582,
+ 1.17871,
+ -0.853716
+ ],
+ 360
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.03418,
+ 2.05859,
+ -0.853716
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Small_06_F": {
+ "shelfPos": [
+ [
+ [
+ -1.25879,
+ -5.12598,
+ -1.00433
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 1.31641,
+ -3.91016,
+ -1.00433
+ ],
+ 0.999985
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.30176,
+ 0.980469,
+ -1.00433
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.439453,
+ 3.0625,
+ -1.00503
+ ],
+ 170
+ ],
+ [
+ [
+ -3.89941,
+ 3.2666,
+ -1.00503
+ ],
+ 190
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.15234,
+ 1.86719,
+ -1.00503
+ ],
+ 360
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -4.20703,
+ -3.69238,
+ -1.00433
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.64063,
+ 1.83301,
+ -1.00433
+ ],
+ 310
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_Town_02_F": {
+ "shoeboxPos": [
+ [
+ [
+ -5.40625,
+ 6.30664,
+ -2.15892
+ ],
+ 100
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.86523,
+ -4.47754,
+ -2.14134
+ ],
+ 100
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.40332,
+ -3.96875,
+ -2.14405
+ ],
+ 7
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Small_02_F": {
+ "fridgePos": [
+ [
+ [
+ -3.88184,
+ 5.76367,
+ -0.748837
+ ],
+ 359
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.28125,
+ -4.79785,
+ -0.748837
+ ],
+ 0
+ ],
+ [
+ [
+ -3.46777,
+ -4.79102,
+ -0.748837
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -0.484375,
+ 2.29688,
+ -0.748837
+ ],
+ 0
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.2041,
+ 0.615234,
+ -0.748837
+ ],
+ 180
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -2.75586,
+ 5.69043,
+ -0.748837
+ ],
+ 359
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.56055,
+ -0.798828,
+ -0.748837
+ ],
+ 350
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.357422,
+ -0.501953,
+ -0.748837
+ ],
+ 350
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -0.652344,
+ 5.69824,
+ -0.748837
+ ],
+ 1.99997
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_01_F": {
+ "filingPos": [
+ [
+ [
+ 1.42285,
+ 1.47559,
+ -0.931513
+ ],
+ 350
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.77344,
+ 1.41309,
+ -0.931513
+ ],
+ 9.99995
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.115234,
+ 1.83984,
+ 0.21385
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_Town_03_F": {
+ "shelfPos": [
+ [
+ [
+ 0.864258,
+ 0.563477,
+ -3.12776
+ ],
+ 0
+ ],
+ [
+ [
+ 2.90137,
+ 0.589844,
+ -3.12776
+ ],
+ 0
+ ],
+ [
+ [
+ -6.33594,
+ -2.21094,
+ -3.12776
+ ],
+ 270
+ ],
+ [
+ [
+ -6.39063,
+ -4.15137,
+ -3.12776
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 5.53223,
+ 7.76563,
+ -3.12776
+ ],
+ 0
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.0869141,
+ -4.16504,
+ -3.12776
+ ],
+ 180
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 4.52539,
+ 7.6748,
+ -3.12776
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.86816,
+ 0.150391,
+ -3.12776
+ ],
+ 310
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.05469,
+ 1.57422,
+ -3.12776
+ ],
+ 180
+ ],
+ [
+ [
+ 2.9375,
+ 1.5293,
+ -3.12776
+ ],
+ 160
+ ],
+ [
+ [
+ -3.66406,
+ -6.05957,
+ -3.12776
+ ],
+ 179
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.3125,
+ 7.65527,
+ -3.12776
+ ],
+ 0
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -6.18066,
+ 6.2627,
+ -3.12776
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.198242,
+ 4.85742,
+ -3.12776
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.901367,
+ -0.350586,
+ -3.12776
+ ],
+ 350
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.46289,
+ -0.205078,
+ -3.12776
+ ],
+ 0
+ ],
+ [
+ [
+ 5.70898,
+ -5.57129,
+ -3.12776
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 6.17578,
+ 0.0576172,
+ -3.12776
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -5.32715,
+ 8.04883,
+ -1.71284
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Addon_03_F": {
+ "palletPos": [
+ [
+ [
+ -1.4248,
+ -6.35352,
+ -10
+ ],
+ 129
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MetalShelter_01_F": {
+ "palletPos": [
+ [
+ [
+ 1.09033,
+ -3.78711,
+ -10
+ ],
+ 219
+ ],
+ [
+ [
+ -0.870117,
+ 5.29102,
+ -10
+ ],
+ 129
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MetalShelter_02_F": {
+ "palletPos": [
+ [
+ [
+ 3.93555,
+ -1.65918,
+ -10
+ ],
+ 169
+ ],
+ [
+ [
+ -0.0859375,
+ 7.17285,
+ -10
+ ],
+ 169
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_03_F": {
+ "shelfPos": [
+ [
+ [
+ 0.338867,
+ 6.85938,
+ -0.651794
+ ],
+ 87
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -0.0244141,
+ -1.3252,
+ -0.651794
+ ],
+ 180
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ -0.658203,
+ 3.54785,
+ -0.651794
+ ],
+ 0
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.02246,
+ 2.97363,
+ -0.651794
+ ],
+ 179
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -4.66406,
+ 6.22168,
+ -0.651794
+ ],
+ 250
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 0.0136719,
+ 1.4209,
+ -0.651794
+ ],
+ 78
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -4.56445,
+ 2.78223,
+ -0.651794
+ ],
+ 220
+ ],
+ [
+ [
+ 5.11914,
+ 7.11035,
+ -0.651794
+ ],
+ 60
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.20703,
+ -1.32129,
+ -0.451795
+ ],
+ 178
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 5.24902,
+ 1.26953,
+ -0.651794
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.74512,
+ -1.3291,
+ -0.651794
+ ],
+ 50
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -1.34277,
+ -1.23926,
+ -0.651794
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Supermarket_01_F": {
+ "limit": 6,
+ "shelfPos": [
+ [
+ [
+ 7.64648,
+ 9.40625,
+ -1.50003
+ ],
+ 90
+ ],
+ [
+ [
+ -5.44336,
+ 11.3174,
+ -1.50003
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 7.4541,
+ 8.25293,
+ -1.50003
+ ],
+ 90
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 7.33008,
+ 2.6748,
+ -1.50003
+ ],
+ 90
+ ],
+ [
+ [
+ -5.30859,
+ 7.14551,
+ -1.50003
+ ],
+ 180
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 7.45508,
+ 11.6025,
+ -1.50003
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.94336,
+ -0.0195313,
+ -0.604303
+ ],
+ 70
+ ],
+ [
+ [
+ -2.12598,
+ -0.510742,
+ -0.249176
+ ],
+ 70
+ ],
+ [
+ [
+ -1.76465,
+ 6.97363,
+ -0.954569
+ ],
+ 0
+ ],
+ [
+ [
+ -0.787109,
+ -7.65137,
+ -0.519948
+ ],
+ 70
+ ],
+ [
+ [
+ 6.39746,
+ -8.38379,
+ -0.604303
+ ],
+ 0
+ ],
+ [
+ [
+ 2.74609,
+ 13.0088,
+ -0.964099
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.33301,
+ 12.2793,
+ -1.50003
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 1.66504,
+ -2.0127,
+ -1.50003
+ ],
+ 270
+ ],
+ [
+ [
+ -5.13867,
+ -4.80469,
+ -1.50003
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.44238,
+ 3.73242,
+ -0.411002
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_City_04_F": {
+ "shoeboxPos": [
+ [
+ [
+ -0.371094,
+ -9.38672,
+ -3.86604
+ ],
+ 340
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 8.04004,
+ 2.60254,
+ -10
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Addon_04_F": {
+ "shelfPos": [
+ [
+ [
+ -0.568359,
+ -1.52441,
+ 0.313654
+ ],
+ 180
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -1.32617,
+ -7.26465,
+ 0.295511
+ ],
+ 180
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -2.7666,
+ 0.267578,
+ 0.313654
+ ],
+ 180
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.54883,
+ -5.06836,
+ 0.315461
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.83691,
+ -1.95801,
+ 0.313654
+ ],
+ 260
+ ],
+ [
+ [
+ 3.29785,
+ -7.03223,
+ 0.295511
+ ],
+ 160
+ ],
+ [
+ [
+ -5.05273,
+ -7.73633,
+ 0.315461
+ ],
+ 90
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 1.59961,
+ -7.15234,
+ 0.295511
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.36914,
+ 1.98438,
+ 0.313654
+ ],
+ 210
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -0.391602,
+ -2.87891,
+ 0.295511
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Big_05_F": {
+ "chairPos": [
+ [
+ [
+ -4.15723,
+ 4.97559,
+ -1.51147
+ ],
+ 160
+ ],
+ [
+ [
+ -9.0625,
+ -5.37061,
+ -1.51147
+ ],
+ 250
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.51758,
+ 4.67822,
+ -1.11731
+ ],
+ 260
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.64258,
+ -4.01025,
+ -1.51147
+ ],
+ 250
+ ],
+ [
+ [
+ -2.81543,
+ 6.1792,
+ -1.51147
+ ],
+ 260
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.5791,
+ -4.1543,
+ -1.11731
+ ],
+ 350
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_City_07_F": {
+ "filingPos": [
+ [
+ [
+ 0.467773,
+ 1.75781,
+ 0.0203753
+ ],
+ 187
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 3.10742,
+ -6.49805,
+ 3.61298
+ ],
+ 110
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.28418,
+ 3.27246,
+ 3.61298
+ ],
+ 110
+ ],
+ [
+ [
+ -2.88184,
+ -7.625,
+ -2.9677
+ ],
+ 7.00001
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.91406,
+ 5.62598,
+ -3.31962
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Addon_01_F": {
+ "chairPos": [
+ [
+ [
+ -0.0292969,
+ -2.26465,
+ -1.18165
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.220703,
+ 2,
+ -1.18165
+ ],
+ 197
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Big_03_F": {
+ "shelfPos": [
+ [
+ [
+ 3.06348,
+ -0.749023,
+ -3.17077
+ ],
+ 358
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 1.45996,
+ 3.63086,
+ -3.18166
+ ],
+ 358
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 3.14551,
+ 3.02051,
+ -0.0877934
+ ],
+ 268
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 9.25977,
+ 1.07813,
+ -3.18166
+ ],
+ 90
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 2.42676,
+ 3.52832,
+ -3.18166
+ ],
+ 358
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 2.37793,
+ -2.84863,
+ -0.0877924
+ ],
+ 250
+ ],
+ [
+ [
+ 1.91211,
+ 6.02051,
+ -0.130716
+ ],
+ 308
+ ],
+ [
+ [
+ 10.9111,
+ 4.89844,
+ -3.22091
+ ],
+ 170
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 2.0166,
+ -0.995117,
+ -3.17077
+ ],
+ 353
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 7.98242,
+ -2.47754,
+ -0.0877924
+ ],
+ 134
+ ],
+ [
+ [
+ 9.17285,
+ 3.52832,
+ -3.18166
+ ],
+ 359
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 1.76855,
+ -3.7998,
+ -3.17077
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -6.37891,
+ -5.76563,
+ -0.118968
+ ],
+ 128
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 6.00977,
+ -4.7666,
+ -3.17077
+ ],
+ 269
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 5.45313,
+ 0.272461,
+ -3.18166
+ ],
+ 179
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Big_01_F": {
+ "fridgePos": [
+ [
+ [
+ 0.23584,
+ 5.61719,
+ -1.02038
+ ],
+ 360
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 0.98584,
+ 0.580078,
+ -1.02038
+ ],
+ 180
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 7.31494,
+ 2.14844,
+ -1.02038
+ ],
+ 93
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 1.19141,
+ 5.53125,
+ -1.02038
+ ],
+ 360
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 7.07471,
+ -0.691406,
+ -1.02038
+ ],
+ 136
+ ],
+ [
+ [
+ -6.84961,
+ -2.28125,
+ -1.02038
+ ],
+ 345.9
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 7.33984,
+ 5.61914,
+ -1.02038
+ ],
+ 3
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.8042,
+ -2.19336,
+ -1.02038
+ ],
+ 1.99997
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.15479,
+ 5.52344,
+ -1.02038
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hotel_02_F": {
+ "bedPos": [
+ [
+ [
+ 3.78418,
+ -0.498047,
+ 0.221087
+ ],
+ 90
+ ],
+ [
+ [
+ 3.76855,
+ 2.49609,
+ 0.221087
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -8.21875,
+ -1.00781,
+ 0.0842772
+ ],
+ 225
+ ],
+ [
+ [
+ -9.95703,
+ -1.77148,
+ -3.41891
+ ],
+ 90
+ ],
+ [
+ [
+ -1.83398,
+ 15.1475,
+ -3.40639
+ ],
+ 360
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 6.56641,
+ -2.00391,
+ -3.42002
+ ],
+ 181
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -8.43945,
+ -0.506836,
+ -3.40639
+ ],
+ 270
+ ],
+ [
+ [
+ -8.44727,
+ 2.4834,
+ 0.0842772
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -5.14746,
+ -1.97754,
+ -3.40639
+ ],
+ 181
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.52832,
+ 0.628906,
+ -2.55951
+ ],
+ 130
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.97754,
+ 0.867188,
+ -3.40639
+ ],
+ 348
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 7.91699,
+ -1.58008,
+ -3.4237
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -8.8584,
+ 3.79102,
+ -2.28192
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Slum_04_F": {
+ "shoeboxPos": [
+ [
+ [
+ 4.09277,
+ 2.27441,
+ 0.0612197
+ ],
+ 257
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GarageShelter_01_F": {
+ "couchPos": [
+ [
+ [
+ -1.33691,
+ -0.69043,
+ -1.26478
+ ],
+ 360
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -3.50391,
+ 3.37988,
+ -1.26478
+ ],
+ 357
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -4.56738,
+ 0.189453,
+ -1.26478
+ ],
+ 272
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.22461,
+ -2.53906,
+ -1.26478
+ ],
+ 157
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.78418,
+ 2.875,
+ -1.26478
+ ],
+ 258
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -4.10742,
+ 1.94824,
+ -1.26478
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Church_03_F": {
+ "chairPos": [
+ [
+ [
+ 7.31055,
+ -5.0791,
+ -7.20663
+ ],
+ 282
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 7.10645,
+ -6.07715,
+ -7.20654
+ ],
+ 220
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_07_F": {
+ "shelfPos": [
+ [
+ [
+ -4.88574,
+ 1.10059,
+ -10
+ ],
+ 267
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -4.56445,
+ -1.59277,
+ -10
+ ],
+ 265
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.2002,
+ -2.32715,
+ -10
+ ],
+ 175
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.436523,
+ 1.31348,
+ -10
+ ],
+ 190
+ ],
+ [
+ [
+ 3.9668,
+ -1.38477,
+ -10
+ ],
+ 140
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_School_01_F": {
+ "shelfPos": [
+ [
+ [
+ 4.15234,
+ -0.0341797,
+ -1.27842
+ ],
+ 90
+ ],
+ [
+ [
+ 14.5557,
+ 3.80078,
+ -1.27842
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -3.97363,
+ -0.359375,
+ -1.27842
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 5.70605,
+ -1.58789,
+ -1.27842
+ ],
+ 177
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 13.4473,
+ -1.30078,
+ -1.27842
+ ],
+ 359
+ ],
+ [
+ [
+ -13.4824,
+ -1.14453,
+ -1.27842
+ ],
+ 180
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -5.03516,
+ -0.242188,
+ -1.27842
+ ],
+ 90
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -3.83594,
+ 4.10742,
+ -1.27842
+ ],
+ 274
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 8.8584,
+ 3.96484,
+ -1.27842
+ ],
+ 359
+ ],
+ [
+ [
+ -14.0371,
+ 3.93262,
+ -1.27842
+ ],
+ 319
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.07422,
+ 4.17285,
+ -1.27842
+ ],
+ 9.99996
+ ],
+ [
+ [
+ -4.93359,
+ 4.17871,
+ -1.27842
+ ],
+ 9.99996
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 7.83301,
+ -2.52832,
+ -1.27842
+ ],
+ 180
+ ],
+ [
+ [
+ -14.2764,
+ 1.65723,
+ -1.27842
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.95215,
+ -2.07324,
+ -1.27842
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 2.13672,
+ -2.58105,
+ -1.27842
+ ],
+ 30
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -3.87012,
+ 0.894531,
+ -1.27842
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -1.21094,
+ -2.92285,
+ 0.014966
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Temple_Native_01_F": {
+ "shelfPos": [
+ [
+ [
+ 3.4541,
+ 0.648438,
+ -5.94443
+ ],
+ 90
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.37207,
+ 3.21094,
+ -5.94443
+ ],
+ 0
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.0791,
+ 4.45801,
+ -5.94443
+ ],
+ 310
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.0419922,
+ 4.62695,
+ -5.94443
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.23047,
+ -0.166016,
+ -5.94443
+ ],
+ 220
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_City_06_F": {
+ "wardrobePos": [
+ [
+ [
+ -6.61328,
+ 0.117188,
+ -4.06814
+ ],
+ 259
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.58203,
+ 2.58203,
+ -0.322272
+ ],
+ 230
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -6.78125,
+ 1.59766,
+ -4.06819
+ ],
+ 280
+ ],
+ [
+ [
+ 8.04297,
+ 3.90674,
+ -0.322294
+ ],
+ 90
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -5.76172,
+ 6.38916,
+ -0.322268
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -1.50195,
+ 2.33984,
+ -0.322311
+ ],
+ 179
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 0.0507813,
+ 3.70508,
+ -4.39184
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -7.73047,
+ -1.41846,
+ 5.20514
+ ],
+ 220
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.58789,
+ 6.33545,
+ -4.302
+ ],
+ 250
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.0820313,
+ 6.07031,
+ -3.002
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_Town_05_F": {
+ "shelfPos": [
+ [
+ [
+ 0.0429688,
+ -5.08594,
+ -2.70736
+ ],
+ 356
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -4.22852,
+ -5.55566,
+ -2.77661
+ ],
+ 40
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.31934,
+ -5.24805,
+ -2.70736
+ ],
+ 310
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.31445,
+ 9.11523,
+ -2.66736
+ ],
+ 160
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_City_03_F": {
+ "shelfPos": [
+ [
+ [
+ 6.98975,
+ -2.47461,
+ -4.96662
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ 0.209473,
+ -2.37695,
+ -4.6728
+ ],
+ 273
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 3.53662,
+ 0.644531,
+ -4.96672
+ ],
+ 0
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 6.75244,
+ -3.24805,
+ -4.96664
+ ],
+ 91
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 4.67041,
+ 8.10352,
+ -3.23532
+ ],
+ 92
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 4.68262,
+ 7.24609,
+ -3.82146
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Church_01_F": {
+ "chairPos": [
+ [
+ [
+ -1.61426,
+ 15.6572,
+ -10.5169
+ ],
+ 190
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -7.59375,
+ -1.33301,
+ -9.98111
+ ],
+ 120
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 7.74609,
+ 1.15723,
+ -9.98111
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Warehouse_03_F": {
+ "shelfPos": [
+ [
+ [
+ 8.17676,
+ 1.42285,
+ 0.150167
+ ],
+ 90
+ ],
+ [
+ [
+ 6.45313,
+ 5.35156,
+ -2.37297
+ ],
+ 0
+ ],
+ [
+ [
+ -10.8906,
+ -4.6582,
+ -2.37297
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 6.87402,
+ 5.19043,
+ 0.150167
+ ],
+ 0
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 5.27441,
+ 4.51074,
+ -2.37297
+ ],
+ 89
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 6.95605,
+ -5.28223,
+ -2.37297
+ ],
+ 141
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.35156,
+ 1.79883,
+ -2.37297
+ ],
+ 160
+ ],
+ [
+ [
+ -5.1748,
+ 4.30371,
+ -2.37297
+ ],
+ 190
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 4.84082,
+ -5.00684,
+ -2.37297
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.24707,
+ -2.82715,
+ -0.982677
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Big_04_F": {
+ "bedPos": [
+ [
+ [
+ -5.24219,
+ 1.9375,
+ 0.267768
+ ],
+ 91
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.4834,
+ 2.03711,
+ 0.265382
+ ],
+ 89
+ ],
+ [
+ [
+ 3.07227,
+ -2.52051,
+ -3.00084
+ ],
+ 270
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -2.32129,
+ 1.14453,
+ 0.266175
+ ],
+ 181
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -5.89453,
+ 4.40234,
+ 0.270024
+ ],
+ 301
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -6.16699,
+ -5.22168,
+ -3.00084
+ ],
+ 255
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.20801,
+ -4.98145,
+ -3.00084
+ ],
+ 180
+ ],
+ [
+ [
+ 3.58496,
+ 4.55859,
+ 0.267125
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.35059,
+ -1.54102,
+ -2.95084
+ ],
+ 315.7
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_City_02_F": {
+ "shelfPos": [
+ [
+ [
+ 0.958984,
+ -2.36719,
+ -4.38168
+ ],
+ 270
+ ],
+ [
+ [
+ 0.954102,
+ -4.19531,
+ -4.38123
+ ],
+ 270
+ ],
+ [
+ [
+ 8.28809,
+ -5.41211,
+ -4.37245
+ ],
+ 90
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -10.2744,
+ -2.09766,
+ -4.34924
+ ],
+ 3
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 2.97266,
+ -7.19531,
+ -4.37758
+ ],
+ 108
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 4.74902,
+ -4.83594,
+ -4.37564
+ ],
+ 310
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 6.80273,
+ -1.58203,
+ -4.3743
+ ],
+ 360
+ ],
+ [
+ [
+ 7.94434,
+ -1.58398,
+ -4.37358
+ ],
+ 4.99999
+ ],
+ [
+ [
+ -8.07227,
+ -3.92969,
+ -4.39757
+ ],
+ 90
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -0.245117,
+ -8.36523,
+ -4.38341
+ ],
+ 90
+ ],
+ [
+ [
+ 4.65723,
+ 7.82031,
+ -4.38109
+ ],
+ 207
+ ],
+ [
+ [
+ 5.375,
+ -8.06055,
+ -4.37345
+ ],
+ 188
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.33105,
+ 2.37891,
+ -4.38319
+ ],
+ 360
+ ],
+ [
+ [
+ 2.0791,
+ 2.39453,
+ -4.38221
+ ],
+ 360
+ ],
+ [
+ [
+ -0.109375,
+ -4.94531,
+ -4.38316
+ ],
+ 0
+ ],
+ [
+ [
+ 4.41504,
+ 10.0195,
+ -4.34025
+ ],
+ 360
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -2.09668,
+ -5.21094,
+ -4.38676
+ ],
+ 352
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.51758,
+ -4.61328,
+ -4.38571
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.59668,
+ 0.285156,
+ -4.378
+ ],
+ 0
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 2.84473,
+ -1.625,
+ -4.3795
+ ],
+ 0
+ ],
+ [
+ [
+ -8.09082,
+ -2.61133,
+ -4.34924
+ ],
+ 89
+ ],
+ [
+ [
+ 7.62695,
+ 9.83398,
+ -4.37802
+ ],
+ 180
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.881836,
+ 0.953125,
+ -3.09679
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_City_01_F": {
+ "bedPos": [
+ [
+ [
+ 1.64746,
+ 3.81543,
+ -4.95041
+ ],
+ 226
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 5.36328,
+ 4.43457,
+ -4.95041
+ ],
+ 270
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ 0.811523,
+ -0.87207,
+ -4.95041
+ ],
+ 0
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ 2.68848,
+ -1.00391,
+ -4.9569
+ ],
+ 320
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.87305,
+ 6.26074,
+ -5.00912
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.708008,
+ 0.950195,
+ -4.9469
+ ],
+ 270
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ 7.10352,
+ 2.82227,
+ -4.9469
+ ],
+ 280
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Hotel_01_F": {
+ "limit": 6,
+ "shelfPos": [
+ [
+ [
+ -0.0751953,
+ -0.589844,
+ -1.57032
+ ],
+ 90
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 3.67285,
+ -2.13672,
+ 4.51435
+ ],
+ 270
+ ],
+ [
+ [
+ -4.98633,
+ -2.0625,
+ 4.51435
+ ],
+ 270
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -3.37695,
+ -4.43359,
+ 4.51435
+ ],
+ 180
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 0.660156,
+ 2.75,
+ -5.30929
+ ],
+ 52
+ ],
+ [
+ [
+ 1.8125,
+ -4.20605,
+ 4.51435
+ ],
+ 180
+ ],
+ [
+ [
+ -5.70996,
+ 5.68945,
+ -5.30929
+ ],
+ 320
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -0.948242,
+ 0.246094,
+ 1.67968
+ ],
+ 100
+ ],
+ [
+ [
+ -6.01855,
+ -2.06543,
+ -5.3093
+ ],
+ 280
+ ],
+ [
+ [
+ 4.64453,
+ -4.41895,
+ 4.51435
+ ],
+ 90
+ ],
+ [
+ [
+ -6.00586,
+ -2.71484,
+ -5.3093
+ ],
+ 270
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.76465,
+ -4.37891,
+ -5.3093
+ ],
+ 172
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 4.58594,
+ 3.08594,
+ -5.30929
+ ],
+ 90
+ ],
+ [
+ [
+ -6.0127,
+ -0.396484,
+ -5.3093
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.58398,
+ -2.90625,
+ -4.2657
+ ],
+ 232
+ ],
+ [
+ [
+ -5.65625,
+ 7.53809,
+ 4.51435
+ ],
+ 60
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -6.30371,
+ -3.88086,
+ -4.10929
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_FuelStation_01_shop_F": {
+ "shelfPos": [
+ [
+ [
+ -5.38574,
+ 2.01367,
+ -2.01301
+ ],
+ 273
+ ],
+ [
+ [
+ -5.38574,
+ 3.31836,
+ -2.01301
+ ],
+ 269
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 1.80371,
+ -4.5957,
+ -2.01301
+ ],
+ 122
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -5.16309,
+ 0.28125,
+ -2.01301
+ ],
+ 275
+ ],
+ [
+ [
+ -5.17676,
+ 4.62695,
+ -2.01301
+ ],
+ 270
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ -0.15918,
+ -4.7832,
+ -2.01301
+ ],
+ 182
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.07715,
+ 4.13086,
+ -2.01301
+ ],
+ 95
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.93164,
+ 5.10742,
+ -2.01301
+ ],
+ 360
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -5.19629,
+ -1.38281,
+ -0.972044
+ ],
+ 152
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.53613,
+ 1.92383,
+ -2.01301
+ ],
+ 182
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_FuelStation_01_workshop_F": {
+ "shelfPos": [
+ [
+ [
+ -5.50488,
+ 2.46582,
+ -2.35666
+ ],
+ 269
+ ],
+ [
+ [
+ -5.50781,
+ -2.78809,
+ -2.35666
+ ],
+ 269
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -5.28809,
+ 3.89063,
+ -2.35666
+ ],
+ 269
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 2.71387,
+ 4.0293,
+ -2.35666
+ ],
+ 359
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -5.63086,
+ -0.30957,
+ -2.35666
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.57715,
+ -5.3418,
+ -2.35666
+ ],
+ 270
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.60742,
+ -4.74414,
+ -2.35666
+ ],
+ 270
+ ],
+ [
+ [
+ -4.48926,
+ -4.70801,
+ -2.35666
+ ],
+ 270
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 5.38184,
+ 4.33203,
+ -1.05667
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_FuelStation_02_workshop_F": {
+ "shelfPos": [
+ [
+ [
+ -5.18164,
+ 7.65918,
+ -1.2675
+ ],
+ 270
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 4.39941,
+ -1.01563,
+ -1.2675
+ ],
+ 110
+ ],
+ [
+ [
+ 4.35449,
+ 4.03906,
+ -1.2675
+ ],
+ 83
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 4.56738,
+ 8.05664,
+ -1.2675
+ ],
+ 0
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 4.45215,
+ 1.9668,
+ -1.2675
+ ],
+ 90
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 1.24707,
+ 8.13867,
+ -1.2675
+ ],
+ 0
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.81348,
+ 8.49121,
+ -1.08995
+ ],
+ 0
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.7793,
+ 3.2002,
+ -1.08995
+ ],
+ 183
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.326172,
+ -1.26367,
+ 0.0900497
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Mausoleum_01_F": {
+ "shoeboxPos": [
+ [
+ [
+ -1.93823,
+ -1.89551,
+ -1.9543
+ ],
+ 114.315
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.547119,
+ 1.19141,
+ -1.9543
+ ],
+ 114.315
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Barracks_01_grey_F": {
+ "lootType": "mil",
+ "limit": 6,
+ "shelfPos": [
+ [
+ [
+ -2.03589,
+ -3.18555,
+ 0.518449
+ ],
+ 0
+ ],
+ [
+ [
+ 1.44531,
+ 3.97949,
+ 0.518449
+ ],
+ 90
+ ],
+ [
+ [
+ 2.10278,
+ -3.72656,
+ 0.518448
+ ],
+ 270
+ ],
+ [
+ [
+ -7.10156,
+ -1.87695,
+ 0.518449
+ ],
+ 89.4737
+ ],
+ [
+ [
+ -7.10596,
+ 2.8125,
+ 0.518449
+ ],
+ 90
+ ],
+ [
+ [
+ 8.07251,
+ 3.89014,
+ 3.85143
+ ],
+ 92
+ ],
+ [
+ [
+ 8.72681,
+ 3.58398,
+ 0.518449
+ ],
+ 270
+ ],
+ [
+ [
+ 8.74683,
+ -3.81934,
+ 0.518448
+ ],
+ 270
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -13.2495,
+ -3.90918,
+ 0.518448
+ ],
+ 267
+ ],
+ [
+ [
+ -13.2495,
+ -4.00391,
+ 3.85143
+ ],
+ 268
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 3.47974,
+ 2.33691,
+ 0.518449
+ ],
+ 90
+ ],
+ [
+ [
+ 10.0161,
+ -2.19824,
+ 0.518448
+ ],
+ 272
+ ],
+ [
+ [
+ -12.1023,
+ 2.34717,
+ 0.518449
+ ],
+ 89.4737
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ 4.35059,
+ -3.25342,
+ 3.85143
+ ],
+ 94
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -10.3127,
+ -4.0293,
+ 3.85143
+ ],
+ 184
+ ],
+ [
+ [
+ -13.1499,
+ -2.58691,
+ 0.518449
+ ],
+ 271
+ ],
+ [
+ [
+ 14.1487,
+ 4.17773,
+ 0.518449
+ ],
+ 88
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -3.70532,
+ -5.94531,
+ 3.85143
+ ],
+ 180
+ ],
+ [
+ [
+ 7.47803,
+ -1.68994,
+ 3.85143
+ ],
+ 24
+ ],
+ [
+ [
+ 14.0408,
+ 4.00049,
+ 3.85143
+ ],
+ 40
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 1.06055,
+ 1.62598,
+ 0.518449
+ ],
+ 170
+ ],
+ [
+ [
+ -7.30127,
+ 4.28271,
+ 0.518449
+ ],
+ 81.4737
+ ],
+ [
+ [
+ 7.87549,
+ -4.22852,
+ 3.85143
+ ],
+ 94
+ ],
+ [
+ [
+ 8.95898,
+ 1.65479,
+ 3.85143
+ ],
+ 194
+ ],
+ [
+ [
+ 8.93774,
+ -4.21045,
+ 3.85143
+ ],
+ 258
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 13.9045,
+ 2.07129,
+ 3.85143
+ ],
+ 120
+ ],
+ [
+ [
+ -12.968,
+ 5.62793,
+ 3.85143
+ ],
+ 325.474
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.77832,
+ -3.88818,
+ 0.518448
+ ],
+ 180
+ ],
+ [
+ [
+ -5.36353,
+ -5.91406,
+ 3.85143
+ ],
+ 190
+ ],
+ [
+ [
+ 9.72827,
+ -1.60449,
+ 3.85143
+ ],
+ 358
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -5.56592,
+ 1.63184,
+ 3.85143
+ ],
+ 180
+ ],
+ [
+ [
+ -5.60791,
+ 1.63428,
+ 0.518449
+ ],
+ 181
+ ],
+ [
+ [
+ 7.23291,
+ -1.49609,
+ 0.518448
+ ],
+ 0
+ ],
+ [
+ [
+ -12.5654,
+ 1.63623,
+ 3.85143
+ ],
+ 180
+ ],
+ [
+ [
+ 14.2329,
+ -3.45313,
+ 3.85143
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 4.19165,
+ 1.28271,
+ 3.85143
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.542969,
+ 1.71289,
+ 3.85143
+ ],
+ 210
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.747803,
+ 3.71387,
+ 3.85143
+ ],
+ 180
+ ],
+ [
+ [
+ 7.26978,
+ 3.72852,
+ 0.518449
+ ],
+ 90
+ ],
+ [
+ [
+ -7.85474,
+ 3.74756,
+ 3.85143
+ ],
+ 270
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -13.1458,
+ -1.80273,
+ 3.85143
+ ],
+ 270
+ ],
+ [
+ [
+ 13.8433,
+ 1.73633,
+ 0.518449
+ ],
+ 180
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 7.58691,
+ 1.3418,
+ 1.75143
+ ],
+ 267
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Barracks_01_camo_F": {
+ "_inherit": "Land_Barracks_01_grey_F"
+ },
+ "Land_Church_02_F": {
+ "chairPos": [
+ [
+ [
+ 0.820313,
+ -15.8745,
+ -3.31618
+ ],
+ 360
+ ],
+ [
+ [
+ -0.789795,
+ -15.8867,
+ -3.31618
+ ],
+ 360
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 3.60547,
+ -15.7925,
+ -2.38721
+ ],
+ 330
+ ],
+ [
+ [
+ -3.66235,
+ 18.7886,
+ -3.1444
+ ],
+ 162
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.76733,
+ -11.1523,
+ -10
+ ],
+ 162
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_warehouse_F": {
+ "shelfPos": [
+ [
+ [
+ -8.89941,
+ 17.1563,
+ -4.61258
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.47168,
+ -6.45068,
+ 3.87006
+ ],
+ 349
+ ],
+ [
+ [
+ 15.7676,
+ 15.7952,
+ -4.58326
+ ],
+ 240
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.05469,
+ -12.293,
+ -4.57731
+ ],
+ 360
+ ],
+ [
+ [
+ 9.12354,
+ -12.5586,
+ -4.57731
+ ],
+ 40
+ ],
+ [
+ [
+ -10.6152,
+ 15.0613,
+ -4.61258
+ ],
+ 40
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 2.73633,
+ -11.3958,
+ -3.37731
+ ],
+ 92
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shed_Small_F": {
+ "palletPos": [
+ [
+ [
+ -2.91113,
+ -10.7017,
+ -10
+ ],
+ 81
+ ],
+ [
+ [
+ 4.06006,
+ 10.9492,
+ -10
+ ],
+ 349
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GuardHouse_01_F": {
+ "lootType": "mil",
+ "shelfPos": [
+ [
+ [
+ -2.41455,
+ -2.44482,
+ -1.02058
+ ],
+ 270
+ ]
+ ],
+ "bedPos": [
+ [
+ [
+ 0.998047,
+ -3.93896,
+ -1.02058
+ ],
+ 90
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.69629,
+ 0.259277,
+ 0.00792408
+ ],
+ 9.99997
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -2.2334,
+ -4.14111,
+ -1.02058
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.28906,
+ 0.447266,
+ 0.00792408
+ ],
+ 320
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.0507813,
+ 0.614258,
+ -0.547749
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_01_controlTower_F": {
+ "filingPos": [
+ [
+ [
+ -1.57251,
+ 2.68604,
+ 4.65874
+ ],
+ 350
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 0.608643,
+ 0.954102,
+ 8.11717
+ ],
+ 111
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.823242,
+ -0.911133,
+ 5.58527
+ ],
+ 220
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -2.06567,
+ 0.0991211,
+ 5.35874
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_01_terminal_F": {
+ "shelfPos": [
+ [
+ [
+ -8.92432,
+ 3.9043,
+ -4.02355
+ ],
+ 180
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 6.97095,
+ 8.64941,
+ -4.05115
+ ],
+ 360
+ ],
+ [
+ [
+ -15.301,
+ 1.44824,
+ -4.03527
+ ],
+ 270
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ -3.4248,
+ 2.5918,
+ -4.02355
+ ],
+ 270
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -10.52,
+ 2.11914,
+ -4.17527
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.11304,
+ -2.05566,
+ -4.17527
+ ],
+ 120
+ ],
+ [
+ [
+ 8.36523,
+ 4.32715,
+ -4.05115
+ ],
+ 211
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.90723,
+ 6.66016,
+ -4.02355
+ ],
+ 180
+ ],
+ [
+ [
+ -8.74316,
+ 8.28613,
+ -4.02355
+ ],
+ 180
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -7.42358,
+ 4.20898,
+ -4.02355
+ ],
+ 181
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 3.85596,
+ 0.212891,
+ -2.82126
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_dp_smallTank_F": {
+ "shoeboxPos": [
+ [
+ [
+ -2.18872,
+ 0.745605,
+ 5.52527
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_House_Big_02_F": {
+ "shelfPos": [
+ [
+ [
+ -6.26172,
+ 7.39502,
+ -1.45192
+ ],
+ 271.405
+ ]
+ ],
+ "fridgePos": [
+ [
+ [
+ -4.95996,
+ -0.250977,
+ -1.45192
+ ],
+ 92.4045
+ ]
+ ],
+ "couchPos": [
+ [
+ [
+ -4.02734,
+ 8.32373,
+ -1.45192
+ ],
+ 266
+ ]
+ ],
+ "wardrobePos": [
+ [
+ [
+ -7.33887,
+ -0.602051,
+ -1.45192
+ ],
+ 200
+ ]
+ ],
+ "cookerPos": [
+ [
+ [
+ -10.1758,
+ 2.96045,
+ -1.45192
+ ],
+ 262.405
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 9.18945,
+ -5.94482,
+ -1.45192
+ ],
+ 210
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 5.15137,
+ 3.5791,
+ -1.45192
+ ],
+ 80.4045
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 2.33398,
+ 3.50146,
+ -1.45192
+ ],
+ 360
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.30566,
+ 4.39014,
+ -1.45192
+ ],
+ 178.405
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 5.00391,
+ 1.60986,
+ -1.45192
+ ],
+ 33.4045
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.859375,
+ 8.72803,
+ -1.45192
+ ],
+ 178.405
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -10.1797,
+ 1.22607,
+ -1.45192
+ ],
+ 271.405
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_DPP_01_waterCooler_F": {
+ "shoeboxPos": [
+ [
+ [
+ 3.26855,
+ 1.49414,
+ -1.96692
+ ],
+ 200
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.692383,
+ 1.22388,
+ -10
+ ],
+ 200
+ ],
+ [
+ [
+ -1.78516,
+ -2.64307,
+ -10
+ ],
+ 200
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_DPP_01_smallFactory_F": {
+ "shelfPos": [
+ [
+ [
+ 0.342773,
+ 4.88306,
+ -10
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -10.8447,
+ 1.93359,
+ 3.08963
+ ],
+ 320
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.5752,
+ 5.64551,
+ -10
+ ],
+ 190
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_GantryCrane_01_F": {
+ "pelicanPos": [
+ [
+ [
+ -0.723633,
+ 1.46777,
+ 9.01571
+ ],
+ 120
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.89746,
+ -0.496094,
+ 9.39161
+ ],
+ 220
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MobileCrane_01_F": {
+ "shelfPos": [
+ [
+ [
+ 10.7402,
+ -2.49805,
+ -19.0618
+ ],
+ 91
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 10.5547,
+ 2.62158,
+ -19.065
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 7.84961,
+ -3.33984,
+ -8.30899
+ ],
+ 300
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 14.0488,
+ -2.7959,
+ -14.0393
+ ],
+ 270
+ ],
+ [
+ [
+ 15.6523,
+ 1.0332,
+ -12.8083
+ ],
+ 250
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MobileCrane_01_hook_F": {
+ "_inherit": "Land_MobileCrane_01_F"
+ },
+ "Land_SCF_01_shed_F": {
+ "palletPos": [
+ [
+ [
+ 9.55371,
+ 0.875,
+ -10
+ ],
+ 270
+ ],
+ [
+ [
+ -9.4187,
+ -14.084,
+ -10
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Shop_City_05_F": {
+ "couchPos": [
+ [
+ [
+ -0.138672,
+ -10.7393,
+ -7.28326
+ ],
+ 274
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 1.63086,
+ 13.9697,
+ -7.02897
+ ],
+ 190.8
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -9.44238,
+ 15.4424,
+ -10
+ ],
+ 190.8
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MultistoryBuilding_01_F": {
+ "shelfPos": [
+ [
+ [
+ 15.0352,
+ 5.12891,
+ -21.0171
+ ],
+ 360
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 10.4814,
+ -13.9253,
+ -21.0171
+ ],
+ 179.8
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 9.27246,
+ -3.62622,
+ -21.0171
+ ],
+ 269
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 21.5146,
+ 4.90503,
+ -21.0171
+ ],
+ 30
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 10.1982,
+ 4.39917,
+ -21.0171
+ ],
+ 182.8
+ ],
+ [
+ [
+ 12.5723,
+ -8.16211,
+ -21.0171
+ ],
+ 182.8
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 19.5664,
+ 5.21143,
+ -19.7702
+ ],
+ 88.8
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MultistoryBuilding_03_F": {
+ "shelfPos": [
+ [
+ [
+ -1.05566,
+ 4.97437,
+ -26
+ ],
+ 100
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ -6.9209,
+ -1.37549,
+ -24.2517
+ ],
+ 100
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -1.14063,
+ 4.07007,
+ -26
+ ],
+ 100
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -2.94629,
+ 8.3147,
+ -25.7446
+ ],
+ 3
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.65137,
+ -12.4939,
+ -26
+ ],
+ 100
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.52832,
+ 4.54736,
+ -26
+ ],
+ 0
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -0.852539,
+ 6.11084,
+ -24.5986
+ ],
+ 180
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MultistoryBuilding_04_F": {
+ "shelfPos": [
+ [
+ [
+ -8.16956,
+ 9.50293,
+ -36.322
+ ],
+ 100
+ ]
+ ],
+ "chairPos": [
+ [
+ [
+ 3.35938,
+ -9.11426,
+ -36.322
+ ],
+ 340
+ ],
+ [
+ [
+ -8.71216,
+ -6.77441,
+ -36.322
+ ],
+ 110
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -8.41406,
+ -4.76172,
+ -36.322
+ ],
+ 160
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 11.5045,
+ -8.82324,
+ -36.322
+ ],
+ 100
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.19971,
+ -13.2129,
+ -36.322
+ ],
+ 100
+ ],
+ [
+ [
+ -3.46057,
+ 13.7285,
+ -36.322
+ ],
+ 100
+ ],
+ [
+ [
+ 6.96362,
+ 13.7822,
+ -36.322
+ ],
+ 70
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 12.7135,
+ 6.69727,
+ -35.3042
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Cathedral_01_F": {
+ "chairPos": [
+ [
+ [
+ -7.57324,
+ -0.583008,
+ -9.39412
+ ],
+ 43
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 0.451172,
+ -12.4187,
+ -7.82105
+ ],
+ 13
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -9.78125,
+ -9.85229,
+ -9.39412
+ ],
+ 43
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 7.71191,
+ -0.686768,
+ -9.39412
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_01_hangar_F": {
+ "shelfPos": [
+ [
+ [
+ 14.9707,
+ 4.25635,
+ -3
+ ],
+ 81
+ ],
+ [
+ [
+ -3.5625,
+ 15.9639,
+ -3
+ ],
+ 1
+ ],
+ [
+ [
+ -8.81055,
+ 15.979,
+ -3
+ ],
+ 1
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 12.5303,
+ -10.4146,
+ -2.62908
+ ],
+ 181
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -13.75,
+ -8.90918,
+ -3
+ ],
+ 191
+ ],
+ [
+ [
+ -14.0654,
+ 14.2466,
+ -3
+ ],
+ 84
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_02_controlTower_F": {
+ "shelfPos": [
+ [
+ [
+ -0.619141,
+ 0.914063,
+ -10.799
+ ],
+ 359
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ 0.871582,
+ 2.76172,
+ 2.18546
+ ],
+ 183
+ ],
+ [
+ [
+ -0.985352,
+ 2.78906,
+ 2.18546
+ ],
+ 181
+ ]
+ ],
+ "pelicanPos": [
+ [
+ [
+ 1.77051,
+ 5.9082,
+ 3.09551
+ ],
+ 53
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.04199,
+ 5.11133,
+ 3.09551
+ ],
+ 53
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.614746,
+ -1.76758,
+ -10.7145
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 0.940918,
+ 1.02539,
+ 0.285469
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_02_terminal_F": {
+ "chairPos": [
+ [
+ [
+ 10.875,
+ -2.83594,
+ -1.4043
+ ],
+ 90
+ ]
+ ],
+ "tablePos": [
+ [
+ [
+ 10.9907,
+ -0.375,
+ -1.4043
+ ],
+ 90
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 4.18457,
+ 2.45215,
+ -1.40867
+ ],
+ 270
+ ],
+ [
+ [
+ 4.19165,
+ 4.24609,
+ -1.40868
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 7.94824,
+ 2.00195,
+ -0.939405
+ ],
+ 60
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 4.65234,
+ -0.265625,
+ -1.40867
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 10.6372,
+ 5.38281,
+ -0.141179
+ ],
+ 90
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_02_hangar_right_F": {
+ "shelfPos": [
+ [
+ [
+ 5.99121,
+ 9.65039,
+ -7.25818
+ ],
+ 90
+ ],
+ [
+ [
+ 6.23975,
+ -14.0654,
+ -7.72174
+ ],
+ 90
+ ],
+ [
+ [
+ 9.82324,
+ -12.6621,
+ -7.71869
+ ],
+ 179
+ ]
+ ],
+ "lockerPos": [
+ [
+ [
+ 6.06519,
+ -17.5381,
+ -7.72373
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 12.8186,
+ -7.41309,
+ -7.25818
+ ],
+ 90
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 6.60205,
+ -19.917,
+ -1.86625
+ ],
+ 230
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 6.375,
+ -21.5215,
+ -6.16557
+ ],
+ 179
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Airport_02_hangar_left_F": {
+ "shelfPos": [
+ [
+ [
+ -12.5098,
+ -8.36523,
+ -7.24053
+ ],
+ 272
+ ],
+ [
+ [
+ 6.09326,
+ 20.5518,
+ -7.25266
+ ],
+ 0
+ ],
+ [
+ [
+ -5.78027,
+ -23.7773,
+ -1.23606
+ ],
+ 272
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.53125,
+ 20.251,
+ -1.24107
+ ],
+ 144
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_DPP_01_mainFactory_F": {
+ "shelfPos": [
+ [
+ [
+ 12.4868,
+ 5.71582,
+ -4.25747
+ ],
+ 360
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 11.915,
+ -0.972656,
+ -10.5492
+ ],
+ 272
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 12.3447,
+ 6.52246,
+ -5.56747
+ ],
+ 50
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -5.20117,
+ 11.5381,
+ -9.74186
+ ],
+ 84
+ ],
+ [
+ [
+ -9.70508,
+ 11.4258,
+ -9.73776
+ ],
+ 84
+ ],
+ [
+ [
+ 20.9487,
+ -3.17871,
+ -7.43347
+ ],
+ 50
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_CombineHarvester_01_wreck_F": {
+ "shoeboxPos": [
+ [
+ [
+ 1.24243,
+ -1.62891,
+ 0.0273294
+ ],
+ 272
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.77905,
+ 1.94629,
+ -1.88333
+ ],
+ 272
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_generalBuilding_F": {
+ "shelfPos": [
+ [
+ [
+ 1.65527,
+ -13.3105,
+ -4.84338
+ ],
+ 360
+ ],
+ [
+ [
+ -5.47607,
+ -13.2764,
+ -0.342323
+ ],
+ 360
+ ],
+ [
+ [
+ -1.80737,
+ -22.2637,
+ -4.84338
+ ],
+ 170
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -4.11987,
+ -13.1016,
+ -4.84338
+ ],
+ 1.99998
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -2.5481,
+ -22.7988,
+ 9.69048
+ ],
+ 122
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.17529,
+ -16.9023,
+ -0.342323
+ ],
+ 1.99998
+ ],
+ [
+ [
+ -2.24731,
+ -18.9658,
+ -0.342323
+ ],
+ 1.99998
+ ],
+ [
+ [
+ -0.242432,
+ -21.7676,
+ -4.84338
+ ],
+ 340
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_washer_F": {
+ "shelfPos": [
+ [
+ [
+ 5.99902,
+ 1.37305,
+ 2.18735
+ ],
+ 180
+ ],
+ [
+ [
+ -3.38672,
+ 6.87158,
+ -1.80765
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.32813,
+ 2.7832,
+ 2.18735
+ ],
+ 159
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.738281,
+ 4.4375,
+ 3.22431
+ ],
+ 180
+ ],
+ [
+ [
+ 3.9248,
+ 7.34766,
+ -1.76456
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_shredder_F": {
+ "shoeboxPos": [
+ [
+ [
+ 1.08203,
+ -6.02979,
+ -1.39866
+ ],
+ 229
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.345703,
+ -5.55029,
+ -1.39866
+ ],
+ 159
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_clarifier_F": {
+ "shelfPos": [
+ [
+ [
+ 4.23633,
+ -5.50244,
+ -2.00547
+ ],
+ 270
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -1.63477,
+ 1.06299,
+ 8.53659
+ ],
+ 215
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 3.67383,
+ -3.10547,
+ -10
+ ],
+ 240
+ ],
+ [
+ [
+ -5.26855,
+ -2.09424,
+ -10
+ ],
+ 240
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_feeder_F": {
+ "shoeboxPos": [
+ [
+ [
+ -0.84668,
+ 8.46875,
+ -3.38788
+ ],
+ 240
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.33984,
+ 15.1572,
+ -2.61678
+ ],
+ 240
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_chimney_F": {
+ "pelicanPos": [
+ [
+ [
+ -2.99512,
+ -3.04297,
+ 24.3271
+ ],
+ 200
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 0.0537109,
+ 1.75391,
+ 24.3271
+ ],
+ 200
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_boilerBuilding_F": {
+ "shelfPos": [
+ [
+ [
+ 22.2256,
+ 1.09546,
+ -8.65179
+ ],
+ 90
+ ],
+ [
+ [
+ 22.4199,
+ 2.60059,
+ -17.6125
+ ],
+ 270
+ ],
+ [
+ [
+ -1.29102,
+ 23.6138,
+ -13.1725
+ ],
+ 90
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ 14.8506,
+ -0.107178,
+ -17.8281
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 10.8652,
+ 14.1597,
+ -17.8272
+ ],
+ 350
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 16.4326,
+ 1.20996,
+ -13.1888
+ ],
+ 358
+ ],
+ [
+ [
+ 15.5107,
+ 13.283,
+ -13.177
+ ],
+ 358
+ ],
+ [
+ [
+ 11.7666,
+ -17.9785,
+ -17.695
+ ],
+ 190
+ ],
+ [
+ [
+ -23.1025,
+ 15.8513,
+ -17.6078
+ ],
+ 190
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ 10.6318,
+ 3.73242,
+ -11.8678
+ ],
+ 358
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_crystallizer_F": {
+ "shelfPos": [
+ [
+ [
+ 5.98633,
+ 5.46533,
+ -0.536706
+ ],
+ 360
+ ],
+ [
+ [
+ -8.78906,
+ -0.0581055,
+ -0.536711
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ 8.37891,
+ 5.93506,
+ -2.93731
+ ],
+ 230
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.06738,
+ 0.640137,
+ -0.536709
+ ],
+ 360
+ ],
+ [
+ [
+ -3.97168,
+ 0.850098,
+ 4.92104
+ ],
+ 350
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SCF_01_crystallizerTowers_F": {
+ "shelfPos": [
+ [
+ [
+ 1.4541,
+ -0.650879,
+ -7.24714
+ ],
+ 360
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.73145,
+ 1.5752,
+ 12.2733
+ ],
+ 140
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -0.708008,
+ -0.354492,
+ -7.24714
+ ],
+ 270
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Radar_Small_F": {
+ "shelfPos": [
+ [
+ [
+ 0.581055,
+ 3.92749,
+ -10
+ ],
+ 200
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -4.85449,
+ -0.675781,
+ -10
+ ],
+ 169
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_MiningShovel_01_abandoned_F": {
+ "shelfPos": [
+ [
+ [
+ 3.3916,
+ -2.8252,
+ -0.647353
+ ],
+ 70
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -0.786133,
+ -7.95947,
+ 3.74709
+ ],
+ 139
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -2.4502,
+ -4.36426,
+ -0.484981
+ ],
+ 179
+ ],
+ [
+ [
+ -0.444336,
+ -9.64648,
+ -0.484981
+ ],
+ 149
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SM_01_reservoirTower_F": {
+ "shelfPos": [
+ [
+ [
+ -0.0371094,
+ 1.45996,
+ -1.95632
+ ],
+ 180
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -3.44531,
+ -2.54688,
+ -1.98985
+ ],
+ 211
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 0.893555,
+ -3.41504,
+ -1.98556
+ ],
+ 251
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_HaulTruck_01_abandoned_F": {
+ "shoeboxPos": [
+ [
+ [
+ -0.0493164,
+ -3.35742,
+ 1.27724
+ ],
+ 151
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.08545,
+ -5.21582,
+ 1.27749
+ ],
+ 181
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Warehouse_01_F": {
+ "shelfPos": [
+ [
+ [
+ 5.69727,
+ -20.2239,
+ -10
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 2.49023,
+ -21.2285,
+ -10
+ ],
+ 161
+ ],
+ [
+ [
+ -1.92578,
+ 21.6052,
+ -10
+ ],
+ 161
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_Warehouse_02_F": {
+ "shelfPos": [
+ [
+ [
+ 8.18945,
+ -11.0618,
+ -3.96959
+ ],
+ 360
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -1.94727,
+ -11.8555,
+ -3.96959
+ ],
+ 360
+ ],
+ [
+ [
+ 11.3662,
+ -11.8032,
+ -3.96959
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SM_01_shelter_narrow_F": {
+ "palletPos": [
+ [
+ [
+ -2.53125,
+ 11.0098,
+ -10
+ ],
+ 360
+ ],
+ [
+ [
+ 4.07813,
+ -10.8501,
+ -10
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SM_01_shelter_wide_F": {
+ "palletPos": [
+ [
+ [
+ -7.67676,
+ 5.47681,
+ -10
+ ],
+ 360
+ ],
+ [
+ [
+ 7.57324,
+ -6.09155,
+ -10
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SM_01_shed_unfinished_F": {
+ "shelfPos": [
+ [
+ [
+ -3.42773,
+ 8.58179,
+ -1.648
+ ],
+ 350
+ ]
+ ],
+ "filingPos": [
+ [
+ [
+ -4.98242,
+ -1.33374,
+ -1.648
+ ],
+ 100
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -4.00879,
+ 1.89185,
+ -1.648
+ ],
+ 80
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ 1.77051,
+ 2.32544,
+ -1.648
+ ],
+ 360
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SY_01_reclaimer_F": {
+ "shelfPos": [
+ [
+ [
+ -14.377,
+ 5.68848,
+ -2.27833
+ ],
+ 360
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -11.6846,
+ 1.34912,
+ -2.27688
+ ],
+ 220
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -15.2012,
+ -1.79639,
+ -10
+ ],
+ 220
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Land_SM_01_shed_F": {
+ "shelfPos": [
+ [
+ [
+ -5.92969,
+ -1.72266,
+ -1.60012
+ ],
+ 180
+ ],
+ [
+ [
+ 9.05469,
+ -1.71729,
+ -1.60012
+ ],
+ 180
+ ],
+ [
+ [
+ 8.64551,
+ 8.68945,
+ -1.60012
+ ],
+ 0
+ ]
+ ],
+ "toolRackPos": [
+ [
+ [
+ -1.58496,
+ 8.8877,
+ -1.60012
+ ],
+ 0
+ ]
+ ],
+ "shoeboxPos": [
+ [
+ [
+ -6.93652,
+ 2.11621,
+ -1.60012
+ ],
+ 140
+ ]
+ ],
+ "palletPos": [
+ [
+ [
+ -3.1377,
+ -0.233398,
+ -1.60012
+ ],
+ 170
+ ]
+ ],
+ "freezerPos": [
+ [
+ [
+ -5.04785,
+ 1.56201,
+ -1.60012
+ ],
+ 90
+ ]
+ ],
+ "cabinetPos": [
+ [
+ [
+ -8.79102,
+ -1.59473,
+ -0.300119
+ ],
+ 0
+ ]
+ ],
+ "_inherit": "Default"
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgClientFunctions.hpp b/Sources/epoch_config/Configs/CfgClientFunctions.hpp
index da80895d..d6721cc3 100644
--- a/Sources/epoch_config/Configs/CfgClientFunctions.hpp
+++ b/Sources/epoch_config/Configs/CfgClientFunctions.hpp
@@ -1,269 +1,287 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
+/*
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {"Raimonds Virtoss","Andrew Gregory"};
+ @description = "Custom Epoch Client Only functions";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgClientFunctions.hpp";
+*/
class CfgClientFunctions
{
- version = 1;
- class A3E
- {
- tag = "EPOCH";
- file = "epoch_code\compile";
-
- class generic {
- file = "epoch_code\compile";
- class localCleanup {};
- class unitSpawnIncrease {};
- class unitSpawnDecrease {};
- class QuickTakeAll {};
- class QuickTakeLoad {};
- class effectCrypto {};
- class handleServerMessage {};
- class updateLoadingScreen {};
- class EnterBuilding {};
- class lootTrash {};
- class debugMonitor {};
- class interact {};
- class chopWood {};
- class fish {};
- class mineRocks {};
- class UnisexCheck {};
- class PutHandler {};
- class niteLight {};
- class LootIT {};
- class supportCopter {};
- class consumeItem {};
- class unitSpawn {};
- class antiWall {};
- class onEachFrame {};
- class callSapperMigration {};
- class zombieSpawn {};
- class makeMarker {};
- class removeMarker {};
- };
-
- class building
- {
- class maintainIT {};
- class lockCheck {};
- class countdown {};
- class fnc_SelectTargetBuild {};
- class isBuildAllowed {};
- class simulSwap {};
- class staticMove {};
- class upgradeBUILD {};
- class removeBUILD {};
- class changeWallState {};
- class checkBuild {};
- };
-
- class traders
- {
- class startInteract {};
- class startInteractNPC {};
- class npcTraderAdd {};
- class npcTraderAdd2 {};
- class npcTraderAdd3 {};
- class startNPCTraderMenu {};
- class NPCTraderMenuFilter {};
- class startNpcTrade {};
- class tradeFilter {};
- class takeCrypto {};
- class startBankTransfer {};
- };
-
- class interface_event_handlers
- {
- class KeyDown {};
- class KeyUp {};
- class onChar {};
- };
-
- class setup
- {
- class client_publicEH {};
- class masterLoop {};
- class clientInit {};
- class clientRespawn {};
- class clientRevive {};
- class client_rejectPlayer {};
- class clientKeyMap {};
- };
-
- class p2p_trading
- {
- class startTRADEREQ {};
- class startTrade {};
- class tradeRequest {};
- class TradeLoop {};
- class makep2pTrade {};
- };
- class functions
- {
- class worldObjectType {};
- class returnConfig {};
- class colorRange {};
- class convertTemp {};
- class fnc_playerDeath {};
- class fnc_playerFired {};
- class fnc_isInsideBuilding {};
- class fnc_Weather {};
- class fnc_findSafePos {};
- class fnc_addItemOverflow {};
- class pushCustomVar {};
- class itemData {};
- class itemPicture {};
- class itemDisplayName {};
- class SortArrayByDistance {};
- class fnc_findRandomPosBehind {};
- class fnc_stringLeft {};
- class fnc_findSapperStalkLocation {};
- class fnc_dirToFuzzy {};
- class fnc_cursorTarget {};
- class fnc_triggerAntagonist {};
- class fnc_playerDeathDetonate {};
- class fnc_playerDeathMorph {};
- class fnc_playerSetVariable {};
- class fnc_playerAttachToAntagonist {};
- class fnc_dynamicFSM {};
- class fnc_vectorDivide {};
- class giveAttributes {};
- };
- class environment
- {
- class client_earthQuake {};
- class client_loadAnimalBrain {};
- class client_bitePlayer {};
- };
- class vehicles
- {
- class client_repairVehicle {};
- class client_lockVehicle {};
- class client_fillVehicle {};
- class client_gearVehicle {};
- };
- class missions
- {
- class mission_accept {};
- class mission_cage_sapper {};
- class mission_returnObj {};
- };
- class inventory {
- class selectInventoryItem {};
- class itemInteractClick {};
- class itemInteractDblClick {};
- class uniformArmorCalc {};
- class gearArmorCalc {};
- class factorArmor {};
- class maxArmorInit {};
- class initUI {};
- class refeshUI {};
- };
- class messaging {
- file = "epoch_code\gui\scripts\messaging";
- class message {};
- class message_old1 {};
- class message_old2 {};
- };
- class looting {
- class spawnLoot {};
- };
- class gui {
- file = "epoch_code\gui\scripts";
- class onPause {};
- class showStats {};
- class 3DctrlPitchYaw {};
- class 3DctrlSpin {};
- class 3DctrlYaw {};
- class InterruptConfig {};
- class InterruptConfigActions {};
- class getIDC {};
- class guiObjHP {};
- class secureStorageHandler {};
- class genderSelection {};
- class getColorScheme {};
- class dragControl {};
- };
-
- class config {
- file = "epoch_code\gui\scripts\config";
- class config_keymap {};
- };
-
- class dynamenu {
- file = "epoch_code\gui\scripts\dynamenu";
- class dynamicMenu {};
- class dynamicMenuPopulate {};
- class dynamicMenuCleanup {};
- };
-
- class dynamicHUD {
- file = "epoch_code\gui\scripts\dynamicHUD";
- class dynamicHUD_adjust {};
- class dynamicHUD_loadSave {};
- class dynamicHUD_start {};
- class getHUDCtrl {};
- };
-
- class gui_craft {
- file = "epoch_code\gui\scripts\craftingv2";
- class crafting_animate {};
- class crafting_ctrl_collector {};
- class crafting_dev_toggle {};
- class crafting_getConfig {};
- class crafting_checkGear {};
- class crafting_checkNearby {};
- class crafting_checkResources {};
- class crafting_craft {};
- class crafting_progress {};
- class crafting_load {};
- class crafting_unload {};
- class crafting_LB_click {};
- class crafting_LB_defaults {};
- class crafting_LB_doubleClick {};
- class crafting_colorScheme {};
- };
- class group {
- file = "epoch_code\gui\scripts\group";
- class Group_invitePlayer {};
- class Group_BtnMod {};
- class Group_BtnInvite {};
- class Group_onLoad {};
- class Group_List {};
- class Group_Combo {};
- class Group_BtnLeave {};
- class Group_BtnKick {};
- class cGroup_groupText {};
- class cGroup_onLoad {};
- class cGroup_BtnCreate {};
- class iGroup_acceptInvite {};
- class iGroup_onLoad {};
- class iGroup_refresh {};
- class Group_update {};
- };
-
- class gui_inventory {
- file = "epoch_code\gui\scripts\inventory";
- class Inventory_Group {};
- class Inventory_iGroup {};
- };
-
- class gui_missions {
- file = "epoch_code\gui\scripts\missions";
- class mission_refresh {};
- class mission_description {};
- };
- class gui_postProcessing {
- file = "epoch_code\gui\scripts\post_process";
- class postprocessCreate {};
- class postprocessAdjust {};
- class postprocessDestroy {};
- class setDrunk {}; //needs a better name
- };
- class worldToScreen {
- file = "epoch_code\gui\scripts\worldToScreen";
- class gui3DCooldown {};
- class gui3DCooldownEH {};
- class gui3DWorldPos {};
- class gui3DWorldPosEH {};
- class gui3DModelPos {};
- class gui3DModelPosEH {};
- };
- };
+ version = 1;
+ class A3E
+ {
+ tag = "EPOCH";
+ file = "epoch_code\compile";
+ class generic
+ {
+ file = "epoch_code\compile";
+ class localCleanup {};
+ class unitSpawnIncrease {};
+ class unitSpawnDecrease {};
+ class QuickTakeAll {};
+ class QuickTakeLoad {};
+ class effectCrypto {};
+ class handleServerMessage {};
+ class updateLoadingScreen {};
+ class EnterBuilding {};
+ class lootTrash {};
+ class debugMonitor {};
+ class interact {};
+ class chopWood {};
+ class fish {};
+ class mineRocks {};
+ class UnisexCheck {};
+ class PutHandler {};
+ class niteLight {};
+ class LootIT {};
+ class supportCopter {};
+ class consumeItem {};
+ class unitSpawn {};
+ class onEachFrame {};
+ class callSapperMigration {};
+ class zombieSpawn {};
+ class makeMarker {};
+ class removeMarker {};
+ };
+ class building
+ {
+ class maintainIT {};
+ class lockCheck {};
+ class countdown {};
+ class fnc_SelectTargetBuild {};
+ class isBuildAllowed {};
+ class simulSwap {};
+ class staticMove {};
+ class upgradeBUILD {};
+ class removeBUILD {};
+ class changeWallState {};
+ class checkBuild {};
+ };
+ class traders
+ {
+ class startInteract {};
+ class startInteractNPC {};
+ class npcTraderAdd {};
+ class npcTraderAdd2 {};
+ class npcTraderAdd3 {};
+ class startNPCTraderMenu {};
+ class NPCTraderMenuFilter {};
+ class startNpcTrade {};
+ class tradeFilter {};
+ class takeCrypto {};
+ class startBankTransfer {};
+ };
+ class interface_event_handlers
+ {
+ class KeyDown {};
+ class KeyUp {};
+ class onChar {};
+ };
+ class event_handlers
+ {
+ class getInMan {};
+ class getOutMan {};
+ };
+ class setup
+ {
+ class masterLoop {};
+ class clientInit {};
+ class clientRespawn {};
+ class clientRevive {};
+ class client_rejectPlayer {};
+ class clientKeyMap {};
+ };
+ class p2p_trading
+ {
+ class startTRADEREQ {};
+ class startTrade {};
+ class tradeRequest {};
+ class TradeLoop {};
+ class makep2pTrade {};
+ };
+ class functions
+ {
+ class worldObjectType {};
+ class returnConfig {};
+ class colorRange {};
+ class convertTemp {};
+ class fnc_playerDeath {};
+ class fnc_playerFired {};
+ class fnc_isInsideBuilding {};
+ class fnc_Weather {};
+ class fnc_findSafePos {};
+ class fnc_addItemOverflow {};
+ class pushCustomVar {};
+ class itemData {};
+ class itemPicture {};
+ class itemDisplayName {};
+ class SortArrayByDistance {};
+ class fnc_findRandomPosBehind {};
+ class fnc_stringLeft {};
+ class fnc_findSapperStalkLocation {};
+ class fnc_dirToFuzzy {};
+ class fnc_cursorTarget {};
+ class fnc_triggerAntagonist {};
+ class fnc_playerDeathDetonate {};
+ class fnc_playerDeathMorph {};
+ class fnc_playerSetVariable {};
+ class fnc_playerAttachToAntagonist {};
+ class fnc_dynamicFSM {};
+ class fnc_vectorDivide {};
+ class giveAttributes {};
+ class fnc_spawnEffects {};
+ class fnc_arrayStringToBool {};
+ };
+ class environment
+ {
+ class client_earthQuake {};
+ class client_loadAnimalBrain {};
+ class client_bitePlayer {};
+ };
+ class vehicles
+ {
+ class client_repairVehicle {};
+ class client_lockVehicle {};
+ class client_fillVehicle {};
+ class client_gearVehicle {};
+ };
+ class missions
+ {
+ class mission_accept {};
+ class mission_cage_sapper {};
+ class mission_returnObj {};
+ };
+ class inventory
+ {
+ class selectInventoryItem {};
+ class itemInteractClick {};
+ class itemInteractDblClick {};
+ class uniformArmorCalc {};
+ class gearArmorCalc {};
+ class factorArmor {};
+ class maxArmorInit {};
+ class initUI {};
+ class refeshUI {};
+ };
+ class messaging
+ {
+ file = "epoch_code\gui\scripts\messaging";
+ class message {};
+ class message_old1 {};
+ class message_old2 {};
+ };
+ class looting
+ {
+ class spawnLoot {};
+ };
+ class gui
+ {
+ file = "epoch_code\gui\scripts";
+ class onPause {};
+ class showStats {};
+ class 3DctrlPitchYaw {};
+ class 3DctrlSpin {};
+ class 3DctrlYaw {};
+ class InterruptConfig {};
+ class InterruptConfigActions {};
+ class getIDC {};
+ class guiObjHP {};
+ class secureStorageHandler {};
+ class genderSelection {};
+ class getColorScheme {};
+ class dragControl {};
+ };
+ class config
+ {
+ file = "epoch_code\gui\scripts\config";
+ class config_keymap {};
+ };
+ class dynamenu
+ {
+ file = "epoch_code\gui\scripts\dynamenu";
+ class dynamicMenu {};
+ class dynamicMenuPopulate {};
+ class dynamicMenuCleanup {};
+ };
+ class dynamicHUD
+ {
+ file = "epoch_code\gui\scripts\dynamicHUD";
+ class dynamicHUD_adjust {};
+ class dynamicHUD_loadSave {};
+ class dynamicHUD_start {};
+ class getHUDCtrl {};
+ };
+ class gui_craft
+ {
+ file = "epoch_code\gui\scripts\craftingv2";
+ class crafting_animate {};
+ class crafting_ctrl_collector {};
+ class crafting_dev_toggle {};
+ class crafting_getConfig {};
+ class crafting_checkGear {};
+ class crafting_checkNearby {};
+ class crafting_checkResources {};
+ class crafting_craft {};
+ class crafting_progress {};
+ class crafting_load {};
+ class crafting_unload {};
+ class crafting_LB_click {};
+ class crafting_LB_defaults {};
+ class crafting_LB_doubleClick {};
+ class crafting_colorScheme {};
+ };
+ class group
+ {
+ file = "epoch_code\gui\scripts\group";
+ class Group_invitePlayer {};
+ class Group_BtnMod {};
+ class Group_BtnInvite {};
+ class Group_onLoad {};
+ class Group_List {};
+ class Group_Combo {};
+ class Group_BtnLeave {};
+ class Group_BtnKick {};
+ class cGroup_groupText {};
+ class cGroup_onLoad {};
+ class cGroup_BtnCreate {};
+ class iGroup_acceptInvite {};
+ class iGroup_onLoad {};
+ class iGroup_refresh {};
+ class Group_update {};
+ };
+ class gui_inventory
+ {
+ file = "epoch_code\gui\scripts\inventory";
+ class Inventory_Group {};
+ class Inventory_iGroup {};
+ };
+ class gui_missions
+ {
+ file = "epoch_code\gui\scripts\missions";
+ class mission_refresh {};
+ class mission_description {};
+ };
+ class gui_postProcessing
+ {
+ file = "epoch_code\gui\scripts\post_process";
+ class postprocessCreate {};
+ class postprocessAdjust {};
+ class postprocessDestroy {};
+ class setDrunk {};
+ class setRadiation {};
+ };
+ class worldToScreen
+ {
+ file = "epoch_code\gui\scripts\worldToScreen";
+ class gui3DCooldown {};
+ class gui3DCooldownEH {};
+ class gui3DWorldPos {};
+ class gui3DWorldPosEH {};
+ class gui3DModelPos {};
+ class gui3DModelPosEH {};
+ };
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgClientFunctions.json b/Sources/epoch_config/Configs/CfgClientFunctions.json
new file mode 100644
index 00000000..d84bd4a8
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgClientFunctions.json
@@ -0,0 +1,260 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": ["Raimonds Virtoss","Andrew Gregory"],
+ "@description": "Custom Epoch Client Only functions",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgClientFunctions": {
+ "version": 1,
+ "A3E": {
+ "tag": "EPOCH",
+ "file": "epoch_code\\compile",
+ "generic": {
+ "file": "epoch_code\\compile",
+ "localCleanup": {},
+ "unitSpawnIncrease": {},
+ "unitSpawnDecrease": {},
+ "QuickTakeAll": {},
+ "QuickTakeLoad": {},
+ "effectCrypto": {},
+ "handleServerMessage": {},
+ "updateLoadingScreen": {},
+ "EnterBuilding": {},
+ "lootTrash": {},
+ "debugMonitor": {},
+ "interact": {},
+ "chopWood": {},
+ "fish": {},
+ "mineRocks": {},
+ "UnisexCheck": {},
+ "PutHandler": {},
+ "niteLight": {},
+ "LootIT": {},
+ "supportCopter": {},
+ "consumeItem": {},
+ "unitSpawn": {},
+ "onEachFrame": {},
+ "callSapperMigration": {},
+ "zombieSpawn": {},
+ "makeMarker": {},
+ "removeMarker": {}
+ },
+ "building": {
+ "maintainIT": {},
+ "lockCheck": {},
+ "countdown": {},
+ "fnc_SelectTargetBuild": {},
+ "isBuildAllowed": {},
+ "simulSwap": {},
+ "staticMove": {},
+ "upgradeBUILD": {},
+ "removeBUILD": {},
+ "changeWallState": {},
+ "checkBuild": {}
+ },
+ "traders": {
+ "startInteract": {},
+ "startInteractNPC": {},
+ "npcTraderAdd": {},
+ "npcTraderAdd2": {},
+ "npcTraderAdd3": {},
+ "startNPCTraderMenu": {},
+ "NPCTraderMenuFilter": {},
+ "startNpcTrade": {},
+ "tradeFilter": {},
+ "takeCrypto": {},
+ "startBankTransfer": {}
+ },
+ "interface_event_handlers": {
+ "KeyDown": {},
+ "KeyUp": {},
+ "onChar": {}
+ },
+ "event_handlers": {
+ "getInMan": {},
+ "getOutMan": {}
+ },
+ "setup": {
+ "masterLoop": {},
+ "clientInit": {},
+ "clientRespawn": {},
+ "clientRevive": {},
+ "client_rejectPlayer": {},
+ "clientKeyMap": {}
+ },
+ "p2p_trading": {
+ "startTRADEREQ": {},
+ "startTrade": {},
+ "tradeRequest": {},
+ "TradeLoop": {},
+ "makep2pTrade": {}
+ },
+ "functions": {
+ "worldObjectType": {},
+ "returnConfig": {},
+ "colorRange": {},
+ "convertTemp": {},
+ "fnc_playerDeath": {},
+ "fnc_playerFired": {},
+ "fnc_isInsideBuilding": {},
+ "fnc_Weather": {},
+ "fnc_findSafePos": {},
+ "fnc_addItemOverflow": {},
+ "pushCustomVar": {},
+ "itemData": {},
+ "itemPicture": {},
+ "itemDisplayName": {},
+ "SortArrayByDistance": {},
+ "fnc_findRandomPosBehind": {},
+ "fnc_stringLeft": {},
+ "fnc_findSapperStalkLocation": {},
+ "fnc_dirToFuzzy": {},
+ "fnc_cursorTarget": {},
+ "fnc_triggerAntagonist": {},
+ "fnc_playerDeathDetonate": {},
+ "fnc_playerDeathMorph": {},
+ "fnc_playerSetVariable": {},
+ "fnc_playerAttachToAntagonist": {},
+ "fnc_dynamicFSM": {},
+ "fnc_vectorDivide": {},
+ "giveAttributes": {},
+ "fnc_spawnEffects": {},
+ "fnc_arrayStringToBool": {}
+ },
+ "environment": {
+ "client_earthQuake": {},
+ "client_loadAnimalBrain": {},
+ "client_bitePlayer": {}
+ },
+ "vehicles": {
+ "client_repairVehicle": {},
+ "client_lockVehicle": {},
+ "client_fillVehicle": {},
+ "client_gearVehicle": {}
+ },
+ "missions": {
+ "mission_accept": {},
+ "mission_cage_sapper": {},
+ "mission_returnObj": {}
+ },
+ "inventory": {
+ "selectInventoryItem": {},
+ "itemInteractClick": {},
+ "itemInteractDblClick": {},
+ "uniformArmorCalc": {},
+ "gearArmorCalc": {},
+ "factorArmor": {},
+ "maxArmorInit": {},
+ "initUI": {},
+ "refeshUI": {}
+ },
+ "messaging": {
+ "file": "epoch_code\\gui\\scripts\\messaging",
+ "message": {},
+ "message_old1": {},
+ "message_old2": {}
+ },
+ "looting": {
+ "spawnLoot": {}
+ },
+ "gui": {
+ "file": "epoch_code\\gui\\scripts",
+ "onPause": {},
+ "showStats": {},
+ "3DctrlPitchYaw": {},
+ "3DctrlSpin": {},
+ "3DctrlYaw": {},
+ "InterruptConfig": {},
+ "InterruptConfigActions": {},
+ "getIDC": {},
+ "guiObjHP": {},
+ "secureStorageHandler": {},
+ "genderSelection": {},
+ "getColorScheme": {},
+ "dragControl": {}
+ },
+ "config": {
+ "file": "epoch_code\\gui\\scripts\\config",
+ "config_keymap": {}
+ },
+ "dynamenu": {
+ "file": "epoch_code\\gui\\scripts\\dynamenu",
+ "dynamicMenu": {},
+ "dynamicMenuPopulate": {},
+ "dynamicMenuCleanup": {}
+ },
+ "dynamicHUD": {
+ "file": "epoch_code\\gui\\scripts\\dynamicHUD",
+ "dynamicHUD_adjust": {},
+ "dynamicHUD_loadSave": {},
+ "dynamicHUD_start": {},
+ "getHUDCtrl": {}
+ },
+ "gui_craft": {
+ "file": "epoch_code\\gui\\scripts\\craftingv2",
+ "crafting_animate": {},
+ "crafting_ctrl_collector": {},
+ "crafting_dev_toggle": {},
+ "crafting_getConfig": {},
+ "crafting_checkGear": {},
+ "crafting_checkNearby": {},
+ "crafting_checkResources": {},
+ "crafting_craft": {},
+ "crafting_progress": {},
+ "crafting_load": {},
+ "crafting_unload": {},
+ "crafting_LB_click": {},
+ "crafting_LB_defaults": {},
+ "crafting_LB_doubleClick": {},
+ "crafting_colorScheme": {}
+ },
+ "group": {
+ "file": "epoch_code\\gui\\scripts\\group",
+ "Group_invitePlayer": {},
+ "Group_BtnMod": {},
+ "Group_BtnInvite": {},
+ "Group_onLoad": {},
+ "Group_List": {},
+ "Group_Combo": {},
+ "Group_BtnLeave": {},
+ "Group_BtnKick": {},
+ "cGroup_groupText": {},
+ "cGroup_onLoad": {},
+ "cGroup_BtnCreate": {},
+ "iGroup_acceptInvite": {},
+ "iGroup_onLoad": {},
+ "iGroup_refresh": {},
+ "Group_update": {}
+ },
+ "gui_inventory": {
+ "file": "epoch_code\\gui\\scripts\\inventory",
+ "Inventory_Group": {},
+ "Inventory_iGroup": {}
+ },
+ "gui_missions": {
+ "file": "epoch_code\\gui\\scripts\\missions",
+ "mission_refresh": {},
+ "mission_description": {}
+ },
+ "gui_postProcessing": {
+ "file": "epoch_code\\gui\\scripts\\post_process",
+ "postprocessCreate": {},
+ "postprocessAdjust": {},
+ "postprocessDestroy": {},
+ "setDrunk": {},
+ "setRadiation": {}
+ },
+ "worldToScreen": {
+ "file": "epoch_code\\gui\\scripts\\worldToScreen",
+ "gui3DCooldown": {},
+ "gui3DCooldownEH": {},
+ "gui3DWorldPos": {},
+ "gui3DWorldPosEH": {},
+ "gui3DModelPos": {},
+ "gui3DModelPosEH": {}
+ }
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgDynamicHUD.hpp b/Sources/epoch_config/Configs/CfgDynamicHUD.hpp
index fc998a0f..5c0a4042 100644
--- a/Sources/epoch_config/Configs/CfgDynamicHUD.hpp
+++ b/Sources/epoch_config/Configs/CfgDynamicHUD.hpp
@@ -21,7 +21,7 @@ defaultPopulate:
offSetX: Positive = right, Negative = left
offSetY: Positive = down, Negative = up
Offsets group of controls, unit measurement is width or height of group. The bigger the group the more it will be offset.
- Offsets are optional, don't have to be included
+ Offsets are optional, don't have to be included
classname:
https://community.bistudio.com/wiki/ctrlCreate/classnames
@@ -33,28 +33,38 @@ Obtaining Controls:
[_ConfigName, _index] call epoch_getHUDCtrl;
["myHUDname", 3] call epoch_getHUDCtrl;
*/
-
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
+/*
+ @author = "Raimonds Virtoss - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Epoch dynamic player HUD config";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgDynamicHUD.hpp";
+*/
class rmx_dynamicHUD
{
- class topRight //ConfigName matters to be able to use function!
- {
- classname = "RscPicture";
- defaultPos = 2;
- defaultPopulate = 1;
- arraySize = 8;
- width = 4;
- height = 4;
- offSetX = 0;
- offSetY = 0;
- };
- class botcenter
- {
- classname = "RscPicture";
- defaultPos = 7;
- defaultPopulate = 4;
- arraySize = 9;
- width = 5;
- height = 5;
- };
+ class topRight
+ {
+ classname = "RscPicture";
+ defaultPos = 2;
+ defaultPopulate = 1;
+ arraySize = 10;
+ width = 4;
+ height = 4;
+ offSetX = 0;
+ offSetY = 1.3;
+ angle[] = {-5,0.5,0.5,0.5};
+ scale[] = {1,0.05};
+ };
+ class botcenter
+ {
+ classname = "RscPicture";
+ defaultPos = 7;
+ defaultPopulate = 4;
+ arraySize = 9;
+ width = 5;
+ height = 5;
+ };
+};
-};
\ No newline at end of file
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgDynamicHUD.json b/Sources/epoch_config/Configs/CfgDynamicHUD.json
new file mode 100644
index 00000000..9456442e
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgDynamicHUD.json
@@ -0,0 +1,39 @@
+{
+ "_header": {
+ "@author": "Raimonds Virtoss - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Epoch dynamic player HUD config",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "rmx_dynamicHUD": {
+ "topRight": {
+ "classname": "RscPicture",
+ "defaultPos": 2,
+ "defaultPopulate": 1,
+ "arraySize": 10,
+ "width": 4,
+ "height": 4,
+ "offSetX": 0,
+ "offSetY": 1.3,
+ "angle": [
+ -5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "scale": [
+ 1,
+ 0.05
+ ]
+ },
+ "botcenter": {
+ "classname": "RscPicture",
+ "defaultPos": 7,
+ "defaultPopulate": 4,
+ "arraySize": 9,
+ "width": 5,
+ "height": 5
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp
index 97218224..8954888d 100644
--- a/Sources/epoch_config/Configs/CfgEpochClient.hpp
+++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp
@@ -11,106 +11,72 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgEpochClient.hpp
*/
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
class CfgEpochClient
{
- epochVersion = "0.3.9.0";
- sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = 1% - 55% if soiled (+ 2% if in city) chance to spawn sapper
- droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = // 2% chance (+ 4% chance if in city) (1% - 2% Half if using silencer) to spawn drone if shot fired
- buildingNearbyMilitary = 0; //1 to allow building nearby
- buildingNearbyMilitaryRange = 300; //Define radius of blocked area
- buildingRequireJammer = 0; // 1 = to allow building without a jammer
- buildingCountLimit = 200; // how many objects can be built within range of a jammer
- buildingJammerRange = 75; // jammer range in meters
- JammerPerGroup = 1; // Max Jammer count per Group
- minJammerDistance = 650; // min distance to next Jammer
- maxBuildingHeigh = 33; // Max heigh, building is allowed
- buildingCountLeader = 125; // Building count limit if Player has no group
- buildingCountPerMember = 5; // Additional building counts per group member
- storagecountLeader = 10; // Storage count limit if Player has no group
- storagecountPerMember = 5; // Additional Storage counts per group member
- maxdoors = 8; // Max allowed doors per Group
- maxgates = 5; // Max allowed Gates per Group
- disableRemoteSensors = true; // disableRemoteSensors true
- EPOCH_news[] = {"Word is that Sappers have a new boss.","Dogs will often lure them monsters away.","My dog was blown up. I miss him.."};
- deathMorphClass[] = {"Epoch_Sapper_F","Epoch_SapperB_F","I_UAV_01_F","Epoch_Cloak_F"};//Random selection of these classes when player morphs after death. Currently available: Epoch_Cloak_F, Epoch_SapperB_F, Epoch_Sapper_F, I_UAV_01_F
- niteLight[] = {1.88,22};//Set ambient lighting at night: {Brightness of light,Height of light}. Default (Low Ambient): {1.88,22} | Twilight: {7.2,88} | Distant: {12.8,142}
- ryanZombiesEnabled = true; // enabled by default, false to disable
- antagonistSpawnIndex[] = {
- {"Epoch_Cloak_F", 1}, // {"type", limit}
- {"GreatWhite_F", 2},
- {"Epoch_Sapper_F",2},
- {"Epoch_SapperB_F",1},
- {"I_UAV_01_F",2},
- {"PHANTOM",1},
- {"B_Heli_Transport_01_F",1},
- {"EPOCH_RyanZombie_1",12}
- };
- customVarsDefaults[] = {
- // EPOCH_player + varName, default value, {max,min}
- {"Temp",98.6,{106.7,95}},
- {"Hunger",5000,{5000,0}},
- {"Thirst",2500,{2500,0}},
- {"AliveTime",0,{-2,0}},
- {"Energy",0,{2500,0}},
- {"Wet",0,{100,0}},
- {"Soiled",0,{100,0}},
- {"Immunity",0,{100,0}},
- {"Toxicity",0,{100,0}},
- {"Stamina",100,{"EPOCH_playerStaminaMax",0}},
- {"Crypto",0,{250000,0}},
- {"HitPoints",{0,0,0,0},{1,1,1,1}},
- {"BloodP",100,{190,0}},
- {"SpawnArray",{},{}},
- {"Karma",0,{50000,-50000}},
- {"Alcohol",0,{100,0}},
- {"Radiation",0,{100,0}},
- {"Nuisance",0,{100,0}},
- {"MissionArray",{},{}}
- };
- // controls max group limit and cost
- group_upgrade_lvl[] = {4,"100",6,"300",8,"500",10,"1000",12,"1500",13,"1750",14,"2000",15,"3000",16,"5000"};
-
- // Event handler code
- displayAddEventHandler[] = {"keyDown","keyUp"};
- keyDown = "(_this call EPOCH_KeyDown)";
- keyUp = "(_this call EPOCH_KeyUp)";
- addEventHandler[] = {"Respawn","Put","Take","InventoryClosed","InventoryOpened","Fired","Killed","HandleRating","GetInMan","GetOutMan"};
- Respawn = "(_this select 0) call EPOCH_clientRespawn";
- Put = "(_this select 1) call EPOCH_interact;_this call EPOCH_PutHandler";
- Take = "(_this select 1) call EPOCH_interact;_this call EPOCH_UnisexCheck";
- Fired = "_this call EPOCH_fnc_playerFired;";
- InventoryClosed = "if !(EPOCH_arr_interactedObjs isEqualTo[]) then {[EPOCH_arr_interactedObjs] remoteExec['EPOCH_server_save_vehicles', 2]; EPOCH_arr_interactedObjs = [];};";
- InventoryOpened = "_this spawn EPOCH_initUI;_container = _this select 1;_lockedNear = false;if (_container isKindOf 'GroundWeaponHolder' || _container isKindOf 'WeaponHolderSimulated') then {{if (locked _x in [2, 3] ||_x getVariable['EPOCH_Locked', false]) exitWith {_lockedNear = true}} forEach (player nearSupplies 10);};if (locked _container in [2, 3] || _container getVariable['EPOCH_Locked', false] || _lockedNear) then {[] spawn {disableSerialization;waitUntil {!isNull findDisplay 602};_display = findDisplay 602;_ctrl_cargo = _display displayCtrl 6401;_ctrl_ground = _display displayCtrl 6321;_ctrl_cargo ctrlEnable false;ctrlSetFocus _ctrl_ground;ctrlActivate _ctrl_ground;};};";
- Killed = "_this call EPOCH_fnc_playerDeath;";
- HandleRating = "EPOCH_playerKarma = EPOCH_playerKarma + (_this select 1);0";
- HandleDamage = "";
- HandleHeal = "";
- Dammaged = "";
- Hit = "";
- HitPart = "";
- GetInMan = "";
- GetOutMan = "_this call EPOCH_antiWall;";
-
- // suppress these units from spawning near Jammer or Traders
- nonJammerAI[] = {"B_Heli_Transport_01_F","PHANTOM","EPOCH_Sapper_F","Epoch_SapperB_F","I_UAV_01_F","EPOCH_RyanZombie_1"};
- nonTraderAI[] = {"B_Heli_Transport_01_F","PHANTOM","EPOCH_Sapper_F","Epoch_SapperB_F","I_UAV_01_F","Epoch_Cloak_F","GreatWhite_F","EPOCH_RyanZombie_1"};
- nonTraderAIRange = 50;
-
- // Fishing loots
- fishLoots[] = {"ItemTuna","ItemSeaBass","ItemSeaBass","ItemSeaBass","ItemTrout","ItemTrout","ItemTrout","ItemTrout","ItemTrout","ItemTrout"};
-
- // Player specific configs
- playerDeathScreen = "TapOut";
- playerKilledScreen = "TapOut2";
- playerDisableRevenge = 0; // 0 = invoke playerKilledScreen when killed by another player, 1 = disable.
- playerRevengeMinAliveTime = 900; // time in seconds player must be alive before Revenge option is available.
-
- // include configs
+ epochVersion = "0.4.0.0";
+ sapperRngChance = 100;
+ droneRngChance = 100;
+ buildingNearbyMilitary = 0;
+ buildingNearbyMilitaryRange = 300;
+ buildingNearbyMilitaryClasses[] = {"Cargo_Tower_base_F","Cargo_HQ_base_F","Cargo_Patrol_base_F","Cargo_House_base_F"};
+ restrictedLocations[] = {"NameCityCapital"};
+ restrictedLocationsRange = 300;
+ buildingRequireJammer = 0;
+ buildingCountLimit = 200;
+ buildingJammerRange = 75;
+ JammerPerGroup = 1;
+ minJammerDistance = 650;
+ maxBuildingHeigh = 33;
+ buildingCountLeader = 125;
+ buildingCountPerMember = 5;
+ storagecountLeader = 10;
+ storagecountPerMember = 5;
+ maxdoors = 8;
+ maxgates = 5;
+ disableRemoteSensors = True;
+ EPOCH_news[] = {"Word is that Sappers have a new boss.","Dogs will often lure them monsters away.","My dog was blown up. I miss him.."};
+ deathMorphClass[] = {"Epoch_Sapper_F","Epoch_SapperB_F","I_UAV_01_F","Epoch_Cloak_F"};
+ niteLight[] = {1,1.88,22};
+ ryanZombiesEnabled = True;
+ antagonistSpawnIndex[] = {{"Epoch_Cloak_F",1},{"GreatWhite_F",2},{"Epoch_Sapper_F",2},{"Epoch_SapperB_F",1},{"I_UAV_01_F",2},{"PHANTOM",1},{"B_Heli_Transport_01_F",1},{"EPOCH_RyanZombie_1",12}};
+ customVarsDefaults[] = {{"Temp",98.6,{106.7,95,102,105,96,95}},{"Hunger",1500,{5000,0,5001,5001,1250,0}},{"Thirst",750,{2500,0,2501,2501,625,0}},{"AliveTime",0,{-2,0}},{"Energy",0,{2500,0}},{"Wet",0,{100,0,35,55,-1,-1}},{"Soiled",0,{100,0,35,55,-1,-1}},{"Immunity",0,{100,0}},{"Toxicity",0,{100,0,35,55,-1,-1}},{"Stamina",100,{"EPOCH_playerStaminaMax",0}},{"Crypto",0,{250000,0}},{"HitPoints",{0,0,0,0},{1,0,0.5,1,-1,-1}},{"BloodP",100,{190,0,120,140,70,50}},{"SpawnArray",{},{}},{"Karma",0,{50000,-50000}},{"Alcohol",0,{100,0,35,55,-1,-1}},{"Radiation",0,{100,0,35,55,-1,-1}},{"Nuisance",0,{100,0}},{"MissionArray",{},{}}};
+ hudConfigs[] = {{{"BloodP","","",{"getPlayerDamage",">=",0.7}},"topRight","x\addons\a3_epoch_code\Data\UI\bleeding_ca.paa",{"forceUpdate"}},{{"Oxygen","getPlayerOxygenRemaining","",{},{1,0,2,2,1,0.55}},"topRight","x\addons\a3_epoch_code\Data\UI\oxygen_ca.paa"},{"Hunger","topRight","x\addons\a3_epoch_code\Data\UI\hunger_ca.paa",{"forceBloodRise"}},{"Thirst","topRight","x\addons\a3_epoch_code\Data\UI\thirst_ca.paa",{"forceBloodRise"}},{"Temp","topRight",{"x\addons\a3_epoch_code\Data\UI\hot_ca.paa","x\addons\a3_epoch_code\Data\UI\cold_ca.paa"},{"forceFatigue"}},{"Toxicity","topRight","x\addons\a3_epoch_code\Data\UI\hazzard_ca.paa"},{"Wet","topRight","x\addons\a3_epoch_code\Data\UI\wet_ca.paa"},{"Alcohol","topRight","x\addons\a3_epoch_code\Data\UI\drunk_ca.paa"},{"Soiled","topRight","x\addons\a3_epoch_code\Data\UI\soiled_ca.paa"},{"Radiation","topRight","x\addons\a3_epoch_code\Data\UI\rads_ca.paa"},{{"HitPoints","getPlayerHitPointDamage","HitLegs"},"topRight","x\addons\a3_epoch_code\Data\UI\broken_ca.paa"}};
+ group_upgrade_lvl[] = {4,"1000",6,"1500",8,"2000",10,"2500",12,"3000",14,"3500",16,"4000",32,"8000",64,"16000"};
+ displayAddEventHandler[] = {"keyDown","keyUp"};
+ keyDown = "(_this call EPOCH_KeyDown)";
+ keyUp = "(_this call EPOCH_KeyUp)";
+ addEventHandler[] = {"Respawn","Put","Take","InventoryClosed","InventoryOpened","Fired","Killed","HandleRating","GetInMan","GetOutMan"};
+ Respawn = "(_this select 0) call EPOCH_clientRespawn";
+ Put = "(_this select 1) call EPOCH_interact;_this call EPOCH_PutHandler";
+ Take = "(_this select 1) call EPOCH_interact;_this call EPOCH_UnisexCheck";
+ Fired = "_this call EPOCH_fnc_playerFired;";
+ InventoryClosed = "if !(EPOCH_arr_interactedObjs isEqualTo[]) then {[EPOCH_arr_interactedObjs] remoteExec['EPOCH_server_save_vehicles', 2]; EPOCH_arr_interactedObjs = [];};";
+ InventoryOpened = "setMousePosition[0.5, 0.5]; call EPOCH_showStats;_this spawn EPOCH_initUI;_container = _this select 1;_lockedNear = false;if (_container isKindOf 'GroundWeaponHolder' || _container isKindOf 'WeaponHolderSimulated') then {{if (locked _x in [2, 3] ||_x getVariable['EPOCH_Locked', false]) exitWith {_lockedNear = true}} forEach (player nearSupplies 10);};if (locked _container in [2, 3] || _container getVariable['EPOCH_Locked', false] || _lockedNear) then {[] spawn {disableSerialization;waitUntil {!isNull findDisplay 602};_display = findDisplay 602;_ctrl_cargo = _display displayCtrl 6401;_ctrl_ground = _display displayCtrl 6321;_ctrl_cargo ctrlEnable false;ctrlSetFocus _ctrl_ground;ctrlActivate _ctrl_ground;};};";
+ Killed = "_this call EPOCH_fnc_playerDeath;";
+ HandleRating = "EPOCH_playerKarma = EPOCH_playerKarma + (_this select 1);0";
+ HandleDamage = "";
+ HandleHeal = "";
+ Dammaged = "";
+ Hit = "";
+ HitPart = "";
+ GetInMan = "_this call EPOCH_getInMan";
+ GetOutMan = "_this call EPOCH_getOutMan;";
+ nonJammerAI[] = {"B_Heli_Transport_01_F","PHANTOM","EPOCH_Sapper_F","Epoch_SapperB_F","I_UAV_01_F","EPOCH_RyanZombie_1"};
+ nonTraderAI[] = {"B_Heli_Transport_01_F","PHANTOM","EPOCH_Sapper_F","Epoch_SapperB_F","I_UAV_01_F","Epoch_Cloak_F","GreatWhite_F","EPOCH_RyanZombie_1"};
+ nonTraderAIRange = 50;
+ fishLoots[] = {"ItemTuna","ItemSeaBass","ItemSeaBass","ItemSeaBass","ItemTrout","ItemTrout","ItemTrout","ItemTrout","ItemTrout","ItemTrout"};
+ animalAiTables[] = {"Sheep_random_EPOCH","Sheep_random_EPOCH","Goat_random_EPOCH","Goat_random_EPOCH","Goat_random_EPOCH",{"Cock_random_EPOCH","Hen_random_EPOCH"},{"Cock_random_EPOCH","Hen_random_EPOCH"},"Rabbit_EPOCH","Rabbit_EPOCH","Rabbit_EPOCH","Snake_random_EPOCH","Snake2_random_EPOCH",{"Fin_random_EPOCH","Alsatian_Random_EPOCH"}};
+ playerDeathScreen = "TapOut";
+ playerKilledScreen = "TapOut2";
+ playerDisableRevenge = 0;
+ playerRevengeMinAliveTime = 900;
+ bankTransferTime[] = {0.0006,1.2,0.06};
#include "CfgEpochClient\Altis.hpp"
#include "CfgEpochClient\australia.hpp"
#include "CfgEpochClient\Bornholm.hpp"
#include "CfgEpochClient\Chernarus_Summer.hpp"
- #include "CfgEpochClient\Chernarus.hpp"
+ #include "CfgEpochClient\Chernarus.hpp"
#include "CfgEpochClient\Esseker.hpp"
#include "CfgEpochClient\ProvingGrounds_PMC.hpp"
#include "CfgEpochClient\Sara_dbe1.hpp"
@@ -118,72 +84,73 @@ class CfgEpochClient
#include "CfgEpochClient\SaraLite.hpp"
#include "CfgEpochClient\Stratis.hpp"
#include "CfgEpochClient\takistan.hpp"
- #include "CfgEpochClient\utes.hpp"
- #include "CfgEpochClient\vr.hpp"
+ #include "CfgEpochClient\utes.hpp"
+ #include "CfgEpochClient\vr.hpp"
#include "CfgEpochClient\Zargabad.hpp"
- #include "CfgEpochClient\Tanoa.hpp"
- #include "CfgEpochClient\WorldInteractions.hpp"
+ #include "CfgEpochClient\Tanoa.hpp"
+ #include "CfgEpochClient\WorldInteractions.hpp"
};
class CfgEpochSapper
{
- detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4
- groanTrig = 16; //Percentage chance of a groan. Min value = 4
- sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150.
- smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8.
- reflexSpeed = 0.25; //Sapper brain will pause for this time when checking for new stimulus during each thought process. Lower number equals a more reactive sapper. (Guide Min 0.25 - Max 2.5).
- nestChance = 2; //Every time a sapper spawns apply this percentage chance that sapper will create a nest.
- hideLevel = 72; //(Emotion) Sapper fear increases by several factors, higher number of armed player(s) in area / being shot at. Set fear level (out of 100) at which he will go into a 'hide / evade mode'.. temporarily.
- chargeLevel = 52; //(Emotion) Sapper anger increases by smelling / sensing players, being shot at / hit, too many players on his turf. Set level (Out of 100) at which he is triggered to charge on the current target.
+ detonateDistMax = 8;
+ groanTrig = 16;
+ sRange = 300;
+ smellDist = 24;
+ reflexSpeed = 0.25;
+ nestChance = 2;
+ hideLevel = 72;
+ chargeLevel = 62;
};
class CfgEpochUAV
{
- UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8.
- UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400.
- UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height !
+ UAVMinDist = 48;
+ UAVMaxDist = 180;
+ UAVHeight = 100;
};
class CfgEpochUAVSupport
{
- unitTypes[] = {"I_Soldier_EPOCH", "I_Soldier2_EPOCH", "I_Soldier3_EPOCH"};//Selects from randomly
- maxUnitNum = 2; //Maximum number of units spawned when UAV spots target.
- minAISkill = 0.2; //Minumum AI Skill. Skills are chosen randomly between this minimum overall AI skill value and the following max AI skill values, for each of the next skills:
- maxAimingAccuracy = 0.7;
- maxAimingShake = 0.9;
- maxAimingSpeed = 0.6;
- maxEndurance = 0.4;
- maxSpotDistance = 0.4;
- maxSpotTime = 0.3;
- maxCourage = 0.3;
- maxReloadSpeed = 0.5;
- maxCommanding = 0.4;
- maxGeneral = 0.4;
+ unitTypes[] = {"I_Soldier_EPOCH","I_Soldier2_EPOCH","I_Soldier3_EPOCH"};
+ maxUnitNum = 2;
+ minAISkill = 0.2;
+ maxAimingAccuracy = 0.7;
+ maxAimingShake = 0.9;
+ maxAimingSpeed = 0.6;
+ maxEndurance = 0.4;
+ maxSpotDistance = 0.4;
+ maxSpotTime = 0.3;
+ maxCourage = 0.3;
+ maxReloadSpeed = 0.5;
+ maxCommanding = 0.4;
+ maxGeneral = 0.4;
};
class CfgEpochAirDrop
{
- AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120.
- AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable.
+ AirDropFreq = 1200;
+ AirDropChance = 6;
};
class CfgEpochCloak
{
- cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600)
- cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100)
- attackFrequency = 120; //One attack only per this period. (Min: 120)
- attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16)
- targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42)
- teleportChance = 66; //Chance for cloak to teleport. (Min: 1)
- hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240)
+ cRange = 300;
+ cAggression = 75;
+ attackFrequency = 120;
+ attackDistance = 38;
+ targetChangeFrequency = 42;
+ teleportChance = 66;
+ hoverFrequency = 1280;
};
class CfgEpochRyanZombie
{
- zeds[] = {"EPOCH_RyanZombie_1","EPOCH_RyanZombie_2","EPOCH_RyanZombie_3","EPOCH_RyanZombie_4","EPOCH_RyanZombie_5"};
- attackDist = 1.6; //Attack Distance.
- range = 45; //Range at which to dispose old zombies and spawn new ones within.
- // maxNumber = 12; //Maximum number of zombies within range,
- disposeRange = 800; // distance before zombie is disposed
- smell[] = {38,0.42}; //Distance in metres up to which the zombie can smell a target. | Skill (0 - 1). 0 - Disable
- sight[] = {28,0.72}; //Zombie sight distance | Skill (0 - 1).
- hearing[] = {108,0.68}; //Zombie hearing distance / Skill. Max FiredNear EH Limit ?
- memory[] = {480,0.8}; //Memory time. / Weighting. WIP - Not Used
- reflexSpeed = 0.25; //Zombie brain will pause for this time when checking for new stimulus during each thought process. Lower number equals a more reactive zombie. (Guide Min 0.25 - Max 2.5).
- moans[] = {"ryanzombiesmoan1","ryanzombiesmoan2","ryanzombiesmoan3","ryanzombiesmoan4"};
- screams[] = {"ryanzombiesscream1", "ryanzombiesscream2", "ryanzombiesscream3", "ryanzombiesscream4", "ryanzombiesscream5", "ryanzombiesscream6", "ryanzombiesscream7", "ryanzombiesscream8", "ryanzombiesscream9"};
+ zeds[] = {"EPOCH_RyanZombie_1","EPOCH_RyanZombie_2","EPOCH_RyanZombie_3","EPOCH_RyanZombie_4","EPOCH_RyanZombie_5"};
+ attackDist = 1.6;
+ range = 45;
+ disposeRange = 800;
+ smell[] = {38,0.42};
+ sight[] = {28,0.72};
+ hearing[] = {108,0.68};
+ memory[] = {480,0.8};
+ reflexSpeed = 0.25;
+ moans[] = {"ryanzombiesmoan1","ryanzombiesmoan2","ryanzombiesmoan3","ryanzombiesmoan4"};
+ screams[] = {"ryanzombiesscream1","ryanzombiesscream2","ryanzombiesscream3","ryanzombiesscream4","ryanzombiesscream5","ryanzombiesscream6","ryanzombiesscream7","ryanzombiesscream8","ryanzombiesscream9"};
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgEpochClient.json b/Sources/epoch_config/Configs/CfgEpochClient.json
new file mode 100644
index 00000000..75b515d7
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgEpochClient.json
@@ -0,0 +1,601 @@
+{
+ "CfgEpochClient": {
+ "epochVersion": "0.4.0.0",
+ "sapperRngChance": 100,
+ "droneRngChance": 100,
+ "buildingNearbyMilitary": 0,
+ "buildingNearbyMilitaryRange": 300,
+ "buildingNearbyMilitaryClasses": [
+ "Cargo_Tower_base_F",
+ "Cargo_HQ_base_F",
+ "Cargo_Patrol_base_F",
+ "Cargo_House_base_F"
+ ],
+ "restrictedLocations": [
+ "NameCityCapital"
+ ],
+ "restrictedLocationsRange": 300,
+ "buildingRequireJammer": 0,
+ "buildingCountLimit": 200,
+ "buildingJammerRange": 75,
+ "JammerPerGroup": 1,
+ "minJammerDistance": 650,
+ "maxBuildingHeigh": 33,
+ "buildingCountLeader": 125,
+ "buildingCountPerMember": 5,
+ "storagecountLeader": 10,
+ "storagecountPerMember": 5,
+ "maxdoors": 8,
+ "maxgates": 5,
+ "disableRemoteSensors": true,
+ "EPOCH_news": [
+ "Word is that Sappers have a new boss.",
+ "Dogs will often lure them monsters away.",
+ "My dog was blown up. I miss him.."
+ ],
+ "deathMorphClass": [
+ "Epoch_Sapper_F",
+ "Epoch_SapperB_F",
+ "I_UAV_01_F",
+ "Epoch_Cloak_F"
+ ],
+ "niteLight": [
+ 1,
+ 1.88,
+ 22
+ ],
+ "ryanZombiesEnabled": true,
+ "antagonistSpawnIndex": [
+ [
+ "Epoch_Cloak_F",
+ 1
+ ],
+ [
+ "GreatWhite_F",
+ 2
+ ],
+ [
+ "Epoch_Sapper_F",
+ 2
+ ],
+ [
+ "Epoch_SapperB_F",
+ 1
+ ],
+ [
+ "I_UAV_01_F",
+ 2
+ ],
+ [
+ "PHANTOM",
+ 1
+ ],
+ [
+ "B_Heli_Transport_01_F",
+ 1
+ ],
+ [
+ "EPOCH_RyanZombie_1",
+ 12
+ ]
+ ],
+ "customVarsDefaults": [
+ [
+ "Temp",
+ 98.6,
+ [
+ 106.7,
+ 95,
+ 102,
+ 105,
+ 96,
+ 95
+ ]
+ ],
+ [
+ "Hunger",
+ 1500,
+ [
+ 5000,
+ 0,
+ 5001,
+ 5001,
+ 1250,
+ 0
+ ]
+ ],
+ [
+ "Thirst",
+ 750,
+ [
+ 2500,
+ 0,
+ 2501,
+ 2501,
+ 625,
+ 0
+ ]
+ ],
+ [
+ "AliveTime",
+ 0,
+ [
+ -2,
+ 0
+ ]
+ ],
+ [
+ "Energy",
+ 0,
+ [
+ 2500,
+ 0
+ ]
+ ],
+ [
+ "Wet",
+ 0,
+ [
+ 100,
+ 0,
+ 35,
+ 55,
+ -1,
+ -1
+ ]
+ ],
+ [
+ "Soiled",
+ 0,
+ [
+ 100,
+ 0,
+ 35,
+ 55,
+ -1,
+ -1
+ ]
+ ],
+ [
+ "Immunity",
+ 0,
+ [
+ 100,
+ 0
+ ]
+ ],
+ [
+ "Toxicity",
+ 0,
+ [
+ 100,
+ 0,
+ 35,
+ 55,
+ -1,
+ -1
+ ]
+ ],
+ [
+ "Stamina",
+ 100,
+ [
+ "EPOCH_playerStaminaMax",
+ 0
+ ]
+ ],
+ [
+ "Crypto",
+ 0,
+ [
+ 250000,
+ 0
+ ]
+ ],
+ [
+ "HitPoints",
+ [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ [
+ 1,
+ 0,
+ 0.5,
+ 1,
+ -1,
+ -1
+ ]
+ ],
+ [
+ "BloodP",
+ 100,
+ [
+ 190,
+ 0,
+ 120,
+ 140,
+ 70,
+ 50
+ ]
+ ],
+ [
+ "SpawnArray",
+ [],
+ []
+ ],
+ [
+ "Karma",
+ 0,
+ [
+ 50000,
+ -50000
+ ]
+ ],
+ [
+ "Alcohol",
+ 0,
+ [
+ 100,
+ 0,
+ 35,
+ 55,
+ -1,
+ -1
+ ]
+ ],
+ [
+ "Radiation",
+ 0,
+ [
+ 100,
+ 0,
+ 35,
+ 55,
+ -1,
+ -1
+ ]
+ ],
+ [
+ "Nuisance",
+ 0,
+ [
+ 100,
+ 0
+ ]
+ ],
+ [
+ "MissionArray",
+ [],
+ []
+ ]
+ ],
+ "hudConfigs": [
+ [
+ [
+ "BloodP",
+ "",
+ "",
+ [
+ "getPlayerDamage",
+ ">=",
+ 0.7
+ ]
+ ],
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\bleeding_ca.paa",
+ [
+ "forceUpdate"
+ ]
+ ],
+ [
+ [
+ "Oxygen",
+ "getPlayerOxygenRemaining",
+ "",
+ [],
+ [
+ 1,
+ 0,
+ 2,
+ 2,
+ 1,
+ 0.55
+ ]
+ ],
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\oxygen_ca.paa"
+ ],
+ [
+ "Hunger",
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\hunger_ca.paa",
+ [
+ "forceBloodRise"
+ ]
+ ],
+ [
+ "Thirst",
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\thirst_ca.paa",
+ [
+ "forceBloodRise"
+ ]
+ ],
+ [
+ "Temp",
+ "topRight",
+ [
+ "x\\addons\\a3_epoch_code\\Data\\UI\\hot_ca.paa",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\cold_ca.paa"
+ ],
+ [
+ "forceFatigue"
+ ]
+ ],
+ [
+ "Toxicity",
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\hazzard_ca.paa"
+ ],
+ [
+ "Wet",
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\wet_ca.paa"
+ ],
+ [
+ "Alcohol",
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\drunk_ca.paa"
+ ],
+ [
+ "Soiled",
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\soiled_ca.paa"
+ ],
+ [
+ "Radiation",
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\rads_ca.paa"
+ ],
+ [
+ [
+ "HitPoints",
+ "getPlayerHitPointDamage",
+ "HitLegs"
+ ],
+ "topRight",
+ "x\\addons\\a3_epoch_code\\Data\\UI\\broken_ca.paa"
+ ]
+ ],
+ "group_upgrade_lvl": [
+ 4,
+ "1000",
+ 6,
+ "1500",
+ 8,
+ "2000",
+ 10,
+ "2500",
+ 12,
+ "3000",
+ 14,
+ "3500",
+ 16,
+ "4000",
+ 32,
+ "8000",
+ 64,
+ "16000"
+ ],
+ "displayAddEventHandler": [
+ "keyDown",
+ "keyUp"
+ ],
+ "keyDown": "(_this call EPOCH_KeyDown)",
+ "keyUp": "(_this call EPOCH_KeyUp)",
+ "addEventHandler": [
+ "Respawn",
+ "Put",
+ "Take",
+ "InventoryClosed",
+ "InventoryOpened",
+ "Fired",
+ "Killed",
+ "HandleRating",
+ "GetInMan",
+ "GetOutMan"
+ ],
+ "Respawn": "(_this select 0) call EPOCH_clientRespawn",
+ "Put": "(_this select 1) call EPOCH_interact;_this call EPOCH_PutHandler",
+ "Take": "(_this select 1) call EPOCH_interact;_this call EPOCH_UnisexCheck",
+ "Fired": "_this call EPOCH_fnc_playerFired;",
+ "InventoryClosed": "if !(EPOCH_arr_interactedObjs isEqualTo[]) then {[EPOCH_arr_interactedObjs] remoteExec['EPOCH_server_save_vehicles', 2]; EPOCH_arr_interactedObjs = [];};",
+ "InventoryOpened": "setMousePosition[0.5, 0.5]; call EPOCH_showStats;_this spawn EPOCH_initUI;_container = _this select 1;_lockedNear = false;if (_container isKindOf 'GroundWeaponHolder' || _container isKindOf 'WeaponHolderSimulated') then {{if (locked _x in [2, 3] ||_x getVariable['EPOCH_Locked', false]) exitWith {_lockedNear = true}} forEach (player nearSupplies 10);};if (locked _container in [2, 3] || _container getVariable['EPOCH_Locked', false] || _lockedNear) then {[] spawn {disableSerialization;waitUntil {!isNull findDisplay 602};_display = findDisplay 602;_ctrl_cargo = _display displayCtrl 6401;_ctrl_ground = _display displayCtrl 6321;_ctrl_cargo ctrlEnable false;ctrlSetFocus _ctrl_ground;ctrlActivate _ctrl_ground;};};",
+ "Killed": "_this call EPOCH_fnc_playerDeath;",
+ "HandleRating": "EPOCH_playerKarma = EPOCH_playerKarma + (_this select 1);0",
+ "HandleDamage": "",
+ "HandleHeal": "",
+ "Dammaged": "",
+ "Hit": "",
+ "HitPart": "",
+ "GetInMan": "_this call EPOCH_getInMan",
+ "GetOutMan": "_this call EPOCH_getOutMan;",
+ "nonJammerAI": [
+ "B_Heli_Transport_01_F",
+ "PHANTOM",
+ "EPOCH_Sapper_F",
+ "Epoch_SapperB_F",
+ "I_UAV_01_F",
+ "EPOCH_RyanZombie_1"
+ ],
+ "nonTraderAI": [
+ "B_Heli_Transport_01_F",
+ "PHANTOM",
+ "EPOCH_Sapper_F",
+ "Epoch_SapperB_F",
+ "I_UAV_01_F",
+ "Epoch_Cloak_F",
+ "GreatWhite_F",
+ "EPOCH_RyanZombie_1"
+ ],
+ "nonTraderAIRange": 50,
+ "fishLoots": [
+ "ItemTuna",
+ "ItemSeaBass",
+ "ItemSeaBass",
+ "ItemSeaBass",
+ "ItemTrout",
+ "ItemTrout",
+ "ItemTrout",
+ "ItemTrout",
+ "ItemTrout",
+ "ItemTrout"
+ ],
+ "animalAiTables": [
+ "Sheep_random_EPOCH",
+ "Sheep_random_EPOCH",
+ "Goat_random_EPOCH",
+ "Goat_random_EPOCH",
+ "Goat_random_EPOCH",
+ [
+ "Cock_random_EPOCH",
+ "Hen_random_EPOCH"
+ ],
+ [
+ "Cock_random_EPOCH",
+ "Hen_random_EPOCH"
+ ],
+ "Rabbit_EPOCH",
+ "Rabbit_EPOCH",
+ "Rabbit_EPOCH",
+ "Snake_random_EPOCH",
+ "Snake2_random_EPOCH",
+ [
+ "Fin_random_EPOCH",
+ "Alsatian_Random_EPOCH"
+ ]
+ ],
+ "playerDeathScreen": "TapOut",
+ "playerKilledScreen": "TapOut2",
+ "playerDisableRevenge": 0,
+ "playerRevengeMinAliveTime": 900,
+ "bankTransferTime": [
+ 0.0006,
+ 1.2,
+ 0.06
+ ],
+ "#include0": "\"CfgEpochClient\\Altis.hpp\"",
+ "#include1": "\"CfgEpochClient\\australia.hpp\"",
+ "#include2": "\"CfgEpochClient\\Bornholm.hpp\"",
+ "#include3": "\"CfgEpochClient\\Chernarus_Summer.hpp\"",
+ "#include4": "\"CfgEpochClient\\Chernarus.hpp\"",
+ "#include5": "\"CfgEpochClient\\Esseker.hpp\"",
+ "#include6": "\"CfgEpochClient\\ProvingGrounds_PMC.hpp\"",
+ "#include7": "\"CfgEpochClient\\Sara_dbe1.hpp\"",
+ "#include8": "\"CfgEpochClient\\Sara.hpp\"",
+ "#include9": "\"CfgEpochClient\\SaraLite.hpp\"",
+ "#include10": "\"CfgEpochClient\\Stratis.hpp\"",
+ "#include11": "\"CfgEpochClient\\takistan.hpp\"",
+ "#include12": "\"CfgEpochClient\\utes.hpp\"",
+ "#include13": "\"CfgEpochClient\\vr.hpp\"",
+ "#include14": "\"CfgEpochClient\\Zargabad.hpp\"",
+ "#include15": "\"CfgEpochClient\\Tanoa.hpp\"",
+ "#include16": "\"CfgEpochClient\\WorldInteractions.hpp\""
+ },
+ "CfgEpochSapper": {
+ "detonateDistMax": 8,
+ "groanTrig": 16,
+ "sRange": 300,
+ "smellDist": 24,
+ "reflexSpeed": 0.25,
+ "nestChance": 2,
+ "hideLevel": 72,
+ "chargeLevel": 62
+ },
+ "CfgEpochUAV": {
+ "UAVMinDist": 48,
+ "UAVMaxDist": 180,
+ "UAVHeight": 100
+ },
+ "CfgEpochUAVSupport": {
+ "unitTypes": [
+ "I_Soldier_EPOCH",
+ "I_Soldier2_EPOCH",
+ "I_Soldier3_EPOCH"
+ ],
+ "maxUnitNum": 2,
+ "minAISkill": 0.2,
+ "maxAimingAccuracy": 0.7,
+ "maxAimingShake": 0.9,
+ "maxAimingSpeed": 0.6,
+ "maxEndurance": 0.4,
+ "maxSpotDistance": 0.4,
+ "maxSpotTime": 0.3,
+ "maxCourage": 0.3,
+ "maxReloadSpeed": 0.5,
+ "maxCommanding": 0.4,
+ "maxGeneral": 0.4
+ },
+ "CfgEpochAirDrop": {
+ "AirDropFreq": 1200,
+ "AirDropChance": 6
+ },
+ "CfgEpochCloak": {
+ "cRange": 300,
+ "cAggression": 75,
+ "attackFrequency": 120,
+ "attackDistance": 38,
+ "targetChangeFrequency": 42,
+ "teleportChance": 66,
+ "hoverFrequency": 1280
+ },
+ "CfgEpochRyanZombie": {
+ "zeds": [
+ "EPOCH_RyanZombie_1",
+ "EPOCH_RyanZombie_2",
+ "EPOCH_RyanZombie_3",
+ "EPOCH_RyanZombie_4",
+ "EPOCH_RyanZombie_5"
+ ],
+ "attackDist": 1.6,
+ "range": 45,
+ "disposeRange": 800,
+ "smell": [
+ 38,
+ 0.42
+ ],
+ "sight": [
+ 28,
+ 0.72
+ ],
+ "hearing": [
+ 108,
+ 0.68
+ ],
+ "memory": [
+ 480,
+ 0.8
+ ],
+ "reflexSpeed": 0.25,
+ "moans": [
+ "ryanzombiesmoan1",
+ "ryanzombiesmoan2",
+ "ryanzombiesmoan3",
+ "ryanzombiesmoan4"
+ ],
+ "screams": [
+ "ryanzombiesscream1",
+ "ryanzombiesscream2",
+ "ryanzombiesscream3",
+ "ryanzombiesscream4",
+ "ryanzombiesscream5",
+ "ryanzombiesscream6",
+ "ryanzombiesscream7",
+ "ryanzombiesscream8",
+ "ryanzombiesscream9"
+ ]
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp b/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp
index bcb0e55f..cce145e0 100644
--- a/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp
+++ b/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp
@@ -1,40 +1,34 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
/*
- Author: Raimonds Virtoss - EpochMod.com
-
- Contributors:
-
- Description:
- Config for Epoch Configuration system
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp
+ @author = "Raimonds Virtoss - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Config for Epoch Configuration system";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp";
*/
-
class CfgEpochConfiguration
{
- /** class order here decides order of buttons on gui **/
- class remap
- {
- name = "Controls";
- color[] = {1,1,1,1};
- icon = "\x\addons\a3_epoch_code\Data\owner.paa";
- controlGroup = "EpochConfigKeyMap";
- };
- class HUD
- {
- name = "Customize HUD (WIP)";
- color[] = {1,1,1,1};
- icon = "\x\addons\a3_epoch_code\Data\owner.paa";
- controlGroup = "Epoch_main_config_dynamicHUD";
- };
- class html
- {
- name = "Changelog";
- color[] = {1,1,1,1};
- icon = "\x\addons\a3_epoch_code\Data\owner.paa";
- controlGroup = "Epoch_main_config_changelog";
- };
+ class remap
+ {
+ name = "Controls";
+ color[] = {1,1,1,1};
+ icon = "\x\addons\a3_epoch_code\Data\owner.paa";
+ controlGroup = "EpochConfigKeyMap";
+ };
+ class HUD
+ {
+ name = "Customize HUD (WIP)";
+ color[] = {1,1,1,1};
+ icon = "\x\addons\a3_epoch_code\Data\owner.paa";
+ controlGroup = "Epoch_main_config_dynamicHUD";
+ };
+ class html
+ {
+ name = "Changelog";
+ color[] = {1,1,1,1};
+ icon = "\x\addons\a3_epoch_code\Data\owner.paa";
+ controlGroup = "Epoch_main_config_changelog";
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgEpochConfiguration.json b/Sources/epoch_config/Configs/CfgEpochConfiguration.json
new file mode 100644
index 00000000..ce73bdae
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgEpochConfiguration.json
@@ -0,0 +1,44 @@
+{
+ "_header": {
+ "@author": "Raimonds Virtoss - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Config for Epoch Configuration system",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgEpochConfiguration": {
+ "remap": {
+ "name": "Controls",
+ "color": [
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "icon": "\\x\\addons\\a3_epoch_code\\Data\\owner.paa",
+ "controlGroup": "EpochConfigKeyMap"
+ },
+ "HUD": {
+ "name": "Customize HUD (WIP)",
+ "color": [
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "icon": "\\x\\addons\\a3_epoch_code\\Data\\owner.paa",
+ "controlGroup": "Epoch_main_config_dynamicHUD"
+ },
+ "html": {
+ "name": "Changelog",
+ "color": [
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "icon": "\\x\\addons\\a3_epoch_code\\Data\\owner.paa",
+ "controlGroup": "Epoch_main_config_changelog"
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgFunctions.hpp b/Sources/epoch_config/Configs/CfgFunctions.hpp
index aec5506b..232ee981 100644
--- a/Sources/epoch_config/Configs/CfgFunctions.hpp
+++ b/Sources/epoch_config/Configs/CfgFunctions.hpp
@@ -1,41 +1,56 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
+/*
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Epoch cfgfunctions";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgFunctions.hpp";
+*/
class cfgFunctions
{
- class A3
- {
- tag = "BIS";
- class functions {
- // BIS_fnc_returnVector
- class returnVector {
- file = "epoch_code\compile\bis_functions\returnVector.sqf";
- };
- };
- };
- class EPOCH
- {
- tag = "EPOCH";
- class functions {
- class returnConfigEntryV2 {
- file = "epoch_code\compile\functions\EPOCH_fn_returnConfigEntryV2.sqf";
- };
- class isAny {
- file = "epoch_code\compile\both\EPOCH_isAny.sqf";
- };
- class compiler {
- file = "epoch_code\compile\both\EPOCH_compiler.sqf";
- };
- };
- class Client
- {
- class init
- {
- file = "epoch_code\init\fn_init.sqf";
- preInit = 1;
- };
- class postinit
- {
- file = "epoch_code\init\fn_postinit.sqf";
- postInit = 1;
- };
- };
- };
+ class A3
+ {
+ tag = "BIS";
+ class functions
+ {
+ class returnVector
+ {
+ file = "epoch_code\compile\bis_functions\returnVector.sqf";
+ };
+ };
+ };
+ class EPOCH
+ {
+ tag = "EPOCH";
+ class functions
+ {
+ class returnConfigEntryV2
+ {
+ file = "epoch_code\compile\functions\EPOCH_fn_returnConfigEntryV2.sqf";
+ };
+ class isAny
+ {
+ file = "epoch_code\compile\both\EPOCH_isAny.sqf";
+ };
+ class compiler
+ {
+ file = "epoch_code\compile\both\EPOCH_compiler.sqf";
+ };
+ };
+ class Client
+ {
+ class init
+ {
+ file = "epoch_code\init\fn_init.sqf";
+ preInit = 1;
+ };
+ class postinit
+ {
+ file = "epoch_code\init\fn_postinit.sqf";
+ postInit = 1;
+ };
+ };
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgFunctions.json b/Sources/epoch_config/Configs/CfgFunctions.json
new file mode 100644
index 00000000..a0a8569e
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgFunctions.json
@@ -0,0 +1,43 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Epoch cfgfunctions",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "cfgFunctions": {
+ "A3": {
+ "tag": "BIS",
+ "functions": {
+ "returnVector": {
+ "file": "epoch_code\\compile\\bis_functions\\returnVector.sqf"
+ }
+ }
+ },
+ "EPOCH": {
+ "tag": "EPOCH",
+ "functions": {
+ "returnConfigEntryV2": {
+ "file": "epoch_code\\compile\\functions\\EPOCH_fn_returnConfigEntryV2.sqf"
+ },
+ "isAny": {
+ "file": "epoch_code\\compile\\both\\EPOCH_isAny.sqf"
+ },
+ "compiler": {
+ "file": "epoch_code\\compile\\both\\EPOCH_compiler.sqf"
+ }
+ },
+ "Client": {
+ "init": {
+ "file": "epoch_code\\init\\fn_init.sqf",
+ "preInit": 1
+ },
+ "postinit": {
+ "file": "epoch_code\\init\\fn_postinit.sqf",
+ "postInit": 1
+ }
+ }
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgItemInteractions.hpp b/Sources/epoch_config/Configs/CfgItemInteractions.hpp
index dd7e1944..9ca9f52a 100644
--- a/Sources/epoch_config/Configs/CfgItemInteractions.hpp
+++ b/Sources/epoch_config/Configs/CfgItemInteractions.hpp
@@ -1,16 +1,4 @@
/*
-Author: Aaron Clark - EpochMod.com
-Contributors: Andrew Gregory
-
-Description:
-Item interaction configs
-
-Licence:
-Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
-Github:
-https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgItemInteractions.hpp
-
Legend:
interactAction: 0 = examine, 1 = eat, 2 = drink, 3 = build
interactAttributes[] = {
@@ -29,848 +17,723 @@ interactAttributes[] = {
{"Radiation",0}
};
*/
-class CfgItemInteractions {
- // BASE CLASSES START
- class Default
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
+/*
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {"Andrew Gregory"};
+ @description = "Item interaction configs";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgItemInteractions.hpp";
+*/
+class CfgItemInteractions
+{
+ class Default
{
- interactAction = 0;
- };
- class Food_base : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",600}
- };
- };
- class Food_TinCan_base : Food_base
- {
- interactReturnOnUse = "ItemEmptyTin";
- };
- class Food_Jar_base : Food_base
- {
- interactReturnOnUse = "emptyjar_epoch";
- };
- class Food_Cooler_base : Food_base
- {
- interactReturnOnUse = "ItemCoolerE";
- };
- class Drink_base : Default
- {
- interactAction = 2;
- interactText = "DRINK";
- interactAttributes[] = {
- {"Thirst",500}
- };
- };
- class Drink_Jar_base : Drink_base
- {
- interactReturnOnUse = "emptyjar_epoch";
- };
- class Soda_base : Drink_base
- {
- interactReturnOnUse = "ItemSodaEmpty";
- };
- class Item_Build_base : Default
- {
- interactAction = 3;
- interactText = "BUILD";
- };
- class Item_Packed_base : Default {
- interactAction = 14;
- interactText = "UNPACK";
- };
- // BASE CLASSES END
- class honey_epoch : Food_Jar_base
- {
- interactText = "CONSUME";
- interactAttributes[] = {
- {"Immunity",1},
- {"Stamina",30},
- {"BloodP",10}
- };
- };
- class sardines_epoch : Food_TinCan_base
- {
- interactAttributes[] = {
- {"Hunger",1000},
- {"Toxicity",7}
- };
- };
- class meatballs_epoch : Food_TinCan_base
- {
- interactAttributes[] = {
- {"Hunger",1200}
- };
- };
- class scam_epoch : Food_TinCan_base
- {
- interactAttributes[] = {
- {"Hunger",1000}
- };
- };
- class sweetcorn_epoch : Food_TinCan_base
- {
- interactAttributes[] = {
- {"Hunger",600}
- };
- };
- class FoodBioMeat : Food_TinCan_base
- {
- interactAttributes[] = {
- {"Hunger",1000},
- {"Toxicity",7}
- };
- };
- class TacticalBacon : Food_TinCan_base
- {
- interactAttributes[] = {
- {"Hunger",500}
- };
- };
- class ItemTrout : Food_base
- {
- interactAttributes[] = {
- {"Hunger",300},
- {"Toxicity",5}
- };
- };
- class ItemSeaBass : Food_base
- {
- interactAttributes[] = {
- {"Hunger",500},
- {"Toxicity",10}
- };
- };
- class ItemTuna : Food_base
- {
- interactAttributes[] = {
- {"Hunger",2500}
- };
- };
- class ItemTroutCooked : Food_base
- {
- interactAttributes[] = {
- {"Hunger",600}
- };
- };
- class ItemSeaBassCooked : Food_base
- {
- interactAttributes[] = {
- {"Hunger",1200}
- };
- };
- class ItemTunaCooked : Food_base
- {
- interactAttributes[] = {
- {"Hunger",5000}
- };
- };
- class FoodMeeps : Food_base
- {
- interactAttributes[] = {
- {"Hunger",500}
- };
- };
- class FoodSnooter : Food_base
- {
- interactAttributes[] = {
- {"Hunger",500},
- {"Stamina",50}
- };
- };
+ interactAction = 0;
+ };
+ class Food_base : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",600}};
+ };
+ class Food_TinCan_base : Food_base
+ {
+ interactReturnOnUse = "ItemEmptyTin";
+ };
+ class Food_Jar_base : Food_base
+ {
+ interactReturnOnUse = "emptyjar_epoch";
+ };
+ class Food_Cooler_base : Food_base
+ {
+ interactReturnOnUse = "ItemCoolerE";
+ };
+ class Drink_base : Default
+ {
+ interactAction = 2;
+ interactText = "DRINK";
+ interactAttributes[] = {{"Thirst",500}};
+ };
+ class Drink_Jar_base : Drink_base
+ {
+ interactReturnOnUse = "emptyjar_epoch";
+ };
+ class Soda_base : Drink_base
+ {
+ interactReturnOnUse = "ItemSodaEmpty";
+ };
+ class Item_Build_base : Default
+ {
+ interactAction = 3;
+ interactText = "BUILD";
+ };
+ class Item_Packed_base : Default
+ {
+ interactAction = 14;
+ interactText = "UNPACK";
+ };
+ class honey_epoch : Food_Jar_base
+ {
+ interactText = "EAT";
+ interactAttributes[] = {{"Immunity",1},{"Stamina",30},{"BloodP",10}};
+ interactActions[] = {{"EMPTY","[1,[],'emptyjar_epoch'] call EPOCH_consumeItem;"}};
+ };
+ class sardines_epoch : Food_TinCan_base
+ {
+ interactAttributes[] = {{"Hunger",1000},{"Toxicity",7}};
+ };
+ class meatballs_epoch : Food_TinCan_base
+ {
+ interactAttributes[] = {{"Hunger",1200}};
+ };
+ class scam_epoch : Food_TinCan_base
+ {
+ interactAttributes[] = {{"Hunger",1000}};
+ };
+ class sweetcorn_epoch : Food_TinCan_base
+ {
+ interactAttributes[] = {{"Hunger",600}};
+ };
+ class FoodBioMeat : Food_TinCan_base
+ {
+ interactAttributes[] = {{"Hunger",1000},{"Toxicity",7}};
+ };
+ class TacticalBacon : Food_TinCan_base
+ {
+ interactAttributes[] = {{"Hunger",500}};
+ };
+ class ItemTrout : Food_base
+ {
+ interactAttributes[] = {{"Hunger",300},{"Toxicity",5}};
+ };
+ class ItemSeaBass : Food_base
+ {
+ interactAttributes[] = {{"Hunger",500},{"Toxicity",10}};
+ };
+ class ItemTuna : Food_base
+ {
+ interactAttributes[] = {{"Hunger",2500}};
+ };
+ class ItemTroutCooked : Food_base
+ {
+ interactAttributes[] = {{"Hunger",600}};
+ };
+ class ItemSeaBassCooked : Food_base
+ {
+ interactAttributes[] = {{"Hunger",1200}};
+ };
+ class ItemTunaCooked : Food_base
+ {
+ interactAttributes[] = {{"Hunger",5000}};
+ };
+ class FoodMeeps : Food_base
+ {
+ interactAttributes[] = {{"Hunger",500}};
+ };
+ class FoodSnooter : Food_base
+ {
+ interactAttributes[] = {{"Hunger",500},{"Stamina",50}};
+ };
class ItemCooler0 : Food_Cooler_base
{
- interactAttributes[] = {
- {"Hunger",3000}
- };
- };
- class ItemCooler1 : Food_Cooler_base
+ interactAttributes[] = {{"Hunger",3000}};
+ };
+ class ItemCooler1 : Food_Cooler_base
{
- interactAttributes[] = {
- {"Hunger",3500}
- };
- };
- class ItemCooler2 : Food_Cooler_base
- {
- interactAttributes[] = {
- {"Hunger",4000}
- };
- };
- class ItemCooler3 : Food_Cooler_base
- {
- interactAttributes[] = {
- {"Hunger",5000}
- };
- };
- class ItemCooler4 : Food_Cooler_base
- {
- interactAttributes[] = {
- {"Hunger",5000}
- };
- };
- class WhiskeyNoodle : Drink_base
- {
- interactAttributes[] = {
- {"Thirst",800},
- {"Toxicity",-1},
- {"Stamina",50},
- {"Alcohol",10}
- };
- };
- class water_epoch : Drink_Jar_base
- {
- interactAttributes[] = {
- {"Thirst",500},
- {"Toxicity",5,1},
- {"Stamina",50}
- };
- };
- class clean_water_epoch : Drink_Jar_base
- {
- interactAttributes[] = {
- {"Thirst",500},
- {"Stamina",50}
- };
- };
- class ItemSodaRbull : Soda_base
- {
- interactAttributes[] = {
- {"Thirst",1000},
- {"Stamina",100}
- };
- };
- class ItemSodaOrangeSherbet : Soda_base
- {
- interactAttributes[] = {
- {"Thirst",800},
- {"Stamina",75}
- };
- };
- class ItemSodaPurple : Soda_base
- {
- interactAttributes[] = {
- {"Thirst",800},
- {"Stamina",75}
- };
- };
- class ItemSodaMocha : Soda_base
- {
- interactAttributes[] = {
- {"Thirst",650},
- {"Stamina",150}
- };
- };
- class ItemSodaBurst : Soda_base
- {
- interactAttributes[] = {
- {"Thirst",800},
- {"Stamina",75}
- };
- };
- class FoodWalkNSons : Soda_base
- {
- interactAttributes[] = {
- {"Thirst",1200},
- {"Stamina",150}
- };
- };
- class ItemSodaAlpineDude : Soda_base
+ interactAttributes[] = {{"Hunger",3500}};
+ };
+ class ItemCooler2 : Food_Cooler_base
{
- interactAttributes[] = {
- {"Thirst",800},
- {"Stamina",800}
- };
- };
+ interactAttributes[] = {{"Hunger",4000}};
+ };
+ class ItemCooler3 : Food_Cooler_base
+ {
+ interactAttributes[] = {{"Hunger",5000}};
+ };
+ class ItemCooler4 : Food_Cooler_base
+ {
+ interactAttributes[] = {{"Hunger",5000}};
+ };
+ class WhiskeyNoodle : Drink_base
+ {
+ interactAttributes[] = {{"Thirst",800},{"Toxicity",-1},{"Stamina",50},{"Alcohol",10}};
+ };
+ class water_epoch : Drink_Jar_base
+ {
+ interactAttributes[] = {{"Thirst",500},{"Toxicity",5,1},{"Stamina",50}};
+ };
+ class clean_water_epoch : Drink_Jar_base
+ {
+ interactAttributes[] = {{"Thirst",500},{"Stamina",50}};
+ };
+ class ItemSodaRbull : Soda_base
+ {
+ interactAttributes[] = {{"Thirst",1000},{"Stamina",100}};
+ };
+ class ItemSodaOrangeSherbet : Soda_base
+ {
+ interactAttributes[] = {{"Thirst",800},{"Stamina",75}};
+ };
+ class ItemSodaPurple : Soda_base
+ {
+ interactAttributes[] = {{"Thirst",800},{"Stamina",75}};
+ };
+ class ItemSodaMocha : Soda_base
+ {
+ interactAttributes[] = {{"Thirst",650},{"Stamina",150}};
+ };
+ class ItemSodaBurst : Soda_base
+ {
+ interactAttributes[] = {{"Thirst",800},{"Stamina",75}};
+ };
+ class FoodWalkNSons : Soda_base
+ {
+ interactAttributes[] = {{"Thirst",1200},{"Stamina",150}};
+ };
+ class ItemSodaAlpineDude : Soda_base
+ {
+ interactAttributes[] = {{"Thirst",800},{"Stamina",800}};
+ };
class jerrycan_epoch : Default
- {
- interactAction = 4;
- interactText = "FILL";
- interactReturnOnUse = "jerrycanE_epoch";
- interactAttributes[] = { 10 };
- };
- class jerrycanE_epoch : Default
- {
- interactAction = 5;
- interactText = "SIPHON";
- interactReturnOnUse = "jerrycan_epoch";
- interactAttributes[] = { 10 };
- };
+ {
+ interactAction = 4;
+ interactText = "FILL";
+ interactReturnOnUse = "jerrycanE_epoch";
+ interactAttributes[] = {10};
+ interactActions[] = {{"DRINK","[2,[['Toxicity',100],['Alcohol',50]],'jerrycanE_epoch'] call EPOCH_consumeItem;"},{"EMPTY","[2,[],'jerrycanE_epoch'] call EPOCH_consumeItem;"}};
+ };
+ class jerrycanE_epoch : Default
+ {
+ interactAction = 5;
+ interactText = "SIPHON";
+ interactReturnOnUse = "jerrycan_epoch";
+ interactAttributes[] = {10};
+ };
class FAK : Default
- {
- interactAction = 13;
- interactText = "USE";
- };
- class ItemLockbox : Item_Build_base
- {
- buildClass = "LockBox_SIM_EPOCH";
- };
- class ItemSafe : Item_Build_base
- {
- buildClass = "Safe_SIM_EPOCH";
- };
- class JackKit : Item_Build_base
- {
- buildClass = "Jack_SIM_EPOCH";
- };
- class EnergyPack : Default
- {
- interactAction = 9;
- interactText = "USE";
- interactAttributes[] = {
- {"Energy",100}
- };
- };
- class EnergyPackLg : Default
- {
- interactAction = 9;
- interactText = "USE";
- interactAttributes[] = {
- {"Energy",1000}
- };
- };
- class VehicleRepair : Default
- {
- interactAction = 10;
- interactText = "USE";
- };
- class VehicleRepairLg : Default
- {
- interactAction = 11;
- interactText = "USE";
- };
+ {
+ interactAction = 13;
+ interactText = "USE";
+ };
+ class ItemLockbox : Item_Build_base
+ {
+ buildClass = "LockBox_SIM_EPOCH";
+ };
+ class ItemSafe : Item_Build_base
+ {
+ buildClass = "Safe_SIM_EPOCH";
+ };
+ class JackKit : Item_Build_base
+ {
+ buildClass = "Jack_SIM_EPOCH";
+ };
+ class EnergyPack : Default
+ {
+ interactAction = 9;
+ interactText = "USE";
+ interactAttributes[] = {{"Energy",100}};
+ };
+ class EnergyPackLg : Default
+ {
+ interactAction = 9;
+ interactText = "USE";
+ interactAttributes[] = {{"Energy",1000}};
+ };
+ class VehicleRepair : Default
+ {
+ interactAction = 10;
+ interactText = "USE";
+ };
+ class VehicleRepairLg : Default
+ {
+ interactAction = 11;
+ interactText = "USE";
+ };
class Venom_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Toxicity",20,1}
- };
- };
- class SnakeCarcass_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",300},
- {"Soiled",1},
- {"Toxicity",10,1}
- };
- };
- class SnakeMeat_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",1200}
- };
- };
- class RabbitCarcass_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",300},
- {"Soiled",1},
- {"Toxicity",10,1}
- };
- };
- class CookedRabbit_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",1200}
- };
- };
- class ChickenCarcass_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",500},
- {"Soiled",1},
- {"Toxicity",25,1}
- };
- };
- class CookedChicken_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",2000}
- };
- };
- class GoatCarcass_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",500},
- {"Soiled",1},
- {"Toxicity",15,1}
- };
- };
- class DogCarcass_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",500},
- {"Soiled",1},
- {"Toxicity",15,1},
- {"Karma",-10}
- };
- };
- class CookedDog_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",3000},
- {"Karma",-10}
- };
- };
- class CookedGoat_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",3000}
- };
- };
- class SheepCarcass_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",500},
- {"Soiled",1},
- {"Toxicity",15,1}
- };
- };
- class CookedSheep_EPOCH : Default
- {
- interactAction = 1;
- interactText = "EAT";
- interactAttributes[] = {
- {"Hunger",3000}
- };
- };
- class KitSpikeTrap : Item_Build_base
- {
- buildClass = "Spike_TRAP_SIM_EPOCH";
- };
- class KitMetalTrap : Item_Build_base
- {
- buildClass = "Metal_TRAP_SIM_EPOCH";
- };
- class KitStudWall : Item_Build_base
- {
- buildClass = "WoodLargeWall_EPOCH";
- };
- class KitWoodFloor : Item_Build_base
- {
- buildClass = "WoodFloor_EPOCH";
- };
- class KitWoodStairs : Item_Build_base
- {
- buildClass = "WoodStairs_EPOCH";
- };
- class KitWoodTower : Item_Build_base
- {
- buildClass = "WoodTower_EPOCH";
- };
- class KitWoodRamp : Item_Build_base
- {
- buildClass = "WoodRamp_EPOCH";
- };
- class KitTankTrap : Item_Build_base
- {
- buildClass = "TankTrap_SIM_EPOCH";
- };
- class KitHesco3 : Item_Build_base
- {
- buildClass = "Hesco3_EPOCH";
- };
- class KitWoodLadder : Item_Build_base
- {
- buildClass = "WoodLadder_EPOCH";
- };
- class KitFirePlace : Item_Build_base
- {
- buildClass = "FirePlace_SIM_EPOCH";
- };
- class KitTiPi : Item_Build_base
- {
- buildClass = "Tipi_SIM_EPOCH";
- isStorage = 1;
- };
- class KitShelf : Item_Build_base
- {
- buildClass = "StorageShelf_SIM_EPOCH";
- isStorage = 1;
- };
- class KitWorkbench : Item_Build_base
- {
- buildClass = "Workbench_SIM_EPOCH";
- isStorage = 1;
- };
- class KitFoundation : Item_Build_base
- {
- buildClass = "Foundation_EPOCH";
- };
- class KitWoodFoundation : Item_Build_base
- {
- buildClass = "WoodFoundation_EPOCH";
- };
- class KitSolarGen : Item_Build_base
- {
- buildClass = "SolarGen_SIM_EPOCH";
- };
- class KitPlotPole : Item_Build_base
- {
- buildClass = "PlotPole_SIM_EPOCH";
- };
- class KitCinderWall : Item_Build_base
- {
- buildClass = "CinderWallHalf_EPOCH";
- };
- class PaintCanBase : Default
- {
- interactAction = 12;
- interactText = "USE";
- };
- class PaintCanClear : PaintCanBase
- {
- colorName = "None";
- textureIndex = 0;
- };
- class PaintCanBlk : PaintCanBase
- {
- colorName = "Black";
- textureIndex = 1;
- };
- class PaintCanBlu : PaintCanBase
- {
- colorName = "Blue";
- textureIndex = 2;
- };
- class PaintCanBrn : PaintCanBase
- {
- colorName = "Brown";
- textureIndex = 3;
- };
- class PaintCanGrn : PaintCanBase
- {
- colorName = "Green";
- textureIndex = 4;
- };
- class PaintCanOra : PaintCanBase
- {
- colorName = "Orange";
- textureIndex = 5;
- };
- class PaintCanPur : PaintCanBase
- {
- colorName = "Purple";
- textureIndex = 6;
- };
- class PaintCanRed : PaintCanBase
- {
- colorName = "Red";
- textureIndex = 7;
- };
- class PaintCanTeal : PaintCanBase
- {
- colorName = "Teal";
- textureIndex = 8;
- };
- class PaintCanYel : PaintCanBase
- {
- colorName = "Yellow";
- textureIndex = 9;
- };
- class Poppy : Default
- {
- interactAction = 6;
- interactText = "USE";
- interactAttributes[] = {
- {"Immunity",10},
- {"Stamina",-100},
- {"BloodP",-10}
- };
- };
- class Goldenseal : Default
- {
- interactAction = 6;
- interactText = "USE";
- interactAttributes[] = {
- {"Toxicity",-50}
- };
- };
- class Pumpkin : Default
- {
- interactAction = 6;
- interactText = "USE";
- interactAttributes[] = {
- {"Hunger",500},
- {"Stamina",50}
- };
- };
- class Towelette : Default
- {
- interactAction = 6;
- interactText = "USE";
- interactAttributes[] = {
- {"Soiled",-25}
- };
- };
- class HeatPack : Default
- {
- interactAction = 7;
- interactText = "USE";
- interactAttributes[] = {
- {"Temp",1}
- };
- };
- class ColdPack : Default
- {
- interactAction = 8;
- interactText = "USE";
- interactAttributes[] = {
- {"Temp",-1}
- };
- };
- class ItemHotwire : Default {
- interactAction = 2;
- interactText = "USE";
- };
- class ItemKeyKit : Default {
- interactAction = 2;
- interactText = "USE";
- };
- class ItemBarrelF : Default {
- interactAction = 4;
- interactText = "FILL";
- interactAttributes[] = { 210 };
- interactReturnOnUse = "ItemBarrelE";
- };
- class ItemBarrelE : Default {
- interactAction = 5;
- interactText = "SIPHON";
- interactAttributes[] = { 210 };
- interactReturnOnUse = "ItemBarrelF";
- };
- class ItemKey : Default {
- interactAction = 2;
- interactText = "USE";
- };
- class ItemKeyBlue : ItemKey {};
- class ItemKeyGreen : ItemKey {};
- class ItemKeyRed : ItemKey {};
- class ItemKeyYellow : ItemKey {};
- class ItemDoc1 : Default {
- interactAction = -1;
- interactText = "READ";
- };
- class ItemDoc2 : ItemDoc1 {};
- class ItemDoc3 : ItemDoc1 {};
- class ItemDoc4 : ItemDoc1 {};
- class ItemDoc5 : ItemDoc1 {};
- class ItemDoc6 : ItemDoc1 {};
- class ItemDoc7 : ItemDoc1 {};
- class ItemDoc8 : ItemDoc1 {};
- class ItemVehDoc1 : ItemDoc1 {};
- class ItemVehDoc2 : ItemDoc1 {};
- class ItemVehDoc3 : ItemDoc1 {};
- class ItemVehDoc4 : ItemDoc1 {};
- class ItemBulb : Default {};
- class ItemBurlap : Default {};
- class ItemBriefcaseE : Default {};
- class ItemBriefcaseGold100oz : Default {};
- class ItemAluminumBar : Default {};
- class ItemCopperBar : Default {};
- class ItemTinBar : Default {};
- class ItemPlywoodPack : Default {};
- class ItemComboLock : Default {};
- class CircuitParts : Default {};
- class Pelt_EPOCH : Default {};
- class ItemPipe : Default {};
- class ItemEmptyTin : Default {};
- class ItemSodaEmpty : Default {};
- class emptyjar_epoch : Default {};
- class PartPlankPack : Default {};
- class CinderBlocks : Default {};
- class MortarBucket : Default {};
- class ItemKiloHemp : Default {};
- class ItemTopaz : Default {};
- class ItemOnyx : Default {};
- class ItemSapphire : Default {};
- class ItemAmethyst : Default {};
- class ItemEmerald : Default {};
- class ItemCitrine : Default {};
- class ItemRuby : Default {};
- class ItemQuartz : Default {};
- class ItemJade : Default {};
- class ItemGarnet : Default {};
- class ItemMixOil : Default {};
- class ItemDocument : Default {};
- class ItemDocumentMission : Default {};
- class ItemSilverBar : Default {};
- class ItemGoldBar : Default {};
- class ItemGoldBar10oz : Default {};
- class ItemRock : Default {};
- class ItemStick : Default {};
- class ItemRope : Default {};
- class PartOre : Default {};
- class PartOreSilver : Default {};
- class PartOreGold : Default {};
- class ItemPacked : Default {};
- class ItemSolar : Default {};
- class ItemCables : Default {};
- class ItemBattery : Default {};
- class ItemScraps : Default {};
- class ItemCorrugated : Default {};
- class ItemCorrugatedLg : Default {};
- class 5Rnd_rollins_mag : Default{};
- class CSGAS : Default {};
- class sledge_swing : Default {};
- class stick_swing : Default {};
- class hatchet_swing : Default {};
- class WoodLog_EPOCH : Default {};
- class ItemCoolerE : Default {};
- class lighter_epoch : Default {};
- class Item_AssaultPack_cbr : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_cbr";
- };
- class Item_AssaultPack_dgtl : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_dgtl";
- };
- class Item_AssaultPack_khk : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_khk";
- };
- class Item_AssaultPack_mcamo : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_mcamo";
- };
- class Item_AssaultPack_ocamo : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_ocamo";
- };
- class Item_AssaultPack_rgr : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_rgr";
- };
- class Item_AssaultPack_sgg : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_sgg";
- };
- class Item_AssaultPack_blk : Item_Packed_base
- {
- interactReturnOnUse = "B_AssaultPack_blk";
- };
- class Item_Carryall_cbr : Item_Packed_base
- {
- interactReturnOnUse = "B_Carryall_cbr";
- };
- class Item_Carryall_khk : Item_Packed_base
- {
- interactReturnOnUse = "B_Carryall_khk";
- };
- class Item_Carryall_mcamo : Item_Packed_base
- {
- interactReturnOnUse = "B_Carryall_mcamo";
- };
- class Item_Carryall_ocamo : Item_Packed_base
- {
- interactReturnOnUse = "B_Carryall_ocamo";
- };
- class Item_Carryall_oli : Item_Packed_base
- {
- interactReturnOnUse = "B_Carryall_oli";
- };
- class Item_Carryall_oucamo : Item_Packed_base
- {
- interactReturnOnUse = "B_Carryall_oucamo";
- };
- class Item_FieldPack_blk : Item_Packed_base
- {
- interactReturnOnUse = "B_FieldPack_blk";
- };
- class Item_FieldPack_cbr : Item_Packed_base
- {
- interactReturnOnUse = "B_FieldPack_cbr";
- };
- class Item_FieldPack_khk : Item_Packed_base
- {
- interactReturnOnUse = "B_FieldPack_khk";
- };
- class Item_FieldPack_ocamo : Item_Packed_base
- {
- interactReturnOnUse = "B_FieldPack_ocamo";
- };
- class Item_FieldPack_oli : Item_Packed_base
- {
- interactReturnOnUse = "B_FieldPack_oli";
- };
- class Item_FieldPack_oucamo : Item_Packed_base
- {
- interactReturnOnUse = "B_FieldPack_oucamo";
- };
- class Item_Kitbag_cbr : Item_Packed_base
- {
- interactReturnOnUse = "B_Kitbag_cbr";
- };
- class Item_Kitbag_mcamo : Item_Packed_base
- {
- interactReturnOnUse = "B_Kitbag_mcamo";
- };
- class Item_Kitbag_rgr : Item_Packed_base
- {
- interactReturnOnUse = "B_Kitbag_rgr";
- };
- class Item_Kitbag_sgg : Item_Packed_base
- {
- interactReturnOnUse = "B_Kitbag_sgg";
- };
- class Item_TacticalPack_blk : Item_Packed_base
- {
- interactReturnOnUse = "B_TacticalPack_blk";
- };
- class Item_TacticalPack_mcamo : Item_Packed_base
- {
- interactReturnOnUse = "B_TacticalPack_mcamo";
- };
- class Item_TacticalPack_ocamo : Item_Packed_base
- {
- interactReturnOnUse = "B_TacticalPack_ocamo";
- };
- class Item_TacticalPack_oli : Item_Packed_base
- {
- interactReturnOnUse = "B_TacticalPack_oli";
- };
- class Item_TacticalPack_rgr : Item_Packed_base
- {
- interactReturnOnUse = "B_TacticalPack_rgr";
- };
- class Item_smallbackpack_red : Item_Packed_base
- {
- interactReturnOnUse = "smallbackpack_red_epoch";
- };
- class Item_smallbackpack_green : Item_Packed_base
- {
- interactReturnOnUse = "smallbackpack_green_epoch";
- };
- class Item_smallbackpack_teal : Item_Packed_base
- {
- interactReturnOnUse = "smallbackpack_teal_epoch";
- };
- class Item_smallbackpack_pink : Item_Packed_base
- {
- interactReturnOnUse = "smallbackpack_pink_epoch";
- };
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Toxicity",20,1}};
+ };
+ class SnakeCarcass_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",300},{"Soiled",1},{"Toxicity",10,1}};
+ };
+ class SnakeMeat_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",1200}};
+ };
+ class RabbitCarcass_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",300},{"Soiled",1},{"Toxicity",10,1}};
+ };
+ class CookedRabbit_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",1200}};
+ };
+ class ChickenCarcass_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",500},{"Soiled",1},{"Toxicity",25,1}};
+ };
+ class CookedChicken_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",2000}};
+ };
+ class GoatCarcass_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",500},{"Soiled",1},{"Toxicity",15,1}};
+ };
+ class DogCarcass_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",500},{"Soiled",1},{"Toxicity",15,1},{"Karma",-10}};
+ };
+ class CookedDog_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",3000},{"Karma",-10}};
+ };
+ class CookedGoat_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",3000}};
+ };
+ class SheepCarcass_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",500},{"Soiled",1},{"Toxicity",15,1}};
+ };
+ class CookedSheep_EPOCH : Default
+ {
+ interactAction = 1;
+ interactText = "EAT";
+ interactAttributes[] = {{"Hunger",3000}};
+ };
+ class KitSpikeTrap : Item_Build_base
+ {
+ buildClass = "Spike_TRAP_SIM_EPOCH";
+ };
+ class KitMetalTrap : Item_Build_base
+ {
+ buildClass = "Metal_TRAP_SIM_EPOCH";
+ };
+ class KitStudWall : Item_Build_base
+ {
+ buildClass = "WoodLargeWall_EPOCH";
+ };
+ class KitWoodFloor : Item_Build_base
+ {
+ buildClass = "WoodFloor_EPOCH";
+ };
+ class KitWoodStairs : Item_Build_base
+ {
+ buildClass = "WoodStairs_EPOCH";
+ };
+ class KitWoodTower : Item_Build_base
+ {
+ buildClass = "WoodTower_EPOCH";
+ };
+ class KitWoodRamp : Item_Build_base
+ {
+ buildClass = "WoodRamp_EPOCH";
+ };
+ class KitTankTrap : Item_Build_base
+ {
+ buildClass = "TankTrap_SIM_EPOCH";
+ };
+ class KitHesco3 : Item_Build_base
+ {
+ buildClass = "Hesco3_EPOCH";
+ };
+ class KitWoodLadder : Item_Build_base
+ {
+ buildClass = "WoodLadder_EPOCH";
+ };
+ class KitFirePlace : Item_Build_base
+ {
+ buildClass = "FirePlace_SIM_EPOCH";
+ };
+ class KitTiPi : Item_Build_base
+ {
+ buildClass = "Tipi_SIM_EPOCH";
+ isStorage = 1;
+ };
+ class KitShelf : Item_Build_base
+ {
+ buildClass = "StorageShelf_SIM_EPOCH";
+ isStorage = 1;
+ };
+ class KitWorkbench : Item_Build_base
+ {
+ buildClass = "Workbench_SIM_EPOCH";
+ isStorage = 1;
+ };
+ class KitFoundation : Item_Build_base
+ {
+ buildClass = "Foundation_EPOCH";
+ };
+ class KitWoodFoundation : Item_Build_base
+ {
+ buildClass = "WoodFoundation_EPOCH";
+ };
+ class KitSolarGen : Item_Build_base
+ {
+ buildClass = "SolarGen_SIM_EPOCH";
+ };
+ class KitPlotPole : Item_Build_base
+ {
+ buildClass = "PlotPole_SIM_EPOCH";
+ };
+ class KitCinderWall : Item_Build_base
+ {
+ buildClass = "CinderWallHalf_EPOCH";
+ };
+ class PaintCanBase : Default
+ {
+ interactAction = 12;
+ interactText = "USE";
+ };
+ class PaintCanClear : PaintCanBase
+ {
+ colorName = "None";
+ textureIndex = 0;
+ };
+ class PaintCanBlk : PaintCanBase
+ {
+ colorName = "Black";
+ textureIndex = 1;
+ };
+ class PaintCanBlu : PaintCanBase
+ {
+ colorName = "Blue";
+ textureIndex = 2;
+ };
+ class PaintCanBrn : PaintCanBase
+ {
+ colorName = "Brown";
+ textureIndex = 3;
+ };
+ class PaintCanGrn : PaintCanBase
+ {
+ colorName = "Green";
+ textureIndex = 4;
+ };
+ class PaintCanOra : PaintCanBase
+ {
+ colorName = "Orange";
+ textureIndex = 5;
+ };
+ class PaintCanPur : PaintCanBase
+ {
+ colorName = "Purple";
+ textureIndex = 6;
+ };
+ class PaintCanRed : PaintCanBase
+ {
+ colorName = "Red";
+ textureIndex = 7;
+ };
+ class PaintCanTeal : PaintCanBase
+ {
+ colorName = "Teal";
+ textureIndex = 8;
+ };
+ class PaintCanYel : PaintCanBase
+ {
+ colorName = "Yellow";
+ textureIndex = 9;
+ };
+ class Poppy : Default
+ {
+ interactAction = 6;
+ interactText = "USE";
+ interactAttributes[] = {{"Immunity",10},{"Stamina",-100},{"BloodP",-10}};
+ };
+ class Goldenseal : Default
+ {
+ interactAction = 6;
+ interactText = "USE";
+ interactAttributes[] = {{"Toxicity",-50}};
+ };
+ class Pumpkin : Default
+ {
+ interactAction = 6;
+ interactText = "USE";
+ interactAttributes[] = {{"Hunger",500},{"Stamina",50}};
+ };
+ class Towelette : Default
+ {
+ interactAction = 6;
+ interactText = "USE";
+ interactAttributes[] = {{"Soiled",-25}};
+ };
+ class HeatPack : Default
+ {
+ interactAction = 7;
+ interactText = "USE";
+ interactAttributes[] = {{"Temp",1}};
+ };
+ class ColdPack : Default
+ {
+ interactAction = 8;
+ interactText = "USE";
+ interactAttributes[] = {{"Temp",-1}};
+ };
+ class ItemHotwire : Default
+ {
+ interactAction = 2;
+ interactText = "USE";
+ };
+ class ItemKeyKit : Default
+ {
+ interactAction = 2;
+ interactText = "USE";
+ };
+ class ItemBarrelF : Default
+ {
+ interactAction = 4;
+ interactText = "FILL";
+ interactAttributes[] = {210};
+ interactReturnOnUse = "ItemBarrelE";
+ };
+ class ItemBarrelE : Default
+ {
+ interactAction = 5;
+ interactText = "SIPHON";
+ interactAttributes[] = {210};
+ interactReturnOnUse = "ItemBarrelF";
+ };
+ class ItemKey : Default
+ {
+ interactAction = 2;
+ interactText = "USE";
+ };
+ class ItemKeyBlue : ItemKey {};
+ class ItemKeyGreen : ItemKey {};
+ class ItemKeyRed : ItemKey {};
+ class ItemKeyYellow : ItemKey {};
+ class ItemDoc1 : Default
+ {
+ interactAction = -1;
+ interactText = "READ";
+ };
+ class ItemDoc2 : ItemDoc1 {};
+ class ItemDoc3 : ItemDoc1 {};
+ class ItemDoc4 : ItemDoc1 {};
+ class ItemDoc5 : ItemDoc1 {};
+ class ItemDoc6 : ItemDoc1 {};
+ class ItemDoc7 : ItemDoc1 {};
+ class ItemDoc8 : ItemDoc1 {};
+ class ItemVehDoc1 : ItemDoc1 {};
+ class ItemVehDoc2 : ItemDoc1 {};
+ class ItemVehDoc3 : ItemDoc1 {};
+ class ItemVehDoc4 : ItemDoc1 {};
+ class ItemBulb : Default {};
+ class ItemBurlap : Default {};
+ class ItemBriefcaseE : Default {};
+ class ItemBriefcaseGold100oz : Default {};
+ class ItemAluminumBar : Default {};
+ class ItemCopperBar : Default {};
+ class ItemTinBar : Default {};
+ class ItemPlywoodPack : Default {};
+ class ItemComboLock : Default {};
+ class CircuitParts : Default {};
+ class Pelt_EPOCH : Default {};
+ class ItemPipe : Default {};
+ class ItemEmptyTin : Default {};
+ class ItemSodaEmpty : Default {};
+ class emptyjar_epoch : Default {};
+ class PartPlankPack : Default {};
+ class CinderBlocks : Default {};
+ class MortarBucket : Default {};
+ class ItemKiloHemp : Default {};
+ class ItemTopaz : Default {};
+ class ItemOnyx : Default {};
+ class ItemSapphire : Default {};
+ class ItemAmethyst : Default {};
+ class ItemEmerald : Default {};
+ class ItemCitrine : Default {};
+ class ItemRuby : Default {};
+ class ItemQuartz : Default {};
+ class ItemJade : Default {};
+ class ItemGarnet : Default {};
+ class ItemMixOil : Default {};
+ class ItemDocument : Default {};
+ class ItemDocumentMission : Default {};
+ class ItemSilverBar : Default {};
+ class ItemGoldBar : Default {};
+ class ItemGoldBar10oz : Default {};
+ class ItemRock : Default {};
+ class ItemStick : Default {};
+ class ItemRope : Default {};
+ class PartOre : Default {};
+ class PartOreSilver : Default {};
+ class PartOreGold : Default {};
+ class ItemPacked : Default {};
+ class ItemSolar : Default {};
+ class ItemCables : Default {};
+ class ItemBattery : Default {};
+ class ItemScraps : Default {};
+ class ItemCorrugated : Default {};
+ class ItemCorrugatedLg : Default {};
+ class 5Rnd_rollins_mag : Default {};
+ class CSGAS : Default {};
+ class sledge_swing : Default {};
+ class stick_swing : Default {};
+ class hatchet_swing : Default {};
+ class WoodLog_EPOCH : Default {};
+ class ItemCoolerE : Default {};
+ class lighter_epoch : Default {};
+ class Item_AssaultPack_cbr : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_cbr";
+ };
+ class Item_AssaultPack_dgtl : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_dgtl";
+ };
+ class Item_AssaultPack_khk : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_khk";
+ };
+ class Item_AssaultPack_mcamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_mcamo";
+ };
+ class Item_AssaultPack_ocamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_ocamo";
+ };
+ class Item_AssaultPack_rgr : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_rgr";
+ };
+ class Item_AssaultPack_sgg : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_sgg";
+ };
+ class Item_AssaultPack_blk : Item_Packed_base
+ {
+ interactReturnOnUse = "B_AssaultPack_blk";
+ };
+ class Item_Carryall_cbr : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Carryall_cbr";
+ };
+ class Item_Carryall_khk : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Carryall_khk";
+ };
+ class Item_Carryall_mcamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Carryall_mcamo";
+ };
+ class Item_Carryall_ocamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Carryall_ocamo";
+ };
+ class Item_Carryall_oli : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Carryall_oli";
+ };
+ class Item_Carryall_oucamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Carryall_oucamo";
+ };
+ class Item_FieldPack_blk : Item_Packed_base
+ {
+ interactReturnOnUse = "B_FieldPack_blk";
+ };
+ class Item_FieldPack_cbr : Item_Packed_base
+ {
+ interactReturnOnUse = "B_FieldPack_cbr";
+ };
+ class Item_FieldPack_khk : Item_Packed_base
+ {
+ interactReturnOnUse = "B_FieldPack_khk";
+ };
+ class Item_FieldPack_ocamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_FieldPack_ocamo";
+ };
+ class Item_FieldPack_oli : Item_Packed_base
+ {
+ interactReturnOnUse = "B_FieldPack_oli";
+ };
+ class Item_FieldPack_oucamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_FieldPack_oucamo";
+ };
+ class Item_Kitbag_cbr : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Kitbag_cbr";
+ };
+ class Item_Kitbag_mcamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Kitbag_mcamo";
+ };
+ class Item_Kitbag_rgr : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Kitbag_rgr";
+ };
+ class Item_Kitbag_sgg : Item_Packed_base
+ {
+ interactReturnOnUse = "B_Kitbag_sgg";
+ };
+ class Item_TacticalPack_blk : Item_Packed_base
+ {
+ interactReturnOnUse = "B_TacticalPack_blk";
+ };
+ class Item_TacticalPack_mcamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_TacticalPack_mcamo";
+ };
+ class Item_TacticalPack_ocamo : Item_Packed_base
+ {
+ interactReturnOnUse = "B_TacticalPack_ocamo";
+ };
+ class Item_TacticalPack_oli : Item_Packed_base
+ {
+ interactReturnOnUse = "B_TacticalPack_oli";
+ };
+ class Item_TacticalPack_rgr : Item_Packed_base
+ {
+ interactReturnOnUse = "B_TacticalPack_rgr";
+ };
+ class Item_smallbackpack_red : Item_Packed_base
+ {
+ interactReturnOnUse = "smallbackpack_red_epoch";
+ };
+ class Item_smallbackpack_green : Item_Packed_base
+ {
+ interactReturnOnUse = "smallbackpack_green_epoch";
+ };
+ class Item_smallbackpack_teal : Item_Packed_base
+ {
+ interactReturnOnUse = "smallbackpack_teal_epoch";
+ };
+ class Item_smallbackpack_pink : Item_Packed_base
+ {
+ interactReturnOnUse = "smallbackpack_pink_epoch";
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgItemInteractions.json b/Sources/epoch_config/Configs/CfgItemInteractions.json
new file mode 100644
index 00000000..4983647b
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgItemInteractions.json
@@ -0,0 +1,1302 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": ["Andrew Gregory"],
+ "@description": "Item interaction configs",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgItemInteractions": {
+ "Default": {
+ "interactAction": 0
+ },
+ "Food_base": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 600
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Food_TinCan_base": {
+ "interactReturnOnUse": "ItemEmptyTin",
+ "_inherit": "Food_base"
+ },
+ "Food_Jar_base": {
+ "interactReturnOnUse": "emptyjar_epoch",
+ "_inherit": "Food_base"
+ },
+ "Food_Cooler_base": {
+ "interactReturnOnUse": "ItemCoolerE",
+ "_inherit": "Food_base"
+ },
+ "Drink_base": {
+ "interactAction": 2,
+ "interactText": "DRINK",
+ "interactAttributes": [
+ [
+ "Thirst",
+ 500
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Drink_Jar_base": {
+ "interactReturnOnUse": "emptyjar_epoch",
+ "_inherit": "Drink_base"
+ },
+ "Soda_base": {
+ "interactReturnOnUse": "ItemSodaEmpty",
+ "_inherit": "Drink_base"
+ },
+ "Item_Build_base": {
+ "interactAction": 3,
+ "interactText": "BUILD",
+ "_inherit": "Default"
+ },
+ "Item_Packed_base": {
+ "interactAction": 14,
+ "interactText": "UNPACK",
+ "_inherit": "Default"
+ },
+ "honey_epoch": {
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Immunity",
+ 1
+ ],
+ [
+ "Stamina",
+ 30
+ ],
+ [
+ "BloodP",
+ 10
+ ]
+ ],
+ "interactActions": [
+ [
+ "EMPTY",
+ "[1,[],'emptyjar_epoch'] call EPOCH_consumeItem;"
+ ]
+ ],
+ "_inherit": "Food_Jar_base"
+ },
+ "sardines_epoch": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 1000
+ ],
+ [
+ "Toxicity",
+ 7
+ ]
+ ],
+ "_inherit": "Food_TinCan_base"
+ },
+ "meatballs_epoch": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 1200
+ ]
+ ],
+ "_inherit": "Food_TinCan_base"
+ },
+ "scam_epoch": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 1000
+ ]
+ ],
+ "_inherit": "Food_TinCan_base"
+ },
+ "sweetcorn_epoch": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 600
+ ]
+ ],
+ "_inherit": "Food_TinCan_base"
+ },
+ "FoodBioMeat": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 1000
+ ],
+ [
+ "Toxicity",
+ 7
+ ]
+ ],
+ "_inherit": "Food_TinCan_base"
+ },
+ "TacticalBacon": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ]
+ ],
+ "_inherit": "Food_TinCan_base"
+ },
+ "ItemTrout": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 300
+ ],
+ [
+ "Toxicity",
+ 5
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "ItemSeaBass": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ],
+ [
+ "Toxicity",
+ 10
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "ItemTuna": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 2500
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "ItemTroutCooked": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 600
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "ItemSeaBassCooked": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 1200
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "ItemTunaCooked": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 5000
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "FoodMeeps": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "FoodSnooter": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ],
+ [
+ "Stamina",
+ 50
+ ]
+ ],
+ "_inherit": "Food_base"
+ },
+ "ItemCooler0": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 3000
+ ]
+ ],
+ "_inherit": "Food_Cooler_base"
+ },
+ "ItemCooler1": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 3500
+ ]
+ ],
+ "_inherit": "Food_Cooler_base"
+ },
+ "ItemCooler2": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 4000
+ ]
+ ],
+ "_inherit": "Food_Cooler_base"
+ },
+ "ItemCooler3": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 5000
+ ]
+ ],
+ "_inherit": "Food_Cooler_base"
+ },
+ "ItemCooler4": {
+ "interactAttributes": [
+ [
+ "Hunger",
+ 5000
+ ]
+ ],
+ "_inherit": "Food_Cooler_base"
+ },
+ "WhiskeyNoodle": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 800
+ ],
+ [
+ "Toxicity",
+ -1
+ ],
+ [
+ "Stamina",
+ 50
+ ],
+ [
+ "Alcohol",
+ 10
+ ]
+ ],
+ "_inherit": "Drink_base"
+ },
+ "water_epoch": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 500
+ ],
+ [
+ "Toxicity",
+ 5,
+ 1
+ ],
+ [
+ "Stamina",
+ 50
+ ]
+ ],
+ "_inherit": "Drink_Jar_base"
+ },
+ "clean_water_epoch": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 500
+ ],
+ [
+ "Stamina",
+ 50
+ ]
+ ],
+ "_inherit": "Drink_Jar_base"
+ },
+ "ItemSodaRbull": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 1000
+ ],
+ [
+ "Stamina",
+ 100
+ ]
+ ],
+ "_inherit": "Soda_base"
+ },
+ "ItemSodaOrangeSherbet": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 800
+ ],
+ [
+ "Stamina",
+ 75
+ ]
+ ],
+ "_inherit": "Soda_base"
+ },
+ "ItemSodaPurple": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 800
+ ],
+ [
+ "Stamina",
+ 75
+ ]
+ ],
+ "_inherit": "Soda_base"
+ },
+ "ItemSodaMocha": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 650
+ ],
+ [
+ "Stamina",
+ 150
+ ]
+ ],
+ "_inherit": "Soda_base"
+ },
+ "ItemSodaBurst": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 800
+ ],
+ [
+ "Stamina",
+ 75
+ ]
+ ],
+ "_inherit": "Soda_base"
+ },
+ "FoodWalkNSons": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 1200
+ ],
+ [
+ "Stamina",
+ 150
+ ]
+ ],
+ "_inherit": "Soda_base"
+ },
+ "ItemSodaAlpineDude": {
+ "interactAttributes": [
+ [
+ "Thirst",
+ 800
+ ],
+ [
+ "Stamina",
+ 800
+ ]
+ ],
+ "_inherit": "Soda_base"
+ },
+ "jerrycan_epoch": {
+ "interactAction": 4,
+ "interactText": "FILL",
+ "interactReturnOnUse": "jerrycanE_epoch",
+ "interactAttributes": [
+ 10
+ ],
+ "interactActions": [
+ [
+ "DRINK",
+ "[2,[['Toxicity',100],['Alcohol',50]],'jerrycanE_epoch'] call EPOCH_consumeItem;"
+ ],
+ [
+ "EMPTY",
+ "[2,[],'jerrycanE_epoch'] call EPOCH_consumeItem;"
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "jerrycanE_epoch": {
+ "interactAction": 5,
+ "interactText": "SIPHON",
+ "interactReturnOnUse": "jerrycan_epoch",
+ "interactAttributes": [
+ 10
+ ],
+ "_inherit": "Default"
+ },
+ "FAK": {
+ "interactAction": 13,
+ "interactText": "USE",
+ "_inherit": "Default"
+ },
+ "ItemLockbox": {
+ "buildClass": "LockBox_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "ItemSafe": {
+ "buildClass": "Safe_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "JackKit": {
+ "buildClass": "Jack_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "EnergyPack": {
+ "interactAction": 9,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Energy",
+ 100
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "EnergyPackLg": {
+ "interactAction": 9,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Energy",
+ 1000
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "VehicleRepair": {
+ "interactAction": 10,
+ "interactText": "USE",
+ "_inherit": "Default"
+ },
+ "VehicleRepairLg": {
+ "interactAction": 11,
+ "interactText": "USE",
+ "_inherit": "Default"
+ },
+ "Venom_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Toxicity",
+ 20,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "SnakeCarcass_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 300
+ ],
+ [
+ "Soiled",
+ 1
+ ],
+ [
+ "Toxicity",
+ 10,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "SnakeMeat_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 1200
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "RabbitCarcass_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 300
+ ],
+ [
+ "Soiled",
+ 1
+ ],
+ [
+ "Toxicity",
+ 10,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "CookedRabbit_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 1200
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "ChickenCarcass_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ],
+ [
+ "Soiled",
+ 1
+ ],
+ [
+ "Toxicity",
+ 25,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "CookedChicken_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 2000
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "GoatCarcass_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ],
+ [
+ "Soiled",
+ 1
+ ],
+ [
+ "Toxicity",
+ 15,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "DogCarcass_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ],
+ [
+ "Soiled",
+ 1
+ ],
+ [
+ "Toxicity",
+ 15,
+ 1
+ ],
+ [
+ "Karma",
+ -10
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "CookedDog_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 3000
+ ],
+ [
+ "Karma",
+ -10
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "CookedGoat_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 3000
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "SheepCarcass_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ],
+ [
+ "Soiled",
+ 1
+ ],
+ [
+ "Toxicity",
+ 15,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "CookedSheep_EPOCH": {
+ "interactAction": 1,
+ "interactText": "EAT",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 3000
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "KitSpikeTrap": {
+ "buildClass": "Spike_TRAP_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitMetalTrap": {
+ "buildClass": "Metal_TRAP_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitStudWall": {
+ "buildClass": "WoodLargeWall_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitWoodFloor": {
+ "buildClass": "WoodFloor_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitWoodStairs": {
+ "buildClass": "WoodStairs_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitWoodTower": {
+ "buildClass": "WoodTower_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitWoodRamp": {
+ "buildClass": "WoodRamp_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitTankTrap": {
+ "buildClass": "TankTrap_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitHesco3": {
+ "buildClass": "Hesco3_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitWoodLadder": {
+ "buildClass": "WoodLadder_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitFirePlace": {
+ "buildClass": "FirePlace_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitTiPi": {
+ "buildClass": "Tipi_SIM_EPOCH",
+ "isStorage": 1,
+ "_inherit": "Item_Build_base"
+ },
+ "KitShelf": {
+ "buildClass": "StorageShelf_SIM_EPOCH",
+ "isStorage": 1,
+ "_inherit": "Item_Build_base"
+ },
+ "KitWorkbench": {
+ "buildClass": "Workbench_SIM_EPOCH",
+ "isStorage": 1,
+ "_inherit": "Item_Build_base"
+ },
+ "KitFoundation": {
+ "buildClass": "Foundation_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitWoodFoundation": {
+ "buildClass": "WoodFoundation_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitSolarGen": {
+ "buildClass": "SolarGen_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitPlotPole": {
+ "buildClass": "PlotPole_SIM_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "KitCinderWall": {
+ "buildClass": "CinderWallHalf_EPOCH",
+ "_inherit": "Item_Build_base"
+ },
+ "PaintCanBase": {
+ "interactAction": 12,
+ "interactText": "USE",
+ "_inherit": "Default"
+ },
+ "PaintCanClear": {
+ "colorName": "None",
+ "textureIndex": 0,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanBlk": {
+ "colorName": "Black",
+ "textureIndex": 1,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanBlu": {
+ "colorName": "Blue",
+ "textureIndex": 2,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanBrn": {
+ "colorName": "Brown",
+ "textureIndex": 3,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanGrn": {
+ "colorName": "Green",
+ "textureIndex": 4,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanOra": {
+ "colorName": "Orange",
+ "textureIndex": 5,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanPur": {
+ "colorName": "Purple",
+ "textureIndex": 6,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanRed": {
+ "colorName": "Red",
+ "textureIndex": 7,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanTeal": {
+ "colorName": "Teal",
+ "textureIndex": 8,
+ "_inherit": "PaintCanBase"
+ },
+ "PaintCanYel": {
+ "colorName": "Yellow",
+ "textureIndex": 9,
+ "_inherit": "PaintCanBase"
+ },
+ "Poppy": {
+ "interactAction": 6,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Immunity",
+ 10
+ ],
+ [
+ "Stamina",
+ -100
+ ],
+ [
+ "BloodP",
+ -10
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Goldenseal": {
+ "interactAction": 6,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Toxicity",
+ -50
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Pumpkin": {
+ "interactAction": 6,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Hunger",
+ 500
+ ],
+ [
+ "Stamina",
+ 50
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Towelette": {
+ "interactAction": 6,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Soiled",
+ -25
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "HeatPack": {
+ "interactAction": 7,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Temp",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "ColdPack": {
+ "interactAction": 8,
+ "interactText": "USE",
+ "interactAttributes": [
+ [
+ "Temp",
+ -1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "ItemHotwire": {
+ "interactAction": 2,
+ "interactText": "USE",
+ "_inherit": "Default"
+ },
+ "ItemKeyKit": {
+ "interactAction": 2,
+ "interactText": "USE",
+ "_inherit": "Default"
+ },
+ "ItemBarrelF": {
+ "interactAction": 4,
+ "interactText": "FILL",
+ "interactAttributes": [
+ 210
+ ],
+ "interactReturnOnUse": "ItemBarrelE",
+ "_inherit": "Default"
+ },
+ "ItemBarrelE": {
+ "interactAction": 5,
+ "interactText": "SIPHON",
+ "interactAttributes": [
+ 210
+ ],
+ "interactReturnOnUse": "ItemBarrelF",
+ "_inherit": "Default"
+ },
+ "ItemKey": {
+ "interactAction": 2,
+ "interactText": "USE",
+ "_inherit": "Default"
+ },
+ "ItemKeyBlue": {
+ "_inherit": "ItemKey"
+ },
+ "ItemKeyGreen": {
+ "_inherit": "ItemKey"
+ },
+ "ItemKeyRed": {
+ "_inherit": "ItemKey"
+ },
+ "ItemKeyYellow": {
+ "_inherit": "ItemKey"
+ },
+ "ItemDoc1": {
+ "interactAction": -1,
+ "interactText": "READ",
+ "_inherit": "Default"
+ },
+ "ItemDoc2": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemDoc3": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemDoc4": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemDoc5": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemDoc6": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemDoc7": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemDoc8": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemVehDoc1": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemVehDoc2": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemVehDoc3": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemVehDoc4": {
+ "_inherit": "ItemDoc1"
+ },
+ "ItemBulb": {
+ "_inherit": "Default"
+ },
+ "ItemBurlap": {
+ "_inherit": "Default"
+ },
+ "ItemBriefcaseE": {
+ "_inherit": "Default"
+ },
+ "ItemBriefcaseGold100oz": {
+ "_inherit": "Default"
+ },
+ "ItemAluminumBar": {
+ "_inherit": "Default"
+ },
+ "ItemCopperBar": {
+ "_inherit": "Default"
+ },
+ "ItemTinBar": {
+ "_inherit": "Default"
+ },
+ "ItemPlywoodPack": {
+ "_inherit": "Default"
+ },
+ "ItemComboLock": {
+ "_inherit": "Default"
+ },
+ "CircuitParts": {
+ "_inherit": "Default"
+ },
+ "Pelt_EPOCH": {
+ "_inherit": "Default"
+ },
+ "ItemPipe": {
+ "_inherit": "Default"
+ },
+ "ItemEmptyTin": {
+ "_inherit": "Default"
+ },
+ "ItemSodaEmpty": {
+ "_inherit": "Default"
+ },
+ "emptyjar_epoch": {
+ "_inherit": "Default"
+ },
+ "PartPlankPack": {
+ "_inherit": "Default"
+ },
+ "CinderBlocks": {
+ "_inherit": "Default"
+ },
+ "MortarBucket": {
+ "_inherit": "Default"
+ },
+ "ItemKiloHemp": {
+ "_inherit": "Default"
+ },
+ "ItemTopaz": {
+ "_inherit": "Default"
+ },
+ "ItemOnyx": {
+ "_inherit": "Default"
+ },
+ "ItemSapphire": {
+ "_inherit": "Default"
+ },
+ "ItemAmethyst": {
+ "_inherit": "Default"
+ },
+ "ItemEmerald": {
+ "_inherit": "Default"
+ },
+ "ItemCitrine": {
+ "_inherit": "Default"
+ },
+ "ItemRuby": {
+ "_inherit": "Default"
+ },
+ "ItemQuartz": {
+ "_inherit": "Default"
+ },
+ "ItemJade": {
+ "_inherit": "Default"
+ },
+ "ItemGarnet": {
+ "_inherit": "Default"
+ },
+ "ItemMixOil": {
+ "_inherit": "Default"
+ },
+ "ItemDocument": {
+ "_inherit": "Default"
+ },
+ "ItemDocumentMission": {
+ "_inherit": "Default"
+ },
+ "ItemSilverBar": {
+ "_inherit": "Default"
+ },
+ "ItemGoldBar": {
+ "_inherit": "Default"
+ },
+ "ItemGoldBar10oz": {
+ "_inherit": "Default"
+ },
+ "ItemRock": {
+ "_inherit": "Default"
+ },
+ "ItemStick": {
+ "_inherit": "Default"
+ },
+ "ItemRope": {
+ "_inherit": "Default"
+ },
+ "PartOre": {
+ "_inherit": "Default"
+ },
+ "PartOreSilver": {
+ "_inherit": "Default"
+ },
+ "PartOreGold": {
+ "_inherit": "Default"
+ },
+ "ItemPacked": {
+ "_inherit": "Default"
+ },
+ "ItemSolar": {
+ "_inherit": "Default"
+ },
+ "ItemCables": {
+ "_inherit": "Default"
+ },
+ "ItemBattery": {
+ "_inherit": "Default"
+ },
+ "ItemScraps": {
+ "_inherit": "Default"
+ },
+ "ItemCorrugated": {
+ "_inherit": "Default"
+ },
+ "ItemCorrugatedLg": {
+ "_inherit": "Default"
+ },
+ "5Rnd_rollins_mag": {
+ "_inherit": "Default"
+ },
+ "CSGAS": {
+ "_inherit": "Default"
+ },
+ "sledge_swing": {
+ "_inherit": "Default"
+ },
+ "stick_swing": {
+ "_inherit": "Default"
+ },
+ "hatchet_swing": {
+ "_inherit": "Default"
+ },
+ "WoodLog_EPOCH": {
+ "_inherit": "Default"
+ },
+ "ItemCoolerE": {
+ "_inherit": "Default"
+ },
+ "lighter_epoch": {
+ "_inherit": "Default"
+ },
+ "Item_AssaultPack_cbr": {
+ "interactReturnOnUse": "B_AssaultPack_cbr",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_AssaultPack_dgtl": {
+ "interactReturnOnUse": "B_AssaultPack_dgtl",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_AssaultPack_khk": {
+ "interactReturnOnUse": "B_AssaultPack_khk",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_AssaultPack_mcamo": {
+ "interactReturnOnUse": "B_AssaultPack_mcamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_AssaultPack_ocamo": {
+ "interactReturnOnUse": "B_AssaultPack_ocamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_AssaultPack_rgr": {
+ "interactReturnOnUse": "B_AssaultPack_rgr",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_AssaultPack_sgg": {
+ "interactReturnOnUse": "B_AssaultPack_sgg",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_AssaultPack_blk": {
+ "interactReturnOnUse": "B_AssaultPack_blk",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Carryall_cbr": {
+ "interactReturnOnUse": "B_Carryall_cbr",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Carryall_khk": {
+ "interactReturnOnUse": "B_Carryall_khk",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Carryall_mcamo": {
+ "interactReturnOnUse": "B_Carryall_mcamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Carryall_ocamo": {
+ "interactReturnOnUse": "B_Carryall_ocamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Carryall_oli": {
+ "interactReturnOnUse": "B_Carryall_oli",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Carryall_oucamo": {
+ "interactReturnOnUse": "B_Carryall_oucamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_FieldPack_blk": {
+ "interactReturnOnUse": "B_FieldPack_blk",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_FieldPack_cbr": {
+ "interactReturnOnUse": "B_FieldPack_cbr",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_FieldPack_khk": {
+ "interactReturnOnUse": "B_FieldPack_khk",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_FieldPack_ocamo": {
+ "interactReturnOnUse": "B_FieldPack_ocamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_FieldPack_oli": {
+ "interactReturnOnUse": "B_FieldPack_oli",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_FieldPack_oucamo": {
+ "interactReturnOnUse": "B_FieldPack_oucamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Kitbag_cbr": {
+ "interactReturnOnUse": "B_Kitbag_cbr",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Kitbag_mcamo": {
+ "interactReturnOnUse": "B_Kitbag_mcamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Kitbag_rgr": {
+ "interactReturnOnUse": "B_Kitbag_rgr",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_Kitbag_sgg": {
+ "interactReturnOnUse": "B_Kitbag_sgg",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_TacticalPack_blk": {
+ "interactReturnOnUse": "B_TacticalPack_blk",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_TacticalPack_mcamo": {
+ "interactReturnOnUse": "B_TacticalPack_mcamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_TacticalPack_ocamo": {
+ "interactReturnOnUse": "B_TacticalPack_ocamo",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_TacticalPack_oli": {
+ "interactReturnOnUse": "B_TacticalPack_oli",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_TacticalPack_rgr": {
+ "interactReturnOnUse": "B_TacticalPack_rgr",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_smallbackpack_red": {
+ "interactReturnOnUse": "smallbackpack_red_epoch",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_smallbackpack_green": {
+ "interactReturnOnUse": "smallbackpack_green_epoch",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_smallbackpack_teal": {
+ "interactReturnOnUse": "smallbackpack_teal_epoch",
+ "_inherit": "Item_Packed_base"
+ },
+ "Item_smallbackpack_pink": {
+ "interactReturnOnUse": "smallbackpack_pink_epoch",
+ "_inherit": "Item_Packed_base"
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgMasterLoop.hpp b/Sources/epoch_config/Configs/CfgMasterLoop.hpp
index 53de16d3..8c612f86 100644
--- a/Sources/epoch_config/Configs/CfgMasterLoop.hpp
+++ b/Sources/epoch_config/Configs/CfgMasterLoop.hpp
@@ -1,57 +1,50 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Master loop is a simple config based event scheduler that handles all time based player related tasks.
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgMasterLoop.hpp
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Master loop is a simple config based event scheduler that handles all time based player related tasks.";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgMasterLoop.hpp";
*/
-
class CfgMasterLoop
{
- class Init
- {
- file = "epoch_code\compile\setup\masterLoop\init.sqf";
- };
-
- class Events
- {
- condition = "alive player";
- file = "epoch_code\compile\setup\masterLoop";
-
- class Event1
- {
- delay = 1; // in seconds
- };
- class Event2
- {
- delay = 10;
- };
- class Event3
- {
- delay = 15;
- };
- class Event4
- {
- delay = 30;
- };
- class Event5
- {
- delay = 60;
- };
- class Event6
- {
- delay = 300;
- };
- class Event7
- {
- delay = 600;
- };
- };
+ class Init
+ {
+ file = "epoch_code\compile\setup\masterLoop\init.sqf";
+ };
+ class Events
+ {
+ condition = "alive player";
+ file = "epoch_code\compile\setup\masterLoop";
+ class Event1
+ {
+ delay = 1;
+ };
+ class Event2
+ {
+ delay = 10;
+ };
+ class Event3
+ {
+ delay = 15;
+ };
+ class Event4
+ {
+ delay = 30;
+ };
+ class Event5
+ {
+ delay = 60;
+ };
+ class Event6
+ {
+ delay = 300;
+ };
+ class Event7
+ {
+ delay = 600;
+ };
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgMasterLoop.json b/Sources/epoch_config/Configs/CfgMasterLoop.json
new file mode 100644
index 00000000..84abb438
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgMasterLoop.json
@@ -0,0 +1,39 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Master loop is a simple config based event scheduler that handles all time based player related tasks.",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgMasterLoop": {
+ "Init": {
+ "file": "epoch_code\\compile\\setup\\masterLoop\\init.sqf"
+ },
+ "Events": {
+ "condition": "alive player",
+ "file": "epoch_code\\compile\\setup\\masterLoop",
+ "Event1": {
+ "delay": 1
+ },
+ "Event2": {
+ "delay": 10
+ },
+ "Event3": {
+ "delay": 15
+ },
+ "Event4": {
+ "delay": 30
+ },
+ "Event5": {
+ "delay": 60
+ },
+ "Event6": {
+ "delay": 300
+ },
+ "Event7": {
+ "delay": 600
+ }
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgMissions/CfgmissionUav.hpp b/Sources/epoch_config/Configs/CfgMissions/CfgmissionUav.hpp
index f9a73e26..635b7212 100644
--- a/Sources/epoch_config/Configs/CfgMissions/CfgmissionUav.hpp
+++ b/Sources/epoch_config/Configs/CfgMissions/CfgmissionUav.hpp
@@ -36,7 +36,7 @@ class doUAVSpawn{
initcall = "axeUAV = objNull";
callEventBinTask = 0;
callEventCondition1 = "(diag_tickTime - EPOCH_task_startTime) > 6";
- callEventCALL1 = "_targetPos = (getPosATL player) findEmptyPosition [25,250,""I_UAV_01_F""];axeUAV = createVehicle[""I_UAV_01_F"", _targetPos, [], 10, ""CAN_COLLIDE""];_driver = (group player) createUnit[""I_UAV_AI"", position axeUAV, [], 0, ""CAN_COLLIDE""];_driver moveInAny axeUAV;";
+ callEventCALL1 = "_targetPos = (getPosATL player) findEmptyPosition [25,250,""I_UAV_01_F""];axeUAV = createVehicle[""I_UAV_01_F"", _targetPos, [], 10, ""CAN_COLLIDE""];axeUAV disableTIEquipment true;_driver = (group player) createUnit[""I_UAV_AI"", position axeUAV, [], 0, ""CAN_COLLIDE""];_driver moveInAny axeUAV;";
diag1Condition = "true";
dialogue1[] = {"UAV is ready, get prepared !","Here it comes, connecting you now. 10 seconds..","Nice spot, connecting you to the UAV !"};
diagSquelch = 60;
diff --git a/Sources/epoch_config/Configs/CfgObjectInteractions.hpp b/Sources/epoch_config/Configs/CfgObjectInteractions.hpp
index cb5fdf28..ce296883 100644
--- a/Sources/epoch_config/Configs/CfgObjectInteractions.hpp
+++ b/Sources/epoch_config/Configs/CfgObjectInteractions.hpp
@@ -1,147 +1,146 @@
-class CfgObjectInteractions {
- class Default {
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
+/*
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Epoch object interaction configs.";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgObjectInteractions.hpp";
+*/
+class CfgObjectInteractions
+{
+ class Default
+ {
interactMode = 0;
distance = 0;
- toxicChance = 0;
- bleedChance = 0;
- bloodpChance = 0;
- fatigueChance = 0;
- bleedAmount = 0;
- bloodpAmount = 0;
- soundEffect[] = {};
- soundEffectGlobal = 0;
- animationEffect[] = {};
- animationEffectGlobal = 0;
- canSee = "false";
- ppEffect = 0;
- aliveState = 0; // 0 = alive or dead, 1 = dead, 2 = alive.
+ toxicChance = 0;
+ bleedChance = 0;
+ bloodpChance = 0;
+ fatigueChance = 0;
+ bleedAmount = 0;
+ bloodpAmount = 0;
+ soundEffect[] = {};
+ soundEffectGlobal = 0;
+ animationEffect[] = {};
+ animationEffectGlobal = 0;
+ canSee = "false";
+ ppEffect[] = {};
+ aliveState = 0;
interactAttributes[] = {};
};
class Land_MPS_EPOCH : Default {};
class container_epoch : Default {};
-
- // Base Building Start
- class PlotPole_EPOCH : Default {
+ class PlotPole_EPOCH : Default
+ {
interactMode = 1;
};
- class Tipi_EPOCH : Default {
+ class Tipi_EPOCH : Default
+ {
interactMode = 4;
};
- class Tipi_SIM_EPOCH : Default {
+ class Tipi_SIM_EPOCH : Default
+ {
interactMode = 1;
};
- class StorageShelf_EPOCH : Default {
+ class StorageShelf_EPOCH : Default
+ {
interactMode = 4;
};
- class WorkBench_EPOCH : Default {
+ class WorkBench_EPOCH : Default
+ {
interactMode = 4;
};
- class Foundation_EPOCH : Default {
+ class Foundation_EPOCH : Default
+ {
interactMode = 1;
};
- class WoodFoundation_EPOCH : Default {
+ class WoodFoundation_EPOCH : Default
+ {
interactMode = 1;
};
- // Base Building stop
-
- class Sheep_random_EPOCH : Default {
+ class Sheep_random_EPOCH : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Soiled",1}};
};
- class Goat_random_EPOCH : Default {
+ class Goat_random_EPOCH : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Soiled",1}};
};
- class Cock_random_EPOCH : Default {
+ class Cock_random_EPOCH : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Soiled",1}};
};
- class Hen_random_EPOCH : Default {
+ class Hen_random_EPOCH : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Soiled",1}};
};
- class Rabbit_EPOCH : Default {
+ class Rabbit_EPOCH : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Soiled",1}};
};
- class Fin_random_EPOCH : Default {
+ class Fin_random_EPOCH : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Karma",-100},
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Karma",-100},{"Soiled",1}};
};
- class Alsatian_Random_EPOCH : Default {
+ class Alsatian_Random_EPOCH : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Karma",-100},
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Karma",-100},{"Soiled",1}};
};
- class Epoch_Sapper_F : Default {
+ class Epoch_Sapper_F : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Toxicity",20,1},
- {"Soiled",20,1}
- };
+ interactAttributes[] = {{"Toxicity",20,1},{"Soiled",20,1}};
};
- class Epoch_SapperB_F : Default {
+ class Epoch_SapperB_F : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Toxicity",20,1},
- {"Soiled",20,1}
- };
+ interactAttributes[] = {{"Toxicity",20,1},{"Soiled",20,1}};
};
-
- class I_UAV_01_F : Default {
+ class I_UAV_01_F : Default
+ {
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Energy",20,1}
- };
+ interactAttributes[] = {{"Energy",20,1}};
};
- class Epoch_Female_F : Default {
+ class Epoch_Female_F : Default
+ {
interactMode = 2;
};
- class Epoch_Male_F : Default {
+ class Epoch_Male_F : Default
+ {
interactMode = 2;
};
- class C_man_1 : Default {
+ class C_man_1 : Default
+ {
interactMode = 2;
};
- class SapperHead_SIM_EPOCH : Default {
+ class SapperHead_SIM_EPOCH : Default
+ {
interactMode = 0;
- interactAttributes[] = {
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Soiled",1}};
};
- class SapperCorpse_SIM_EPOCH : Default {
+ class SapperCorpse_SIM_EPOCH : Default
+ {
interactMode = 0;
- interactAttributes[] = {
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Soiled",1}};
};
-
- class Snake_random_EPOCH : Default {
+ class Snake_random_EPOCH : Default
+ {
interactMode = 3;
distance = 3;
toxicChance = 0.2;
@@ -151,14 +150,12 @@ class CfgObjectInteractions {
bloodpAmount = 3;
soundEffect[] = {"snake_bite0"};
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
- ppEffect = 0;
+ ppEffect[] = {};
aliveState = 0;
- interactAttributes[] = {
- {"Toxicity",20,1},
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Toxicity",20,1},{"Soiled",1}};
};
- class Snake2_random_EPOCH : Default {
+ class Snake2_random_EPOCH : Default
+ {
interactMode = 3;
distance = 3;
toxicChance = 0.1;
@@ -168,14 +165,12 @@ class CfgObjectInteractions {
bloodpAmount = 3;
soundEffect[] = {"snake_bite0"};
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
- ppEffect = 0;
+ ppEffect[] = {};
aliveState = 0;
- interactAttributes[] = {
- {"Toxicity",10,1},
- {"Soiled",1}
- };
+ interactAttributes[] = {{"Toxicity",10,1},{"Soiled",1}};
};
- class GreatWhite_F : Default {
+ class GreatWhite_F : Default
+ {
interactMode = 3;
distance = 6;
toxicChance = 0;
@@ -185,11 +180,12 @@ class CfgObjectInteractions {
bleedAmount = 100;
bloodpAmount = 3;
canSee = "true";
- ppEffect = 0;
+ ppEffect[] = {};
aliveState = 1;
interactAttributes[] = {};
};
- class SmokeShellCustom : Default {
+ class SmokeShellCustom : Default
+ {
distance = 6;
toxicChance = 1;
bleedChance = 0;
@@ -198,9 +194,10 @@ class CfgObjectInteractions {
bleedAmount = 0;
bloodpAmount = 3;
canSee = "true";
- ppEffect = 0;
+ ppEffect[] = {};
};
- class Epoch_Cloak_F : Default {
+ class Epoch_Cloak_F : Default
+ {
distance = 30;
toxicChance = 0;
bloodpChance = 0.9;
@@ -209,33 +206,28 @@ class CfgObjectInteractions {
bloodpAmount = 3;
soundEffect[] = {"cultist_nearby"};
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
- ppEffect = 1;
+ ppEffect[] = {{{"filmGrain",2005,{0.1,-1,0.05,0.05,2,false},1},{"chromAberration",2006,{0.01,0.01,true},5},{"colorCorrections",2007,{1,1,0,{1.5,-1,-1.5,0.5},{5,3.5,-5,-0.5},{-3,5,-5,-0.5}},5},{"radialBlur",2008,{0.02,0.02,0.15,0.15},5}},2,{{},{{0,0,true},5},{{1,1,-0.01,{0.0,0.0,0.0,0.0},{1.5,1,1.2,0.6},{0.199,0.587,0.114,0.2}},5},{{0,0,0,0},5}},5,{}};
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Toxicity",20,1},
- {"Soiled",20,1}
- };
+ interactAttributes[] = {{"Toxicity",20,1},{"Soiled",20,1}};
};
- class EPOCH_RyanZombie_1 : Default {
+ class EPOCH_RyanZombie_1 : Default
+ {
distance = 3;
toxicChance = 0.1;
bloodpChance = 0.9;
fatigueChance = 0.4;
bleedAmount = 30;
bloodpAmount = 3;
- soundEffect[] = {{"ryanzombies\sounds\attack1.ogg",400}, {"ryanzombies\sounds\attack2.ogg",400}, {"ryanzombies\sounds\attack3.ogg",400}, {"ryanzombies\sounds\attack4.ogg",400}, {"ryanzombies\sounds\attack5.ogg",400}};
+ soundEffect[] = {{"ryanzombies\sounds\attack1.ogg",400},{"ryanzombies\sounds\attack2.ogg",400},{"ryanzombies\sounds\attack3.ogg",400},{"ryanzombies\sounds\attack4.ogg",400},{"ryanzombies\sounds\attack5.ogg",400}};
soundEffectGlobal = 1;
animationEffect[] = {"AwopPercMstpSgthWnonDnon_throw"};
animationEffectGlobal = 1;
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
- ppEffect = 0;
+ ppEffect[] = {};
interactMode = 3;
aliveState = 1;
- interactAttributes[] = {
- {"Toxicity",5,1},
- {"Soiled",10,1}
- };
+ interactAttributes[] = {{"Toxicity",5,1},{"Soiled",10,1}};
};
class EPOCH_RyanZombie_2 : EPOCH_RyanZombie_1 {};
class EPOCH_RyanZombie_3 : EPOCH_RyanZombie_1 {};
@@ -271,5 +263,6 @@ class CfgObjectInteractions {
class EPOCH_RyanZombie_3_S : EPOCH_RyanZombie_1 {};
class EPOCH_RyanZombie_4_S : EPOCH_RyanZombie_1 {};
class EPOCH_RyanZombie_5_S : EPOCH_RyanZombie_1 {};
-
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgObjectInteractions.json b/Sources/epoch_config/Configs/CfgObjectInteractions.json
new file mode 100644
index 00000000..bbbc3c4e
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgObjectInteractions.json
@@ -0,0 +1,603 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Epoch object interaction configs.",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgObjectInteractions": {
+ "Default": {
+ "interactMode": 0,
+ "distance": 0,
+ "toxicChance": 0,
+ "bleedChance": 0,
+ "bloodpChance": 0,
+ "fatigueChance": 0,
+ "bleedAmount": 0,
+ "bloodpAmount": 0,
+ "soundEffect": [],
+ "soundEffectGlobal": 0,
+ "animationEffect": [],
+ "animationEffectGlobal": 0,
+ "canSee": "false",
+ "ppEffect": [],
+ "aliveState": 0,
+ "interactAttributes": []
+ },
+ "Land_MPS_EPOCH": {
+ "_inherit": "Default"
+ },
+ "container_epoch": {
+ "_inherit": "Default"
+ },
+ "PlotPole_EPOCH": {
+ "interactMode": 1,
+ "_inherit": "Default"
+ },
+ "Tipi_EPOCH": {
+ "interactMode": 4,
+ "_inherit": "Default"
+ },
+ "Tipi_SIM_EPOCH": {
+ "interactMode": 1,
+ "_inherit": "Default"
+ },
+ "StorageShelf_EPOCH": {
+ "interactMode": 4,
+ "_inherit": "Default"
+ },
+ "WorkBench_EPOCH": {
+ "interactMode": 4,
+ "_inherit": "Default"
+ },
+ "Foundation_EPOCH": {
+ "interactMode": 1,
+ "_inherit": "Default"
+ },
+ "WoodFoundation_EPOCH": {
+ "interactMode": 1,
+ "_inherit": "Default"
+ },
+ "Sheep_random_EPOCH": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Goat_random_EPOCH": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Cock_random_EPOCH": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Hen_random_EPOCH": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Rabbit_EPOCH": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Fin_random_EPOCH": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Karma",
+ -100
+ ],
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Alsatian_Random_EPOCH": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Karma",
+ -100
+ ],
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Epoch_Sapper_F": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Toxicity",
+ 20,
+ 1
+ ],
+ [
+ "Soiled",
+ 20,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Epoch_SapperB_F": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Toxicity",
+ 20,
+ 1
+ ],
+ [
+ "Soiled",
+ 20,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "I_UAV_01_F": {
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Energy",
+ 20,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Epoch_Female_F": {
+ "interactMode": 2,
+ "_inherit": "Default"
+ },
+ "Epoch_Male_F": {
+ "interactMode": 2,
+ "_inherit": "Default"
+ },
+ "C_man_1": {
+ "interactMode": 2,
+ "_inherit": "Default"
+ },
+ "SapperHead_SIM_EPOCH": {
+ "interactMode": 0,
+ "interactAttributes": [
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "SapperCorpse_SIM_EPOCH": {
+ "interactMode": 0,
+ "interactAttributes": [
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Snake_random_EPOCH": {
+ "interactMode": 3,
+ "distance": 3,
+ "toxicChance": 0.2,
+ "bloodpChance": 1,
+ "fatigueChance": 0.5,
+ "bleedAmount": 30,
+ "bloodpAmount": 3,
+ "soundEffect": [
+ "snake_bite0"
+ ],
+ "canSee": "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])",
+ "ppEffect": [],
+ "aliveState": 0,
+ "interactAttributes": [
+ [
+ "Toxicity",
+ 20,
+ 1
+ ],
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "Snake2_random_EPOCH": {
+ "interactMode": 3,
+ "distance": 3,
+ "toxicChance": 0.1,
+ "bloodpChance": 1,
+ "fatigueChance": 0.5,
+ "bleedAmount": 30,
+ "bloodpAmount": 3,
+ "soundEffect": [
+ "snake_bite0"
+ ],
+ "canSee": "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])",
+ "ppEffect": [],
+ "aliveState": 0,
+ "interactAttributes": [
+ [
+ "Toxicity",
+ 10,
+ 1
+ ],
+ [
+ "Soiled",
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "GreatWhite_F": {
+ "interactMode": 3,
+ "distance": 6,
+ "toxicChance": 0,
+ "bleedChance": 1,
+ "bloodpChance": 1,
+ "fatigueChance": 1,
+ "bleedAmount": 100,
+ "bloodpAmount": 3,
+ "canSee": "true",
+ "ppEffect": [],
+ "aliveState": 1,
+ "interactAttributes": [],
+ "_inherit": "Default"
+ },
+ "SmokeShellCustom": {
+ "distance": 6,
+ "toxicChance": 1,
+ "bleedChance": 0,
+ "bloodpChance": 1,
+ "fatigueChance": 1,
+ "bleedAmount": 0,
+ "bloodpAmount": 3,
+ "canSee": "true",
+ "ppEffect": [],
+ "_inherit": "Default"
+ },
+ "Epoch_Cloak_F": {
+ "distance": 30,
+ "toxicChance": 0,
+ "bloodpChance": 0.9,
+ "fatigueChance": 0.5,
+ "bleedAmount": 66,
+ "bloodpAmount": 3,
+ "soundEffect": [
+ "cultist_nearby"
+ ],
+ "canSee": "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])",
+ "ppEffect": [
+ [
+ [
+ "filmGrain",
+ 2005,
+ [
+ 0.1,
+ -1,
+ 0.05,
+ 0.05,
+ 2,
+ false
+ ],
+ 1
+ ],
+ [
+ "chromAberration",
+ 2006,
+ [
+ 0.01,
+ 0.01,
+ true
+ ],
+ 5
+ ],
+ [
+ "colorCorrections",
+ 2007,
+ [
+ 1,
+ 1,
+ 0,
+ [
+ 1.5,
+ -1,
+ -1.5,
+ 0.5
+ ],
+ [
+ 5,
+ 3.5,
+ -5,
+ -0.5
+ ],
+ [
+ -3,
+ 5,
+ -5,
+ -0.5
+ ]
+ ],
+ 5
+ ],
+ [
+ "radialBlur",
+ 2008,
+ [
+ 0.02,
+ 0.02,
+ 0.15,
+ 0.15
+ ],
+ 5
+ ]
+ ],
+ 2,
+ [
+ [],
+ [
+ [
+ 0,
+ 0,
+ true
+ ],
+ 5
+ ],
+ [
+ [
+ 1,
+ 1,
+ -0.01,
+ [
+ 0.0,
+ 0.0,
+ 0.0,
+ 0.0
+ ],
+ [
+ 1.5,
+ 1,
+ 1.2,
+ 0.6
+ ],
+ [
+ 0.199,
+ 0.587,
+ 0.114,
+ 0.2
+ ]
+ ],
+ 5
+ ],
+ [
+ [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ 5
+ ]
+ ],
+ 5,
+ []
+ ],
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Toxicity",
+ 20,
+ 1
+ ],
+ [
+ "Soiled",
+ 20,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "EPOCH_RyanZombie_1": {
+ "distance": 3,
+ "toxicChance": 0.1,
+ "bloodpChance": 0.9,
+ "fatigueChance": 0.4,
+ "bleedAmount": 30,
+ "bloodpAmount": 3,
+ "soundEffect": [
+ [
+ "ryanzombies\\sounds\\attack1.ogg",
+ 400
+ ],
+ [
+ "ryanzombies\\sounds\\attack2.ogg",
+ 400
+ ],
+ [
+ "ryanzombies\\sounds\\attack3.ogg",
+ 400
+ ],
+ [
+ "ryanzombies\\sounds\\attack4.ogg",
+ 400
+ ],
+ [
+ "ryanzombies\\sounds\\attack5.ogg",
+ 400
+ ]
+ ],
+ "soundEffectGlobal": 1,
+ "animationEffect": [
+ "AwopPercMstpSgthWnonDnon_throw"
+ ],
+ "animationEffectGlobal": 1,
+ "canSee": "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])",
+ "ppEffect": [],
+ "interactMode": 3,
+ "aliveState": 1,
+ "interactAttributes": [
+ [
+ "Toxicity",
+ 5,
+ 1
+ ],
+ [
+ "Soiled",
+ 10,
+ 1
+ ]
+ ],
+ "_inherit": "Default"
+ },
+ "EPOCH_RyanZombie_2": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_3": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_4": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_5": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_1_C": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_2_C": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_3_C": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_4_C": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_5_C": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_1_Sp": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_2_Sp": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_3_Sp": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_4_Sp": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_5_Sp": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_1_B": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_2_B": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_3_B": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_4_B": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_5_B": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_1_W": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_2_W": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_3_W": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_4_W": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_5_W": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_1_M": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_2_M": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_3_M": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_4_M": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_5_M": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_1_S": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_2_S": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_3_S": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_4_S": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ },
+ "EPOCH_RyanZombie_5_S": {
+ "_inherit": "EPOCH_RyanZombie_1"
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp
index 9be63df5..1b5ffc7b 100644
--- a/Sources/epoch_config/Configs/CfgPricing.hpp
+++ b/Sources/epoch_config/Configs/CfgPricing.hpp
@@ -1,1114 +1,4371 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Prices for Trading system.
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgPricing.hpp
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Prices for Trading system.";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgPricing.hpp";
*/
-
class CfgPricing
{
-
- // generated by external system
- #include "CfgPricing\AutoGen.hpp"
-
- class ChainSaw {price = 125;};
- class CircuitParts {price = 50;};
- class ItemCoolerE {price = 50;};
- class JackKit {price = 25;};
- class ItemLockbox {price = 250; tax = 0.5;};
- class ItemSafe { price = 1250; tax = 0.5; };
- class ItemCompass {price = 3;};
- class ItemGPS {price = 20;};
-
- // Radios
- class EpochRadio0 {price = 2;};
- class EpochRadio1 {price = 4;};
- class EpochRadio2 {price = 6;};
- class EpochRadio3 {price = 8;};
- class EpochRadio4 {price = 10;};
- class EpochRadio5 {price = 12;};
- class EpochRadio6 {price = 14;};
- class EpochRadio7 {price = 16;};
- class EpochRadio8 {price = 18;};
- class EpochRadio9 {price = 20;};
-
- class VehicleRepair {price = 35;};
- class VehicleRepairLg {price = 50;};
-
- class WhiskeyNoodle {price = 80;};
-
- class ItemWatch {price = 2;};
-
- class Binocular {price = 4;};
- class NVG_EPOCH {price = 35;};
- class acc_flashlight {price = 5;};
- class acc_pointer_IR {price = 5;};
-
- class srifle_EBR_F {price = 150;};
- class srifle_GM6_F {price = 150;};
- class srifle_LRR_F {price = 200;};
- class srifle_DMR_01_F {price = 200;};
-
- class 20Rnd_762x51_Mag {price = 4; tax = 0.9;};
- class 5Rnd_127x108_Mag {price = 3; tax = 0.9;};
- class 5Rnd_127x108_APDS_Mag {price = 6; tax = 0.9;};
- class 7Rnd_408_Mag {price = 4; tax = 0.9;};
- class 10Rnd_762x54_Mag {price = 2; tax = 0.9;};
- class 10Rnd_338_Mag { price = 2; tax = 0.9; };
- class 130Rnd_338_Mag{ price = 2; tax = 0.9; };
- class 10Rnd_93x64_DMR_05_Mag { price = 2; tax = 0.9; };
- class 10Rnd_127x54_Mag { price = 2; tax = 0.9; };
-
- //CUP start - pistols
- class CUP_hgun_Compact { price = 20; };
- class CUP_hgun_Duty { price = 20; };
- class CUP_hgun_Phantom { price = 25; };
- class CUP_hgun_Glock17 { price = 25; };
- class CUP_hgun_Makarov { price = 20; };
- class CUP_hgun_MicroUzi { price = 45; };
- class CUP_hgun_TaurusTracker455 { price = 35; };
- class CUP_hgun_PB6P9 { price = 30; };
- class CUP_hgun_SA61 { price = 30; };
- class CUP_hgun_M9 { price = 30; };
- class CUP_hgun_TaurusTracker455_gold { price = 300; };
- class CUP_hgun_Colt1911 { price = 30; };
- // Shotguns
- class CUP_sgun_AA12 { price = 75; };
- class CUP_sgun_M1014 { price = 50; };
- class CUP_sgun_Saiga12K { price = 45; };
- // Sniper Rifles
- class CUP_srifle_AS50 { price = 200; };
- class CUP_srifle_LeeEnfield { price = 100; };
- class CUP_srifle_LeeEnfield_rail { price = 150; };
- class CUP_srifle_M107_Base { price = 200; };
- class CUP_srifle_M110 { price = 200; };
- class CUP_srifle_M14 { price = 150; };
- class CUP_srifle_M14_DMR { price = 150; };
- class CUP_srifle_Mk12SPR { price = 200; };
- class CUP_srifle_M24_des { price = 200; };
- class CUP_srifle_M40A3 { price = 200; };
- class CUP_srifle_ksvk { price = 150; };
- class CUP_srifle_SVD { price = 200; };
- class CUP_srifle_VSSVintorez { price = 200; };
- class CUP_srifle_CZ750 { price = 200; };
- class CUP_srifle_CZ550 { price = 200; };
- class CUP_srifle_CZ550_rail { price = 200; };
- class CUP_srifle_M24_wdl { price = 200; };
- class CUP_srifle_SVD_des { price = 200; };
- class CUP_srifle_AWM_des { price = 200; };
- class CUP_srifle_AWM_wdl { price = 200; };
- class CUP_srifle_G22_des { price = 200; };
- // Rifles
- class CUP_arifle_AK107_GL { price = 75; };
- class CUP_arifle_AK47 { price = 75; };
- class CUP_arifle_AK74 { price = 75; };
- class CUP_arifle_AK74_GL { price = 75; };
- class CUP_arifle_AK74M { price = 75; };
- class CUP_arifle_AK74M_GL { price = 75; };
- class CUP_arifle_AKM { price = 75; };
- class CUP_arifle_AKS { price = 75; };
- class CUP_arifle_AKS_Gold { price = 75; };
- class CUP_arifle_AKS74 { price = 75; };
- class CUP_arifle_RPK74 { price = 75; };
- class CUP_arifle_L85A2_GL { price = 75; };
- class CUP_arifle_M16A4_Base { price = 75; };
- class CUP_arifle_M4A1_black { price = 75; };
- class CUP_arifle_M4A1_BUIS_GL { price = 75; };
- class CUP_arifle_M4A1_BUIS_camo_GL { price = 75; };
- class CUP_arifle_M4A1_BUIS_desert_GL { price = 75; };
- class CUP_arifle_M16A2 { price = 75; };
- class CUP_arifle_M16A2_GL { price = 75; };
- class CUP_arifle_M16A4_GL { price = 75; };
- class CUP_arifle_M4A3_desert { price = 75; };
- class CUP_arifle_M4A1 { price = 75; };
- class CUP_arifle_CZ805_A1 { price = 75; };
- class CUP_arifle_CZ805_GL { price = 75; };
- class CUP_arifle_CZ805_B_GL { price = 75; };
- class CUP_arifle_FNFAL { price = 100; };
- class CUP_arifle_FNFAL_railed { price = 100; };
- class CUP_arifle_FNFAL5061 { price = 100; };
- class CUP_arifle_G36A { price = 75; };
- class CUP_arifle_G36K { price = 75; };
- class CUP_arifle_G36C { price = 75; };
- class CUP_arifle_MG36 { price = 75; };
- class CUP_arifle_Mk16_CQC { price = 75; };
- class CUP_arifle_Mk16_CQC_FG { price = 75; };
- class CUP_arifle_Mk16_CQC_SFG { price = 75; };
- class CUP_arifle_Mk16_CQC_EGLM { price = 75; };
- class CUP_arifle_Mk16_STD { price = 75; };
- class CUP_arifle_Mk16_STD_FG { price = 75; };
- class CUP_arifle_Mk16_STD_SFG { price = 75; };
- class CUP_arifle_Mk16_STD_EGLM { price = 75; };
- class CUP_arifle_Mk16_SV { price = 75; };
- class CUP_arifle_Mk17_CQC { price = 75; };
- class CUP_arifle_Mk17_CQC_FG { price = 75; };
- class CUP_arifle_Mk17_CQC_SFG { price = 75; };
- class CUP_arifle_Mk17_CQC_EGLM { price = 75; };
- class CUP_arifle_Mk17_STD { price = 75; };
- class CUP_arifle_Mk17_STD_FG { price = 75; };
- class CUP_arifle_Mk17_STD_SFG { price = 75; };
- class CUP_arifle_Mk17_STD_EGLM { price = 75; };
- class CUP_arifle_Mk20 { price = 100; };
- class CUP_arifle_Sa58RIS1 { price = 75; };
- class CUP_arifle_Sa58RIS2_gl { price = 75; };
- class CUP_arifle_XM8_Carbine_FG { price = 75; };
- class CUP_arifle_XM8_Carbine { price = 75; };
- class CUP_arifle_XM8_Carbine_GL { price = 75; };
- class CUP_arifle_xm8_sharpshooter { price = 75; };
- class CUP_arifle_xm8_SAW { price = 75; };
- class CUP_arifle_XM8_Compact { price = 75; };
- class CUP_arifle_XM8_Compact_Rail { price = 75; };
- class CUP_arifle_CZ805_A2 { price = 75; };
- class CUP_arifle_CZ805_B { price = 75; };
- class CUP_arifle_Sa58P { price = 75; };
- class CUP_arifle_Sa58P_des { price = 75; };
- class CUP_arifle_Sa58V { price = 75; };
- class CUP_arifle_Sa58V_camo { price = 75; };
- class CUP_arifle_Sa58RIS1_des { price = 75; };
- class CUP_arifle_Sa58RIS2 { price = 75; };
- class CUP_arifle_Sa58RIS2_camo { price = 75; };
- class CUP_arifle_AK107 { price = 75; };
- class CUP_arifle_AKS74U { price = 75; };
- class CUP_arifle_RPK74_45 { price = 75; };
- class CUP_arifle_RPK74M { price = 75; };
- class CUP_arifle_FNFAL5062 { price = 75; };
- class CUP_arifle_FNFAL_OSW { price = 75; };
- class CUP_arifle_G36A_camo { price = 75; };
- class CUP_arifle_G36K_camo { price = 75; };
- class CUP_arifle_G36C_camo { price = 75; };
- class CUP_arifle_MG36_camo { price = 75; };
- class CUP_arifle_L85A2 { price = 75; };
- class CUP_arifle_L86A2 { price = 75; };
- class CUP_arifle_M4A1_camo { price = 75; };
- class CUP_arifle_M4A1_desert { price = 75; };
- class CUP_arifle_XM8_Railed { price = 75; };
- //Lmgs
- class CUP_lmg_L110A1 { price = 150; };
- class CUP_lmg_M240 { price = 150; };
- class CUP_lmg_minimipara { price = 150; };
- class CUP_lmg_minimi { price = 150; };
- class CUP_lmg_m249_para { price = 150; };
- class CUP_lmg_M249_E2 { price = 150; };
- class CUP_lmg_minimi_railed { price = 150; };
- class CUP_lmg_m249_pip1 { price = 150; };
- class CUP_lmg_m249_pip4 { price = 150; };
- class CUP_lmg_L7A2 { price = 150; };
- class CUP_lmg_PKM { price = 150; };
- class CUP_lmg_Pecheneg { price = 150; };
- class CUP_lmg_UK59 { price = 150; };
- class CUP_lmg_m249_pip2 { price = 150; };
- class CUP_lmg_m249_pip3 { price = 150; };
- class CUP_lmg_m249_SQuantoon { price = 150; };
- class CUP_lmg_M60E4 { price = 150; };
- class CUP_lmg_Mk48_des { price = 150; };
- class CUP_lmg_Mk48_wdl { price = 150; };
- // smg
- class CUP_smg_bizon { price = 75; };
- class CUP_smg_EVO { price = 100; };
- class CUP_smg_MP5SD6 { price = 125; };
- class CUP_smg_MP5A5 { price = 100; };
- // pistol ammo
- class CUP_10Rnd_9x19_Compact { price = 3; tax = 0.9; };
- class CUP_18Rnd_9x19_Phantom { price = 3; tax = 0.9; };
- class CUP_17Rnd_9x19_glock17 { price = 3; tax = 0.9; };
- class CUP_8Rnd_9x18_Makarov_M { price = 3; tax = 0.9; };
- class CUP_8Rnd_9x18_MakarovSD_M { price = 3; tax = 0.9; };
- class CUP_30Rnd_9x19_UZI { price = 3; tax = 0.9; };
- class CUP_6Rnd_45ACP_M { price = 3; tax = 0.9; };
- class CUP_20Rnd_B_765x17_Ball_M { price = 3; tax = 0.9; };
- class CUP_15Rnd_9x19_M9 { price = 3; tax = 0.9; };
- class CUP_7Rnd_45ACP_1911 { price = 3; tax = 0.9; };
-
- // shotgun ammo
- class CUP_20Rnd_B_AA12_Pellets { price = 5; tax = 0.9; };
- class CUP_20Rnd_B_AA12_74Slug { price = 5; tax = 0.9; };
- class CUP_20Rnd_B_AA12_HE { price = 15; tax = 0.9; };
- class CUP_8Rnd_B_Beneli_74Slug { price = 5; tax = 0.9; };
- class CUP_8Rnd_B_Beneli_74Pellets { price = 5; tax = 0.9; };
- class CUP_8Rnd_B_Saiga12_74Slug_M { price = 5; tax = 0.9; };
- class CUP_8Rnd_B_Saiga12_74Pellets_M { price = 5; tax = 0.9; };
-
- // Sniper ammo
- class CUP_5Rnd_127x99_as50_M { price = 5; tax = 0.9; };
- class CUP_10x_303_M { price = 5; tax = 0.9; };
- class CUP_10Rnd_127x99_m107 { price = 5; tax = 0.9; };
- class CUP_20Rnd_762x51_B_M110 { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Yellow_Tracer_762x51_M110 { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Red_Tracer_762x51_M110 { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Green_Tracer_762x51_M110 { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_White_Tracer_762x51_M110 { price = 5; tax = 0.9; };
- class CUP_5Rnd_762x51_M24 { price = 5; tax = 0.9; };
- class CUP_5Rnd_127x108_KSVK_M { price = 5; tax = 0.9; };
- class CUP_10Rnd_762x54_SVD_M { price = 5; tax = 0.9; };
- class CUP_10Rnd_9x39_SP5_VSS_M { price = 5; tax = 0.9; };
- class CUP_20Rnd_9x39_SP5_VSS_M { price = 5; tax = 0.9; };
- class CUP_10Rnd_762x51_CZ750_Tracer { price = 5; tax = 0.9; };
- class CUP_10Rnd_762x51_CZ750 { price = 5; tax = 0.9; };
- class CUP_5x_22_LR_17_HMR_M { price = 5; tax = 0.9; };
- class CUP_5Rnd_86x70_L115A1 { price = 5; tax = 0.9; };
- class CUP_5Rnd_762x67_G22 { price = 5; tax = 0.9; };
-
- // Rifle ammo
- class CUP_30Rnd_545x39_AK_M { price = 5; tax = 0.9; };
- class CUP_30Rnd_TE1_Green_Tracer_545x39_AK_M { price = 5; tax = 0.9; };
- class CUP_30Rnd_TE1_Red_Tracer_545x39_AK_M { price = 5; tax = 0.9; };
- class CUP_30Rnd_TE1_White_Tracer_545x39_AK_M { price = 5; tax = 0.9; };
- class CUP_30Rnd_TE1_Yellow_Tracer_545x39_AK_M { price = 5; tax = 0.9; };
- class CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M { price = 5; tax = 0.9; };
- class CUP_30Rnd_762x39_AK47_M { price = 5; tax = 0.9; };
- class CUP_75Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M { price = 5; tax = 0.9; };
- class CUP_20Rnd_762x51_CZ805B { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Yellow_Tracer_762x51_CZ805B { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Red_Tracer_762x51_CZ805B { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Green_Tracer_762x51_CZ805B { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_White_Tracer_762x51_CZ805B { price = 5; tax = 0.9; };
- class CUP_20Rnd_762x51_FNFAL_M { price = 5; tax = 0.9; };
- class CUP_20Rnd_762x51_B_SCAR { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Yellow_Tracer_762x51_SCAR { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_Green_Tracer_762x51_SCAR { price = 5; tax = 0.9; };
- class CUP_20Rnd_TE1_White_Tracer_762x51_SCAR { price = 5; tax = 0.9; };
- class CUP_30Rnd_Sa58_M_TracerG { price = 5; tax = 0.9; };
- class CUP_30Rnd_Sa58_M_TracerR { price = 5; tax = 0.9; };
- class CUP_30Rnd_Sa58_M_TracerY { price = 5; tax = 0.9; };
- class CUP_30Rnd_Sa58_M { price = 5; tax = 0.9; };
-
- // lmg
- class CUP_100Rnd_TE4_LRT4_White_Tracer_762x51_Belt_M { price = 7; tax = 0.9; };
- class CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M { price = 7; tax = 0.9; };
- class CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M { price = 7; tax = 0.9; };
- class CUP_50Rnd_UK59_762x54R_Tracer { price = 5; tax = 0.9; };
-
- // smg
- class CUP_64Rnd_9x19_Bizon_M { price = 5; tax = 0.9; };
- class CUP_64Rnd_Green_Tracer_9x19_Bizon_M { price = 4; tax = 0.9; };
- class CUP_64Rnd_Red_Tracer_9x19_Bizon_M { price = 4; tax = 0.9; };
- class CUP_64Rnd_White_Tracer_9x19_Bizon_M { price = 4; tax = 0.9; };
- class CUP_64Rnd_Yellow_Tracer_9x19_Bizon_M { price = 4; tax = 0.9; };
- class CUP_30Rnd_9x19_MP5 { price = 4; tax = 0.9; };
- // items
- class CUP_item_Money { price = 1000; };
- class CUP_item_Kostey_photos { price = 100; };
- class CUP_item_Kostey_map_case { price = 100; };
- class CUP_item_Kostey_notebook { price = 100; };
- class CUP_item_CDF_dogtags { price = 100; };
- class CUP_item_Moscow_Bombing_File { price = 100; };
- class CUP_item_Cobalt_File { price = 100; };
- // muzzles
- class CUP_muzzle_snds_M110 { price = 5; };
- class CUP_muzzle_snds_M14 { price = 5; };
- class CUP_muzzle_PBS4 { price = 5; };
- class CUP_muzzle_PB6P9 { price = 5; };
- class CUP_muzzle_Bizon { price = 5; };
- class CUP_muzzle_snds_M9 { price = 5; };
- class CUP_muzzle_snds_MicroUzi { price = 5; };
- class CUP_muzzle_snds_AWM { price = 5; };
- class CUP_muzzle_snds_G36_black { price = 5; };
- class CUP_muzzle_snds_G36_desert { price = 5; };
- class CUP_muzzle_snds_L85 { price = 5; };
- class CUP_muzzle_snds_M16_camo { price = 5; };
- class CUP_muzzle_snds_M16 { price = 5; };
- class CUP_muzzle_snds_SCAR_L { price = 5; };
- class CUP_muzzle_mfsup_SCAR_L { price = 5; };
- class CUP_muzzle_snds_SCAR_H { price = 5; };
- class CUP_muzzle_mfsup_SCAR_H { price = 5; };
- class CUP_muzzle_snds_XM8 { price = 5; };
- // optics
- class CUP_optic_PSO_1 { price = 10; };
- class CUP_optic_PSO_3 { price = 10; };
- class CUP_optic_Kobra { price = 10; };
- class CUP_optic_GOSHAWK { price = 10; };
- class CUP_optic_NSPU { price = 10; };
- class CUP_optic_PechenegScope { price = 10; };
- class CUP_optic_SB_3_12x50_PMII { price = 10; };
- class CUP_optic_AN_PAS_13c2 { price = 10; };
- class CUP_optic_LeupoldMk4 { price = 10; };
- class CUP_optic_HoloBlack { price = 10; };
- class CUP_optic_HoloWdl { price = 10; };
- class CUP_optic_HoloDesert { price = 10; };
- class CUP_optic_Eotech533 { price = 10; };
- class CUP_optic_Eotech533Grey { price = 10; };
- class CUP_optic_CompM4 { price = 10; };
- class CUP_optic_SUSAT { price = 10; };
- class CUP_optic_ACOG { price = 10; };
- class CUP_optic_CWS { price = 10; };
- class CUP_optic_Leupold_VX3 { price = 10; };
- class CUP_optic_AN_PVS_10 { price = 10; };
- class CUP_optic_CompM2_Black { price = 10; };
- class CUP_optic_CompM2_Woodland { price = 10; };
- class CUP_optic_CompM2_Woodland2 { price = 10; };
- class CUP_optic_CompM2_Desert { price = 10; };
- class CUP_optic_RCO { price = 10; };
- class CUP_optic_RCO_desert { price = 10; };
- class CUP_optic_LeupoldM3LR { price = 15; };
- class CUP_optic_LeupoldMk4_10x40_LRT_Desert { price = 15; };
- class CUP_optic_LeupoldMk4_10x40_LRT_Woodland { price = 15; };
- class CUP_optic_ElcanM145 { price = 10; };
- class CUP_optic_AN_PAS_13c1 { price = 10; };
- class CUP_optic_LeupoldMk4_CQ_T { price = 10; };
- class CUP_optic_ELCAN_SpecterDR { price = 10; };
- class CUP_optic_LeupoldMk4_MRT_tan { price = 10; };
- class CUP_optic_SB_11_4x20_PM { price = 10; };
- class CUP_optic_ZDDot { price = 10; };
- class CUP_optic_MRad { price = 10; };
- class CUP_optic_TrijiconRx01_desert { price = 10; };
- class CUP_optic_TrijiconRx01_black { price = 10; };
- class CUP_optic_AN_PVS_4 { price = 10; };
- // acc
- class CUP_acc_Glock17_Flashlight { price = 5; };
- class CUP_acc_ANPEQ_15 { price = 5; };
- class CUP_acc_ANPEQ_2 { price = 5; };
- class CUP_acc_Flashlight { price = 5; };
- class CUP_acc_Flashlight_wdl { price = 5; };
- class CUP_acc_Flashlight_desert { price = 5; };
- class CUP_acc_XM8_light_module { price = 5; };
- class CUP_acc_ANPEQ_2_camo { price = 5; };
- class CUP_acc_ANPEQ_2_desert { price = 5; };
- class CUP_acc_ANPEQ_2_grey { price = 5; };
- class CUP_acc_CZ_M3X { price = 5; };
- // bipods
- class CUP_bipod_Harris_1A2_L { price = 15; };
- class CUP_bipod_VLTOR_Modpod { price = 15; };
- // camos
- class CUP_Mxx_camo { price = 10; };
- class CUP_Mxx_camo_half { price = 10; };
- class CUP_SVD_camo_g { price = 10; };
- class CUP_SVD_camo_g_half { price = 10; };
- class CUP_SVD_camo_d { price = 10; };
- class CUP_SVD_camo_d_half { price = 10; };
- //CUP end
-
- // Paint
- class PaintCanClear {price = 1;};
- class PaintCanBlk {price = 1;};
- class PaintCanBlu {price = 1;};
- class PaintCanBrn {price = 1;};
- class PaintCanGrn {price = 1;};
- class PaintCanOra {price = 1;};
- class PaintCanPur {price = 1;};
- class PaintCanRed {price = 1;};
- class PaintCanTeal {price = 1;};
- class PaintCanYel {price = 1;};
-
- class ItemDocument {price = 5;};
- class ItemDocumentMission {price = 5;};
- class ItemMixOil {price = 5;};
- class emptyjar_epoch {price = 5;};
- class jerrycan_epoch { price = 10; };
- class jerrycanE_epoch { price = 5; };
- class speargun_epoch { price = 75; };
- class spear_magazine { price = 5; tax = 0.9; };
- class lighter_epoch { price = 50; };
- class WoodLog_EPOCH { price = 1; };
- class ItemRope { price = 5; };
- class ItemStick { price = 1; };
- class ItemRock { price = 1; };
-
- // Food
- class honey_epoch {price = 5;};
- class FoodBioMeat {price = 4;};
- class FoodMeeps {price = 50;};
- class FoodSnooter {price = 5;};
- class sardines_epoch {price = 2;};
- class meatballs_epoch {price = 2;};
- class scam_epoch {price = 4;};
- class TacticalBacon {price = 5;};
- class sweetcorn_epoch {price = 2;};
- class CookedSheep_EPOCH {price = 5;};
- class CookedGoat_EPOCH {price = 5;};
- class SnakeMeat_EPOCH {price = 3;};
- class CookedRabbit_EPOCH {price = 5;};
- class CookedChicken_EPOCH {price = 3;};
- class ItemTrout {price = 2;};
- class ItemTroutCooked {price = 20;};
- class ItemSeaBass {price = 5;};
- class ItemSeaBassCooked {price = 50;};
- class ItemTuna {price = 10;};
- class ItemTunaCooked {price = 100;};
-
- // Drinks
- class FoodWalkNSons {price = 5;};
- class ItemSodaOrangeSherbet {price = 4;};
- class ItemSodaPurple {price = 5;};
- class ItemSodaMocha {price = 8;};
- class ItemSodaBurst {price = 4;};
- class ItemSodaRbull {price = 5;};
- class water_epoch {price = 5;};
- class clean_water_epoch {price = 10;};
-
- // Medical
- class FAK {price = 3;};
- class Towelette {price = 1;};
- class HeatPack {price = 2;};
- class ColdPack {price = 2;};
-
- class sr25_epoch { price = 50; };
- class l85a2_epoch { price = 50; };
- class l85a2_pink_epoch { price = 50; };
- class l85a2_ugl_epoch { price = 50; };
- class arifle_Katiba_F {price = 50;};
- class arifle_Katiba_C_F {price = 50;};
- class arifle_Katiba_GL_F {price = 75;};
- class arifle_MXC_F {price = 50;};
- class arifle_MX_F {price = 50;};
- class arifle_MX_GL_F {price = 75;};
- class arifle_MXM_F {price = 50;};
- class arifle_SDAR_F {price = 50;};
- class arifle_TRG21_F {price = 50;};
- class arifle_TRG20_F {price = 50;};
- class arifle_TRG21_GL_F {price = 75;};
- class arifle_Mk20_F {price = 50;};
- class arifle_Mk20C_F {price = 50;};
- class arifle_Mk20_GL_F {price = 75;};
- class arifle_Mk20_plain_F {price = 50;};
- class arifle_Mk20C_plain_F {price = 50;};
- class arifle_Mk20_GL_plain_F {price = 75;};
- class SMG_01_F {price = 35;};
- class SMG_02_F {price = 35;};
- class hgun_PDW2000_F {price = 35;};
- class arifle_MXM_Black_F {price = 50;};
- class arifle_MX_GL_Black_F {price = 75;};
- class arifle_MX_Black_F {price = 50;};
- class arifle_MXC_Black_F {price = 50;};
- class Rollins_F {price = 50;};
-
- class 30Rnd_65x39_caseless_green {price = 3; tax = 0.9;};
- class 30Rnd_65x39_caseless_green_mag_Tracer {price = 4; tax = 0.9;};
- class 30Rnd_65x39_caseless_mag {price = 3; tax = 0.9;};
- class 30Rnd_65x39_caseless_mag_Tracer {price = 4; tax = 0.9;};
- class 20Rnd_556x45_UW_mag {price = 3; tax = 0.9;};
- class 30Rnd_556x45_Stanag {price = 3; tax = 0.9;};
- class 30Rnd_556x45_Stanag_Tracer_Red {price = 4; tax = 0.9;};
- class 30Rnd_556x45_Stanag_Tracer_Green {price = 4; tax = 0.9;};
- class 30Rnd_556x45_Stanag_Tracer_Yellow {price = 4; tax = 0.9;};
- class 30Rnd_45ACP_Mag_SMG_01 {price = 2; tax = 0.9;};
- class 30Rnd_45ACP_Mag_SMG_01_Tracer_Green {price = 3; tax = 0.9;};
- class 5Rnd_rollins_mag {price = 2; tax = 0.9;};
-
- class UGL_FlareWhite_F {price = 2;};
- class UGL_FlareGreen_F {price = 2;};
- class UGL_FlareRed_F {price = 2;};
- class UGL_FlareYellow_F {price = 2;};
- class UGL_FlareCIR_F {price = 2;};
- class 1Rnd_Smoke_Grenade_shell {price = 4;};
- class 1Rnd_SmokeRed_Grenade_shell {price = 4;};
- class 1Rnd_SmokeGreen_Grenade_shell {price = 4;};
- class 1Rnd_SmokeYellow_Grenade_shell {price = 4;};
- class 1Rnd_SmokePurple_Grenade_shell {price = 4;};
- class 1Rnd_SmokeBlue_Grenade_shell {price = 4;};
- class 1Rnd_SmokeOrange_Grenade_shell {price = 4;};
- class 3Rnd_HE_Grenade_shell {price = 10;};
- class 3Rnd_UGL_FlareWhite_F {price = 4;};
- class 3Rnd_UGL_FlareGreen_F {price = 4;};
- class 3Rnd_UGL_FlareRed_F {price = 4;};
- class 3Rnd_UGL_FlareYellow_F {price = 4;};
- class 3Rnd_UGL_FlareCIR_F {price = 4;};
- class 3Rnd_Smoke_Grenade_shell {price = 3;};
- class 3Rnd_SmokeRed_Grenade_shell {price = 3;};
- class 3Rnd_SmokeGreen_Grenade_shell {price = 3;};
- class 3Rnd_SmokeYellow_Grenade_shell {price = 3;};
- class 3Rnd_SmokePurple_Grenade_shell {price = 3;};
- class 3Rnd_SmokeBlue_Grenade_shell {price = 3;};
- class 3Rnd_SmokeOrange_Grenade_shell {price = 3;};
-
- class LMG_Mk200_F {price = 150;};
- class arifle_MX_SW_F {price = 150;};
- class LMG_Zafir_F {price = 150;};
- class arifle_MX_SW_Black_F {price = 150;};
-
- // DLC sniper rifles
- class srifle_DMR_02_F { price = 150; };
- class srifle_DMR_02_camo_F { price = 150; };
- class srifle_DMR_02_sniper_F { price = 150; };
- class srifle_DMR_03_F { price = 150; };
- class srifle_DMR_03_khaki_F { price = 150; };
- class srifle_DMR_03_tan_F { price = 150; };
- class srifle_DMR_03_multicam_F { price = 150; };
- class srifle_DMR_03_woodland_F { price = 150; };
- class srifle_DMR_03_spotter_F { price = 150; };
- class srifle_DMR_04_Tan_F { price = 150; };
- class srifle_DMR_05_blk_F { price = 150; };
- class srifle_DMR_05_hex_F { price = 150; };
- class srifle_DMR_05_tan_f { price = 150; };
- class srifle_DMR_06_camo_F { price = 150; };
- class srifle_DMR_06_olive_F { price = 150; };
- // DLC machine guns
- class MMG_01_hex_F { price = 150; };
- class MMG_01_tan_F { price = 150; };
- class MMG_02_camo_F { price = 150; };
- class MMG_02_black_F { price = 150; };
- class MMG_02_sand_F { price = 150; };
-
- // new weapons
- class m249_EPOCH {price = 150;};
- class m249Tan_EPOCH {price = 150;};
- class m107Tan_EPOCH {price = 200;};
- class m107_EPOCH {price = 200;};
- class m16_EPOCH {price = 100;};
- class m16Red_EPOCH {price = 125;};
- class M14_EPOCH {price = 125;};
- class M14Grn_EPOCH {price = 150;};
- class m4a3_EPOCH {price = 100;};
- class AKM_EPOCH {price = 100;};
-
- // new magazines kiory
- class 30rnd_556_magazine{ price = 5; tax = 0.9; };
- class 20rnd_762_magazine{ price = 5; tax = 0.9; };
- // new magazines seq
- class 30Rnd_762x39_Mag {price = 5; tax = 0.9;};
- class 200Rnd_556x45_M249 {price = 5; tax = 0.9;};
-
- class 200Rnd_65x39_cased_Box {price = 5; tax = 0.9;};
- class 100Rnd_65x39_caseless_mag {price = 3; tax = 0.9;};
- class 200Rnd_65x39_cased_Box_Tracer {price = 5; tax = 0.9;};
- class 100Rnd_65x39_caseless_mag_Tracer {price = 4; tax = 0.9;};
- class 150Rnd_762x51_Box {price = 4; tax = 0.9;};
- class 150Rnd_762x51_Box_Tracer {price = 5; tax = 0.9;};
- class 150Rnd_762x54_Box{ price = 4; tax = 0.9; };
- class 150Rnd_762x54_Box_Tracer{ price = 5; tax = 0.9; };
- class 150Rnd_93x64_Mag{ price = 6; tax = 0.9; };
-
- class Rangefinder {price = 4;};
- class Laserdesignator {price = 4;};
- class hgun_ACPC2_F {price = 20;};
- class hgun_Rook40_F {price = 20;};
- class hgun_P07_F {price = 20;};
- class hgun_Pistol_heavy_01_F {price = 25;};
- class hgun_Pistol_heavy_02_F {price = 25;};
- class ruger_pistol_epoch {price = 40;};
- class 1911_pistol_epoch {price = 6;};
- class hgun_Pistol_Signal_F {price = 20;};
- class Hatchet {price = 25;};
- class MultiGun {price = 100;};
- class MeleeSledge {price = 50;};
- class MeleeSword { price = 1111; };
- class MeleeRod { price = 100; };
-
- class CrudeHatchet { price = 5; };
- class MeleeMaul { price = 10; };
- class WoodClub { price = 5; };
- class Plunger { price = 15; };
-
- class 16Rnd_9x21_Mag {price = 2; tax = 0.9;};
- class 30Rnd_9x21_Mag {price = 3; tax = 0.9;};
- class 9Rnd_45ACP_Mag {price = 2; tax = 0.9;};
- class 11Rnd_45ACP_Mag {price = 2; tax = 0.9;};
- class 6Rnd_45ACP_Cylinder {price = 2; tax = 0.9;};
- class 10rnd_22X44_magazine {price = 2; tax = 0.9;};
- class 9rnd_45X88_magazine {price = 2; tax = 0.9;};
- class 6Rnd_GreenSignal_F {price = 2;};
- class 6Rnd_RedSignal_F {price = 2;};
- class EnergyPack {price = 3; tax = 0.9;};
- class EnergyPackLg {price = 30; tax = 0.9;};
-
- class optic_Arco {price = 10;};
- class optic_Hamr {price = 10;};
- class optic_Aco {price = 10;};
- class optic_ACO_grn {price = 10;};
- class optic_Aco_smg {price = 10;};
- class optic_ACO_grn_smg {price = 10;};
- class optic_Holosight {price = 10;};
- class optic_Holosight_smg {price = 10;};
- class optic_SOS {price = 10;};
- class optic_MRCO {price = 10;};
- class optic_DMS {price = 10;};
- class optic_Yorris {price = 10;};
- class optic_MRD {price = 10;};
- class optic_LRPS {price = 20;};
- class optic_NVS {price = 30;};
- class optic_Nightstalker {price = 50;};
- class optic_tws {price = 20;};
- class optic_tws_mg {price = 20;};
-
- // DLC optics
- class optic_AMS { price = 10; };
- class optic_AMS_khk { price = 10; };
- class optic_AMS_snd { price = 10; };
- class optic_KHS_blk { price = 10; };
- class optic_KHS_hex { price = 10; };
- class optic_KHS_old { price = 10; };
- class optic_KHS_tan { price = 10; };
-
- // DLC bipods
- class bipod_01_F_snd { price = 15; };
- class bipod_01_F_blk { price = 15; };
- class bipod_01_F_mtp { price = 15; };
- class bipod_02_F_blk { price = 15; };
- class bipod_02_F_tan { price = 15; };
- class bipod_02_F_hex { price = 15; };
- class bipod_03_F_blk { price = 15; };
- class bipod_03_F_oli { price = 15; };
-
- // Epoch
- class Elcan_epoch { price = 5; };
- class Elcan_reflex_epoch { price = 10; };
-
- class muzzle_snds_H {price = 5;};
- class muzzle_snds_L {price = 5;};
- class muzzle_snds_M {price = 5;};
- class muzzle_snds_B {price = 5;};
- class muzzle_snds_H_MG {price = 5;};
- class muzzle_snds_acp {price = 5;};
- class Heal_EPOCH {price = 3;};
- class Defib_EPOCH {price = 5;};
- class Repair_EPOCH {price = 2;};
-
- // DLC muzzles
- class muzzle_snds_338_black { price = 5; };
- class muzzle_snds_338_green { price = 5; };
- class muzzle_snds_338_sand { price = 5; };
-
- class muzzle_snds_93mmg { price = 5; };
- class muzzle_snds_93mmg_tan { price = 5; };
-
- class muzzle_sr25S_epoch { price = 5; };
-
- class PartOreGold {price = 70;};
- class PartOreSilver {price = 7;};
- class PartOre {price = 1;};
- class ItemGoldBar {price = 100;};
- class ItemSilverBar {price = 10;};
- class ItemGoldBar10oz {price = 1000;};
- class ItemTopaz {price = 25;};
- class ItemOnyx {price = 30;};
- class ItemSapphire {price = 50;};
- class ItemAmethyst {price = 25;};
- class ItemEmerald {price = 25;};
- class ItemCitrine {price = 25;};
- class ItemRuby {price = 75;};
- class ItemQuartz {price = 5;};
- class ItemJade {price = 100;};
- class ItemGarnet {price = 25;};
- class ItemKiloHemp {price = 100;};
-
- // Building resources
- class PartPlankPack {price = 2;};
- class CinderBlocks {price = 20;};
- class MortarBucket {price = 20;};
- class ItemScraps {price = 2;};
- class ItemCorrugated {price = 8;};
- class ItemCorrugatedLg {price = 25;};
-
- // Building parts
- class KitStudWall {price = 10;};
- class KitWoodFloor {price = 10;};
- class KitWoodStairs {price = 10;};
- class KitWoodTower {price = 10;};
- class KitWoodRamp {price = 14;};
- class KitSpikeTrap {price = 25;};
- class KitMetalTrap {price = 25;};
- class KitTankTrap {price = 25;};
- class KitHesco3 { price = 25; };
- class KitWoodLadder { price = 10; };
- class KitFirePlace {price = 4;};
- class KitTiPi {price = 10;};
- class KitShelf {price = 90;};
- class KitWorkbench { price = 10; };
-
- class KitWoodFoundation { price = 20; };
- class KitFoundation {price = 90;};
- class KitPlotPole {price = 300;};
- class KitSolarGen { price = 200; };
- class KitCinderWall {price = 140;};
-
- class ItemSolar { price = 75; };
- class ItemCables { price = 50; };
- class ItemBattery { price = 50; };
- class Pelt_EPOCH {price = 1;};
- class Venom_EPOCH {price = 10;};
-
- class HandGrenade_Stone {price = 1;};
- class SmokeShell {price = 2;};
- class SmokeShellYellow {price = 2;};
- class SmokeShellGreen {price = 2;};
- class SmokeShellRed {price = 2;};
- class SmokeShellPurple {price = 2;};
- class SmokeShellOrange {price = 2;};
- class SmokeShellBlue {price = 2;};
- class Chemlight_green {price = 1;};
- class Chemlight_red {price = 1;};
- class Chemlight_yellow {price = 1;};
- class Chemlight_blue {price = 1;};
-
- class HandGrenade {price = 15;};
- class MiniGrenade {price = 10;};
- class DemoCharge_Remote_Mag {price = 40;};
- class SatchelCharge_Remote_Mag {price = 75;};
- class ATMine_Range_Mag {price = 50;};
- class ClaymoreDirectionalMine_Remote_Mag {price = 50;};
- class APERSMine_Range_Mag {price = 30;};
- class APERSBoundingMine_Range_Mag {price = 50;};
- class SLAMDirectionalMine_Wire_Mag {price = 40;};
- class APERSTripMine_Wire_Mag {price = 30;};
-
- // Backpacks
- class B_AssaultPack_cbr {price = 10;};
- class B_AssaultPack_dgtl {price = 10;};
- class B_AssaultPack_khk {price = 10;};
- class B_AssaultPack_mcamo {price = 10;};
- class B_AssaultPack_ocamo {price = 10;};
- class B_AssaultPack_rgr {price = 10;};
- class B_AssaultPack_sgg {price = 10;};
- class B_AssaultPack_blk { price = 10; };
- class B_Carryall_cbr {price = 40;};
- class B_Carryall_khk {price = 40;};
- class B_Carryall_mcamo {price = 40;};
- class B_Carryall_ocamo {price = 40;};
- class B_Carryall_oli {price = 40;};
- class B_Carryall_oucamo {price = 40;};
- class B_FieldPack_blk {price = 15;};
- class B_FieldPack_cbr {price = 15;};
- class B_FieldPack_khk {price = 15;};
- class B_FieldPack_ocamo {price = 15;};
- class B_FieldPack_oli {price = 15;};
- class B_FieldPack_oucamo {price = 15;};
- class B_Kitbag_cbr {price = 25;};
- class B_Kitbag_mcamo {price = 25;};
- class B_Kitbag_rgr {price = 25;};
- class B_Kitbag_sgg {price = 25;};
- class B_Parachute {price = 25;}; // no packed option
- class B_TacticalPack_blk {price = 20;};
- class B_TacticalPack_mcamo {price = 20;};
- class B_TacticalPack_ocamo {price = 20;};
- class B_TacticalPack_oli {price = 20;};
- class B_TacticalPack_rgr {price = 20;};
-
- class smallbackpack_red_epoch {price = 22;};
- class smallbackpack_green_epoch {price = 22;};
- class smallbackpack_teal_epoch {price = 22;};
- class smallbackpack_pink_epoch {price = 22;};
- class I_UAV_01_backpack_F {price = 22;};
- // Marksman DLC
- class U_O_FullGhillie_lsh { price = 7; };
- class U_O_FullGhillie_sard { price = 7; };
- class U_O_FullGhillie_ard { price = 7; };
-
- class U_O_CombatUniform_ocamo {price = 5;};
- class U_O_GhillieSuit {price = 5;};
- class U_O_PilotCoveralls {price = 5;};
- class U_O_Wetsuit {price = 5;};
- class U_OG_Guerilla1_1 {price = 5;};
- class U_OG_Guerilla2_1 {price = 5;};
- class U_OG_Guerilla2_2 {price = 5;};
- class U_OG_Guerilla2_3 {price = 5;};
- class U_OG_Guerilla3_1 {price = 5;};
- class U_OG_Guerilla3_2 {price = 5;};
- class U_OG_leader {price = 5;};
-
- class U_C_Poloshirt_stripped {price = 4;};
- class U_C_Poloshirt_blue {price = 4;};
- class U_C_Poloshirt_burgundy {price = 4;};
- class U_C_Poloshirt_tricolour {price = 4;};
- class U_C_Poloshirt_salmon {price = 4;};
- class U_C_Poloshirt_redwhite {price = 4;};
- class U_C_Poor_1 {price = 5;};
- class U_C_WorkerCoveralls {price = 5;};
- class U_C_Journalist {price = 5;};
- class U_C_Scientist {price = 5;};
- class U_OrestesBody {price = 5;};
- class U_Wetsuit_uniform {price = 5;};
- class U_Wetsuit_White {price = 5;};
- class U_Wetsuit_Blue {price = 5;};
- class U_Wetsuit_Purp {price = 5;};
- class U_Wetsuit_Camo {price = 5;};
- class U_Camo_uniform {price = 5;};
- class U_ghillie1_uniform {price = 5;};
- class U_ghillie2_uniform {price = 5;};
- class U_ghillie3_uniform {price = 5;};
- class U_CamoBlue_uniform {price = 5;};
- class U_CamoBrn_uniform {price = 5;};
- class U_CamoRed_uniform {price = 5;};
-
- class U_C_Driver_1 {price = 5;};
- class U_C_Driver_2 {price = 5;};
- class U_C_Driver_3 {price = 5;};
- class U_C_Driver_4 {price = 5;};
- class U_C_Driver_1_black {price = 5;};
- class U_C_Driver_1_blue {price = 5;};
- class U_C_Driver_1_green {price = 5;};
- class U_C_Driver_1_red {price = 5;};
- class U_C_Driver_1_white {price = 5;};
- class U_C_Driver_1_yellow {price = 5;};
- class U_C_Driver_1_orange {price = 5;};
-
-
- class V_F0_EPOCH { price = 5; };
- class V_F1_EPOCH { price = 5; };
- class V_F2_EPOCH { price = 5; };
- class V_F3_EPOCH { price = 5; };
- class V_F4_EPOCH { price = 5; };
- class V_F5_EPOCH { price = 5; };
-
- class V_1_EPOCH {price = 5;};
- class V_2_EPOCH {price = 5;};
- class V_3_EPOCH {price = 5;};
- class V_4_EPOCH {price = 5;};
- class V_5_EPOCH {price = 5;};
- class V_6_EPOCH {price = 5;};
- class V_7_EPOCH {price = 5;};
- class V_8_EPOCH {price = 5;};
- class V_9_EPOCH {price = 5;};
- class V_10_EPOCH {price = 5;};
- class V_11_EPOCH {price = 5;};
- class V_12_EPOCH {price = 5;};
- class V_13_EPOCH {price = 5;};
- class V_14_EPOCH {price = 5;};
- class V_15_EPOCH {price = 5;};
- class V_16_EPOCH {price = 5;};
- class V_17_EPOCH {price = 5;};
- class V_18_EPOCH {price = 5;};
- class V_19_EPOCH {price = 5;};
- class V_20_EPOCH {price = 5;};
- class V_21_EPOCH {price = 5;};
- class V_22_EPOCH {price = 5;};
- class V_23_EPOCH {price = 5;};
- class V_24_EPOCH {price = 5;};
- class V_25_EPOCH {price = 5;};
- class V_26_EPOCH {price = 5;};
- class V_27_EPOCH {price = 5;};
- class V_28_EPOCH {price = 5;};
- class V_29_EPOCH {price = 5;};
- class V_30_EPOCH {price = 5;};
- class V_31_EPOCH {price = 5;};
- class V_32_EPOCH {price = 5;};
- class V_33_EPOCH {price = 5;};
- class V_34_EPOCH {price = 5;};
- class V_35_EPOCH {price = 5;};
- class V_36_EPOCH {price = 5;};
- class V_37_EPOCH {price = 5;};
- class V_38_EPOCH {price = 5;};
- class V_39_EPOCH {price = 5;};
- class V_40_EPOCH {price = 5;};
-
- class H_1_EPOCH {price = 3;};
- class H_2_EPOCH {price = 3;};
- class H_3_EPOCH {price = 3;};
- class H_4_EPOCH {price = 3;};
- class H_5_EPOCH {price = 3;};
- class H_6_EPOCH {price = 3;};
- class H_7_EPOCH {price = 3;};
- class H_8_EPOCH {price = 3;};
- class H_9_EPOCH {price = 3;};
- class H_10_EPOCH {price = 3;};
- class H_11_EPOCH {price = 3;};
- class H_12_EPOCH {price = 3;};
- class H_13_EPOCH {price = 3;};
- class H_14_EPOCH {price = 3;};
- class H_15_EPOCH {price = 3;};
- class H_16_EPOCH {price = 3;};
- class H_17_EPOCH {price = 3;};
- class H_18_EPOCH {price = 3;};
- class H_19_EPOCH {price = 3;};
- class H_20_EPOCH {price = 3;};
- class H_21_EPOCH {price = 3;};
- class H_22_EPOCH {price = 3;};
- class H_23_EPOCH {price = 3;};
- class H_24_EPOCH {price = 3;};
- class H_25_EPOCH {price = 3;};
- class H_26_EPOCH {price = 3;};
- class H_27_EPOCH {price = 3;};
- class H_28_EPOCH {price = 3;};
- class H_29_EPOCH {price = 3;};
- class H_30_EPOCH {price = 3;};
- class H_31_EPOCH {price = 3;};
- class H_32_EPOCH {price = 3;};
- class H_33_EPOCH {price = 3;};
- class H_34_EPOCH {price = 3;};
- class H_35_EPOCH {price = 3;};
- class H_36_EPOCH {price = 3;};
- class H_37_EPOCH {price = 3;};
- class H_38_EPOCH {price = 3;};
- class H_39_EPOCH {price = 3;};
- class H_40_EPOCH {price = 3;};
- class H_41_EPOCH {price = 3;};
- class H_42_EPOCH {price = 3;};
- class H_43_EPOCH {price = 3;};
- class H_44_EPOCH {price = 3;};
- class H_45_EPOCH {price = 3;};
- class H_46_EPOCH {price = 3;};
- class H_47_EPOCH {price = 3;};
- class H_48_EPOCH {price = 3;};
- class H_49_EPOCH {price = 3;};
- class H_50_EPOCH {price = 3;};
- class H_51_EPOCH {price = 3;};
- class H_52_EPOCH {price = 3;};
- class H_53_EPOCH {price = 3;};
- class H_54_EPOCH {price = 3;};
- class H_55_EPOCH {price = 3;};
- class H_56_EPOCH {price = 3;};
- class H_57_EPOCH {price = 3;};
- class H_58_EPOCH {price = 3;};
- class H_59_EPOCH {price = 3;};
- class H_60_EPOCH {price = 3;};
- class H_61_EPOCH {price = 3;};
- class H_62_EPOCH {price = 3;};
- class H_63_EPOCH {price = 3;};
- class H_64_EPOCH {price = 3;};
- class H_65_EPOCH {price = 3;};
- class H_66_EPOCH {price = 3;};
- class H_67_EPOCH {price = 3;};
- class H_68_EPOCH {price = 3;};
- class H_69_EPOCH {price = 3;};
- class H_70_EPOCH {price = 3;};
- class H_71_EPOCH {price = 3;};
- class H_72_EPOCH {price = 3;};
- class H_73_EPOCH {price = 3;};
- class H_74_EPOCH {price = 3;};
- class H_75_EPOCH {price = 3;};
- class H_76_EPOCH {price = 3;};
- class H_77_EPOCH {price = 3;};
- class H_78_EPOCH {price = 3;};
- class H_79_EPOCH {price = 3;};
- class H_80_EPOCH {price = 3;};
- class H_81_EPOCH {price = 3;};
- class H_82_EPOCH {price = 3;};
- class H_83_EPOCH {price = 3;};
- class H_84_EPOCH {price = 3;};
- class H_85_EPOCH {price = 3;};
- class H_86_EPOCH {price = 3;};
- class H_87_EPOCH {price = 3;};
- class H_88_EPOCH {price = 3;};
- class H_89_EPOCH {price = 3;};
- class H_90_EPOCH {price = 3;};
- class H_91_EPOCH {price = 3;};
- class H_92_EPOCH {price = 3;};
- class H_93_EPOCH {price = 3;};
- class H_94_EPOCH {price = 5;};
- class H_95_EPOCH {price = 5;};
- class H_96_EPOCH {price = 5;};
- class H_97_EPOCH {price = 5;};
- class H_98_EPOCH {price = 5;};
- class H_99_EPOCH {price = 5;};
- class H_100_EPOCH {price = 5;};
- class H_101_EPOCH {price = 5;};
- class H_102_EPOCH {price = 5;};
- class H_103_EPOCH {price = 5;};
- class H_104_EPOCH {price = 3;};
- class wolf_mask_epoch {price = 30;};
- class pkin_mask_epoch {price = 30;};
- class clown_mask_epoch {price = 30;};
-
- class C_Offroad_01_EPOCH {price = 750;};
- class C_Quadbike_01_EPOCH {price = 500;};
- class C_Hatchback_01_EPOCH {price = 750;};
- class C_Hatchback_02_EPOCH {price = 1000;};
- class C_SUV_01_EPOCH {price = 750;};
- class C_Rubberboat_EPOCH {price = 500;};
- class C_Rubberboat_02_EPOCH {price = 500;};
- class C_Rubberboat_03_EPOCH {price = 500;};
- class C_Rubberboat_04_EPOCH {price = 500;};
- class C_Van_01_box_EPOCH {price = 1000;};
- class C_Van_01_transport_EPOCH {price = 1000;};
- class C_Boat_Civil_01_EPOCH {price = 750;};
- class C_Boat_Civil_01_police_EPOCH {price = 750;};
- class C_Boat_Civil_01_rescue_EPOCH {price = 750;};
- class B_Heli_Light_01_EPOCH {price = 2500;};
- class B_SDV_01_EPOCH {price = 1000;};
- class B_MRAP_01_EPOCH {price = 2500;};
- class I_MRAP_03_EPOCH { price = 2500; };
- class B_G_Offroad_01_armed_EPOCH {price = 2500;};
- class B_Truck_01_transport_EPOCH {price = 1000;};
- class B_Truck_01_covered_EPOCH {price = 1000;};
- class B_Truck_01_mover_EPOCH {price = 1000;};
- class B_Truck_01_box_EPOCH {price = 1000;};
- class O_Truck_02_covered_EPOCH {price = 1000;};
- class O_Truck_02_transport_EPOCH {price = 1000;};
- class O_Truck_03_covered_EPOCH {price = 1000;};
- class O_Truck_02_box_EPOCH {price = 1000;};
- class O_Heli_Light_02_unarmed_EPOCH {price = 2500;};
- class I_Heli_Transport_02_EPOCH {price = 2500;};
- class I_Heli_light_03_unarmed_EPOCH {price = 2500;};
- class C_Heli_Light_01_civil_EPOCH {price = 2500;};
-
- class O_Heli_Transport_04_EPOCH {price = 2500;};
- class O_Heli_Transport_04_bench_EPOCH {price = 2500;};
- class O_Heli_Transport_04_box_EPOCH {price = 2500;};
- class O_Heli_Transport_04_covered_EPOCH {price = 2500;};
- class B_Heli_Transport_03_unarmed_EPOCH {price = 2500;};
- class I_UAV_01_F {price = 50;};
-
- class jetski_epoch {price = 500;};
- class ebike_epoch {price = 1500;};
- class mosquito_epoch { price = 1500; };
- class K01 {price = 300;};
- class K02 {price = 300;};
- class K03 {price = 300;};
- class K04 {price = 300;};
-
- // CUP Vehicles
- class CUP_C_Fishing_Boat_Chernarus {price = 800;};
- class CUP_C_LR_Transport_CTK {price = 800;};
- class CUP_B_Zodiac_USMC {price = 800;};
- class CUP_C_Skoda_Red_CIV {price = 800;};
- class CUP_C_Skoda_White_CIV {price = 800;};
- class CUP_C_Skoda_Blue_CIV {price = 800;};
- class CUP_C_Skoda_Green_CIV {price = 800;};
- class CUP_C_SUV_CIV {price = 1500;};
- class CUP_B_HMMWV_Transport_USA {price = 2500;};
- class CUP_B_HMMWV_Unarmed_USA {price = 2500;};
- class CUP_C_SUV_TK {price = 2000;};
- class CUP_B_LR_Transport_CZ_D {price = 1100;};
- class CUP_C_Datsun_Covered {price = 800;};
- class CUP_C_Datsun_Plain {price = 800;};
- class CUP_C_Datsun_Tubeframe {price = 800;};
- class CUP_C_Datsun_4seat {price = 800;};
- class CUP_C_Datsun {price = 800;};
- class CUP_C_Golf4_green_Civ {price = 800;};
- class CUP_C_Golf4_red_Civ {price = 800;};
- class CUP_C_Golf4_blue_Civ {price = 800;};
- class CUP_C_Golf4_black_Civ {price = 800;};
- class CUP_C_Golf4_kitty_Civ {price = 800;};
- class CUP_C_Golf4_reptile_Civ {price = 800;};
- class CUP_C_Golf4_camodigital_Civ {price = 800;};
- class CUP_C_Golf4_camodark_Civ {price = 800;};
- class CUP_C_Golf4_camo_Civ {price = 800;};
- class CUP_B_M1030 {price = 500;};
- class CUP_C_Ural_Civ_03 {price = 1200;};
- class CUP_C_Ural_Open_Civ_03 {price = 1200;};
- class CUP_C_Ural_Civ_02 {price = 1200;};
- class CUP_B_TowingTractor_USMC {price = 800;};
- class CUP_C_C47_CIV {price = 1600;};
- class CUP_B_LR_Transport_CZ_W {price = 800;};
- class CUP_C_Golf4_white_Civ {price = 800;};
- class CUP_C_Golf4_whiteblood_Civ {price = 800;};
- class CUP_C_Golf4_yellow_Civ {price = 800;};
- class CUP_C_Octavia_CIV {price = 1600;};
- class CUP_C_Ural_Civ_01 {price = 1000;};
- class CUP_C_Ural_Open_Civ_01 {price = 1000;};
- class CUP_B_Ural_CDF {price = 1000;};
- class CUP_B_Ural_Open_CDF {price = 1000;};
- class CUP_C_Ural_Open_Civ_02 {price = 1000;};
- class CUP_B_HMMWV_Ambulance_USA {price = 1500;};
- class CUP_C_UAZ_Unarmed_TK_CIV {price = 1000;};
- class CUP_C_UAZ_Open_TK_CIV {price = 1000;};
- class CUP_B_UAZ_Unarmed_CDF {price = 1000;};
- class CUP_B_Ural_Empty_CDF {price = 1000;};
- class CUP_C_DC3_CIV {price = 2400;};
-
- // APEX
- class C_Boat_Transport_02_F {price = 1200;};
- class C_Scooter_Transport_01_F {price = 1200;};
- class C_Offroad_02_unarmed_F {price = 3500;};
- class I_C_Offroad_02_unarmed_F {price = 3500;};
- class B_T_LSV_01_unarmed_F {price = 4400;};
- class O_LSV_02_unarmed_F {price = 4300;};
- class O_T_LSV_02_unarmed_F {price = 4600;};
- class C_Plane_Civil_01_F {price = 5000;};
- class C_Plane_Civil_01_racing_F {price = 5000;};
- class B_CTRG_LSV_01_light_F {price = 4400;};
- class B_LSV_01_unarmed_F {price = 4400;};
- class B_T_VTOL_01_infantry_F {price = 10000;};
- class B_T_VTOL_01_vehicle_F {price = 10000;};
-
- //Mission Items
- class B_UavTerminal {price = 10;};
- class O_UavTerminal {price = 10;};
+ class ItemEmptyTin
+ {
+ price = 1;
+ };
+ class ItemSodaEmpty
+ {
+ price = 1;
+ };
+ class ItemSodaAlpineDude
+ {
+ price = 5;
+ };
+ class ItemHotwire
+ {
+ price = 15;
+ };
+ class ItemKeyKit
+ {
+ price = 15;
+ };
+ class ItemBarrelF
+ {
+ price = 200;
+ };
+ class ItemBarrelE
+ {
+ price = 50;
+ };
+ class ItemPipe
+ {
+ price = 10;
+ };
+ class ItemKey
+ {
+ price = 10;
+ };
+ class ItemKeyBlue
+ {
+ price = 10;
+ };
+ class ItemKeyGreen
+ {
+ price = 10;
+ };
+ class ItemKeyRed
+ {
+ price = 10;
+ };
+ class ItemKeyYellow
+ {
+ price = 10;
+ };
+ class ItemDoc1
+ {
+ price = 10;
+ };
+ class ItemDoc2
+ {
+ price = 10;
+ };
+ class ItemDoc3
+ {
+ price = 10;
+ };
+ class ItemDoc4
+ {
+ price = 10;
+ };
+ class ItemDoc5
+ {
+ price = 10;
+ };
+ class ItemDoc6
+ {
+ price = 10;
+ };
+ class ItemDoc7
+ {
+ price = 10;
+ };
+ class ItemDoc8
+ {
+ price = 10;
+ };
+ class ItemVehDoc1
+ {
+ price = 10;
+ };
+ class ItemVehDoc2
+ {
+ price = 10;
+ };
+ class ItemVehDoc3
+ {
+ price = 10;
+ };
+ class ItemVehDoc4
+ {
+ price = 10;
+ };
+ class ItemBulb
+ {
+ price = 10;
+ };
+ class ItemBurlap
+ {
+ price = 10;
+ };
+ class ItemBriefcaseE
+ {
+ price = 10;
+ };
+ class ItemBriefcaseGold100oz
+ {
+ price = 10000;
+ };
+ class ItemAluminumBar
+ {
+ price = 10;
+ };
+ class ItemCopperBar
+ {
+ price = 100;
+ };
+ class ItemTinBar
+ {
+ price = 1;
+ };
+ class ItemPlywoodPack
+ {
+ price = 100;
+ };
+ class ItemComboLock
+ {
+ price = 45;
+ };
+ class Item_AssaultPack_cbr
+ {
+ price = 10;
+ };
+ class Item_AssaultPack_dgtl
+ {
+ price = 10;
+ };
+ class Item_AssaultPack_khk
+ {
+ price = 10;
+ };
+ class Item_AssaultPack_mcamo
+ {
+ price = 10;
+ };
+ class Item_AssaultPack_ocamo
+ {
+ price = 10;
+ };
+ class Item_AssaultPack_rgr
+ {
+ price = 10;
+ };
+ class Item_AssaultPack_sgg
+ {
+ price = 10;
+ };
+ class Item_AssaultPack_blk
+ {
+ price = 10;
+ };
+ class Item_Carryall_cbr
+ {
+ price = 40;
+ };
+ class Item_Carryall_khk
+ {
+ price = 40;
+ };
+ class Item_Carryall_mcamo
+ {
+ price = 40;
+ };
+ class Item_Carryall_ocamo
+ {
+ price = 40;
+ };
+ class Item_Carryall_oli
+ {
+ price = 40;
+ };
+ class Item_Carryall_oucamo
+ {
+ price = 40;
+ };
+ class Item_FieldPack_blk
+ {
+ price = 15;
+ };
+ class Item_FieldPack_cbr
+ {
+ price = 15;
+ };
+ class Item_FieldPack_khk
+ {
+ price = 15;
+ };
+ class Item_FieldPack_ocamo
+ {
+ price = 15;
+ };
+ class Item_FieldPack_oli
+ {
+ price = 15;
+ };
+ class Item_FieldPack_oucamo
+ {
+ price = 15;
+ };
+ class Item_Kitbag_cbr
+ {
+ price = 25;
+ };
+ class Item_Kitbag_mcamo
+ {
+ price = 25;
+ };
+ class Item_Kitbag_rgr
+ {
+ price = 25;
+ };
+ class Item_Kitbag_sgg
+ {
+ price = 25;
+ };
+ class Item_TacticalPack_blk
+ {
+ price = 20;
+ };
+ class Item_TacticalPack_mcamo
+ {
+ price = 20;
+ };
+ class Item_TacticalPack_ocamo
+ {
+ price = 20;
+ };
+ class Item_TacticalPack_oli
+ {
+ price = 20;
+ };
+ class Item_TacticalPack_rgr
+ {
+ price = 20;
+ };
+ class Item_smallbackpack_red
+ {
+ price = 22;
+ };
+ class Item_smallbackpack_green
+ {
+ price = 22;
+ };
+ class Item_smallbackpack_teal
+ {
+ price = 22;
+ };
+ class Item_smallbackpack_pink
+ {
+ price = 22;
+ };
+ class ChainSaw
+ {
+ price = 125;
+ };
+ class CircuitParts
+ {
+ price = 50;
+ };
+ class ItemCoolerE
+ {
+ price = 50;
+ };
+ class JackKit
+ {
+ price = 25;
+ };
+ class ItemLockbox
+ {
+ price = 250;
+ tax = 0.5;
+ };
+ class ItemSafe
+ {
+ price = 1250;
+ tax = 0.5;
+ };
+ class ItemCompass
+ {
+ price = 3;
+ };
+ class ItemGPS
+ {
+ price = 20;
+ };
+ class EpochRadio0
+ {
+ price = 2;
+ };
+ class EpochRadio1
+ {
+ price = 4;
+ };
+ class EpochRadio2
+ {
+ price = 6;
+ };
+ class EpochRadio3
+ {
+ price = 8;
+ };
+ class EpochRadio4
+ {
+ price = 10;
+ };
+ class EpochRadio5
+ {
+ price = 12;
+ };
+ class EpochRadio6
+ {
+ price = 14;
+ };
+ class EpochRadio7
+ {
+ price = 16;
+ };
+ class EpochRadio8
+ {
+ price = 18;
+ };
+ class EpochRadio9
+ {
+ price = 20;
+ };
+ class VehicleRepair
+ {
+ price = 35;
+ };
+ class VehicleRepairLg
+ {
+ price = 50;
+ };
+ class WhiskeyNoodle
+ {
+ price = 80;
+ };
+ class ItemWatch
+ {
+ price = 2;
+ };
+ class Binocular
+ {
+ price = 4;
+ };
+ class NVG_EPOCH
+ {
+ price = 35;
+ };
+ class acc_flashlight
+ {
+ price = 5;
+ };
+ class acc_pointer_IR
+ {
+ price = 5;
+ };
+ class srifle_EBR_F
+ {
+ price = 150;
+ };
+ class srifle_GM6_F
+ {
+ price = 150;
+ };
+ class srifle_LRR_F
+ {
+ price = 200;
+ };
+ class srifle_DMR_01_F
+ {
+ price = 200;
+ };
+ class 20Rnd_762x51_Mag
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 5Rnd_127x108_Mag
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 5Rnd_127x108_APDS_Mag
+ {
+ price = 6;
+ tax = 0.9;
+ };
+ class 7Rnd_408_Mag
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 10Rnd_762x54_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 10Rnd_338_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 130Rnd_338_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 10Rnd_93x64_DMR_05_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 10Rnd_127x54_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class CUP_hgun_Compact
+ {
+ price = 20;
+ };
+ class CUP_hgun_Duty
+ {
+ price = 20;
+ };
+ class CUP_hgun_Phantom
+ {
+ price = 25;
+ };
+ class CUP_hgun_Glock17
+ {
+ price = 25;
+ };
+ class CUP_hgun_Makarov
+ {
+ price = 20;
+ };
+ class CUP_hgun_MicroUzi
+ {
+ price = 45;
+ };
+ class CUP_hgun_TaurusTracker455
+ {
+ price = 35;
+ };
+ class CUP_hgun_PB6P9
+ {
+ price = 30;
+ };
+ class CUP_hgun_SA61
+ {
+ price = 30;
+ };
+ class CUP_hgun_M9
+ {
+ price = 30;
+ };
+ class CUP_hgun_TaurusTracker455_gold
+ {
+ price = 300;
+ };
+ class CUP_hgun_Colt1911
+ {
+ price = 30;
+ };
+ class CUP_sgun_AA12
+ {
+ price = 75;
+ };
+ class CUP_sgun_M1014
+ {
+ price = 50;
+ };
+ class CUP_sgun_Saiga12K
+ {
+ price = 45;
+ };
+ class CUP_srifle_AS50
+ {
+ price = 200;
+ };
+ class CUP_srifle_LeeEnfield
+ {
+ price = 100;
+ };
+ class CUP_srifle_LeeEnfield_rail
+ {
+ price = 150;
+ };
+ class CUP_srifle_M107_Base
+ {
+ price = 200;
+ };
+ class CUP_srifle_M110
+ {
+ price = 200;
+ };
+ class CUP_srifle_M14
+ {
+ price = 150;
+ };
+ class CUP_srifle_M14_DMR
+ {
+ price = 150;
+ };
+ class CUP_srifle_Mk12SPR
+ {
+ price = 200;
+ };
+ class CUP_srifle_M24_des
+ {
+ price = 200;
+ };
+ class CUP_srifle_M40A3
+ {
+ price = 200;
+ };
+ class CUP_srifle_ksvk
+ {
+ price = 150;
+ };
+ class CUP_srifle_SVD
+ {
+ price = 200;
+ };
+ class CUP_srifle_VSSVintorez
+ {
+ price = 200;
+ };
+ class CUP_srifle_CZ750
+ {
+ price = 200;
+ };
+ class CUP_srifle_CZ550
+ {
+ price = 200;
+ };
+ class CUP_srifle_CZ550_rail
+ {
+ price = 200;
+ };
+ class CUP_srifle_M24_wdl
+ {
+ price = 200;
+ };
+ class CUP_srifle_SVD_des
+ {
+ price = 200;
+ };
+ class CUP_srifle_AWM_des
+ {
+ price = 200;
+ };
+ class CUP_srifle_AWM_wdl
+ {
+ price = 200;
+ };
+ class CUP_srifle_G22_des
+ {
+ price = 200;
+ };
+ class CUP_arifle_AK107_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_AK47
+ {
+ price = 75;
+ };
+ class CUP_arifle_AK74
+ {
+ price = 75;
+ };
+ class CUP_arifle_AK74_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_AK74M
+ {
+ price = 75;
+ };
+ class CUP_arifle_AK74M_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_AKM
+ {
+ price = 75;
+ };
+ class CUP_arifle_AKS
+ {
+ price = 75;
+ };
+ class CUP_arifle_AKS_Gold
+ {
+ price = 75;
+ };
+ class CUP_arifle_AKS74
+ {
+ price = 75;
+ };
+ class CUP_arifle_RPK74
+ {
+ price = 75;
+ };
+ class CUP_arifle_L85A2_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_M16A4_Base
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A1_black
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A1_BUIS_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A1_BUIS_camo_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A1_BUIS_desert_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_M16A2
+ {
+ price = 75;
+ };
+ class CUP_arifle_M16A2_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_M16A4_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A3_desert
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A1
+ {
+ price = 75;
+ };
+ class CUP_arifle_CZ805_A1
+ {
+ price = 75;
+ };
+ class CUP_arifle_CZ805_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_CZ805_B_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_FNFAL
+ {
+ price = 100;
+ };
+ class CUP_arifle_FNFAL_railed
+ {
+ price = 100;
+ };
+ class CUP_arifle_FNFAL5061
+ {
+ price = 100;
+ };
+ class CUP_arifle_G36A
+ {
+ price = 75;
+ };
+ class CUP_arifle_G36K
+ {
+ price = 75;
+ };
+ class CUP_arifle_G36C
+ {
+ price = 75;
+ };
+ class CUP_arifle_MG36
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_CQC
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_CQC_FG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_CQC_SFG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_CQC_EGLM
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_STD
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_STD_FG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_STD_SFG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_STD_EGLM
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk16_SV
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_CQC
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_CQC_FG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_CQC_SFG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_CQC_EGLM
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_STD
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_STD_FG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_STD_SFG
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk17_STD_EGLM
+ {
+ price = 75;
+ };
+ class CUP_arifle_Mk20
+ {
+ price = 100;
+ };
+ class CUP_arifle_Sa58RIS1
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58RIS2_gl
+ {
+ price = 75;
+ };
+ class CUP_arifle_XM8_Carbine_FG
+ {
+ price = 75;
+ };
+ class CUP_arifle_XM8_Carbine
+ {
+ price = 75;
+ };
+ class CUP_arifle_XM8_Carbine_GL
+ {
+ price = 75;
+ };
+ class CUP_arifle_xm8_sharpshooter
+ {
+ price = 75;
+ };
+ class CUP_arifle_xm8_SAW
+ {
+ price = 75;
+ };
+ class CUP_arifle_XM8_Compact
+ {
+ price = 75;
+ };
+ class CUP_arifle_XM8_Compact_Rail
+ {
+ price = 75;
+ };
+ class CUP_arifle_CZ805_A2
+ {
+ price = 75;
+ };
+ class CUP_arifle_CZ805_B
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58P
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58P_des
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58V
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58V_camo
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58RIS1_des
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58RIS2
+ {
+ price = 75;
+ };
+ class CUP_arifle_Sa58RIS2_camo
+ {
+ price = 75;
+ };
+ class CUP_arifle_AK107
+ {
+ price = 75;
+ };
+ class CUP_arifle_AKS74U
+ {
+ price = 75;
+ };
+ class CUP_arifle_RPK74_45
+ {
+ price = 75;
+ };
+ class CUP_arifle_RPK74M
+ {
+ price = 75;
+ };
+ class CUP_arifle_FNFAL5062
+ {
+ price = 75;
+ };
+ class CUP_arifle_FNFAL_OSW
+ {
+ price = 75;
+ };
+ class CUP_arifle_G36A_camo
+ {
+ price = 75;
+ };
+ class CUP_arifle_G36K_camo
+ {
+ price = 75;
+ };
+ class CUP_arifle_G36C_camo
+ {
+ price = 75;
+ };
+ class CUP_arifle_MG36_camo
+ {
+ price = 75;
+ };
+ class CUP_arifle_L85A2
+ {
+ price = 75;
+ };
+ class CUP_arifle_L86A2
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A1_camo
+ {
+ price = 75;
+ };
+ class CUP_arifle_M4A1_desert
+ {
+ price = 75;
+ };
+ class CUP_arifle_XM8_Railed
+ {
+ price = 75;
+ };
+ class CUP_lmg_L110A1
+ {
+ price = 150;
+ };
+ class CUP_lmg_M240
+ {
+ price = 150;
+ };
+ class CUP_lmg_minimipara
+ {
+ price = 150;
+ };
+ class CUP_lmg_minimi
+ {
+ price = 150;
+ };
+ class CUP_lmg_m249_para
+ {
+ price = 150;
+ };
+ class CUP_lmg_M249_E2
+ {
+ price = 150;
+ };
+ class CUP_lmg_minimi_railed
+ {
+ price = 150;
+ };
+ class CUP_lmg_m249_pip1
+ {
+ price = 150;
+ };
+ class CUP_lmg_m249_pip4
+ {
+ price = 150;
+ };
+ class CUP_lmg_L7A2
+ {
+ price = 150;
+ };
+ class CUP_lmg_PKM
+ {
+ price = 150;
+ };
+ class CUP_lmg_Pecheneg
+ {
+ price = 150;
+ };
+ class CUP_lmg_UK59
+ {
+ price = 150;
+ };
+ class CUP_lmg_m249_pip2
+ {
+ price = 150;
+ };
+ class CUP_lmg_m249_pip3
+ {
+ price = 150;
+ };
+ class CUP_lmg_m249_SQuantoon
+ {
+ price = 150;
+ };
+ class CUP_lmg_M60E4
+ {
+ price = 150;
+ };
+ class CUP_lmg_Mk48_des
+ {
+ price = 150;
+ };
+ class CUP_lmg_Mk48_wdl
+ {
+ price = 150;
+ };
+ class CUP_smg_bizon
+ {
+ price = 75;
+ };
+ class CUP_smg_EVO
+ {
+ price = 100;
+ };
+ class CUP_smg_MP5SD6
+ {
+ price = 125;
+ };
+ class CUP_smg_MP5A5
+ {
+ price = 100;
+ };
+ class CUP_10Rnd_9x19_Compact
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_18Rnd_9x19_Phantom
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_17Rnd_9x19_glock17
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_8Rnd_9x18_Makarov_M
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_8Rnd_9x18_MakarovSD_M
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_9x19_UZI
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_6Rnd_45ACP_M
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_B_765x17_Ball_M
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_15Rnd_9x19_M9
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_7Rnd_45ACP_1911
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_B_AA12_Pellets
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_B_AA12_74Slug
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_B_AA12_HE
+ {
+ price = 15;
+ tax = 0.9;
+ };
+ class CUP_8Rnd_B_Beneli_74Slug
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_8Rnd_B_Beneli_74Pellets
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_8Rnd_B_Saiga12_74Slug_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_8Rnd_B_Saiga12_74Pellets_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_5Rnd_127x99_as50_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_10x_303_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_10Rnd_127x99_m107
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_762x51_B_M110
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Yellow_Tracer_762x51_M110
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Red_Tracer_762x51_M110
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Green_Tracer_762x51_M110
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_White_Tracer_762x51_M110
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_5Rnd_762x51_M24
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_5Rnd_127x108_KSVK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_10Rnd_762x54_SVD_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_10Rnd_9x39_SP5_VSS_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_9x39_SP5_VSS_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_10Rnd_762x51_CZ750_Tracer
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_10Rnd_762x51_CZ750
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_5x_22_LR_17_HMR_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_5Rnd_86x70_L115A1
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_5Rnd_762x67_G22
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_545x39_AK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_TE1_Green_Tracer_545x39_AK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_TE1_Red_Tracer_545x39_AK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_TE1_White_Tracer_545x39_AK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_TE1_Yellow_Tracer_545x39_AK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_762x39_AK47_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_75Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_762x51_CZ805B
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Yellow_Tracer_762x51_CZ805B
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Red_Tracer_762x51_CZ805B
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Green_Tracer_762x51_CZ805B
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_White_Tracer_762x51_CZ805B
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_762x51_FNFAL_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_762x51_B_SCAR
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Yellow_Tracer_762x51_SCAR
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_Green_Tracer_762x51_SCAR
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_20Rnd_TE1_White_Tracer_762x51_SCAR
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_Sa58_M_TracerG
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_Sa58_M_TracerR
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_Sa58_M_TracerY
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_Sa58_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_100Rnd_TE4_LRT4_White_Tracer_762x51_Belt_M
+ {
+ price = 7;
+ tax = 0.9;
+ };
+ class CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M
+ {
+ price = 7;
+ tax = 0.9;
+ };
+ class CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M
+ {
+ price = 7;
+ tax = 0.9;
+ };
+ class CUP_50Rnd_UK59_762x54R_Tracer
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_64Rnd_9x19_Bizon_M
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class CUP_64Rnd_Green_Tracer_9x19_Bizon_M
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class CUP_64Rnd_Red_Tracer_9x19_Bizon_M
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class CUP_64Rnd_White_Tracer_9x19_Bizon_M
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class CUP_64Rnd_Yellow_Tracer_9x19_Bizon_M
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class CUP_30Rnd_9x19_MP5
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class CUP_item_Money
+ {
+ price = 1000;
+ };
+ class CUP_item_Kostey_photos
+ {
+ price = 100;
+ };
+ class CUP_item_Kostey_map_case
+ {
+ price = 100;
+ };
+ class CUP_item_Kostey_notebook
+ {
+ price = 100;
+ };
+ class CUP_item_CDF_dogtags
+ {
+ price = 100;
+ };
+ class CUP_item_Moscow_Bombing_File
+ {
+ price = 100;
+ };
+ class CUP_item_Cobalt_File
+ {
+ price = 100;
+ };
+ class CUP_muzzle_snds_M110
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_M14
+ {
+ price = 5;
+ };
+ class CUP_muzzle_PBS4
+ {
+ price = 5;
+ };
+ class CUP_muzzle_PB6P9
+ {
+ price = 5;
+ };
+ class CUP_muzzle_Bizon
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_M9
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_MicroUzi
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_AWM
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_G36_black
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_G36_desert
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_L85
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_M16_camo
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_M16
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_SCAR_L
+ {
+ price = 5;
+ };
+ class CUP_muzzle_mfsup_SCAR_L
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_SCAR_H
+ {
+ price = 5;
+ };
+ class CUP_muzzle_mfsup_SCAR_H
+ {
+ price = 5;
+ };
+ class CUP_muzzle_snds_XM8
+ {
+ price = 5;
+ };
+ class CUP_optic_PSO_1
+ {
+ price = 10;
+ };
+ class CUP_optic_PSO_3
+ {
+ price = 10;
+ };
+ class CUP_optic_Kobra
+ {
+ price = 10;
+ };
+ class CUP_optic_GOSHAWK
+ {
+ price = 10;
+ };
+ class CUP_optic_NSPU
+ {
+ price = 10;
+ };
+ class CUP_optic_PechenegScope
+ {
+ price = 10;
+ };
+ class CUP_optic_SB_3_12x50_PMII
+ {
+ price = 10;
+ };
+ class CUP_optic_AN_PAS_13c2
+ {
+ price = 10;
+ };
+ class CUP_optic_LeupoldMk4
+ {
+ price = 10;
+ };
+ class CUP_optic_HoloBlack
+ {
+ price = 10;
+ };
+ class CUP_optic_HoloWdl
+ {
+ price = 10;
+ };
+ class CUP_optic_HoloDesert
+ {
+ price = 10;
+ };
+ class CUP_optic_Eotech533
+ {
+ price = 10;
+ };
+ class CUP_optic_Eotech533Grey
+ {
+ price = 10;
+ };
+ class CUP_optic_CompM4
+ {
+ price = 10;
+ };
+ class CUP_optic_SUSAT
+ {
+ price = 10;
+ };
+ class CUP_optic_ACOG
+ {
+ price = 10;
+ };
+ class CUP_optic_CWS
+ {
+ price = 10;
+ };
+ class CUP_optic_Leupold_VX3
+ {
+ price = 10;
+ };
+ class CUP_optic_AN_PVS_10
+ {
+ price = 10;
+ };
+ class CUP_optic_CompM2_Black
+ {
+ price = 10;
+ };
+ class CUP_optic_CompM2_Woodland
+ {
+ price = 10;
+ };
+ class CUP_optic_CompM2_Woodland2
+ {
+ price = 10;
+ };
+ class CUP_optic_CompM2_Desert
+ {
+ price = 10;
+ };
+ class CUP_optic_RCO
+ {
+ price = 10;
+ };
+ class CUP_optic_RCO_desert
+ {
+ price = 10;
+ };
+ class CUP_optic_LeupoldM3LR
+ {
+ price = 15;
+ };
+ class CUP_optic_LeupoldMk4_10x40_LRT_Desert
+ {
+ price = 15;
+ };
+ class CUP_optic_LeupoldMk4_10x40_LRT_Woodland
+ {
+ price = 15;
+ };
+ class CUP_optic_ElcanM145
+ {
+ price = 10;
+ };
+ class CUP_optic_AN_PAS_13c1
+ {
+ price = 10;
+ };
+ class CUP_optic_LeupoldMk4_CQ_T
+ {
+ price = 10;
+ };
+ class CUP_optic_ELCAN_SpecterDR
+ {
+ price = 10;
+ };
+ class CUP_optic_LeupoldMk4_MRT_tan
+ {
+ price = 10;
+ };
+ class CUP_optic_SB_11_4x20_PM
+ {
+ price = 10;
+ };
+ class CUP_optic_ZDDot
+ {
+ price = 10;
+ };
+ class CUP_optic_MRad
+ {
+ price = 10;
+ };
+ class CUP_optic_TrijiconRx01_desert
+ {
+ price = 10;
+ };
+ class CUP_optic_TrijiconRx01_black
+ {
+ price = 10;
+ };
+ class CUP_optic_AN_PVS_4
+ {
+ price = 10;
+ };
+ class CUP_acc_Glock17_Flashlight
+ {
+ price = 5;
+ };
+ class CUP_acc_ANPEQ_15
+ {
+ price = 5;
+ };
+ class CUP_acc_ANPEQ_2
+ {
+ price = 5;
+ };
+ class CUP_acc_Flashlight
+ {
+ price = 5;
+ };
+ class CUP_acc_Flashlight_wdl
+ {
+ price = 5;
+ };
+ class CUP_acc_Flashlight_desert
+ {
+ price = 5;
+ };
+ class CUP_acc_XM8_light_module
+ {
+ price = 5;
+ };
+ class CUP_acc_ANPEQ_2_camo
+ {
+ price = 5;
+ };
+ class CUP_acc_ANPEQ_2_desert
+ {
+ price = 5;
+ };
+ class CUP_acc_ANPEQ_2_grey
+ {
+ price = 5;
+ };
+ class CUP_acc_CZ_M3X
+ {
+ price = 5;
+ };
+ class CUP_bipod_Harris_1A2_L
+ {
+ price = 15;
+ };
+ class CUP_bipod_VLTOR_Modpod
+ {
+ price = 15;
+ };
+ class CUP_Mxx_camo
+ {
+ price = 10;
+ };
+ class CUP_Mxx_camo_half
+ {
+ price = 10;
+ };
+ class CUP_SVD_camo_g
+ {
+ price = 10;
+ };
+ class CUP_SVD_camo_g_half
+ {
+ price = 10;
+ };
+ class CUP_SVD_camo_d
+ {
+ price = 10;
+ };
+ class CUP_SVD_camo_d_half
+ {
+ price = 10;
+ };
+ class PaintCanClear
+ {
+ price = 1;
+ };
+ class PaintCanBlk
+ {
+ price = 1;
+ };
+ class PaintCanBlu
+ {
+ price = 1;
+ };
+ class PaintCanBrn
+ {
+ price = 1;
+ };
+ class PaintCanGrn
+ {
+ price = 1;
+ };
+ class PaintCanOra
+ {
+ price = 1;
+ };
+ class PaintCanPur
+ {
+ price = 1;
+ };
+ class PaintCanRed
+ {
+ price = 1;
+ };
+ class PaintCanTeal
+ {
+ price = 1;
+ };
+ class PaintCanYel
+ {
+ price = 1;
+ };
+ class ItemDocument
+ {
+ price = 5;
+ };
+ class ItemDocumentMission
+ {
+ price = 5;
+ };
+ class ItemMixOil
+ {
+ price = 5;
+ };
+ class emptyjar_epoch
+ {
+ price = 5;
+ };
+ class jerrycan_epoch
+ {
+ price = 10;
+ };
+ class jerrycanE_epoch
+ {
+ price = 5;
+ };
+ class speargun_epoch
+ {
+ price = 75;
+ };
+ class spear_magazine
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class lighter_epoch
+ {
+ price = 50;
+ };
+ class WoodLog_EPOCH
+ {
+ price = 1;
+ };
+ class ItemRope
+ {
+ price = 5;
+ };
+ class ItemStick
+ {
+ price = 1;
+ };
+ class ItemRock
+ {
+ price = 1;
+ };
+ class honey_epoch
+ {
+ price = 5;
+ };
+ class FoodBioMeat
+ {
+ price = 4;
+ };
+ class FoodMeeps
+ {
+ price = 50;
+ };
+ class FoodSnooter
+ {
+ price = 5;
+ };
+ class sardines_epoch
+ {
+ price = 2;
+ };
+ class meatballs_epoch
+ {
+ price = 2;
+ };
+ class scam_epoch
+ {
+ price = 4;
+ };
+ class TacticalBacon
+ {
+ price = 5;
+ };
+ class sweetcorn_epoch
+ {
+ price = 2;
+ };
+ class CookedSheep_EPOCH
+ {
+ price = 5;
+ };
+ class CookedGoat_EPOCH
+ {
+ price = 5;
+ };
+ class SnakeMeat_EPOCH
+ {
+ price = 3;
+ };
+ class CookedRabbit_EPOCH
+ {
+ price = 5;
+ };
+ class CookedChicken_EPOCH
+ {
+ price = 3;
+ };
+ class ItemTrout
+ {
+ price = 2;
+ };
+ class ItemTroutCooked
+ {
+ price = 20;
+ };
+ class ItemSeaBass
+ {
+ price = 5;
+ };
+ class ItemSeaBassCooked
+ {
+ price = 50;
+ };
+ class ItemTuna
+ {
+ price = 10;
+ };
+ class ItemTunaCooked
+ {
+ price = 100;
+ };
+ class FoodWalkNSons
+ {
+ price = 5;
+ };
+ class ItemSodaOrangeSherbet
+ {
+ price = 4;
+ };
+ class ItemSodaPurple
+ {
+ price = 5;
+ };
+ class ItemSodaMocha
+ {
+ price = 8;
+ };
+ class ItemSodaBurst
+ {
+ price = 4;
+ };
+ class ItemSodaRbull
+ {
+ price = 5;
+ };
+ class water_epoch
+ {
+ price = 5;
+ };
+ class clean_water_epoch
+ {
+ price = 10;
+ };
+ class FAK
+ {
+ price = 3;
+ };
+ class Towelette
+ {
+ price = 1;
+ };
+ class HeatPack
+ {
+ price = 2;
+ };
+ class ColdPack
+ {
+ price = 2;
+ };
+ class sr25_epoch
+ {
+ price = 50;
+ };
+ class l85a2_epoch
+ {
+ price = 50;
+ };
+ class l85a2_pink_epoch
+ {
+ price = 50;
+ };
+ class l85a2_ugl_epoch
+ {
+ price = 50;
+ };
+ class arifle_Katiba_F
+ {
+ price = 50;
+ };
+ class arifle_Katiba_C_F
+ {
+ price = 50;
+ };
+ class arifle_Katiba_GL_F
+ {
+ price = 75;
+ };
+ class arifle_MXC_F
+ {
+ price = 50;
+ };
+ class arifle_MX_F
+ {
+ price = 50;
+ };
+ class arifle_MX_GL_F
+ {
+ price = 75;
+ };
+ class arifle_MXM_F
+ {
+ price = 50;
+ };
+ class arifle_SDAR_F
+ {
+ price = 50;
+ };
+ class arifle_TRG21_F
+ {
+ price = 50;
+ };
+ class arifle_TRG20_F
+ {
+ price = 50;
+ };
+ class arifle_TRG21_GL_F
+ {
+ price = 75;
+ };
+ class arifle_Mk20_F
+ {
+ price = 50;
+ };
+ class arifle_Mk20C_F
+ {
+ price = 50;
+ };
+ class arifle_Mk20_GL_F
+ {
+ price = 75;
+ };
+ class arifle_Mk20_plain_F
+ {
+ price = 50;
+ };
+ class arifle_Mk20C_plain_F
+ {
+ price = 50;
+ };
+ class arifle_Mk20_GL_plain_F
+ {
+ price = 75;
+ };
+ class SMG_01_F
+ {
+ price = 35;
+ };
+ class SMG_02_F
+ {
+ price = 35;
+ };
+ class hgun_PDW2000_F
+ {
+ price = 35;
+ };
+ class arifle_MXM_Black_F
+ {
+ price = 50;
+ };
+ class arifle_MX_GL_Black_F
+ {
+ price = 75;
+ };
+ class arifle_MX_Black_F
+ {
+ price = 50;
+ };
+ class arifle_MXC_Black_F
+ {
+ price = 50;
+ };
+ class Rollins_F
+ {
+ price = 50;
+ };
+ class 30Rnd_65x39_caseless_green
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 30Rnd_65x39_caseless_green_mag_Tracer
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 30Rnd_65x39_caseless_mag
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 30Rnd_65x39_caseless_mag_Tracer
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 20Rnd_556x45_UW_mag
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 30Rnd_556x45_Stanag
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 30Rnd_556x45_Stanag_Tracer_Red
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 30Rnd_556x45_Stanag_Tracer_Green
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 30Rnd_556x45_Stanag_Tracer_Yellow
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 30Rnd_45ACP_Mag_SMG_01
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 30Rnd_45ACP_Mag_SMG_01_Tracer_Green
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 5Rnd_rollins_mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class UGL_FlareWhite_F
+ {
+ price = 2;
+ };
+ class UGL_FlareGreen_F
+ {
+ price = 2;
+ };
+ class UGL_FlareRed_F
+ {
+ price = 2;
+ };
+ class UGL_FlareYellow_F
+ {
+ price = 2;
+ };
+ class UGL_FlareCIR_F
+ {
+ price = 2;
+ };
+ class 1Rnd_Smoke_Grenade_shell
+ {
+ price = 4;
+ };
+ class 1Rnd_SmokeRed_Grenade_shell
+ {
+ price = 4;
+ };
+ class 1Rnd_SmokeGreen_Grenade_shell
+ {
+ price = 4;
+ };
+ class 1Rnd_SmokeYellow_Grenade_shell
+ {
+ price = 4;
+ };
+ class 1Rnd_SmokePurple_Grenade_shell
+ {
+ price = 4;
+ };
+ class 1Rnd_SmokeBlue_Grenade_shell
+ {
+ price = 4;
+ };
+ class 1Rnd_SmokeOrange_Grenade_shell
+ {
+ price = 4;
+ };
+ class 3Rnd_HE_Grenade_shell
+ {
+ price = 10;
+ };
+ class 3Rnd_UGL_FlareWhite_F
+ {
+ price = 4;
+ };
+ class 3Rnd_UGL_FlareGreen_F
+ {
+ price = 4;
+ };
+ class 3Rnd_UGL_FlareRed_F
+ {
+ price = 4;
+ };
+ class 3Rnd_UGL_FlareYellow_F
+ {
+ price = 4;
+ };
+ class 3Rnd_UGL_FlareCIR_F
+ {
+ price = 4;
+ };
+ class 3Rnd_Smoke_Grenade_shell
+ {
+ price = 3;
+ };
+ class 3Rnd_SmokeRed_Grenade_shell
+ {
+ price = 3;
+ };
+ class 3Rnd_SmokeGreen_Grenade_shell
+ {
+ price = 3;
+ };
+ class 3Rnd_SmokeYellow_Grenade_shell
+ {
+ price = 3;
+ };
+ class 3Rnd_SmokePurple_Grenade_shell
+ {
+ price = 3;
+ };
+ class 3Rnd_SmokeBlue_Grenade_shell
+ {
+ price = 3;
+ };
+ class 3Rnd_SmokeOrange_Grenade_shell
+ {
+ price = 3;
+ };
+ class LMG_Mk200_F
+ {
+ price = 150;
+ };
+ class arifle_MX_SW_F
+ {
+ price = 150;
+ };
+ class LMG_Zafir_F
+ {
+ price = 150;
+ };
+ class arifle_MX_SW_Black_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_02_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_02_camo_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_02_sniper_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_03_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_03_khaki_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_03_tan_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_03_multicam_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_03_woodland_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_03_spotter_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_04_Tan_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_05_blk_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_05_hex_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_05_tan_f
+ {
+ price = 150;
+ };
+ class srifle_DMR_06_camo_F
+ {
+ price = 150;
+ };
+ class srifle_DMR_06_olive_F
+ {
+ price = 150;
+ };
+ class MMG_01_hex_F
+ {
+ price = 150;
+ };
+ class MMG_01_tan_F
+ {
+ price = 150;
+ };
+ class MMG_02_camo_F
+ {
+ price = 150;
+ };
+ class MMG_02_black_F
+ {
+ price = 150;
+ };
+ class MMG_02_sand_F
+ {
+ price = 150;
+ };
+ class m249_EPOCH
+ {
+ price = 150;
+ };
+ class m249Tan_EPOCH
+ {
+ price = 150;
+ };
+ class m107Tan_EPOCH
+ {
+ price = 200;
+ };
+ class m107_EPOCH
+ {
+ price = 200;
+ };
+ class m16_EPOCH
+ {
+ price = 100;
+ };
+ class m16Red_EPOCH
+ {
+ price = 125;
+ };
+ class M14_EPOCH
+ {
+ price = 125;
+ };
+ class M14Grn_EPOCH
+ {
+ price = 150;
+ };
+ class m4a3_EPOCH
+ {
+ price = 100;
+ };
+ class AKM_EPOCH
+ {
+ price = 100;
+ };
+ class 30rnd_556_magazine
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 20rnd_762_magazine
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 30Rnd_762x39_Mag
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 200Rnd_556x45_M249
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 200Rnd_65x39_cased_Box
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 100Rnd_65x39_caseless_mag
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 200Rnd_65x39_cased_Box_Tracer
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 100Rnd_65x39_caseless_mag_Tracer
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 150Rnd_762x51_Box
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 150Rnd_762x51_Box_Tracer
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 150Rnd_762x54_Box
+ {
+ price = 4;
+ tax = 0.9;
+ };
+ class 150Rnd_762x54_Box_Tracer
+ {
+ price = 5;
+ tax = 0.9;
+ };
+ class 150Rnd_93x64_Mag
+ {
+ price = 6;
+ tax = 0.9;
+ };
+ class Rangefinder
+ {
+ price = 4;
+ };
+ class Laserdesignator
+ {
+ price = 4;
+ };
+ class hgun_ACPC2_F
+ {
+ price = 20;
+ };
+ class hgun_Rook40_F
+ {
+ price = 20;
+ };
+ class hgun_P07_F
+ {
+ price = 20;
+ };
+ class hgun_Pistol_heavy_01_F
+ {
+ price = 25;
+ };
+ class hgun_Pistol_heavy_02_F
+ {
+ price = 25;
+ };
+ class ruger_pistol_epoch
+ {
+ price = 40;
+ };
+ class 1911_pistol_epoch
+ {
+ price = 6;
+ };
+ class hgun_Pistol_Signal_F
+ {
+ price = 20;
+ };
+ class Hatchet
+ {
+ price = 25;
+ };
+ class MultiGun
+ {
+ price = 100;
+ };
+ class MeleeSledge
+ {
+ price = 50;
+ };
+ class MeleeSword
+ {
+ price = 1111;
+ };
+ class MeleeRod
+ {
+ price = 100;
+ };
+ class CrudeHatchet
+ {
+ price = 5;
+ };
+ class MeleeMaul
+ {
+ price = 10;
+ };
+ class WoodClub
+ {
+ price = 5;
+ };
+ class Plunger
+ {
+ price = 15;
+ };
+ class 16Rnd_9x21_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 30Rnd_9x21_Mag
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class 9Rnd_45ACP_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 11Rnd_45ACP_Mag
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 6Rnd_45ACP_Cylinder
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 10rnd_22X44_magazine
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 9rnd_45X88_magazine
+ {
+ price = 2;
+ tax = 0.9;
+ };
+ class 6Rnd_GreenSignal_F
+ {
+ price = 2;
+ };
+ class 6Rnd_RedSignal_F
+ {
+ price = 2;
+ };
+ class EnergyPack
+ {
+ price = 3;
+ tax = 0.9;
+ };
+ class EnergyPackLg
+ {
+ price = 30;
+ tax = 0.9;
+ };
+ class optic_Arco
+ {
+ price = 10;
+ };
+ class optic_Hamr
+ {
+ price = 10;
+ };
+ class optic_Aco
+ {
+ price = 10;
+ };
+ class optic_ACO_grn
+ {
+ price = 10;
+ };
+ class optic_Aco_smg
+ {
+ price = 10;
+ };
+ class optic_ACO_grn_smg
+ {
+ price = 10;
+ };
+ class optic_Holosight
+ {
+ price = 10;
+ };
+ class optic_Holosight_smg
+ {
+ price = 10;
+ };
+ class optic_SOS
+ {
+ price = 10;
+ };
+ class optic_MRCO
+ {
+ price = 10;
+ };
+ class optic_DMS
+ {
+ price = 10;
+ };
+ class optic_Yorris
+ {
+ price = 10;
+ };
+ class optic_MRD
+ {
+ price = 10;
+ };
+ class optic_LRPS
+ {
+ price = 20;
+ };
+ class optic_NVS
+ {
+ price = 30;
+ };
+ class optic_Nightstalker
+ {
+ price = 50;
+ };
+ class optic_tws
+ {
+ price = 20;
+ };
+ class optic_tws_mg
+ {
+ price = 20;
+ };
+ class optic_AMS
+ {
+ price = 10;
+ };
+ class optic_AMS_khk
+ {
+ price = 10;
+ };
+ class optic_AMS_snd
+ {
+ price = 10;
+ };
+ class optic_KHS_blk
+ {
+ price = 10;
+ };
+ class optic_KHS_hex
+ {
+ price = 10;
+ };
+ class optic_KHS_old
+ {
+ price = 10;
+ };
+ class optic_KHS_tan
+ {
+ price = 10;
+ };
+ class bipod_01_F_snd
+ {
+ price = 15;
+ };
+ class bipod_01_F_blk
+ {
+ price = 15;
+ };
+ class bipod_01_F_mtp
+ {
+ price = 15;
+ };
+ class bipod_02_F_blk
+ {
+ price = 15;
+ };
+ class bipod_02_F_tan
+ {
+ price = 15;
+ };
+ class bipod_02_F_hex
+ {
+ price = 15;
+ };
+ class bipod_03_F_blk
+ {
+ price = 15;
+ };
+ class bipod_03_F_oli
+ {
+ price = 15;
+ };
+ class Elcan_epoch
+ {
+ price = 5;
+ };
+ class Elcan_reflex_epoch
+ {
+ price = 10;
+ };
+ class muzzle_snds_H
+ {
+ price = 5;
+ };
+ class muzzle_snds_L
+ {
+ price = 5;
+ };
+ class muzzle_snds_M
+ {
+ price = 5;
+ };
+ class muzzle_snds_B
+ {
+ price = 5;
+ };
+ class muzzle_snds_H_MG
+ {
+ price = 5;
+ };
+ class muzzle_snds_acp
+ {
+ price = 5;
+ };
+ class Heal_EPOCH
+ {
+ price = 3;
+ };
+ class Defib_EPOCH
+ {
+ price = 5;
+ };
+ class Repair_EPOCH
+ {
+ price = 2;
+ };
+ class muzzle_snds_338_black
+ {
+ price = 5;
+ };
+ class muzzle_snds_338_green
+ {
+ price = 5;
+ };
+ class muzzle_snds_338_sand
+ {
+ price = 5;
+ };
+ class muzzle_snds_93mmg
+ {
+ price = 5;
+ };
+ class muzzle_snds_93mmg_tan
+ {
+ price = 5;
+ };
+ class muzzle_sr25S_epoch
+ {
+ price = 5;
+ };
+ class PartOreGold
+ {
+ price = 70;
+ };
+ class PartOreSilver
+ {
+ price = 7;
+ };
+ class PartOre
+ {
+ price = 1;
+ };
+ class ItemGoldBar
+ {
+ price = 100;
+ };
+ class ItemSilverBar
+ {
+ price = 10;
+ };
+ class ItemGoldBar10oz
+ {
+ price = 1000;
+ };
+ class ItemTopaz
+ {
+ price = 25;
+ };
+ class ItemOnyx
+ {
+ price = 30;
+ };
+ class ItemSapphire
+ {
+ price = 50;
+ };
+ class ItemAmethyst
+ {
+ price = 25;
+ };
+ class ItemEmerald
+ {
+ price = 25;
+ };
+ class ItemCitrine
+ {
+ price = 25;
+ };
+ class ItemRuby
+ {
+ price = 75;
+ };
+ class ItemQuartz
+ {
+ price = 5;
+ };
+ class ItemJade
+ {
+ price = 100;
+ };
+ class ItemGarnet
+ {
+ price = 25;
+ };
+ class ItemKiloHemp
+ {
+ price = 100;
+ };
+ class PartPlankPack
+ {
+ price = 2;
+ };
+ class CinderBlocks
+ {
+ price = 20;
+ };
+ class MortarBucket
+ {
+ price = 20;
+ };
+ class ItemScraps
+ {
+ price = 2;
+ };
+ class ItemCorrugated
+ {
+ price = 8;
+ };
+ class ItemCorrugatedLg
+ {
+ price = 25;
+ };
+ class KitStudWall
+ {
+ price = 10;
+ };
+ class KitWoodFloor
+ {
+ price = 10;
+ };
+ class KitWoodStairs
+ {
+ price = 10;
+ };
+ class KitWoodTower
+ {
+ price = 10;
+ };
+ class KitWoodRamp
+ {
+ price = 14;
+ };
+ class KitSpikeTrap
+ {
+ price = 25;
+ };
+ class KitMetalTrap
+ {
+ price = 25;
+ };
+ class KitTankTrap
+ {
+ price = 25;
+ };
+ class KitHesco3
+ {
+ price = 25;
+ };
+ class KitWoodLadder
+ {
+ price = 10;
+ };
+ class KitFirePlace
+ {
+ price = 4;
+ };
+ class KitTiPi
+ {
+ price = 10;
+ };
+ class KitShelf
+ {
+ price = 90;
+ };
+ class KitWorkbench
+ {
+ price = 10;
+ };
+ class KitWoodFoundation
+ {
+ price = 20;
+ };
+ class KitFoundation
+ {
+ price = 90;
+ };
+ class KitPlotPole
+ {
+ price = 300;
+ };
+ class KitSolarGen
+ {
+ price = 200;
+ };
+ class KitCinderWall
+ {
+ price = 140;
+ };
+ class ItemSolar
+ {
+ price = 75;
+ };
+ class ItemCables
+ {
+ price = 50;
+ };
+ class ItemBattery
+ {
+ price = 50;
+ };
+ class Pelt_EPOCH
+ {
+ price = 1;
+ };
+ class Venom_EPOCH
+ {
+ price = 10;
+ };
+ class HandGrenade_Stone
+ {
+ price = 1;
+ };
+ class SmokeShell
+ {
+ price = 2;
+ };
+ class SmokeShellYellow
+ {
+ price = 2;
+ };
+ class SmokeShellGreen
+ {
+ price = 2;
+ };
+ class SmokeShellRed
+ {
+ price = 2;
+ };
+ class SmokeShellPurple
+ {
+ price = 2;
+ };
+ class SmokeShellOrange
+ {
+ price = 2;
+ };
+ class SmokeShellBlue
+ {
+ price = 2;
+ };
+ class Chemlight_green
+ {
+ price = 1;
+ };
+ class Chemlight_red
+ {
+ price = 1;
+ };
+ class Chemlight_yellow
+ {
+ price = 1;
+ };
+ class Chemlight_blue
+ {
+ price = 1;
+ };
+ class HandGrenade
+ {
+ price = 15;
+ };
+ class MiniGrenade
+ {
+ price = 10;
+ };
+ class DemoCharge_Remote_Mag
+ {
+ price = 40;
+ };
+ class SatchelCharge_Remote_Mag
+ {
+ price = 75;
+ };
+ class ATMine_Range_Mag
+ {
+ price = 50;
+ };
+ class ClaymoreDirectionalMine_Remote_Mag
+ {
+ price = 50;
+ };
+ class APERSMine_Range_Mag
+ {
+ price = 30;
+ };
+ class APERSBoundingMine_Range_Mag
+ {
+ price = 50;
+ };
+ class SLAMDirectionalMine_Wire_Mag
+ {
+ price = 40;
+ };
+ class APERSTripMine_Wire_Mag
+ {
+ price = 30;
+ };
+ class B_AssaultPack_cbr
+ {
+ price = 10;
+ };
+ class B_AssaultPack_dgtl
+ {
+ price = 10;
+ };
+ class B_AssaultPack_khk
+ {
+ price = 10;
+ };
+ class B_AssaultPack_mcamo
+ {
+ price = 10;
+ };
+ class B_AssaultPack_ocamo
+ {
+ price = 10;
+ };
+ class B_AssaultPack_rgr
+ {
+ price = 10;
+ };
+ class B_AssaultPack_sgg
+ {
+ price = 10;
+ };
+ class B_AssaultPack_blk
+ {
+ price = 10;
+ };
+ class B_Carryall_cbr
+ {
+ price = 40;
+ };
+ class B_Carryall_khk
+ {
+ price = 40;
+ };
+ class B_Carryall_mcamo
+ {
+ price = 40;
+ };
+ class B_Carryall_ocamo
+ {
+ price = 40;
+ };
+ class B_Carryall_oli
+ {
+ price = 40;
+ };
+ class B_Carryall_oucamo
+ {
+ price = 40;
+ };
+ class B_FieldPack_blk
+ {
+ price = 15;
+ };
+ class B_FieldPack_cbr
+ {
+ price = 15;
+ };
+ class B_FieldPack_khk
+ {
+ price = 15;
+ };
+ class B_FieldPack_ocamo
+ {
+ price = 15;
+ };
+ class B_FieldPack_oli
+ {
+ price = 15;
+ };
+ class B_FieldPack_oucamo
+ {
+ price = 15;
+ };
+ class B_Kitbag_cbr
+ {
+ price = 25;
+ };
+ class B_Kitbag_mcamo
+ {
+ price = 25;
+ };
+ class B_Kitbag_rgr
+ {
+ price = 25;
+ };
+ class B_Kitbag_sgg
+ {
+ price = 25;
+ };
+ class B_Parachute
+ {
+ price = 25;
+ };
+ class B_TacticalPack_blk
+ {
+ price = 20;
+ };
+ class B_TacticalPack_mcamo
+ {
+ price = 20;
+ };
+ class B_TacticalPack_ocamo
+ {
+ price = 20;
+ };
+ class B_TacticalPack_oli
+ {
+ price = 20;
+ };
+ class B_TacticalPack_rgr
+ {
+ price = 20;
+ };
+ class smallbackpack_red_epoch
+ {
+ price = 22;
+ };
+ class smallbackpack_green_epoch
+ {
+ price = 22;
+ };
+ class smallbackpack_teal_epoch
+ {
+ price = 22;
+ };
+ class smallbackpack_pink_epoch
+ {
+ price = 22;
+ };
+ class I_UAV_01_backpack_F
+ {
+ price = 22;
+ };
+ class U_O_FullGhillie_lsh
+ {
+ price = 7;
+ };
+ class U_O_FullGhillie_sard
+ {
+ price = 7;
+ };
+ class U_O_FullGhillie_ard
+ {
+ price = 7;
+ };
+ class U_O_CombatUniform_ocamo
+ {
+ price = 5;
+ };
+ class U_O_GhillieSuit
+ {
+ price = 5;
+ };
+ class U_O_PilotCoveralls
+ {
+ price = 5;
+ };
+ class U_O_Wetsuit
+ {
+ price = 5;
+ };
+ class U_OG_Guerilla1_1
+ {
+ price = 5;
+ };
+ class U_OG_Guerilla2_1
+ {
+ price = 5;
+ };
+ class U_OG_Guerilla2_2
+ {
+ price = 5;
+ };
+ class U_OG_Guerilla2_3
+ {
+ price = 5;
+ };
+ class U_OG_Guerilla3_1
+ {
+ price = 5;
+ };
+ class U_OG_Guerilla3_2
+ {
+ price = 5;
+ };
+ class U_OG_leader
+ {
+ price = 5;
+ };
+ class U_C_Poloshirt_stripped
+ {
+ price = 4;
+ };
+ class U_C_Poloshirt_blue
+ {
+ price = 4;
+ };
+ class U_C_Poloshirt_burgundy
+ {
+ price = 4;
+ };
+ class U_C_Poloshirt_tricolour
+ {
+ price = 4;
+ };
+ class U_C_Poloshirt_salmon
+ {
+ price = 4;
+ };
+ class U_C_Poloshirt_redwhite
+ {
+ price = 4;
+ };
+ class U_C_Poor_1
+ {
+ price = 5;
+ };
+ class U_C_WorkerCoveralls
+ {
+ price = 5;
+ };
+ class U_C_Journalist
+ {
+ price = 5;
+ };
+ class U_C_Scientist
+ {
+ price = 5;
+ };
+ class U_OrestesBody
+ {
+ price = 5;
+ };
+ class U_Wetsuit_uniform
+ {
+ price = 5;
+ };
+ class U_Wetsuit_White
+ {
+ price = 5;
+ };
+ class U_Wetsuit_Blue
+ {
+ price = 5;
+ };
+ class U_Wetsuit_Purp
+ {
+ price = 5;
+ };
+ class U_Wetsuit_Camo
+ {
+ price = 5;
+ };
+ class U_Camo_uniform
+ {
+ price = 5;
+ };
+ class U_ghillie1_uniform
+ {
+ price = 5;
+ };
+ class U_ghillie2_uniform
+ {
+ price = 5;
+ };
+ class U_ghillie3_uniform
+ {
+ price = 5;
+ };
+ class U_CamoBlue_uniform
+ {
+ price = 5;
+ };
+ class U_CamoBrn_uniform
+ {
+ price = 5;
+ };
+ class U_CamoRed_uniform
+ {
+ price = 5;
+ };
+ class U_C_Driver_1
+ {
+ price = 5;
+ };
+ class U_C_Driver_2
+ {
+ price = 5;
+ };
+ class U_C_Driver_3
+ {
+ price = 5;
+ };
+ class U_C_Driver_4
+ {
+ price = 5;
+ };
+ class U_C_Driver_1_black
+ {
+ price = 5;
+ };
+ class U_C_Driver_1_blue
+ {
+ price = 5;
+ };
+ class U_C_Driver_1_green
+ {
+ price = 5;
+ };
+ class U_C_Driver_1_red
+ {
+ price = 5;
+ };
+ class U_C_Driver_1_white
+ {
+ price = 5;
+ };
+ class U_C_Driver_1_yellow
+ {
+ price = 5;
+ };
+ class U_C_Driver_1_orange
+ {
+ price = 5;
+ };
+ class V_F0_EPOCH
+ {
+ price = 5;
+ };
+ class V_F1_EPOCH
+ {
+ price = 5;
+ };
+ class V_F2_EPOCH
+ {
+ price = 5;
+ };
+ class V_F3_EPOCH
+ {
+ price = 5;
+ };
+ class V_F4_EPOCH
+ {
+ price = 5;
+ };
+ class V_F5_EPOCH
+ {
+ price = 5;
+ };
+ class V_1_EPOCH
+ {
+ price = 5;
+ };
+ class V_2_EPOCH
+ {
+ price = 5;
+ };
+ class V_3_EPOCH
+ {
+ price = 5;
+ };
+ class V_4_EPOCH
+ {
+ price = 5;
+ };
+ class V_5_EPOCH
+ {
+ price = 5;
+ };
+ class V_6_EPOCH
+ {
+ price = 5;
+ };
+ class V_7_EPOCH
+ {
+ price = 5;
+ };
+ class V_8_EPOCH
+ {
+ price = 5;
+ };
+ class V_9_EPOCH
+ {
+ price = 5;
+ };
+ class V_10_EPOCH
+ {
+ price = 5;
+ };
+ class V_11_EPOCH
+ {
+ price = 5;
+ };
+ class V_12_EPOCH
+ {
+ price = 5;
+ };
+ class V_13_EPOCH
+ {
+ price = 5;
+ };
+ class V_14_EPOCH
+ {
+ price = 5;
+ };
+ class V_15_EPOCH
+ {
+ price = 5;
+ };
+ class V_16_EPOCH
+ {
+ price = 5;
+ };
+ class V_17_EPOCH
+ {
+ price = 5;
+ };
+ class V_18_EPOCH
+ {
+ price = 5;
+ };
+ class V_19_EPOCH
+ {
+ price = 5;
+ };
+ class V_20_EPOCH
+ {
+ price = 5;
+ };
+ class V_21_EPOCH
+ {
+ price = 5;
+ };
+ class V_22_EPOCH
+ {
+ price = 5;
+ };
+ class V_23_EPOCH
+ {
+ price = 5;
+ };
+ class V_24_EPOCH
+ {
+ price = 5;
+ };
+ class V_25_EPOCH
+ {
+ price = 5;
+ };
+ class V_26_EPOCH
+ {
+ price = 5;
+ };
+ class V_27_EPOCH
+ {
+ price = 5;
+ };
+ class V_28_EPOCH
+ {
+ price = 5;
+ };
+ class V_29_EPOCH
+ {
+ price = 5;
+ };
+ class V_30_EPOCH
+ {
+ price = 5;
+ };
+ class V_31_EPOCH
+ {
+ price = 5;
+ };
+ class V_32_EPOCH
+ {
+ price = 5;
+ };
+ class V_33_EPOCH
+ {
+ price = 5;
+ };
+ class V_34_EPOCH
+ {
+ price = 5;
+ };
+ class V_35_EPOCH
+ {
+ price = 5;
+ };
+ class V_36_EPOCH
+ {
+ price = 5;
+ };
+ class V_37_EPOCH
+ {
+ price = 5;
+ };
+ class V_38_EPOCH
+ {
+ price = 5;
+ };
+ class V_39_EPOCH
+ {
+ price = 5;
+ };
+ class V_40_EPOCH
+ {
+ price = 5;
+ };
+ class H_1_EPOCH
+ {
+ price = 3;
+ };
+ class H_2_EPOCH
+ {
+ price = 3;
+ };
+ class H_3_EPOCH
+ {
+ price = 3;
+ };
+ class H_4_EPOCH
+ {
+ price = 3;
+ };
+ class H_5_EPOCH
+ {
+ price = 3;
+ };
+ class H_6_EPOCH
+ {
+ price = 3;
+ };
+ class H_7_EPOCH
+ {
+ price = 3;
+ };
+ class H_8_EPOCH
+ {
+ price = 3;
+ };
+ class H_9_EPOCH
+ {
+ price = 3;
+ };
+ class H_10_EPOCH
+ {
+ price = 3;
+ };
+ class H_11_EPOCH
+ {
+ price = 3;
+ };
+ class H_12_EPOCH
+ {
+ price = 3;
+ };
+ class H_13_EPOCH
+ {
+ price = 3;
+ };
+ class H_14_EPOCH
+ {
+ price = 3;
+ };
+ class H_15_EPOCH
+ {
+ price = 3;
+ };
+ class H_16_EPOCH
+ {
+ price = 3;
+ };
+ class H_17_EPOCH
+ {
+ price = 3;
+ };
+ class H_18_EPOCH
+ {
+ price = 3;
+ };
+ class H_19_EPOCH
+ {
+ price = 3;
+ };
+ class H_20_EPOCH
+ {
+ price = 3;
+ };
+ class H_21_EPOCH
+ {
+ price = 3;
+ };
+ class H_22_EPOCH
+ {
+ price = 3;
+ };
+ class H_23_EPOCH
+ {
+ price = 3;
+ };
+ class H_24_EPOCH
+ {
+ price = 3;
+ };
+ class H_25_EPOCH
+ {
+ price = 3;
+ };
+ class H_26_EPOCH
+ {
+ price = 3;
+ };
+ class H_27_EPOCH
+ {
+ price = 3;
+ };
+ class H_28_EPOCH
+ {
+ price = 3;
+ };
+ class H_29_EPOCH
+ {
+ price = 3;
+ };
+ class H_30_EPOCH
+ {
+ price = 3;
+ };
+ class H_31_EPOCH
+ {
+ price = 3;
+ };
+ class H_32_EPOCH
+ {
+ price = 3;
+ };
+ class H_33_EPOCH
+ {
+ price = 3;
+ };
+ class H_34_EPOCH
+ {
+ price = 3;
+ };
+ class H_35_EPOCH
+ {
+ price = 3;
+ };
+ class H_36_EPOCH
+ {
+ price = 3;
+ };
+ class H_37_EPOCH
+ {
+ price = 3;
+ };
+ class H_38_EPOCH
+ {
+ price = 3;
+ };
+ class H_39_EPOCH
+ {
+ price = 3;
+ };
+ class H_40_EPOCH
+ {
+ price = 3;
+ };
+ class H_41_EPOCH
+ {
+ price = 3;
+ };
+ class H_42_EPOCH
+ {
+ price = 3;
+ };
+ class H_43_EPOCH
+ {
+ price = 3;
+ };
+ class H_44_EPOCH
+ {
+ price = 3;
+ };
+ class H_45_EPOCH
+ {
+ price = 3;
+ };
+ class H_46_EPOCH
+ {
+ price = 3;
+ };
+ class H_47_EPOCH
+ {
+ price = 3;
+ };
+ class H_48_EPOCH
+ {
+ price = 3;
+ };
+ class H_49_EPOCH
+ {
+ price = 3;
+ };
+ class H_50_EPOCH
+ {
+ price = 3;
+ };
+ class H_51_EPOCH
+ {
+ price = 3;
+ };
+ class H_52_EPOCH
+ {
+ price = 3;
+ };
+ class H_53_EPOCH
+ {
+ price = 3;
+ };
+ class H_54_EPOCH
+ {
+ price = 3;
+ };
+ class H_55_EPOCH
+ {
+ price = 3;
+ };
+ class H_56_EPOCH
+ {
+ price = 3;
+ };
+ class H_57_EPOCH
+ {
+ price = 3;
+ };
+ class H_58_EPOCH
+ {
+ price = 3;
+ };
+ class H_59_EPOCH
+ {
+ price = 3;
+ };
+ class H_60_EPOCH
+ {
+ price = 3;
+ };
+ class H_61_EPOCH
+ {
+ price = 3;
+ };
+ class H_62_EPOCH
+ {
+ price = 3;
+ };
+ class H_63_EPOCH
+ {
+ price = 3;
+ };
+ class H_64_EPOCH
+ {
+ price = 3;
+ };
+ class H_65_EPOCH
+ {
+ price = 3;
+ };
+ class H_66_EPOCH
+ {
+ price = 3;
+ };
+ class H_67_EPOCH
+ {
+ price = 3;
+ };
+ class H_68_EPOCH
+ {
+ price = 3;
+ };
+ class H_69_EPOCH
+ {
+ price = 3;
+ };
+ class H_70_EPOCH
+ {
+ price = 3;
+ };
+ class H_71_EPOCH
+ {
+ price = 3;
+ };
+ class H_72_EPOCH
+ {
+ price = 3;
+ };
+ class H_73_EPOCH
+ {
+ price = 3;
+ };
+ class H_74_EPOCH
+ {
+ price = 3;
+ };
+ class H_75_EPOCH
+ {
+ price = 3;
+ };
+ class H_76_EPOCH
+ {
+ price = 3;
+ };
+ class H_77_EPOCH
+ {
+ price = 3;
+ };
+ class H_78_EPOCH
+ {
+ price = 3;
+ };
+ class H_79_EPOCH
+ {
+ price = 3;
+ };
+ class H_80_EPOCH
+ {
+ price = 3;
+ };
+ class H_81_EPOCH
+ {
+ price = 3;
+ };
+ class H_82_EPOCH
+ {
+ price = 3;
+ };
+ class H_83_EPOCH
+ {
+ price = 3;
+ };
+ class H_84_EPOCH
+ {
+ price = 3;
+ };
+ class H_85_EPOCH
+ {
+ price = 3;
+ };
+ class H_86_EPOCH
+ {
+ price = 3;
+ };
+ class H_87_EPOCH
+ {
+ price = 3;
+ };
+ class H_88_EPOCH
+ {
+ price = 3;
+ };
+ class H_89_EPOCH
+ {
+ price = 3;
+ };
+ class H_90_EPOCH
+ {
+ price = 3;
+ };
+ class H_91_EPOCH
+ {
+ price = 3;
+ };
+ class H_92_EPOCH
+ {
+ price = 3;
+ };
+ class H_93_EPOCH
+ {
+ price = 3;
+ };
+ class H_94_EPOCH
+ {
+ price = 5;
+ };
+ class H_95_EPOCH
+ {
+ price = 5;
+ };
+ class H_96_EPOCH
+ {
+ price = 5;
+ };
+ class H_97_EPOCH
+ {
+ price = 5;
+ };
+ class H_98_EPOCH
+ {
+ price = 5;
+ };
+ class H_99_EPOCH
+ {
+ price = 5;
+ };
+ class H_100_EPOCH
+ {
+ price = 5;
+ };
+ class H_101_EPOCH
+ {
+ price = 5;
+ };
+ class H_102_EPOCH
+ {
+ price = 5;
+ };
+ class H_103_EPOCH
+ {
+ price = 5;
+ };
+ class H_104_EPOCH
+ {
+ price = 3;
+ };
+ class H_105_EPOCH
+ {
+ price = 3;
+ };
+ class wolf_mask_epoch
+ {
+ price = 30;
+ };
+ class pkin_mask_epoch
+ {
+ price = 30;
+ };
+ class clown_mask_epoch
+ {
+ price = 30;
+ };
+ class C_Offroad_01_EPOCH
+ {
+ price = 750;
+ };
+ class C_Quadbike_01_EPOCH
+ {
+ price = 500;
+ };
+ class C_Hatchback_01_EPOCH
+ {
+ price = 750;
+ };
+ class C_Hatchback_02_EPOCH
+ {
+ price = 1000;
+ };
+ class C_SUV_01_EPOCH
+ {
+ price = 750;
+ };
+ class C_Rubberboat_EPOCH
+ {
+ price = 500;
+ };
+ class C_Rubberboat_02_EPOCH
+ {
+ price = 500;
+ };
+ class C_Rubberboat_03_EPOCH
+ {
+ price = 500;
+ };
+ class C_Rubberboat_04_EPOCH
+ {
+ price = 500;
+ };
+ class C_Van_01_box_EPOCH
+ {
+ price = 1000;
+ };
+ class C_Van_01_transport_EPOCH
+ {
+ price = 1000;
+ };
+ class C_Boat_Civil_01_EPOCH
+ {
+ price = 750;
+ };
+ class C_Boat_Civil_01_police_EPOCH
+ {
+ price = 750;
+ };
+ class C_Boat_Civil_01_rescue_EPOCH
+ {
+ price = 750;
+ };
+ class B_Heli_Light_01_EPOCH
+ {
+ price = 2500;
+ };
+ class B_SDV_01_EPOCH
+ {
+ price = 1000;
+ };
+ class B_MRAP_01_EPOCH
+ {
+ price = 2500;
+ };
+ class I_MRAP_03_EPOCH
+ {
+ price = 2500;
+ };
+ class B_G_Offroad_01_armed_EPOCH
+ {
+ price = 2500;
+ };
+ class B_Truck_01_transport_EPOCH
+ {
+ price = 1000;
+ };
+ class B_Truck_01_covered_EPOCH
+ {
+ price = 1000;
+ };
+ class B_Truck_01_mover_EPOCH
+ {
+ price = 1000;
+ };
+ class B_Truck_01_box_EPOCH
+ {
+ price = 1000;
+ };
+ class O_Truck_02_covered_EPOCH
+ {
+ price = 1000;
+ };
+ class O_Truck_02_transport_EPOCH
+ {
+ price = 1000;
+ };
+ class O_Truck_03_covered_EPOCH
+ {
+ price = 1000;
+ };
+ class O_Truck_02_box_EPOCH
+ {
+ price = 1000;
+ };
+ class O_Heli_Light_02_unarmed_EPOCH
+ {
+ price = 2500;
+ };
+ class I_Heli_Transport_02_EPOCH
+ {
+ price = 2500;
+ };
+ class I_Heli_light_03_unarmed_EPOCH
+ {
+ price = 2500;
+ };
+ class C_Heli_Light_01_civil_EPOCH
+ {
+ price = 2500;
+ };
+ class O_Heli_Transport_04_EPOCH
+ {
+ price = 2500;
+ };
+ class O_Heli_Transport_04_bench_EPOCH
+ {
+ price = 2500;
+ };
+ class O_Heli_Transport_04_box_EPOCH
+ {
+ price = 2500;
+ };
+ class O_Heli_Transport_04_covered_EPOCH
+ {
+ price = 2500;
+ };
+ class B_Heli_Transport_03_unarmed_EPOCH
+ {
+ price = 2500;
+ };
+ class I_UAV_01_F
+ {
+ price = 50;
+ };
+ class jetski_epoch
+ {
+ price = 500;
+ };
+ class ebike_epoch
+ {
+ price = 1500;
+ };
+ class mosquito_epoch
+ {
+ price = 1500;
+ };
+ class K01
+ {
+ price = 300;
+ };
+ class K02
+ {
+ price = 300;
+ };
+ class K03
+ {
+ price = 300;
+ };
+ class K04
+ {
+ price = 300;
+ };
+ class CUP_C_Fishing_Boat_Chernarus
+ {
+ price = 800;
+ };
+ class CUP_C_LR_Transport_CTK
+ {
+ price = 800;
+ };
+ class CUP_B_Zodiac_USMC
+ {
+ price = 800;
+ };
+ class CUP_C_Skoda_Red_CIV
+ {
+ price = 800;
+ };
+ class CUP_C_Skoda_White_CIV
+ {
+ price = 800;
+ };
+ class CUP_C_Skoda_Blue_CIV
+ {
+ price = 800;
+ };
+ class CUP_C_Skoda_Green_CIV
+ {
+ price = 800;
+ };
+ class CUP_C_SUV_CIV
+ {
+ price = 1500;
+ };
+ class CUP_B_HMMWV_Transport_USA
+ {
+ price = 2500;
+ };
+ class CUP_B_HMMWV_Unarmed_USA
+ {
+ price = 2500;
+ };
+ class CUP_C_SUV_TK
+ {
+ price = 2000;
+ };
+ class CUP_B_LR_Transport_CZ_D
+ {
+ price = 1100;
+ };
+ class CUP_C_Datsun_Covered
+ {
+ price = 800;
+ };
+ class CUP_C_Datsun_Plain
+ {
+ price = 800;
+ };
+ class CUP_C_Datsun_Tubeframe
+ {
+ price = 800;
+ };
+ class CUP_C_Datsun_4seat
+ {
+ price = 800;
+ };
+ class CUP_C_Datsun
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_green_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_red_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_blue_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_black_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_kitty_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_reptile_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_camodigital_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_camodark_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_camo_Civ
+ {
+ price = 800;
+ };
+ class CUP_B_M1030
+ {
+ price = 500;
+ };
+ class CUP_C_Ural_Civ_03
+ {
+ price = 1200;
+ };
+ class CUP_C_Ural_Open_Civ_03
+ {
+ price = 1200;
+ };
+ class CUP_C_Ural_Civ_02
+ {
+ price = 1200;
+ };
+ class CUP_B_TowingTractor_USMC
+ {
+ price = 800;
+ };
+ class CUP_C_C47_CIV
+ {
+ price = 1600;
+ };
+ class CUP_B_LR_Transport_CZ_W
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_white_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_whiteblood_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Golf4_yellow_Civ
+ {
+ price = 800;
+ };
+ class CUP_C_Octavia_CIV
+ {
+ price = 1600;
+ };
+ class CUP_C_Ural_Civ_01
+ {
+ price = 1000;
+ };
+ class CUP_C_Ural_Open_Civ_01
+ {
+ price = 1000;
+ };
+ class CUP_B_Ural_CDF
+ {
+ price = 1000;
+ };
+ class CUP_B_Ural_Open_CDF
+ {
+ price = 1000;
+ };
+ class CUP_C_Ural_Open_Civ_02
+ {
+ price = 1000;
+ };
+ class CUP_B_HMMWV_Ambulance_USA
+ {
+ price = 1500;
+ };
+ class CUP_C_UAZ_Unarmed_TK_CIV
+ {
+ price = 1000;
+ };
+ class CUP_C_UAZ_Open_TK_CIV
+ {
+ price = 1000;
+ };
+ class CUP_B_UAZ_Unarmed_CDF
+ {
+ price = 1000;
+ };
+ class CUP_B_Ural_Empty_CDF
+ {
+ price = 1000;
+ };
+ class CUP_C_DC3_CIV
+ {
+ price = 2400;
+ };
+ class C_Boat_Transport_02_F
+ {
+ price = 1200;
+ };
+ class C_Scooter_Transport_01_F
+ {
+ price = 1200;
+ };
+ class C_Offroad_02_unarmed_F
+ {
+ price = 3500;
+ };
+ class I_C_Offroad_02_unarmed_F
+ {
+ price = 3500;
+ };
+ class B_T_LSV_01_unarmed_F
+ {
+ price = 4400;
+ };
+ class O_LSV_02_unarmed_F
+ {
+ price = 4300;
+ };
+ class O_T_LSV_02_unarmed_F
+ {
+ price = 4600;
+ };
+ class C_Plane_Civil_01_F
+ {
+ price = 5000;
+ };
+ class C_Plane_Civil_01_racing_F
+ {
+ price = 5000;
+ };
+ class B_CTRG_LSV_01_light_F
+ {
+ price = 4400;
+ };
+ class B_LSV_01_unarmed_F
+ {
+ price = 4400;
+ };
+ class B_T_VTOL_01_infantry_F
+ {
+ price = 10000;
+ };
+ class B_T_VTOL_01_vehicle_F
+ {
+ price = 10000;
+ };
+ class B_UavTerminal
+ {
+ price = 10;
+ };
+ class O_UavTerminal
+ {
+ price = 10;
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgPricing.json b/Sources/epoch_config/Configs/CfgPricing.json
new file mode 100644
index 00000000..8f03a82c
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgPricing.json
@@ -0,0 +1,3308 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Prices for Trading system.",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgPricing": {
+ "ItemEmptyTin": {
+ "price": 1
+ },
+ "ItemSodaEmpty": {
+ "price": 1
+ },
+ "ItemSodaAlpineDude": {
+ "price": 5
+ },
+ "ItemHotwire": {
+ "price": 15
+ },
+ "ItemKeyKit": {
+ "price": 15
+ },
+ "ItemBarrelF": {
+ "price": 200
+ },
+ "ItemBarrelE": {
+ "price": 50
+ },
+ "ItemPipe": {
+ "price": 10
+ },
+ "ItemKey": {
+ "price": 10
+ },
+ "ItemKeyBlue": {
+ "price": 10
+ },
+ "ItemKeyGreen": {
+ "price": 10
+ },
+ "ItemKeyRed": {
+ "price": 10
+ },
+ "ItemKeyYellow": {
+ "price": 10
+ },
+ "ItemDoc1": {
+ "price": 10
+ },
+ "ItemDoc2": {
+ "price": 10
+ },
+ "ItemDoc3": {
+ "price": 10
+ },
+ "ItemDoc4": {
+ "price": 10
+ },
+ "ItemDoc5": {
+ "price": 10
+ },
+ "ItemDoc6": {
+ "price": 10
+ },
+ "ItemDoc7": {
+ "price": 10
+ },
+ "ItemDoc8": {
+ "price": 10
+ },
+ "ItemVehDoc1": {
+ "price": 10
+ },
+ "ItemVehDoc2": {
+ "price": 10
+ },
+ "ItemVehDoc3": {
+ "price": 10
+ },
+ "ItemVehDoc4": {
+ "price": 10
+ },
+ "ItemBulb": {
+ "price": 10
+ },
+ "ItemBurlap": {
+ "price": 10
+ },
+ "ItemBriefcaseE": {
+ "price": 10
+ },
+ "ItemBriefcaseGold100oz": {
+ "price": 10000
+ },
+ "ItemAluminumBar": {
+ "price": 10
+ },
+ "ItemCopperBar": {
+ "price": 100
+ },
+ "ItemTinBar": {
+ "price": 1
+ },
+ "ItemPlywoodPack": {
+ "price": 100
+ },
+ "ItemComboLock": {
+ "price": 45
+ },
+ "Item_AssaultPack_cbr": {
+ "price": 10
+ },
+ "Item_AssaultPack_dgtl": {
+ "price": 10
+ },
+ "Item_AssaultPack_khk": {
+ "price": 10
+ },
+ "Item_AssaultPack_mcamo": {
+ "price": 10
+ },
+ "Item_AssaultPack_ocamo": {
+ "price": 10
+ },
+ "Item_AssaultPack_rgr": {
+ "price": 10
+ },
+ "Item_AssaultPack_sgg": {
+ "price": 10
+ },
+ "Item_AssaultPack_blk": {
+ "price": 10
+ },
+ "Item_Carryall_cbr": {
+ "price": 40
+ },
+ "Item_Carryall_khk": {
+ "price": 40
+ },
+ "Item_Carryall_mcamo": {
+ "price": 40
+ },
+ "Item_Carryall_ocamo": {
+ "price": 40
+ },
+ "Item_Carryall_oli": {
+ "price": 40
+ },
+ "Item_Carryall_oucamo": {
+ "price": 40
+ },
+ "Item_FieldPack_blk": {
+ "price": 15
+ },
+ "Item_FieldPack_cbr": {
+ "price": 15
+ },
+ "Item_FieldPack_khk": {
+ "price": 15
+ },
+ "Item_FieldPack_ocamo": {
+ "price": 15
+ },
+ "Item_FieldPack_oli": {
+ "price": 15
+ },
+ "Item_FieldPack_oucamo": {
+ "price": 15
+ },
+ "Item_Kitbag_cbr": {
+ "price": 25
+ },
+ "Item_Kitbag_mcamo": {
+ "price": 25
+ },
+ "Item_Kitbag_rgr": {
+ "price": 25
+ },
+ "Item_Kitbag_sgg": {
+ "price": 25
+ },
+ "Item_TacticalPack_blk": {
+ "price": 20
+ },
+ "Item_TacticalPack_mcamo": {
+ "price": 20
+ },
+ "Item_TacticalPack_ocamo": {
+ "price": 20
+ },
+ "Item_TacticalPack_oli": {
+ "price": 20
+ },
+ "Item_TacticalPack_rgr": {
+ "price": 20
+ },
+ "Item_smallbackpack_red": {
+ "price": 22
+ },
+ "Item_smallbackpack_green": {
+ "price": 22
+ },
+ "Item_smallbackpack_teal": {
+ "price": 22
+ },
+ "Item_smallbackpack_pink": {
+ "price": 22
+ },
+ "ChainSaw": {
+ "price": 125
+ },
+ "CircuitParts": {
+ "price": 50
+ },
+ "ItemCoolerE": {
+ "price": 50
+ },
+ "JackKit": {
+ "price": 25
+ },
+ "ItemLockbox": {
+ "price": 250,
+ "tax": 0.5
+ },
+ "ItemSafe": {
+ "price": 1250,
+ "tax": 0.5
+ },
+ "ItemCompass": {
+ "price": 3
+ },
+ "ItemGPS": {
+ "price": 20
+ },
+ "EpochRadio0": {
+ "price": 2
+ },
+ "EpochRadio1": {
+ "price": 4
+ },
+ "EpochRadio2": {
+ "price": 6
+ },
+ "EpochRadio3": {
+ "price": 8
+ },
+ "EpochRadio4": {
+ "price": 10
+ },
+ "EpochRadio5": {
+ "price": 12
+ },
+ "EpochRadio6": {
+ "price": 14
+ },
+ "EpochRadio7": {
+ "price": 16
+ },
+ "EpochRadio8": {
+ "price": 18
+ },
+ "EpochRadio9": {
+ "price": 20
+ },
+ "VehicleRepair": {
+ "price": 35
+ },
+ "VehicleRepairLg": {
+ "price": 50
+ },
+ "WhiskeyNoodle": {
+ "price": 80
+ },
+ "ItemWatch": {
+ "price": 2
+ },
+ "Binocular": {
+ "price": 4
+ },
+ "NVG_EPOCH": {
+ "price": 35
+ },
+ "acc_flashlight": {
+ "price": 5
+ },
+ "acc_pointer_IR": {
+ "price": 5
+ },
+ "srifle_EBR_F": {
+ "price": 150
+ },
+ "srifle_GM6_F": {
+ "price": 150
+ },
+ "srifle_LRR_F": {
+ "price": 200
+ },
+ "srifle_DMR_01_F": {
+ "price": 200
+ },
+ "20Rnd_762x51_Mag": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "5Rnd_127x108_Mag": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "5Rnd_127x108_APDS_Mag": {
+ "price": 6,
+ "tax": 0.9
+ },
+ "7Rnd_408_Mag": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "10Rnd_762x54_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "10Rnd_338_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "130Rnd_338_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "10Rnd_93x64_DMR_05_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "10Rnd_127x54_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "CUP_hgun_Compact": {
+ "price": 20
+ },
+ "CUP_hgun_Duty": {
+ "price": 20
+ },
+ "CUP_hgun_Phantom": {
+ "price": 25
+ },
+ "CUP_hgun_Glock17": {
+ "price": 25
+ },
+ "CUP_hgun_Makarov": {
+ "price": 20
+ },
+ "CUP_hgun_MicroUzi": {
+ "price": 45
+ },
+ "CUP_hgun_TaurusTracker455": {
+ "price": 35
+ },
+ "CUP_hgun_PB6P9": {
+ "price": 30
+ },
+ "CUP_hgun_SA61": {
+ "price": 30
+ },
+ "CUP_hgun_M9": {
+ "price": 30
+ },
+ "CUP_hgun_TaurusTracker455_gold": {
+ "price": 300
+ },
+ "CUP_hgun_Colt1911": {
+ "price": 30
+ },
+ "CUP_sgun_AA12": {
+ "price": 75
+ },
+ "CUP_sgun_M1014": {
+ "price": 50
+ },
+ "CUP_sgun_Saiga12K": {
+ "price": 45
+ },
+ "CUP_srifle_AS50": {
+ "price": 200
+ },
+ "CUP_srifle_LeeEnfield": {
+ "price": 100
+ },
+ "CUP_srifle_LeeEnfield_rail": {
+ "price": 150
+ },
+ "CUP_srifle_M107_Base": {
+ "price": 200
+ },
+ "CUP_srifle_M110": {
+ "price": 200
+ },
+ "CUP_srifle_M14": {
+ "price": 150
+ },
+ "CUP_srifle_M14_DMR": {
+ "price": 150
+ },
+ "CUP_srifle_Mk12SPR": {
+ "price": 200
+ },
+ "CUP_srifle_M24_des": {
+ "price": 200
+ },
+ "CUP_srifle_M40A3": {
+ "price": 200
+ },
+ "CUP_srifle_ksvk": {
+ "price": 150
+ },
+ "CUP_srifle_SVD": {
+ "price": 200
+ },
+ "CUP_srifle_VSSVintorez": {
+ "price": 200
+ },
+ "CUP_srifle_CZ750": {
+ "price": 200
+ },
+ "CUP_srifle_CZ550": {
+ "price": 200
+ },
+ "CUP_srifle_CZ550_rail": {
+ "price": 200
+ },
+ "CUP_srifle_M24_wdl": {
+ "price": 200
+ },
+ "CUP_srifle_SVD_des": {
+ "price": 200
+ },
+ "CUP_srifle_AWM_des": {
+ "price": 200
+ },
+ "CUP_srifle_AWM_wdl": {
+ "price": 200
+ },
+ "CUP_srifle_G22_des": {
+ "price": 200
+ },
+ "CUP_arifle_AK107_GL": {
+ "price": 75
+ },
+ "CUP_arifle_AK47": {
+ "price": 75
+ },
+ "CUP_arifle_AK74": {
+ "price": 75
+ },
+ "CUP_arifle_AK74_GL": {
+ "price": 75
+ },
+ "CUP_arifle_AK74M": {
+ "price": 75
+ },
+ "CUP_arifle_AK74M_GL": {
+ "price": 75
+ },
+ "CUP_arifle_AKM": {
+ "price": 75
+ },
+ "CUP_arifle_AKS": {
+ "price": 75
+ },
+ "CUP_arifle_AKS_Gold": {
+ "price": 75
+ },
+ "CUP_arifle_AKS74": {
+ "price": 75
+ },
+ "CUP_arifle_RPK74": {
+ "price": 75
+ },
+ "CUP_arifle_L85A2_GL": {
+ "price": 75
+ },
+ "CUP_arifle_M16A4_Base": {
+ "price": 75
+ },
+ "CUP_arifle_M4A1_black": {
+ "price": 75
+ },
+ "CUP_arifle_M4A1_BUIS_GL": {
+ "price": 75
+ },
+ "CUP_arifle_M4A1_BUIS_camo_GL": {
+ "price": 75
+ },
+ "CUP_arifle_M4A1_BUIS_desert_GL": {
+ "price": 75
+ },
+ "CUP_arifle_M16A2": {
+ "price": 75
+ },
+ "CUP_arifle_M16A2_GL": {
+ "price": 75
+ },
+ "CUP_arifle_M16A4_GL": {
+ "price": 75
+ },
+ "CUP_arifle_M4A3_desert": {
+ "price": 75
+ },
+ "CUP_arifle_M4A1": {
+ "price": 75
+ },
+ "CUP_arifle_CZ805_A1": {
+ "price": 75
+ },
+ "CUP_arifle_CZ805_GL": {
+ "price": 75
+ },
+ "CUP_arifle_CZ805_B_GL": {
+ "price": 75
+ },
+ "CUP_arifle_FNFAL": {
+ "price": 100
+ },
+ "CUP_arifle_FNFAL_railed": {
+ "price": 100
+ },
+ "CUP_arifle_FNFAL5061": {
+ "price": 100
+ },
+ "CUP_arifle_G36A": {
+ "price": 75
+ },
+ "CUP_arifle_G36K": {
+ "price": 75
+ },
+ "CUP_arifle_G36C": {
+ "price": 75
+ },
+ "CUP_arifle_MG36": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_CQC": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_CQC_FG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_CQC_SFG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_CQC_EGLM": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_STD": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_STD_FG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_STD_SFG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_STD_EGLM": {
+ "price": 75
+ },
+ "CUP_arifle_Mk16_SV": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_CQC": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_CQC_FG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_CQC_SFG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_CQC_EGLM": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_STD": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_STD_FG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_STD_SFG": {
+ "price": 75
+ },
+ "CUP_arifle_Mk17_STD_EGLM": {
+ "price": 75
+ },
+ "CUP_arifle_Mk20": {
+ "price": 100
+ },
+ "CUP_arifle_Sa58RIS1": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58RIS2_gl": {
+ "price": 75
+ },
+ "CUP_arifle_XM8_Carbine_FG": {
+ "price": 75
+ },
+ "CUP_arifle_XM8_Carbine": {
+ "price": 75
+ },
+ "CUP_arifle_XM8_Carbine_GL": {
+ "price": 75
+ },
+ "CUP_arifle_xm8_sharpshooter": {
+ "price": 75
+ },
+ "CUP_arifle_xm8_SAW": {
+ "price": 75
+ },
+ "CUP_arifle_XM8_Compact": {
+ "price": 75
+ },
+ "CUP_arifle_XM8_Compact_Rail": {
+ "price": 75
+ },
+ "CUP_arifle_CZ805_A2": {
+ "price": 75
+ },
+ "CUP_arifle_CZ805_B": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58P": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58P_des": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58V": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58V_camo": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58RIS1_des": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58RIS2": {
+ "price": 75
+ },
+ "CUP_arifle_Sa58RIS2_camo": {
+ "price": 75
+ },
+ "CUP_arifle_AK107": {
+ "price": 75
+ },
+ "CUP_arifle_AKS74U": {
+ "price": 75
+ },
+ "CUP_arifle_RPK74_45": {
+ "price": 75
+ },
+ "CUP_arifle_RPK74M": {
+ "price": 75
+ },
+ "CUP_arifle_FNFAL5062": {
+ "price": 75
+ },
+ "CUP_arifle_FNFAL_OSW": {
+ "price": 75
+ },
+ "CUP_arifle_G36A_camo": {
+ "price": 75
+ },
+ "CUP_arifle_G36K_camo": {
+ "price": 75
+ },
+ "CUP_arifle_G36C_camo": {
+ "price": 75
+ },
+ "CUP_arifle_MG36_camo": {
+ "price": 75
+ },
+ "CUP_arifle_L85A2": {
+ "price": 75
+ },
+ "CUP_arifle_L86A2": {
+ "price": 75
+ },
+ "CUP_arifle_M4A1_camo": {
+ "price": 75
+ },
+ "CUP_arifle_M4A1_desert": {
+ "price": 75
+ },
+ "CUP_arifle_XM8_Railed": {
+ "price": 75
+ },
+ "CUP_lmg_L110A1": {
+ "price": 150
+ },
+ "CUP_lmg_M240": {
+ "price": 150
+ },
+ "CUP_lmg_minimipara": {
+ "price": 150
+ },
+ "CUP_lmg_minimi": {
+ "price": 150
+ },
+ "CUP_lmg_m249_para": {
+ "price": 150
+ },
+ "CUP_lmg_M249_E2": {
+ "price": 150
+ },
+ "CUP_lmg_minimi_railed": {
+ "price": 150
+ },
+ "CUP_lmg_m249_pip1": {
+ "price": 150
+ },
+ "CUP_lmg_m249_pip4": {
+ "price": 150
+ },
+ "CUP_lmg_L7A2": {
+ "price": 150
+ },
+ "CUP_lmg_PKM": {
+ "price": 150
+ },
+ "CUP_lmg_Pecheneg": {
+ "price": 150
+ },
+ "CUP_lmg_UK59": {
+ "price": 150
+ },
+ "CUP_lmg_m249_pip2": {
+ "price": 150
+ },
+ "CUP_lmg_m249_pip3": {
+ "price": 150
+ },
+ "CUP_lmg_m249_SQuantoon": {
+ "price": 150
+ },
+ "CUP_lmg_M60E4": {
+ "price": 150
+ },
+ "CUP_lmg_Mk48_des": {
+ "price": 150
+ },
+ "CUP_lmg_Mk48_wdl": {
+ "price": 150
+ },
+ "CUP_smg_bizon": {
+ "price": 75
+ },
+ "CUP_smg_EVO": {
+ "price": 100
+ },
+ "CUP_smg_MP5SD6": {
+ "price": 125
+ },
+ "CUP_smg_MP5A5": {
+ "price": 100
+ },
+ "CUP_10Rnd_9x19_Compact": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_18Rnd_9x19_Phantom": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_17Rnd_9x19_glock17": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_8Rnd_9x18_Makarov_M": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_8Rnd_9x18_MakarovSD_M": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_9x19_UZI": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_6Rnd_45ACP_M": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_B_765x17_Ball_M": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_15Rnd_9x19_M9": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_7Rnd_45ACP_1911": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_B_AA12_Pellets": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_B_AA12_74Slug": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_B_AA12_HE": {
+ "price": 15,
+ "tax": 0.9
+ },
+ "CUP_8Rnd_B_Beneli_74Slug": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_8Rnd_B_Beneli_74Pellets": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_8Rnd_B_Saiga12_74Slug_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_8Rnd_B_Saiga12_74Pellets_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_5Rnd_127x99_as50_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_10x_303_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_10Rnd_127x99_m107": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_762x51_B_M110": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Yellow_Tracer_762x51_M110": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Red_Tracer_762x51_M110": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Green_Tracer_762x51_M110": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_White_Tracer_762x51_M110": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_5Rnd_762x51_M24": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_5Rnd_127x108_KSVK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_10Rnd_762x54_SVD_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_10Rnd_9x39_SP5_VSS_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_9x39_SP5_VSS_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_10Rnd_762x51_CZ750_Tracer": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_10Rnd_762x51_CZ750": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_5x_22_LR_17_HMR_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_5Rnd_86x70_L115A1": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_5Rnd_762x67_G22": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_545x39_AK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_TE1_Green_Tracer_545x39_AK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_TE1_Red_Tracer_545x39_AK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_TE1_White_Tracer_545x39_AK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_TE1_Yellow_Tracer_545x39_AK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_762x39_AK47_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_75Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_762x51_CZ805B": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Yellow_Tracer_762x51_CZ805B": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Red_Tracer_762x51_CZ805B": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Green_Tracer_762x51_CZ805B": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_White_Tracer_762x51_CZ805B": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_762x51_FNFAL_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_762x51_B_SCAR": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Yellow_Tracer_762x51_SCAR": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_Green_Tracer_762x51_SCAR": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_20Rnd_TE1_White_Tracer_762x51_SCAR": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_Sa58_M_TracerG": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_Sa58_M_TracerR": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_Sa58_M_TracerY": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_Sa58_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_100Rnd_TE4_LRT4_White_Tracer_762x51_Belt_M": {
+ "price": 7,
+ "tax": 0.9
+ },
+ "CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M": {
+ "price": 7,
+ "tax": 0.9
+ },
+ "CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M": {
+ "price": 7,
+ "tax": 0.9
+ },
+ "CUP_50Rnd_UK59_762x54R_Tracer": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_64Rnd_9x19_Bizon_M": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "CUP_64Rnd_Green_Tracer_9x19_Bizon_M": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "CUP_64Rnd_Red_Tracer_9x19_Bizon_M": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "CUP_64Rnd_White_Tracer_9x19_Bizon_M": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "CUP_64Rnd_Yellow_Tracer_9x19_Bizon_M": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "CUP_30Rnd_9x19_MP5": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "CUP_item_Money": {
+ "price": 1000
+ },
+ "CUP_item_Kostey_photos": {
+ "price": 100
+ },
+ "CUP_item_Kostey_map_case": {
+ "price": 100
+ },
+ "CUP_item_Kostey_notebook": {
+ "price": 100
+ },
+ "CUP_item_CDF_dogtags": {
+ "price": 100
+ },
+ "CUP_item_Moscow_Bombing_File": {
+ "price": 100
+ },
+ "CUP_item_Cobalt_File": {
+ "price": 100
+ },
+ "CUP_muzzle_snds_M110": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_M14": {
+ "price": 5
+ },
+ "CUP_muzzle_PBS4": {
+ "price": 5
+ },
+ "CUP_muzzle_PB6P9": {
+ "price": 5
+ },
+ "CUP_muzzle_Bizon": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_M9": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_MicroUzi": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_AWM": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_G36_black": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_G36_desert": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_L85": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_M16_camo": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_M16": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_SCAR_L": {
+ "price": 5
+ },
+ "CUP_muzzle_mfsup_SCAR_L": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_SCAR_H": {
+ "price": 5
+ },
+ "CUP_muzzle_mfsup_SCAR_H": {
+ "price": 5
+ },
+ "CUP_muzzle_snds_XM8": {
+ "price": 5
+ },
+ "CUP_optic_PSO_1": {
+ "price": 10
+ },
+ "CUP_optic_PSO_3": {
+ "price": 10
+ },
+ "CUP_optic_Kobra": {
+ "price": 10
+ },
+ "CUP_optic_GOSHAWK": {
+ "price": 10
+ },
+ "CUP_optic_NSPU": {
+ "price": 10
+ },
+ "CUP_optic_PechenegScope": {
+ "price": 10
+ },
+ "CUP_optic_SB_3_12x50_PMII": {
+ "price": 10
+ },
+ "CUP_optic_AN_PAS_13c2": {
+ "price": 10
+ },
+ "CUP_optic_LeupoldMk4": {
+ "price": 10
+ },
+ "CUP_optic_HoloBlack": {
+ "price": 10
+ },
+ "CUP_optic_HoloWdl": {
+ "price": 10
+ },
+ "CUP_optic_HoloDesert": {
+ "price": 10
+ },
+ "CUP_optic_Eotech533": {
+ "price": 10
+ },
+ "CUP_optic_Eotech533Grey": {
+ "price": 10
+ },
+ "CUP_optic_CompM4": {
+ "price": 10
+ },
+ "CUP_optic_SUSAT": {
+ "price": 10
+ },
+ "CUP_optic_ACOG": {
+ "price": 10
+ },
+ "CUP_optic_CWS": {
+ "price": 10
+ },
+ "CUP_optic_Leupold_VX3": {
+ "price": 10
+ },
+ "CUP_optic_AN_PVS_10": {
+ "price": 10
+ },
+ "CUP_optic_CompM2_Black": {
+ "price": 10
+ },
+ "CUP_optic_CompM2_Woodland": {
+ "price": 10
+ },
+ "CUP_optic_CompM2_Woodland2": {
+ "price": 10
+ },
+ "CUP_optic_CompM2_Desert": {
+ "price": 10
+ },
+ "CUP_optic_RCO": {
+ "price": 10
+ },
+ "CUP_optic_RCO_desert": {
+ "price": 10
+ },
+ "CUP_optic_LeupoldM3LR": {
+ "price": 15
+ },
+ "CUP_optic_LeupoldMk4_10x40_LRT_Desert": {
+ "price": 15
+ },
+ "CUP_optic_LeupoldMk4_10x40_LRT_Woodland": {
+ "price": 15
+ },
+ "CUP_optic_ElcanM145": {
+ "price": 10
+ },
+ "CUP_optic_AN_PAS_13c1": {
+ "price": 10
+ },
+ "CUP_optic_LeupoldMk4_CQ_T": {
+ "price": 10
+ },
+ "CUP_optic_ELCAN_SpecterDR": {
+ "price": 10
+ },
+ "CUP_optic_LeupoldMk4_MRT_tan": {
+ "price": 10
+ },
+ "CUP_optic_SB_11_4x20_PM": {
+ "price": 10
+ },
+ "CUP_optic_ZDDot": {
+ "price": 10
+ },
+ "CUP_optic_MRad": {
+ "price": 10
+ },
+ "CUP_optic_TrijiconRx01_desert": {
+ "price": 10
+ },
+ "CUP_optic_TrijiconRx01_black": {
+ "price": 10
+ },
+ "CUP_optic_AN_PVS_4": {
+ "price": 10
+ },
+ "CUP_acc_Glock17_Flashlight": {
+ "price": 5
+ },
+ "CUP_acc_ANPEQ_15": {
+ "price": 5
+ },
+ "CUP_acc_ANPEQ_2": {
+ "price": 5
+ },
+ "CUP_acc_Flashlight": {
+ "price": 5
+ },
+ "CUP_acc_Flashlight_wdl": {
+ "price": 5
+ },
+ "CUP_acc_Flashlight_desert": {
+ "price": 5
+ },
+ "CUP_acc_XM8_light_module": {
+ "price": 5
+ },
+ "CUP_acc_ANPEQ_2_camo": {
+ "price": 5
+ },
+ "CUP_acc_ANPEQ_2_desert": {
+ "price": 5
+ },
+ "CUP_acc_ANPEQ_2_grey": {
+ "price": 5
+ },
+ "CUP_acc_CZ_M3X": {
+ "price": 5
+ },
+ "CUP_bipod_Harris_1A2_L": {
+ "price": 15
+ },
+ "CUP_bipod_VLTOR_Modpod": {
+ "price": 15
+ },
+ "CUP_Mxx_camo": {
+ "price": 10
+ },
+ "CUP_Mxx_camo_half": {
+ "price": 10
+ },
+ "CUP_SVD_camo_g": {
+ "price": 10
+ },
+ "CUP_SVD_camo_g_half": {
+ "price": 10
+ },
+ "CUP_SVD_camo_d": {
+ "price": 10
+ },
+ "CUP_SVD_camo_d_half": {
+ "price": 10
+ },
+ "PaintCanClear": {
+ "price": 1
+ },
+ "PaintCanBlk": {
+ "price": 1
+ },
+ "PaintCanBlu": {
+ "price": 1
+ },
+ "PaintCanBrn": {
+ "price": 1
+ },
+ "PaintCanGrn": {
+ "price": 1
+ },
+ "PaintCanOra": {
+ "price": 1
+ },
+ "PaintCanPur": {
+ "price": 1
+ },
+ "PaintCanRed": {
+ "price": 1
+ },
+ "PaintCanTeal": {
+ "price": 1
+ },
+ "PaintCanYel": {
+ "price": 1
+ },
+ "ItemDocument": {
+ "price": 5
+ },
+ "ItemDocumentMission": {
+ "price": 5
+ },
+ "ItemMixOil": {
+ "price": 5
+ },
+ "emptyjar_epoch": {
+ "price": 5
+ },
+ "jerrycan_epoch": {
+ "price": 10
+ },
+ "jerrycanE_epoch": {
+ "price": 5
+ },
+ "speargun_epoch": {
+ "price": 75
+ },
+ "spear_magazine": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "lighter_epoch": {
+ "price": 50
+ },
+ "WoodLog_EPOCH": {
+ "price": 1
+ },
+ "ItemRope": {
+ "price": 5
+ },
+ "ItemStick": {
+ "price": 1
+ },
+ "ItemRock": {
+ "price": 1
+ },
+ "honey_epoch": {
+ "price": 5
+ },
+ "FoodBioMeat": {
+ "price": 4
+ },
+ "FoodMeeps": {
+ "price": 50
+ },
+ "FoodSnooter": {
+ "price": 5
+ },
+ "sardines_epoch": {
+ "price": 2
+ },
+ "meatballs_epoch": {
+ "price": 2
+ },
+ "scam_epoch": {
+ "price": 4
+ },
+ "TacticalBacon": {
+ "price": 5
+ },
+ "sweetcorn_epoch": {
+ "price": 2
+ },
+ "CookedSheep_EPOCH": {
+ "price": 5
+ },
+ "CookedGoat_EPOCH": {
+ "price": 5
+ },
+ "SnakeMeat_EPOCH": {
+ "price": 3
+ },
+ "CookedRabbit_EPOCH": {
+ "price": 5
+ },
+ "CookedChicken_EPOCH": {
+ "price": 3
+ },
+ "ItemTrout": {
+ "price": 2
+ },
+ "ItemTroutCooked": {
+ "price": 20
+ },
+ "ItemSeaBass": {
+ "price": 5
+ },
+ "ItemSeaBassCooked": {
+ "price": 50
+ },
+ "ItemTuna": {
+ "price": 10
+ },
+ "ItemTunaCooked": {
+ "price": 100
+ },
+ "FoodWalkNSons": {
+ "price": 5
+ },
+ "ItemSodaOrangeSherbet": {
+ "price": 4
+ },
+ "ItemSodaPurple": {
+ "price": 5
+ },
+ "ItemSodaMocha": {
+ "price": 8
+ },
+ "ItemSodaBurst": {
+ "price": 4
+ },
+ "ItemSodaRbull": {
+ "price": 5
+ },
+ "water_epoch": {
+ "price": 5
+ },
+ "clean_water_epoch": {
+ "price": 10
+ },
+ "FAK": {
+ "price": 3
+ },
+ "Towelette": {
+ "price": 1
+ },
+ "HeatPack": {
+ "price": 2
+ },
+ "ColdPack": {
+ "price": 2
+ },
+ "sr25_epoch": {
+ "price": 50
+ },
+ "l85a2_epoch": {
+ "price": 50
+ },
+ "l85a2_pink_epoch": {
+ "price": 50
+ },
+ "l85a2_ugl_epoch": {
+ "price": 50
+ },
+ "arifle_Katiba_F": {
+ "price": 50
+ },
+ "arifle_Katiba_C_F": {
+ "price": 50
+ },
+ "arifle_Katiba_GL_F": {
+ "price": 75
+ },
+ "arifle_MXC_F": {
+ "price": 50
+ },
+ "arifle_MX_F": {
+ "price": 50
+ },
+ "arifle_MX_GL_F": {
+ "price": 75
+ },
+ "arifle_MXM_F": {
+ "price": 50
+ },
+ "arifle_SDAR_F": {
+ "price": 50
+ },
+ "arifle_TRG21_F": {
+ "price": 50
+ },
+ "arifle_TRG20_F": {
+ "price": 50
+ },
+ "arifle_TRG21_GL_F": {
+ "price": 75
+ },
+ "arifle_Mk20_F": {
+ "price": 50
+ },
+ "arifle_Mk20C_F": {
+ "price": 50
+ },
+ "arifle_Mk20_GL_F": {
+ "price": 75
+ },
+ "arifle_Mk20_plain_F": {
+ "price": 50
+ },
+ "arifle_Mk20C_plain_F": {
+ "price": 50
+ },
+ "arifle_Mk20_GL_plain_F": {
+ "price": 75
+ },
+ "SMG_01_F": {
+ "price": 35
+ },
+ "SMG_02_F": {
+ "price": 35
+ },
+ "hgun_PDW2000_F": {
+ "price": 35
+ },
+ "arifle_MXM_Black_F": {
+ "price": 50
+ },
+ "arifle_MX_GL_Black_F": {
+ "price": 75
+ },
+ "arifle_MX_Black_F": {
+ "price": 50
+ },
+ "arifle_MXC_Black_F": {
+ "price": 50
+ },
+ "Rollins_F": {
+ "price": 50
+ },
+ "30Rnd_65x39_caseless_green": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "30Rnd_65x39_caseless_green_mag_Tracer": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "30Rnd_65x39_caseless_mag": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "30Rnd_65x39_caseless_mag_Tracer": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "20Rnd_556x45_UW_mag": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "30Rnd_556x45_Stanag": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "30Rnd_556x45_Stanag_Tracer_Red": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "30Rnd_556x45_Stanag_Tracer_Green": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "30Rnd_556x45_Stanag_Tracer_Yellow": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "30Rnd_45ACP_Mag_SMG_01": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "30Rnd_45ACP_Mag_SMG_01_Tracer_Green": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "5Rnd_rollins_mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "UGL_FlareWhite_F": {
+ "price": 2
+ },
+ "UGL_FlareGreen_F": {
+ "price": 2
+ },
+ "UGL_FlareRed_F": {
+ "price": 2
+ },
+ "UGL_FlareYellow_F": {
+ "price": 2
+ },
+ "UGL_FlareCIR_F": {
+ "price": 2
+ },
+ "1Rnd_Smoke_Grenade_shell": {
+ "price": 4
+ },
+ "1Rnd_SmokeRed_Grenade_shell": {
+ "price": 4
+ },
+ "1Rnd_SmokeGreen_Grenade_shell": {
+ "price": 4
+ },
+ "1Rnd_SmokeYellow_Grenade_shell": {
+ "price": 4
+ },
+ "1Rnd_SmokePurple_Grenade_shell": {
+ "price": 4
+ },
+ "1Rnd_SmokeBlue_Grenade_shell": {
+ "price": 4
+ },
+ "1Rnd_SmokeOrange_Grenade_shell": {
+ "price": 4
+ },
+ "3Rnd_HE_Grenade_shell": {
+ "price": 10
+ },
+ "3Rnd_UGL_FlareWhite_F": {
+ "price": 4
+ },
+ "3Rnd_UGL_FlareGreen_F": {
+ "price": 4
+ },
+ "3Rnd_UGL_FlareRed_F": {
+ "price": 4
+ },
+ "3Rnd_UGL_FlareYellow_F": {
+ "price": 4
+ },
+ "3Rnd_UGL_FlareCIR_F": {
+ "price": 4
+ },
+ "3Rnd_Smoke_Grenade_shell": {
+ "price": 3
+ },
+ "3Rnd_SmokeRed_Grenade_shell": {
+ "price": 3
+ },
+ "3Rnd_SmokeGreen_Grenade_shell": {
+ "price": 3
+ },
+ "3Rnd_SmokeYellow_Grenade_shell": {
+ "price": 3
+ },
+ "3Rnd_SmokePurple_Grenade_shell": {
+ "price": 3
+ },
+ "3Rnd_SmokeBlue_Grenade_shell": {
+ "price": 3
+ },
+ "3Rnd_SmokeOrange_Grenade_shell": {
+ "price": 3
+ },
+ "LMG_Mk200_F": {
+ "price": 150
+ },
+ "arifle_MX_SW_F": {
+ "price": 150
+ },
+ "LMG_Zafir_F": {
+ "price": 150
+ },
+ "arifle_MX_SW_Black_F": {
+ "price": 150
+ },
+ "srifle_DMR_02_F": {
+ "price": 150
+ },
+ "srifle_DMR_02_camo_F": {
+ "price": 150
+ },
+ "srifle_DMR_02_sniper_F": {
+ "price": 150
+ },
+ "srifle_DMR_03_F": {
+ "price": 150
+ },
+ "srifle_DMR_03_khaki_F": {
+ "price": 150
+ },
+ "srifle_DMR_03_tan_F": {
+ "price": 150
+ },
+ "srifle_DMR_03_multicam_F": {
+ "price": 150
+ },
+ "srifle_DMR_03_woodland_F": {
+ "price": 150
+ },
+ "srifle_DMR_03_spotter_F": {
+ "price": 150
+ },
+ "srifle_DMR_04_Tan_F": {
+ "price": 150
+ },
+ "srifle_DMR_05_blk_F": {
+ "price": 150
+ },
+ "srifle_DMR_05_hex_F": {
+ "price": 150
+ },
+ "srifle_DMR_05_tan_f": {
+ "price": 150
+ },
+ "srifle_DMR_06_camo_F": {
+ "price": 150
+ },
+ "srifle_DMR_06_olive_F": {
+ "price": 150
+ },
+ "MMG_01_hex_F": {
+ "price": 150
+ },
+ "MMG_01_tan_F": {
+ "price": 150
+ },
+ "MMG_02_camo_F": {
+ "price": 150
+ },
+ "MMG_02_black_F": {
+ "price": 150
+ },
+ "MMG_02_sand_F": {
+ "price": 150
+ },
+ "m249_EPOCH": {
+ "price": 150
+ },
+ "m249Tan_EPOCH": {
+ "price": 150
+ },
+ "m107Tan_EPOCH": {
+ "price": 200
+ },
+ "m107_EPOCH": {
+ "price": 200
+ },
+ "m16_EPOCH": {
+ "price": 100
+ },
+ "m16Red_EPOCH": {
+ "price": 125
+ },
+ "M14_EPOCH": {
+ "price": 125
+ },
+ "M14Grn_EPOCH": {
+ "price": 150
+ },
+ "m4a3_EPOCH": {
+ "price": 100
+ },
+ "AKM_EPOCH": {
+ "price": 100
+ },
+ "30rnd_556_magazine": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "20rnd_762_magazine": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "30Rnd_762x39_Mag": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "200Rnd_556x45_M249": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "200Rnd_65x39_cased_Box": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "100Rnd_65x39_caseless_mag": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "200Rnd_65x39_cased_Box_Tracer": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "100Rnd_65x39_caseless_mag_Tracer": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "150Rnd_762x51_Box": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "150Rnd_762x51_Box_Tracer": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "150Rnd_762x54_Box": {
+ "price": 4,
+ "tax": 0.9
+ },
+ "150Rnd_762x54_Box_Tracer": {
+ "price": 5,
+ "tax": 0.9
+ },
+ "150Rnd_93x64_Mag": {
+ "price": 6,
+ "tax": 0.9
+ },
+ "Rangefinder": {
+ "price": 4
+ },
+ "Laserdesignator": {
+ "price": 4
+ },
+ "hgun_ACPC2_F": {
+ "price": 20
+ },
+ "hgun_Rook40_F": {
+ "price": 20
+ },
+ "hgun_P07_F": {
+ "price": 20
+ },
+ "hgun_Pistol_heavy_01_F": {
+ "price": 25
+ },
+ "hgun_Pistol_heavy_02_F": {
+ "price": 25
+ },
+ "ruger_pistol_epoch": {
+ "price": 40
+ },
+ "1911_pistol_epoch": {
+ "price": 6
+ },
+ "hgun_Pistol_Signal_F": {
+ "price": 20
+ },
+ "Hatchet": {
+ "price": 25
+ },
+ "MultiGun": {
+ "price": 100
+ },
+ "MeleeSledge": {
+ "price": 50
+ },
+ "MeleeSword": {
+ "price": 1111
+ },
+ "MeleeRod": {
+ "price": 100
+ },
+ "CrudeHatchet": {
+ "price": 5
+ },
+ "MeleeMaul": {
+ "price": 10
+ },
+ "WoodClub": {
+ "price": 5
+ },
+ "Plunger": {
+ "price": 15
+ },
+ "16Rnd_9x21_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "30Rnd_9x21_Mag": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "9Rnd_45ACP_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "11Rnd_45ACP_Mag": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "6Rnd_45ACP_Cylinder": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "10rnd_22X44_magazine": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "9rnd_45X88_magazine": {
+ "price": 2,
+ "tax": 0.9
+ },
+ "6Rnd_GreenSignal_F": {
+ "price": 2
+ },
+ "6Rnd_RedSignal_F": {
+ "price": 2
+ },
+ "EnergyPack": {
+ "price": 3,
+ "tax": 0.9
+ },
+ "EnergyPackLg": {
+ "price": 30,
+ "tax": 0.9
+ },
+ "optic_Arco": {
+ "price": 10
+ },
+ "optic_Hamr": {
+ "price": 10
+ },
+ "optic_Aco": {
+ "price": 10
+ },
+ "optic_ACO_grn": {
+ "price": 10
+ },
+ "optic_Aco_smg": {
+ "price": 10
+ },
+ "optic_ACO_grn_smg": {
+ "price": 10
+ },
+ "optic_Holosight": {
+ "price": 10
+ },
+ "optic_Holosight_smg": {
+ "price": 10
+ },
+ "optic_SOS": {
+ "price": 10
+ },
+ "optic_MRCO": {
+ "price": 10
+ },
+ "optic_DMS": {
+ "price": 10
+ },
+ "optic_Yorris": {
+ "price": 10
+ },
+ "optic_MRD": {
+ "price": 10
+ },
+ "optic_LRPS": {
+ "price": 20
+ },
+ "optic_NVS": {
+ "price": 30
+ },
+ "optic_Nightstalker": {
+ "price": 50
+ },
+ "optic_tws": {
+ "price": 20
+ },
+ "optic_tws_mg": {
+ "price": 20
+ },
+ "optic_AMS": {
+ "price": 10
+ },
+ "optic_AMS_khk": {
+ "price": 10
+ },
+ "optic_AMS_snd": {
+ "price": 10
+ },
+ "optic_KHS_blk": {
+ "price": 10
+ },
+ "optic_KHS_hex": {
+ "price": 10
+ },
+ "optic_KHS_old": {
+ "price": 10
+ },
+ "optic_KHS_tan": {
+ "price": 10
+ },
+ "bipod_01_F_snd": {
+ "price": 15
+ },
+ "bipod_01_F_blk": {
+ "price": 15
+ },
+ "bipod_01_F_mtp": {
+ "price": 15
+ },
+ "bipod_02_F_blk": {
+ "price": 15
+ },
+ "bipod_02_F_tan": {
+ "price": 15
+ },
+ "bipod_02_F_hex": {
+ "price": 15
+ },
+ "bipod_03_F_blk": {
+ "price": 15
+ },
+ "bipod_03_F_oli": {
+ "price": 15
+ },
+ "Elcan_epoch": {
+ "price": 5
+ },
+ "Elcan_reflex_epoch": {
+ "price": 10
+ },
+ "muzzle_snds_H": {
+ "price": 5
+ },
+ "muzzle_snds_L": {
+ "price": 5
+ },
+ "muzzle_snds_M": {
+ "price": 5
+ },
+ "muzzle_snds_B": {
+ "price": 5
+ },
+ "muzzle_snds_H_MG": {
+ "price": 5
+ },
+ "muzzle_snds_acp": {
+ "price": 5
+ },
+ "Heal_EPOCH": {
+ "price": 3
+ },
+ "Defib_EPOCH": {
+ "price": 5
+ },
+ "Repair_EPOCH": {
+ "price": 2
+ },
+ "muzzle_snds_338_black": {
+ "price": 5
+ },
+ "muzzle_snds_338_green": {
+ "price": 5
+ },
+ "muzzle_snds_338_sand": {
+ "price": 5
+ },
+ "muzzle_snds_93mmg": {
+ "price": 5
+ },
+ "muzzle_snds_93mmg_tan": {
+ "price": 5
+ },
+ "muzzle_sr25S_epoch": {
+ "price": 5
+ },
+ "PartOreGold": {
+ "price": 70
+ },
+ "PartOreSilver": {
+ "price": 7
+ },
+ "PartOre": {
+ "price": 1
+ },
+ "ItemGoldBar": {
+ "price": 100
+ },
+ "ItemSilverBar": {
+ "price": 10
+ },
+ "ItemGoldBar10oz": {
+ "price": 1000
+ },
+ "ItemTopaz": {
+ "price": 25
+ },
+ "ItemOnyx": {
+ "price": 30
+ },
+ "ItemSapphire": {
+ "price": 50
+ },
+ "ItemAmethyst": {
+ "price": 25
+ },
+ "ItemEmerald": {
+ "price": 25
+ },
+ "ItemCitrine": {
+ "price": 25
+ },
+ "ItemRuby": {
+ "price": 75
+ },
+ "ItemQuartz": {
+ "price": 5
+ },
+ "ItemJade": {
+ "price": 100
+ },
+ "ItemGarnet": {
+ "price": 25
+ },
+ "ItemKiloHemp": {
+ "price": 100
+ },
+ "PartPlankPack": {
+ "price": 2
+ },
+ "CinderBlocks": {
+ "price": 20
+ },
+ "MortarBucket": {
+ "price": 20
+ },
+ "ItemScraps": {
+ "price": 2
+ },
+ "ItemCorrugated": {
+ "price": 8
+ },
+ "ItemCorrugatedLg": {
+ "price": 25
+ },
+ "KitStudWall": {
+ "price": 10
+ },
+ "KitWoodFloor": {
+ "price": 10
+ },
+ "KitWoodStairs": {
+ "price": 10
+ },
+ "KitWoodTower": {
+ "price": 10
+ },
+ "KitWoodRamp": {
+ "price": 14
+ },
+ "KitSpikeTrap": {
+ "price": 25
+ },
+ "KitMetalTrap": {
+ "price": 25
+ },
+ "KitTankTrap": {
+ "price": 25
+ },
+ "KitHesco3": {
+ "price": 25
+ },
+ "KitWoodLadder": {
+ "price": 10
+ },
+ "KitFirePlace": {
+ "price": 4
+ },
+ "KitTiPi": {
+ "price": 10
+ },
+ "KitShelf": {
+ "price": 90
+ },
+ "KitWorkbench": {
+ "price": 10
+ },
+ "KitWoodFoundation": {
+ "price": 20
+ },
+ "KitFoundation": {
+ "price": 90
+ },
+ "KitPlotPole": {
+ "price": 300
+ },
+ "KitSolarGen": {
+ "price": 200
+ },
+ "KitCinderWall": {
+ "price": 140
+ },
+ "ItemSolar": {
+ "price": 75
+ },
+ "ItemCables": {
+ "price": 50
+ },
+ "ItemBattery": {
+ "price": 50
+ },
+ "Pelt_EPOCH": {
+ "price": 1
+ },
+ "Venom_EPOCH": {
+ "price": 10
+ },
+ "HandGrenade_Stone": {
+ "price": 1
+ },
+ "SmokeShell": {
+ "price": 2
+ },
+ "SmokeShellYellow": {
+ "price": 2
+ },
+ "SmokeShellGreen": {
+ "price": 2
+ },
+ "SmokeShellRed": {
+ "price": 2
+ },
+ "SmokeShellPurple": {
+ "price": 2
+ },
+ "SmokeShellOrange": {
+ "price": 2
+ },
+ "SmokeShellBlue": {
+ "price": 2
+ },
+ "Chemlight_green": {
+ "price": 1
+ },
+ "Chemlight_red": {
+ "price": 1
+ },
+ "Chemlight_yellow": {
+ "price": 1
+ },
+ "Chemlight_blue": {
+ "price": 1
+ },
+ "HandGrenade": {
+ "price": 15
+ },
+ "MiniGrenade": {
+ "price": 10
+ },
+ "DemoCharge_Remote_Mag": {
+ "price": 40
+ },
+ "SatchelCharge_Remote_Mag": {
+ "price": 75
+ },
+ "ATMine_Range_Mag": {
+ "price": 50
+ },
+ "ClaymoreDirectionalMine_Remote_Mag": {
+ "price": 50
+ },
+ "APERSMine_Range_Mag": {
+ "price": 30
+ },
+ "APERSBoundingMine_Range_Mag": {
+ "price": 50
+ },
+ "SLAMDirectionalMine_Wire_Mag": {
+ "price": 40
+ },
+ "APERSTripMine_Wire_Mag": {
+ "price": 30
+ },
+ "B_AssaultPack_cbr": {
+ "price": 10
+ },
+ "B_AssaultPack_dgtl": {
+ "price": 10
+ },
+ "B_AssaultPack_khk": {
+ "price": 10
+ },
+ "B_AssaultPack_mcamo": {
+ "price": 10
+ },
+ "B_AssaultPack_ocamo": {
+ "price": 10
+ },
+ "B_AssaultPack_rgr": {
+ "price": 10
+ },
+ "B_AssaultPack_sgg": {
+ "price": 10
+ },
+ "B_AssaultPack_blk": {
+ "price": 10
+ },
+ "B_Carryall_cbr": {
+ "price": 40
+ },
+ "B_Carryall_khk": {
+ "price": 40
+ },
+ "B_Carryall_mcamo": {
+ "price": 40
+ },
+ "B_Carryall_ocamo": {
+ "price": 40
+ },
+ "B_Carryall_oli": {
+ "price": 40
+ },
+ "B_Carryall_oucamo": {
+ "price": 40
+ },
+ "B_FieldPack_blk": {
+ "price": 15
+ },
+ "B_FieldPack_cbr": {
+ "price": 15
+ },
+ "B_FieldPack_khk": {
+ "price": 15
+ },
+ "B_FieldPack_ocamo": {
+ "price": 15
+ },
+ "B_FieldPack_oli": {
+ "price": 15
+ },
+ "B_FieldPack_oucamo": {
+ "price": 15
+ },
+ "B_Kitbag_cbr": {
+ "price": 25
+ },
+ "B_Kitbag_mcamo": {
+ "price": 25
+ },
+ "B_Kitbag_rgr": {
+ "price": 25
+ },
+ "B_Kitbag_sgg": {
+ "price": 25
+ },
+ "B_Parachute": {
+ "price": 25
+ },
+ "B_TacticalPack_blk": {
+ "price": 20
+ },
+ "B_TacticalPack_mcamo": {
+ "price": 20
+ },
+ "B_TacticalPack_ocamo": {
+ "price": 20
+ },
+ "B_TacticalPack_oli": {
+ "price": 20
+ },
+ "B_TacticalPack_rgr": {
+ "price": 20
+ },
+ "smallbackpack_red_epoch": {
+ "price": 22
+ },
+ "smallbackpack_green_epoch": {
+ "price": 22
+ },
+ "smallbackpack_teal_epoch": {
+ "price": 22
+ },
+ "smallbackpack_pink_epoch": {
+ "price": 22
+ },
+ "I_UAV_01_backpack_F": {
+ "price": 22
+ },
+ "U_O_FullGhillie_lsh": {
+ "price": 7
+ },
+ "U_O_FullGhillie_sard": {
+ "price": 7
+ },
+ "U_O_FullGhillie_ard": {
+ "price": 7
+ },
+ "U_O_CombatUniform_ocamo": {
+ "price": 5
+ },
+ "U_O_GhillieSuit": {
+ "price": 5
+ },
+ "U_O_PilotCoveralls": {
+ "price": 5
+ },
+ "U_O_Wetsuit": {
+ "price": 5
+ },
+ "U_OG_Guerilla1_1": {
+ "price": 5
+ },
+ "U_OG_Guerilla2_1": {
+ "price": 5
+ },
+ "U_OG_Guerilla2_2": {
+ "price": 5
+ },
+ "U_OG_Guerilla2_3": {
+ "price": 5
+ },
+ "U_OG_Guerilla3_1": {
+ "price": 5
+ },
+ "U_OG_Guerilla3_2": {
+ "price": 5
+ },
+ "U_OG_leader": {
+ "price": 5
+ },
+ "U_C_Poloshirt_stripped": {
+ "price": 4
+ },
+ "U_C_Poloshirt_blue": {
+ "price": 4
+ },
+ "U_C_Poloshirt_burgundy": {
+ "price": 4
+ },
+ "U_C_Poloshirt_tricolour": {
+ "price": 4
+ },
+ "U_C_Poloshirt_salmon": {
+ "price": 4
+ },
+ "U_C_Poloshirt_redwhite": {
+ "price": 4
+ },
+ "U_C_Poor_1": {
+ "price": 5
+ },
+ "U_C_WorkerCoveralls": {
+ "price": 5
+ },
+ "U_C_Journalist": {
+ "price": 5
+ },
+ "U_C_Scientist": {
+ "price": 5
+ },
+ "U_OrestesBody": {
+ "price": 5
+ },
+ "U_Wetsuit_uniform": {
+ "price": 5
+ },
+ "U_Wetsuit_White": {
+ "price": 5
+ },
+ "U_Wetsuit_Blue": {
+ "price": 5
+ },
+ "U_Wetsuit_Purp": {
+ "price": 5
+ },
+ "U_Wetsuit_Camo": {
+ "price": 5
+ },
+ "U_Camo_uniform": {
+ "price": 5
+ },
+ "U_ghillie1_uniform": {
+ "price": 5
+ },
+ "U_ghillie2_uniform": {
+ "price": 5
+ },
+ "U_ghillie3_uniform": {
+ "price": 5
+ },
+ "U_CamoBlue_uniform": {
+ "price": 5
+ },
+ "U_CamoBrn_uniform": {
+ "price": 5
+ },
+ "U_CamoRed_uniform": {
+ "price": 5
+ },
+ "U_C_Driver_1": {
+ "price": 5
+ },
+ "U_C_Driver_2": {
+ "price": 5
+ },
+ "U_C_Driver_3": {
+ "price": 5
+ },
+ "U_C_Driver_4": {
+ "price": 5
+ },
+ "U_C_Driver_1_black": {
+ "price": 5
+ },
+ "U_C_Driver_1_blue": {
+ "price": 5
+ },
+ "U_C_Driver_1_green": {
+ "price": 5
+ },
+ "U_C_Driver_1_red": {
+ "price": 5
+ },
+ "U_C_Driver_1_white": {
+ "price": 5
+ },
+ "U_C_Driver_1_yellow": {
+ "price": 5
+ },
+ "U_C_Driver_1_orange": {
+ "price": 5
+ },
+ "V_F0_EPOCH": {
+ "price": 5
+ },
+ "V_F1_EPOCH": {
+ "price": 5
+ },
+ "V_F2_EPOCH": {
+ "price": 5
+ },
+ "V_F3_EPOCH": {
+ "price": 5
+ },
+ "V_F4_EPOCH": {
+ "price": 5
+ },
+ "V_F5_EPOCH": {
+ "price": 5
+ },
+ "V_1_EPOCH": {
+ "price": 5
+ },
+ "V_2_EPOCH": {
+ "price": 5
+ },
+ "V_3_EPOCH": {
+ "price": 5
+ },
+ "V_4_EPOCH": {
+ "price": 5
+ },
+ "V_5_EPOCH": {
+ "price": 5
+ },
+ "V_6_EPOCH": {
+ "price": 5
+ },
+ "V_7_EPOCH": {
+ "price": 5
+ },
+ "V_8_EPOCH": {
+ "price": 5
+ },
+ "V_9_EPOCH": {
+ "price": 5
+ },
+ "V_10_EPOCH": {
+ "price": 5
+ },
+ "V_11_EPOCH": {
+ "price": 5
+ },
+ "V_12_EPOCH": {
+ "price": 5
+ },
+ "V_13_EPOCH": {
+ "price": 5
+ },
+ "V_14_EPOCH": {
+ "price": 5
+ },
+ "V_15_EPOCH": {
+ "price": 5
+ },
+ "V_16_EPOCH": {
+ "price": 5
+ },
+ "V_17_EPOCH": {
+ "price": 5
+ },
+ "V_18_EPOCH": {
+ "price": 5
+ },
+ "V_19_EPOCH": {
+ "price": 5
+ },
+ "V_20_EPOCH": {
+ "price": 5
+ },
+ "V_21_EPOCH": {
+ "price": 5
+ },
+ "V_22_EPOCH": {
+ "price": 5
+ },
+ "V_23_EPOCH": {
+ "price": 5
+ },
+ "V_24_EPOCH": {
+ "price": 5
+ },
+ "V_25_EPOCH": {
+ "price": 5
+ },
+ "V_26_EPOCH": {
+ "price": 5
+ },
+ "V_27_EPOCH": {
+ "price": 5
+ },
+ "V_28_EPOCH": {
+ "price": 5
+ },
+ "V_29_EPOCH": {
+ "price": 5
+ },
+ "V_30_EPOCH": {
+ "price": 5
+ },
+ "V_31_EPOCH": {
+ "price": 5
+ },
+ "V_32_EPOCH": {
+ "price": 5
+ },
+ "V_33_EPOCH": {
+ "price": 5
+ },
+ "V_34_EPOCH": {
+ "price": 5
+ },
+ "V_35_EPOCH": {
+ "price": 5
+ },
+ "V_36_EPOCH": {
+ "price": 5
+ },
+ "V_37_EPOCH": {
+ "price": 5
+ },
+ "V_38_EPOCH": {
+ "price": 5
+ },
+ "V_39_EPOCH": {
+ "price": 5
+ },
+ "V_40_EPOCH": {
+ "price": 5
+ },
+ "H_1_EPOCH": {
+ "price": 3
+ },
+ "H_2_EPOCH": {
+ "price": 3
+ },
+ "H_3_EPOCH": {
+ "price": 3
+ },
+ "H_4_EPOCH": {
+ "price": 3
+ },
+ "H_5_EPOCH": {
+ "price": 3
+ },
+ "H_6_EPOCH": {
+ "price": 3
+ },
+ "H_7_EPOCH": {
+ "price": 3
+ },
+ "H_8_EPOCH": {
+ "price": 3
+ },
+ "H_9_EPOCH": {
+ "price": 3
+ },
+ "H_10_EPOCH": {
+ "price": 3
+ },
+ "H_11_EPOCH": {
+ "price": 3
+ },
+ "H_12_EPOCH": {
+ "price": 3
+ },
+ "H_13_EPOCH": {
+ "price": 3
+ },
+ "H_14_EPOCH": {
+ "price": 3
+ },
+ "H_15_EPOCH": {
+ "price": 3
+ },
+ "H_16_EPOCH": {
+ "price": 3
+ },
+ "H_17_EPOCH": {
+ "price": 3
+ },
+ "H_18_EPOCH": {
+ "price": 3
+ },
+ "H_19_EPOCH": {
+ "price": 3
+ },
+ "H_20_EPOCH": {
+ "price": 3
+ },
+ "H_21_EPOCH": {
+ "price": 3
+ },
+ "H_22_EPOCH": {
+ "price": 3
+ },
+ "H_23_EPOCH": {
+ "price": 3
+ },
+ "H_24_EPOCH": {
+ "price": 3
+ },
+ "H_25_EPOCH": {
+ "price": 3
+ },
+ "H_26_EPOCH": {
+ "price": 3
+ },
+ "H_27_EPOCH": {
+ "price": 3
+ },
+ "H_28_EPOCH": {
+ "price": 3
+ },
+ "H_29_EPOCH": {
+ "price": 3
+ },
+ "H_30_EPOCH": {
+ "price": 3
+ },
+ "H_31_EPOCH": {
+ "price": 3
+ },
+ "H_32_EPOCH": {
+ "price": 3
+ },
+ "H_33_EPOCH": {
+ "price": 3
+ },
+ "H_34_EPOCH": {
+ "price": 3
+ },
+ "H_35_EPOCH": {
+ "price": 3
+ },
+ "H_36_EPOCH": {
+ "price": 3
+ },
+ "H_37_EPOCH": {
+ "price": 3
+ },
+ "H_38_EPOCH": {
+ "price": 3
+ },
+ "H_39_EPOCH": {
+ "price": 3
+ },
+ "H_40_EPOCH": {
+ "price": 3
+ },
+ "H_41_EPOCH": {
+ "price": 3
+ },
+ "H_42_EPOCH": {
+ "price": 3
+ },
+ "H_43_EPOCH": {
+ "price": 3
+ },
+ "H_44_EPOCH": {
+ "price": 3
+ },
+ "H_45_EPOCH": {
+ "price": 3
+ },
+ "H_46_EPOCH": {
+ "price": 3
+ },
+ "H_47_EPOCH": {
+ "price": 3
+ },
+ "H_48_EPOCH": {
+ "price": 3
+ },
+ "H_49_EPOCH": {
+ "price": 3
+ },
+ "H_50_EPOCH": {
+ "price": 3
+ },
+ "H_51_EPOCH": {
+ "price": 3
+ },
+ "H_52_EPOCH": {
+ "price": 3
+ },
+ "H_53_EPOCH": {
+ "price": 3
+ },
+ "H_54_EPOCH": {
+ "price": 3
+ },
+ "H_55_EPOCH": {
+ "price": 3
+ },
+ "H_56_EPOCH": {
+ "price": 3
+ },
+ "H_57_EPOCH": {
+ "price": 3
+ },
+ "H_58_EPOCH": {
+ "price": 3
+ },
+ "H_59_EPOCH": {
+ "price": 3
+ },
+ "H_60_EPOCH": {
+ "price": 3
+ },
+ "H_61_EPOCH": {
+ "price": 3
+ },
+ "H_62_EPOCH": {
+ "price": 3
+ },
+ "H_63_EPOCH": {
+ "price": 3
+ },
+ "H_64_EPOCH": {
+ "price": 3
+ },
+ "H_65_EPOCH": {
+ "price": 3
+ },
+ "H_66_EPOCH": {
+ "price": 3
+ },
+ "H_67_EPOCH": {
+ "price": 3
+ },
+ "H_68_EPOCH": {
+ "price": 3
+ },
+ "H_69_EPOCH": {
+ "price": 3
+ },
+ "H_70_EPOCH": {
+ "price": 3
+ },
+ "H_71_EPOCH": {
+ "price": 3
+ },
+ "H_72_EPOCH": {
+ "price": 3
+ },
+ "H_73_EPOCH": {
+ "price": 3
+ },
+ "H_74_EPOCH": {
+ "price": 3
+ },
+ "H_75_EPOCH": {
+ "price": 3
+ },
+ "H_76_EPOCH": {
+ "price": 3
+ },
+ "H_77_EPOCH": {
+ "price": 3
+ },
+ "H_78_EPOCH": {
+ "price": 3
+ },
+ "H_79_EPOCH": {
+ "price": 3
+ },
+ "H_80_EPOCH": {
+ "price": 3
+ },
+ "H_81_EPOCH": {
+ "price": 3
+ },
+ "H_82_EPOCH": {
+ "price": 3
+ },
+ "H_83_EPOCH": {
+ "price": 3
+ },
+ "H_84_EPOCH": {
+ "price": 3
+ },
+ "H_85_EPOCH": {
+ "price": 3
+ },
+ "H_86_EPOCH": {
+ "price": 3
+ },
+ "H_87_EPOCH": {
+ "price": 3
+ },
+ "H_88_EPOCH": {
+ "price": 3
+ },
+ "H_89_EPOCH": {
+ "price": 3
+ },
+ "H_90_EPOCH": {
+ "price": 3
+ },
+ "H_91_EPOCH": {
+ "price": 3
+ },
+ "H_92_EPOCH": {
+ "price": 3
+ },
+ "H_93_EPOCH": {
+ "price": 3
+ },
+ "H_94_EPOCH": {
+ "price": 5
+ },
+ "H_95_EPOCH": {
+ "price": 5
+ },
+ "H_96_EPOCH": {
+ "price": 5
+ },
+ "H_97_EPOCH": {
+ "price": 5
+ },
+ "H_98_EPOCH": {
+ "price": 5
+ },
+ "H_99_EPOCH": {
+ "price": 5
+ },
+ "H_100_EPOCH": {
+ "price": 5
+ },
+ "H_101_EPOCH": {
+ "price": 5
+ },
+ "H_102_EPOCH": {
+ "price": 5
+ },
+ "H_103_EPOCH": {
+ "price": 5
+ },
+ "H_104_EPOCH": {
+ "price": 3
+ },
+ "H_105_EPOCH": {
+ "price": 3
+ },
+ "wolf_mask_epoch": {
+ "price": 30
+ },
+ "pkin_mask_epoch": {
+ "price": 30
+ },
+ "clown_mask_epoch": {
+ "price": 30
+ },
+ "C_Offroad_01_EPOCH": {
+ "price": 750
+ },
+ "C_Quadbike_01_EPOCH": {
+ "price": 500
+ },
+ "C_Hatchback_01_EPOCH": {
+ "price": 750
+ },
+ "C_Hatchback_02_EPOCH": {
+ "price": 1000
+ },
+ "C_SUV_01_EPOCH": {
+ "price": 750
+ },
+ "C_Rubberboat_EPOCH": {
+ "price": 500
+ },
+ "C_Rubberboat_02_EPOCH": {
+ "price": 500
+ },
+ "C_Rubberboat_03_EPOCH": {
+ "price": 500
+ },
+ "C_Rubberboat_04_EPOCH": {
+ "price": 500
+ },
+ "C_Van_01_box_EPOCH": {
+ "price": 1000
+ },
+ "C_Van_01_transport_EPOCH": {
+ "price": 1000
+ },
+ "C_Boat_Civil_01_EPOCH": {
+ "price": 750
+ },
+ "C_Boat_Civil_01_police_EPOCH": {
+ "price": 750
+ },
+ "C_Boat_Civil_01_rescue_EPOCH": {
+ "price": 750
+ },
+ "B_Heli_Light_01_EPOCH": {
+ "price": 2500
+ },
+ "B_SDV_01_EPOCH": {
+ "price": 1000
+ },
+ "B_MRAP_01_EPOCH": {
+ "price": 2500
+ },
+ "I_MRAP_03_EPOCH": {
+ "price": 2500
+ },
+ "B_G_Offroad_01_armed_EPOCH": {
+ "price": 2500
+ },
+ "B_Truck_01_transport_EPOCH": {
+ "price": 1000
+ },
+ "B_Truck_01_covered_EPOCH": {
+ "price": 1000
+ },
+ "B_Truck_01_mover_EPOCH": {
+ "price": 1000
+ },
+ "B_Truck_01_box_EPOCH": {
+ "price": 1000
+ },
+ "O_Truck_02_covered_EPOCH": {
+ "price": 1000
+ },
+ "O_Truck_02_transport_EPOCH": {
+ "price": 1000
+ },
+ "O_Truck_03_covered_EPOCH": {
+ "price": 1000
+ },
+ "O_Truck_02_box_EPOCH": {
+ "price": 1000
+ },
+ "O_Heli_Light_02_unarmed_EPOCH": {
+ "price": 2500
+ },
+ "I_Heli_Transport_02_EPOCH": {
+ "price": 2500
+ },
+ "I_Heli_light_03_unarmed_EPOCH": {
+ "price": 2500
+ },
+ "C_Heli_Light_01_civil_EPOCH": {
+ "price": 2500
+ },
+ "O_Heli_Transport_04_EPOCH": {
+ "price": 2500
+ },
+ "O_Heli_Transport_04_bench_EPOCH": {
+ "price": 2500
+ },
+ "O_Heli_Transport_04_box_EPOCH": {
+ "price": 2500
+ },
+ "O_Heli_Transport_04_covered_EPOCH": {
+ "price": 2500
+ },
+ "B_Heli_Transport_03_unarmed_EPOCH": {
+ "price": 2500
+ },
+ "I_UAV_01_F": {
+ "price": 50
+ },
+ "jetski_epoch": {
+ "price": 500
+ },
+ "ebike_epoch": {
+ "price": 1500
+ },
+ "mosquito_epoch": {
+ "price": 1500
+ },
+ "K01": {
+ "price": 300
+ },
+ "K02": {
+ "price": 300
+ },
+ "K03": {
+ "price": 300
+ },
+ "K04": {
+ "price": 300
+ },
+ "CUP_C_Fishing_Boat_Chernarus": {
+ "price": 800
+ },
+ "CUP_C_LR_Transport_CTK": {
+ "price": 800
+ },
+ "CUP_B_Zodiac_USMC": {
+ "price": 800
+ },
+ "CUP_C_Skoda_Red_CIV": {
+ "price": 800
+ },
+ "CUP_C_Skoda_White_CIV": {
+ "price": 800
+ },
+ "CUP_C_Skoda_Blue_CIV": {
+ "price": 800
+ },
+ "CUP_C_Skoda_Green_CIV": {
+ "price": 800
+ },
+ "CUP_C_SUV_CIV": {
+ "price": 1500
+ },
+ "CUP_B_HMMWV_Transport_USA": {
+ "price": 2500
+ },
+ "CUP_B_HMMWV_Unarmed_USA": {
+ "price": 2500
+ },
+ "CUP_C_SUV_TK": {
+ "price": 2000
+ },
+ "CUP_B_LR_Transport_CZ_D": {
+ "price": 1100
+ },
+ "CUP_C_Datsun_Covered": {
+ "price": 800
+ },
+ "CUP_C_Datsun_Plain": {
+ "price": 800
+ },
+ "CUP_C_Datsun_Tubeframe": {
+ "price": 800
+ },
+ "CUP_C_Datsun_4seat": {
+ "price": 800
+ },
+ "CUP_C_Datsun": {
+ "price": 800
+ },
+ "CUP_C_Golf4_green_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_red_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_blue_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_black_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_kitty_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_reptile_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_camodigital_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_camodark_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_camo_Civ": {
+ "price": 800
+ },
+ "CUP_B_M1030": {
+ "price": 500
+ },
+ "CUP_C_Ural_Civ_03": {
+ "price": 1200
+ },
+ "CUP_C_Ural_Open_Civ_03": {
+ "price": 1200
+ },
+ "CUP_C_Ural_Civ_02": {
+ "price": 1200
+ },
+ "CUP_B_TowingTractor_USMC": {
+ "price": 800
+ },
+ "CUP_C_C47_CIV": {
+ "price": 1600
+ },
+ "CUP_B_LR_Transport_CZ_W": {
+ "price": 800
+ },
+ "CUP_C_Golf4_white_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_whiteblood_Civ": {
+ "price": 800
+ },
+ "CUP_C_Golf4_yellow_Civ": {
+ "price": 800
+ },
+ "CUP_C_Octavia_CIV": {
+ "price": 1600
+ },
+ "CUP_C_Ural_Civ_01": {
+ "price": 1000
+ },
+ "CUP_C_Ural_Open_Civ_01": {
+ "price": 1000
+ },
+ "CUP_B_Ural_CDF": {
+ "price": 1000
+ },
+ "CUP_B_Ural_Open_CDF": {
+ "price": 1000
+ },
+ "CUP_C_Ural_Open_Civ_02": {
+ "price": 1000
+ },
+ "CUP_B_HMMWV_Ambulance_USA": {
+ "price": 1500
+ },
+ "CUP_C_UAZ_Unarmed_TK_CIV": {
+ "price": 1000
+ },
+ "CUP_C_UAZ_Open_TK_CIV": {
+ "price": 1000
+ },
+ "CUP_B_UAZ_Unarmed_CDF": {
+ "price": 1000
+ },
+ "CUP_B_Ural_Empty_CDF": {
+ "price": 1000
+ },
+ "CUP_C_DC3_CIV": {
+ "price": 2400
+ },
+ "C_Boat_Transport_02_F": {
+ "price": 1200
+ },
+ "C_Scooter_Transport_01_F": {
+ "price": 1200
+ },
+ "C_Offroad_02_unarmed_F": {
+ "price": 3500
+ },
+ "I_C_Offroad_02_unarmed_F": {
+ "price": 3500
+ },
+ "B_T_LSV_01_unarmed_F": {
+ "price": 4400
+ },
+ "O_LSV_02_unarmed_F": {
+ "price": 4300
+ },
+ "O_T_LSV_02_unarmed_F": {
+ "price": 4600
+ },
+ "C_Plane_Civil_01_F": {
+ "price": 5000
+ },
+ "C_Plane_Civil_01_racing_F": {
+ "price": 5000
+ },
+ "B_CTRG_LSV_01_light_F": {
+ "price": 4400
+ },
+ "B_LSV_01_unarmed_F": {
+ "price": 4400
+ },
+ "B_T_VTOL_01_infantry_F": {
+ "price": 10000
+ },
+ "B_T_VTOL_01_vehicle_F": {
+ "price": 10000
+ },
+ "B_UavTerminal": {
+ "price": 10
+ },
+ "O_UavTerminal": {
+ "price": 10
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgPricing/AutoGen.hpp b/Sources/epoch_config/Configs/CfgPricing/AutoGen.hpp
deleted file mode 100644
index 92fba3f5..00000000
--- a/Sources/epoch_config/Configs/CfgPricing/AutoGen.hpp
+++ /dev/null
@@ -1,201 +0,0 @@
-class ItemEmptyTin {
- price = 1;
-};
-class ItemSodaEmpty {
- price = 1;
-};
-class ItemSodaAlpineDude {
- price = 5;
-};
-class ItemHotwire {
- price = 15;
-};
-class ItemKeyKit {
- price = 15;
-};
-class ItemBarrelF {
- price = 200;
-};
-class ItemBarrelE {
- price = 50;
-};
-class ItemPipe {
- price = 10;
-};
-class ItemKey {
- price = 10;
-};
-class ItemKeyBlue {
- price = 10;
-};
-class ItemKeyGreen {
- price = 10;
-};
-class ItemKeyRed {
- price = 10;
-};
-class ItemKeyYellow {
- price = 10;
-};
-class ItemDoc1 {
- price = 10;
-};
-class ItemDoc2 {
- price = 10;
-};
-class ItemDoc3 {
- price = 10;
-};
-class ItemDoc4 {
- price = 10;
-};
-class ItemDoc5 {
- price = 10;
-};
-class ItemDoc6 {
- price = 10;
-};
-class ItemDoc7 {
- price = 10;
-};
-class ItemDoc8 {
- price = 10;
-};
-class ItemVehDoc1 {
- price = 10;
-};
-class ItemVehDoc2 {
- price = 10;
-};
-class ItemVehDoc3 {
- price = 10;
-};
-class ItemVehDoc4 {
- price = 10;
-};
-class ItemBulb {
- price = 10;
-};
-class ItemBurlap {
- price = 10;
-};
-class ItemBriefcaseE {
- price = 10;
-};
-class ItemBriefcaseGold100oz {
- price = 10000;
-};
-class ItemAluminumBar {
- price = 10;
-};
-class ItemCopperBar {
- price = 100;
-};
-class ItemTinBar {
- price = 1;
-};
-class ItemPlywoodPack {
- price = 100;
-};
-class ItemComboLock {
- price = 45;
-};
-class Item_AssaultPack_cbr {
- price = 10;
-};
-class Item_AssaultPack_dgtl {
- price = 10;
-};
-class Item_AssaultPack_khk {
- price = 10;
-};
-class Item_AssaultPack_mcamo {
- price = 10;
-};
-class Item_AssaultPack_ocamo {
- price = 10;
-};
-class Item_AssaultPack_rgr {
- price = 10;
-};
-class Item_AssaultPack_sgg {
- price = 10;
-};
-class Item_AssaultPack_blk {
- price = 10;
-};
-class Item_Carryall_cbr {
- price = 40;
-};
-class Item_Carryall_khk {
- price = 40;
-};
-class Item_Carryall_mcamo {
- price = 40;
-};
-class Item_Carryall_ocamo {
- price = 40;
-};
-class Item_Carryall_oli {
- price = 40;
-};
-class Item_Carryall_oucamo {
- price = 40;
-};
-class Item_FieldPack_blk {
- price = 15;
-};
-class Item_FieldPack_cbr {
- price = 15;
-};
-class Item_FieldPack_khk {
- price = 15;
-};
-class Item_FieldPack_ocamo {
- price = 15;
-};
-class Item_FieldPack_oli {
- price = 15;
-};
-class Item_FieldPack_oucamo {
- price = 15;
-};
-class Item_Kitbag_cbr {
- price = 25;
-};
-class Item_Kitbag_mcamo {
- price = 25;
-};
-class Item_Kitbag_rgr {
- price = 25;
-};
-class Item_Kitbag_sgg {
- price = 25;
-};
-class Item_TacticalPack_blk {
- price = 20;
-};
-class Item_TacticalPack_mcamo {
- price = 20;
-};
-class Item_TacticalPack_ocamo {
- price = 20;
-};
-class Item_TacticalPack_oli {
- price = 20;
-};
-class Item_TacticalPack_rgr {
- price = 20;
-};
-class Item_smallbackpack_red {
- price = 22;
-};
-class Item_smallbackpack_green {
- price = 22;
-};
-class Item_smallbackpack_teal {
- price = 22;
-};
-class Item_smallbackpack_pink {
- price = 22;
-};
diff --git a/Sources/epoch_config/Configs/CfgRemoteExec.hpp b/Sources/epoch_config/Configs/CfgRemoteExec.hpp
index 66e055f3..d75a0b55 100644
--- a/Sources/epoch_config/Configs/CfgRemoteExec.hpp
+++ b/Sources/epoch_config/Configs/CfgRemoteExec.hpp
@@ -12,228 +12,285 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgRemoteExec.hpp
*/
-
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
+/*
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {"Andrew Gregory"};
+ @description = "RemoteExec whitelist for Epoch Survival gamemode. This also blacklists default A3 remoteExec commands.";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgRemoteExec.hpp";
+*/
class CfgRemoteExec
{
- class Functions
- {
- mode = 1;
- jip = 0;
- class EPOCH_server_save_vehicles {
- allowedTargets=2;
- jip = 0;
+ class Functions
+ {
+ mode = 1;
+ jip = 0;
+ class EPOCH_server_save_vehicles
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_saveBuilding
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_upgradeBUILD
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_removeBUILD
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_paintBUILD
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_maintBUILD
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_loadPlayer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_checkPlayer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_deadPlayer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_destroyTrash
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_knockDownTree
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_mineRocks
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_lootAnimal
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_handle_say3D
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_handle_switchMove
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_client_bitePlayer
+ {
+ allowedTargets = 1;
+ jip = 0;
+ };
+ class EPOCH_server_upgradeGroup
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_updatePlayerGroup
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_createGroup
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_deleteGroup
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_invitePlayer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_lootContainer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_revivePlayer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_storeCrypto
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_tradeRequest
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_makeTrade
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_makeNPCTrade
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_takeCrypto
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_repairVehicle
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_fillVehicle
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_lockVehicle
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_equippedItem
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_lockStorage
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_packStorage
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_packJack
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_localCleanup
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_teleportPlayer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_fillContainer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_handle_sapperObjs
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_Server_createAirDrop
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_airDropCrate
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_Server_createObject
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_fnc_savePlayer
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_unpackBackpack
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_triggerAntagonist
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_deadPlayerDetonate
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class epoch_server_playersetvariable
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_spawn_vehicle
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_Server_missionComms
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_serverLootObject
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_makeMarker
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
+ class EPOCH_server_removeMarker
+ {
+ allowedTargets = 2;
+ jip = 0;
+ };
};
- class EPOCH_server_saveBuilding {
- allowedTargets=2;
- jip = 0;
+ class Commands
+ {
+ mode = 0;
};
- class EPOCH_server_upgradeBUILD {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_removeBUILD {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_paintBUILD {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_maintBUILD {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_loadPlayer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_checkPlayer {
- allowedTargets=2;
- jip = 0;
- };
- /*
- class EPOCH_server_respawnPlayer {
- allowedTargets=2;
- jip = 0;
- };
- */
- class EPOCH_server_deadPlayer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_destroyTrash {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_knockDownTree {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_mineRocks {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_lootAnimal {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_handle_say3D {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_handle_switchMove {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_client_bitePlayer {
- allowedTargets=1;
- jip = 0;
- };
- class EPOCH_server_upgradeGroup {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_updatePlayerGroup {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_createGroup {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_deleteGroup {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_invitePlayer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_lootContainer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_revivePlayer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_storeCrypto {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_tradeRequest {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_makeTrade {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_makeNPCTrade {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_takeCrypto {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_repairVehicle {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_fillVehicle {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_lockVehicle {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_equippedItem {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_lockStorage {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_packStorage {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_packJack {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_localCleanup {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_teleportPlayer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_fillContainer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_handle_sapperObjs {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_Server_createAirDrop {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_airDropCrate {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_Server_createObject {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_fnc_savePlayer {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_unpackBackpack {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_triggerAntagonist {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_deadPlayerDetonate {
- allowedTargets=2;
- jip = 0;
- };
- class epoch_server_playersetvariable {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_spawn_vehicle {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_Server_missionComms {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_serverLootObject {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_makeMarker {
- allowedTargets=2;
- jip = 0;
- };
- class EPOCH_server_removeMarker {
- allowedTargets=2;
- jip = 0;
- };
-
- };
- class Commands {mode=0;};
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgRemoteExec.json b/Sources/epoch_config/Configs/CfgRemoteExec.json
new file mode 100644
index 00000000..b17fad5d
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgRemoteExec.json
@@ -0,0 +1,226 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": ["Andrew Gregory"],
+ "@description": "RemoteExec whitelist for Epoch Survival gamemode. This also blacklists default A3 remoteExec commands.",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgRemoteExec": {
+ "Functions": {
+ "mode": 1,
+ "jip": 0,
+ "EPOCH_server_save_vehicles": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_saveBuilding": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_upgradeBUILD": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_removeBUILD": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_paintBUILD": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_maintBUILD": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_loadPlayer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_checkPlayer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_deadPlayer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_destroyTrash": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_knockDownTree": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_mineRocks": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_lootAnimal": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_handle_say3D": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_handle_switchMove": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_client_bitePlayer": {
+ "allowedTargets": 1,
+ "jip": 0
+ },
+ "EPOCH_server_upgradeGroup": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_updatePlayerGroup": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_createGroup": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_deleteGroup": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_invitePlayer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_lootContainer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_revivePlayer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_storeCrypto": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_tradeRequest": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_makeTrade": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_makeNPCTrade": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_takeCrypto": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_repairVehicle": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_fillVehicle": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_lockVehicle": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_equippedItem": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_lockStorage": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_packStorage": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_packJack": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_localCleanup": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_teleportPlayer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_fillContainer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_handle_sapperObjs": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_Server_createAirDrop": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_airDropCrate": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_Server_createObject": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_fnc_savePlayer": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_unpackBackpack": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_triggerAntagonist": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_deadPlayerDetonate": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "epoch_server_playersetvariable": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_spawn_vehicle": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_Server_missionComms": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_serverLootObject": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_makeMarker": {
+ "allowedTargets": 2,
+ "jip": 0
+ },
+ "EPOCH_server_removeMarker": {
+ "allowedTargets": 2,
+ "jip": 0
+ }
+ },
+ "Commands": {
+ "mode": 0
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgSay3Dhandler.hpp b/Sources/epoch_config/Configs/CfgSay3Dhandler.hpp
index 43cbb7c4..0333e931 100644
--- a/Sources/epoch_config/Configs/CfgSay3Dhandler.hpp
+++ b/Sources/epoch_config/Configs/CfgSay3Dhandler.hpp
@@ -1,64 +1,77 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Custom Epoch config for say3d broadcsting to nearby players.
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSounds.hpp
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Custom Epoch config for say3d broadcasting to nearby players.";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSay3Dhandler.hpp";
*/
-class CfgSay3Dhandler {
- class snake_bite0 {
- distance = 100;
- };
- class cultist_nearby {
- distance = 100;
- };
- class dog_bark {
- distance = 750;
- };
- class dog_cry {
- distance = 600;
- };
- class hed_cluck0 {
- distance = 600;
- };
- class hed_cluck1 {
- distance = 600;
- };
- class hed_cluck2 {
- distance = 600;
- };
- class cultist_talk {
- distance = 30;
- };
- class cultist_laugh {
- distance = 30;
- };
- class cloak_death {
- distance = 30;
- };
- class drone_alert0 {
- distance = 400;
- };
- class sapper_alert0 {
- distance = 400;
- };
- class sapper_groan0 {
- distance = 400;
- };
- class sapper_groan1 {
- distance = 400;
- };
- class sapper_groan2 {
- distance = 400;
- };
- class sapper_explode {
- distance = 1000;
- };
+class CfgSay3Dhandler
+{
+ class snake_bite0
+ {
+ distance = 100;
+ };
+ class cultist_nearby
+ {
+ distance = 100;
+ };
+ class dog_bark
+ {
+ distance = 750;
+ };
+ class dog_cry
+ {
+ distance = 600;
+ };
+ class hed_cluck0
+ {
+ distance = 600;
+ };
+ class hed_cluck1
+ {
+ distance = 600;
+ };
+ class hed_cluck2
+ {
+ distance = 600;
+ };
+ class cultist_talk
+ {
+ distance = 30;
+ };
+ class cultist_laugh
+ {
+ distance = 30;
+ };
+ class cloak_death
+ {
+ distance = 30;
+ };
+ class drone_alert0
+ {
+ distance = 400;
+ };
+ class sapper_alert0
+ {
+ distance = 400;
+ };
+ class sapper_groan0
+ {
+ distance = 400;
+ };
+ class sapper_groan1
+ {
+ distance = 400;
+ };
+ class sapper_groan2
+ {
+ distance = 400;
+ };
+ class sapper_explode
+ {
+ distance = 1000;
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgSay3Dhandler.json b/Sources/epoch_config/Configs/CfgSay3Dhandler.json
new file mode 100644
index 00000000..e4747cef
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgSay3Dhandler.json
@@ -0,0 +1,59 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Custom Epoch config for say3d broadcasting to nearby players.",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgSay3Dhandler": {
+ "snake_bite0": {
+ "distance": 100
+ },
+ "cultist_nearby": {
+ "distance": 100
+ },
+ "dog_bark": {
+ "distance": 750
+ },
+ "dog_cry": {
+ "distance": 600
+ },
+ "hed_cluck0": {
+ "distance": 600
+ },
+ "hed_cluck1": {
+ "distance": 600
+ },
+ "hed_cluck2": {
+ "distance": 600
+ },
+ "cultist_talk": {
+ "distance": 30
+ },
+ "cultist_laugh": {
+ "distance": 30
+ },
+ "cloak_death": {
+ "distance": 30
+ },
+ "drone_alert0": {
+ "distance": 400
+ },
+ "sapper_alert0": {
+ "distance": 400
+ },
+ "sapper_groan0": {
+ "distance": 400
+ },
+ "sapper_groan1": {
+ "distance": 400
+ },
+ "sapper_groan2": {
+ "distance": 400
+ },
+ "sapper_explode": {
+ "distance": 1000
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgSnapChecks.hpp b/Sources/epoch_config/Configs/CfgSnapChecks.hpp
index 7da4a2c7..a6208a5b 100644
--- a/Sources/epoch_config/Configs/CfgSnapChecks.hpp
+++ b/Sources/epoch_config/Configs/CfgSnapChecks.hpp
@@ -1,34 +1,20 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Snap check offsets
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSnapChecks.hpp
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Custom Epoch config for base building Snap check offsets";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSnapChecks.hpp";
*/
-
-class CfgSnapChecks {
- class Hesco3_EPOCH {
- nails[] = {
- {{1.6,0,-0.6},{1.6,0,-0.75}},
- {{-1.6,0,-0.6},{-1.6,0,-0.75}},
- {{0,0,-0.0307557},{1.8625,0,-0.0307557}},
- {{0,0,-0.0307557},{-1.8625,0,-0.0307557}}
- };
+class CfgSnapChecks
+{
+ class Hesco3_EPOCH
+ {
+ nails[] = {{{1.6,0,-0.6},{1.6,0,-0.75}},{{-1.6,0,-0.6},{-1.6,0,-0.75}},{{0,0,-0.0307557},{1.8625,0,-0.0307557}},{{0,0,-0.0307557},{-1.8625,0,-0.0307557}}};
};
- class WoodLargeWall_EPOCH {
- nails[] = {
- {{2.46932,0,0.120775},{2.46932,0,-0.190775}},
- {{-2.46932,0,0.120775},{-2.46932,0,-0.190775}},
- {{0,0,1.5},{2.76932,0,1.5}},
- {{0,0,1.5},{-2.76932,0,1.5}}
- };
+ class WoodLargeWall_EPOCH
+ {
+ nails[] = {{{2.46932,0,0.120775},{2.46932,0,-0.190775}},{{-2.46932,0,0.120775},{-2.46932,0,-0.190775}},{{0,0,1.5},{2.76932,0,1.5}},{{0,0,1.5},{-2.76932,0,1.5}}};
};
class WoodWall1_EPOCH : WoodLargeWall_EPOCH {};
class WoodWall2_EPOCH : WoodLargeWall_EPOCH {};
@@ -41,27 +27,18 @@ class CfgSnapChecks {
class CinderWallGarage_EPOCH : WoodLargeWall_EPOCH {};
class CinderWall_EPOCH : WoodLargeWall_EPOCH {};
class CinderWallHalf_EPOCH : WoodLargeWall_EPOCH {};
- class WoodFloor_Epoch {
- nails[] = {
- {{0,0,0.15},{2.8555,0,0.15}},
- {{0,0,0.15},{0,2.8555,0.15}},
- {{0,0,0.15},{-2.8555,0,0.15}},
- {{0,0,0.15},{0,-2.8555,0.15}},
-
- {{2.5555,0,0.15},{2.5555,0,-0.15}},
- {{-2.5555,0,0.15},{-2.5555,0,-0.15}},
- {{0,-2.5555,0.15},{0,-2.5555,-0.15}},
- {{0,2.5555,0.15},{0,2.5555,-0.15}}
- };
+ class WoodFloor_Epoch
+ {
+ nails[] = {{{0,0,0.15},{2.8555,0,0.15}},{{0,0,0.15},{0,2.8555,0.15}},{{0,0,0.15},{-2.8555,0,0.15}},{{0,0,0.15},{0,-2.8555,0.15}},{{2.5555,0,0.15},{2.5555,0,-0.15}},{{-2.5555,0,0.15},{-2.5555,0,-0.15}},{{0,-2.5555,0.15},{0,-2.5555,-0.15}},{{0,2.5555,0.15},{0,2.5555,-0.15}}};
};
class MetalFloor_EPOCH : WoodFloor_Epoch {};
- class WoodStairs_EPOCH {
- nails[] = {
- {{0.1,0,0.05},{0.1,0,-0.20}},
- {{-0.1,0,0.05},{-0.1,0,-0.20}}
- };
+ class WoodStairs_EPOCH
+ {
+ nails[] = {{{0.1,0,0.05},{0.1,0,-0.2}},{{-0.1,0,0.05},{-0.1,0,-0.2}}};
};
class WoodStairs2_EPOCH : WoodStairs_EPOCH {};
class WoodTower_EPOCH : WoodStairs_EPOCH {};
class WoodRamp_EPOCH : WoodStairs_EPOCH {};
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgSnapChecks.json b/Sources/epoch_config/Configs/CfgSnapChecks.json
new file mode 100644
index 00000000..538fec26
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgSnapChecks.json
@@ -0,0 +1,288 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Custom Epoch config for base building Snap check offsets",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgSnapChecks": {
+ "Hesco3_EPOCH": {
+ "nails": [
+ [
+ [
+ 1.6,
+ 0,
+ -0.6
+ ],
+ [
+ 1.6,
+ 0,
+ -0.75
+ ]
+ ],
+ [
+ [
+ -1.6,
+ 0,
+ -0.6
+ ],
+ [
+ -1.6,
+ 0,
+ -0.75
+ ]
+ ],
+ [
+ [
+ 0,
+ 0,
+ -0.0307557
+ ],
+ [
+ 1.8625,
+ 0,
+ -0.0307557
+ ]
+ ],
+ [
+ [
+ 0,
+ 0,
+ -0.0307557
+ ],
+ [
+ -1.8625,
+ 0,
+ -0.0307557
+ ]
+ ]
+ ]
+ },
+ "WoodLargeWall_EPOCH": {
+ "nails": [
+ [
+ [
+ 2.46932,
+ 0,
+ 0.120775
+ ],
+ [
+ 2.46932,
+ 0,
+ -0.190775
+ ]
+ ],
+ [
+ [
+ -2.46932,
+ 0,
+ 0.120775
+ ],
+ [
+ -2.46932,
+ 0,
+ -0.190775
+ ]
+ ],
+ [
+ [
+ 0,
+ 0,
+ 1.5
+ ],
+ [
+ 2.76932,
+ 0,
+ 1.5
+ ]
+ ],
+ [
+ [
+ 0,
+ 0,
+ 1.5
+ ],
+ [
+ -2.76932,
+ 0,
+ 1.5
+ ]
+ ]
+ ]
+ },
+ "WoodWall1_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodWall2_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodWall3_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodWall4_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodLargeWallCor_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodLargeWallDoorway_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodLargeWallDoor_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodLargeWallDoorL_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "CinderWallGarage_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "CinderWall_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "CinderWallHalf_EPOCH": {
+ "_inherit": "WoodLargeWall_EPOCH"
+ },
+ "WoodFloor_Epoch": {
+ "nails": [
+ [
+ [
+ 0,
+ 0,
+ 0.15
+ ],
+ [
+ 2.8555,
+ 0,
+ 0.15
+ ]
+ ],
+ [
+ [
+ 0,
+ 0,
+ 0.15
+ ],
+ [
+ 0,
+ 2.8555,
+ 0.15
+ ]
+ ],
+ [
+ [
+ 0,
+ 0,
+ 0.15
+ ],
+ [
+ -2.8555,
+ 0,
+ 0.15
+ ]
+ ],
+ [
+ [
+ 0,
+ 0,
+ 0.15
+ ],
+ [
+ 0,
+ -2.8555,
+ 0.15
+ ]
+ ],
+ [
+ [
+ 2.5555,
+ 0,
+ 0.15
+ ],
+ [
+ 2.5555,
+ 0,
+ -0.15
+ ]
+ ],
+ [
+ [
+ -2.5555,
+ 0,
+ 0.15
+ ],
+ [
+ -2.5555,
+ 0,
+ -0.15
+ ]
+ ],
+ [
+ [
+ 0,
+ -2.5555,
+ 0.15
+ ],
+ [
+ 0,
+ -2.5555,
+ -0.15
+ ]
+ ],
+ [
+ [
+ 0,
+ 2.5555,
+ 0.15
+ ],
+ [
+ 0,
+ 2.5555,
+ -0.15
+ ]
+ ]
+ ]
+ },
+ "MetalFloor_EPOCH": {
+ "_inherit": "WoodFloor_Epoch"
+ },
+ "WoodStairs_EPOCH": {
+ "nails": [
+ [
+ [
+ 0.1,
+ 0,
+ 0.05
+ ],
+ [
+ 0.1,
+ 0,
+ -0.2
+ ]
+ ],
+ [
+ [
+ -0.1,
+ 0,
+ 0.05
+ ],
+ [
+ -0.1,
+ 0,
+ -0.2
+ ]
+ ]
+ ]
+ },
+ "WoodStairs2_EPOCH": {
+ "_inherit": "WoodStairs_EPOCH"
+ },
+ "WoodTower_EPOCH": {
+ "_inherit": "WoodStairs_EPOCH"
+ },
+ "WoodRamp_EPOCH": {
+ "_inherit": "WoodStairs_EPOCH"
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/CfgSounds.hpp b/Sources/epoch_config/Configs/CfgSounds.hpp
deleted file mode 100644
index b9143977..00000000
--- a/Sources/epoch_config/Configs/CfgSounds.hpp
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- CfgSounds
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSounds.hpp
-*/
-class CfgSounds
-{
- class dog_bark
- {
- sound[] = { "@A3\Sounds_F\ambient\animals\dog1", 0.6, 1.0 };
- titles[] = {};
- };
- class dog_cry
- {
- sound[] = { "@A3\Sounds_F\ambient\animals\dog4", 0.6, 1.0 };
- titles[] = {};
- };
- class hed_cluck0
- {
- sound[] = { "@A3\Sounds_F\ambient\animals\hen1", 0.3, 1.0 };
- titles[] = {};
- };
- class hed_cluck1
- {
- sound[] = { "@A3\Sounds_F\ambient\animals\hen2", 0.3, 1.0 };
- titles[] = {};
- };
- class hed_cluck2
- {
- sound[] = { "@A3\Sounds_F\ambient\animals\hen3", 0.3, 1.0 };
- titles[] = {};
- };
- class cultist_talk
- {
- sound[] = { "@x\addons\a3_epoch_assets\sounds\cloak\cultist_banter1", 0.7, 1.0 };
- titles[] = {};
- };
- class cultist_death
- {
- sound[] = { "@x\addons\a3_epoch_assets\sounds\cloak\cultist_death", 0.7, 1.0 };
- titles[] = {};
- };
- class cultist_laugh
- {
- sound[] = { "@x\addons\a3_epoch_assets\sounds\cloak\cultist_laugh", 0.7, 1.0 };
- titles[] = {};
- };
- class cultist_nearby
- {
- sound[] = { "@x\addons\a3_epoch_assets\sounds\cloak\cultist_nearby", 0.7, 1.0 };
- titles[] = {};
- };
- class cultist_taunt
- {
- sound[] = { "@x\addons\a3_epoch_assets\sounds\cloak\cultist_taunt", 0.7, 1.0 };
- titles[] = {};
- };
-};
diff --git a/Sources/epoch_config/Configs/CfgSwitchMovehandler.hpp b/Sources/epoch_config/Configs/CfgSwitchMovehandler.hpp
index 52137536..d93bb162 100644
--- a/Sources/epoch_config/Configs/CfgSwitchMovehandler.hpp
+++ b/Sources/epoch_config/Configs/CfgSwitchMovehandler.hpp
@@ -1,28 +1,29 @@
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Custom Epoch config for say3d broadcsting to nearby players.
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSounds.hpp
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {};
+ @description = "Custom Epoch config for animation broadcasting to nearby players.";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSwitchMovehandler.hpp";
*/
-class CfgSwitchMovehandler {
- class AovrPercMrunSrasWrflDf {
- distance = 1000;
- };
- class epoch_unarmed_jump {
- distance = 1000;
- };
- class AwopPercMstpSgthWnonDnon_throw {
- distance = 1000;
- };
- class AmovPercMstpSnonWnonDnon_SaluteOut {
- distance = 1000;
- };
+class CfgSwitchMovehandler
+{
+ class AovrPercMrunSrasWrflDf
+ {
+ distance = 1000;
+ };
+ class epoch_unarmed_jump
+ {
+ distance = 1000;
+ };
+ class AwopPercMstpSgthWnonDnon_throw
+ {
+ distance = 1000;
+ };
+ class AmovPercMstpSnonWnonDnon_SaluteOut
+ {
+ distance = 1000;
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/CfgSwitchMovehandler.json b/Sources/epoch_config/Configs/CfgSwitchMovehandler.json
new file mode 100644
index 00000000..3addd2e0
--- /dev/null
+++ b/Sources/epoch_config/Configs/CfgSwitchMovehandler.json
@@ -0,0 +1,23 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": [],
+ "@description": "Custom Epoch config for animation broadcasting to nearby players.",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgSwitchMovehandler": {
+ "AovrPercMrunSrasWrflDf": {
+ "distance": 1000
+ },
+ "epoch_unarmed_jump": {
+ "distance": 1000
+ },
+ "AwopPercMstpSgthWnonDnon_throw": {
+ "distance": 1000
+ },
+ "AmovPercMstpSnonWnonDnon_SaluteOut": {
+ "distance": 1000
+ }
+ }
+}
diff --git a/Sources/epoch_config/Configs/cfgCrafting.hpp b/Sources/epoch_config/Configs/cfgCrafting.hpp
index db1fc630..34da05b8 100644
--- a/Sources/epoch_config/Configs/cfgCrafting.hpp
+++ b/Sources/epoch_config/Configs/cfgCrafting.hpp
@@ -1,17 +1,4 @@
/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors: Raimonds Virtoss (v2 Crafting)
-
- Description:
- Main Crafting configs
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgCrafting.hpp
-
USAGE:
nearby[] =
{
@@ -36,988 +23,915 @@
};
*/
-
+/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
+/*
+ @author = "Aaron Clark - https://EpochMod.com";
+ @contributors[] = {"Raimonds Virtoss"};
+ @description = "Epoch Crafting v2 configs";
+ @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
+ @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/cfgCrafting.hpp";
+*/
class CfgCrafting
{
- DeveloperMode = 0; //used for 3D preview position and scale, set to 0 for live server!
-
- //You can customize basic theme of crafting UI here:
- colorScheme[] =
- {
- "\x\addons\a3_epoch_code\Data\UI\crafting\cancel.paa",
- "\x\addons\a3_epoch_code\Data\UI\crafting\craft.paa",
- "\x\addons\a3_epoch_code\Data\UI\crafting\close.paa",
-
- {"Recipes", {0,0,0,0.8}},
- {"Ingredients", {0,0,0,0.8}},
- {"Preview", {0.76,0.5,0.07,0.8}},
- {"Resources", {0,0,0,0.8}},
- {"Description", {0,0,0,0.8}},
- {" -- Requires -- ", {0.99,0.53,0.03,1}},
- {" -- Used in -- ", {0.99,0.53,0.03,1}},
-
- {0,1,0,1}, //Recipe LB, item found
- {0,1,0,1}, //Ingredients LB, Has items on player
- {1,1,0,1}, //Ingredients LB, Has items nearby
- {1,0,0,1}, //Ingredients LB, Missing items
- {1,1,1,1}, //Ingredients LB, Items used in...
- {0,0,0,0.1}, //Background color
- {0,0,0,1}, //Frame color
- {0,0,0,0}, //description ST
- {0,0,0,0}, //Recipe LB
- {0,0,0,0}, //Ingredients LB
-
- {0.76,0.5,0.07,0.8}, //progress bar
- {0,0,0,0.3}, //progress background
- "#FFFFFF", //progress text HTML color
-
- {1,0.6,0.01,1} //QTY color
- };
-
- /** --------- Don't edit --------- **/
- class Default //className, any object or item
- {
- craftTime = 1; //time it takes to craft
-
- recipe[] = {}; //nested arrays, {{"item", 1}};
- nearby[] = {}; //nearby requirements - fire, water source, object
- usedIn[] = {}; //item is an ingredient
-
- previewPosition[] = {0.8125,1,0.285}; //XzY
- previewScale = 1;
- previewVector = 0; //vector rotation multiplier
-
- priority = 0; //Recipe list priority, items with 0 are on top followed by order in config file.
- type = 0; //After crafting, item is added: [0 - to inventory], [1 - in weapon holder], [2 - as vehicle]
- descriptionFull = ""; //Structured text, added on new line after descriptionShort
-
- /** --------- Config Overrides --------- **/
- //displayName = "";
- //picture = "";
- //descriptionShort = "";
- //model = "\x\addons\a3_epoch_assets\models\logo.p3d";
- };
-
- /** --------- Main templates --------- **/
- class WeaponHolder: Default //Placed inside weaponholder in front of player (?)
- {
- priority = 0;
- type = 1;
- offset[] = {0,1,0}; //local space
- craftTime = 10;
- descriptionFull = "Demo: Can be used if player's inventory space is an issue";
- };
- class Vehicle: Default //Spawned in front of player (?)
- {
- priority = 0;
- type = 2;
- offset[] = {0,5,0}; //local space
- craftTime = 10;
- descriptionFull = "Demo: Should be used for vehicles only";
- };
- class Kit: Default //base building kits gets higher priority on the list
- {
- priority = 1;
- descriptionFull = "Base building material";
- craftTime = 4;
- };
- class Item: Default //Goes into inventory
- {
- priority = 2;
- craftTime = 2;
- };
- class Part: Default //Looted part - an ingredient for other items, can't be crafted
- {
- priority = 3;
- descriptionFull = "This item has no recipe, but is a part used for other recipes";
- };
-
- /** --------- RECIPES BELOW --------- **/
-
- // items
- class ItemCoolerE : Part
- {
- usedIn[] = { "ItemCooler0", "ItemCooler1", "ItemCooler2", "ItemCooler3", "ItemCooler4" };
- previewPosition[] = {0.795709,1,0.415296};
- previewScale = 0.8;
- previewVector = 0;
- };
- class ItemCooler0 : Item
- {
- recipe[] = { "ItemCoolerE", { "SnakeMeat_EPOCH", 2 }, "sweetcorn_epoch" };
- previewPosition[] = {0.795709,1,0.415296};
- previewScale = 0.8;
- previewVector = 0;
- };
- class ItemCooler1 : Item
- {
- recipe[] = { "ItemCoolerE", { "CookedRabbit_EPOCH", 2 }, "sweetcorn_epoch" };
- previewPosition[] = {0.795709,1,0.415296};
- previewScale = 0.8;
- previewVector = 0;
- };
- class ItemCooler2 : Item
- {
- recipe[] = { "ItemCoolerE", "CookedChicken_EPOCH", "sweetcorn_epoch" };
- previewPosition[] = {0.795709,1,0.415296};
- previewScale = 0.8;
- previewVector = 0;
- };
- class ItemCooler3 : Item
- {
- recipe[] = { "ItemCoolerE", "CookedGoat_EPOCH", "sweetcorn_epoch" };
- previewPosition[] = {0.795709,1,0.415296};
- previewScale = 0.8;
- previewVector = 0;
- };
- class ItemCooler4 : Item
- {
- recipe[] = { "ItemCoolerE", "CookedSheep_EPOCH", "sweetcorn_epoch" };
- previewPosition[] = {0.795709,1,0.415296};
- previewScale = 0.8;
- previewVector = 0;
- };
- class sweetcorn_epoch : Part
- {
- usedIn[] = {"ItemCooler0","ItemCooler1","ItemCooler2","ItemCooler3","ItemCooler4"};
- previewPosition[] = {0.799332,1,0.26};
- previewScale = 2.7;
- previewVector = 0;
- };
- class CircuitParts : Part
- {
- usedIn[] = { "EnergyPack", "EnergyPackLg", "KitPlotPole" };
- previewPosition[] = {0.791044,1,0.256956};
- previewScale = 2;
- previewVector = 2.3;
- };
- class EnergyPack : Item
- {
- usedIn[] = { "EnergyPackLg" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0},{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- recipe[] = { { "CircuitParts", 1 }, { "ItemCopperBar", 1 }, { "clean_water_epoch", 1 } };
- previewPosition[] = {0.8,1,0.29};
- previewScale = 1.75;
- previewVector = 2.8;
- };
- class EnergyPackLg : Item
- {
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- recipe[] = { { "EnergyPack", 3 }, { "ItemGoldBar", 1 }, { "CircuitParts", 1 } };
- previewPosition[] = {0.8,1,0.29};
- previewScale = 1.75;
- previewVector = 2.8;
- };
-
-
- class ItemSodaEmpty : Part
- {
- usedIn[] = { "ItemAluminumBar" };
- previewPosition[] = {0.799961,1,0.27};
- previewScale = 1.25;
- };
- class ItemAluminumBar : Item
- {
- usedIn[] = {};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "ItemSodaEmpty", 6 }, {"water_epoch", 1}};
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
-
- class ItemEmptyTin : Part
- {
- usedIn[] = { "ItemTinBar" };
- previewPosition[] = {0.799961,1,0.27};
- previewScale = 1.25;
- };
- class ItemTinBar : Item
- {
- usedIn[] = {};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "ItemEmptyTin", 6 }, {"water_epoch", 1}};
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
-
-
-
- class PartOre : Part
- {
- usedIn[] = { "ItemScraps" };
- previewPosition[] = {0.799961,1,0.27};
- previewScale = 1.25;
- };
- class PartOreSilver : Part
- {
- usedIn[] = { "ItemSilverBar" };
- previewPosition[] = {0.799961,1,0.27};
- previewScale = 1.25;
- };
- class PartOreGold : Part
- {
- usedIn[] = { "ItemGoldBar" };
- previewPosition[] = {0.799961,1,0.27};
- previewScale = 1.25;
- };
-
- class Pelt_EPOCH : Part
- {
- usedIn[] = { "KitTiPi" };
- previewPosition[] = {0.793741,1,0.274824};
- previewScale = 0.7;
- previewVector = 2.2;
- };
- class ItemRock : Part
- {
- usedIn[] = { "KitFirePlace" , "MeleeMaul", "CrudeHatchet" };
- previewPosition[] = {0.796998,1,0.35};
- previewScale = 1.3;
- };
- class ItemStick : Item
- {
- usedIn[] = { "WoodClub", "MeleeMaul", "CrudeHatchet", "KitFirePlace" , "KitSpikeTrap" , "KitMetalTrap" };
- recipe[] = { { "WoodLog_EPOCH", 1 } };
- previewPosition[] = {0.8,1,0.25};
- previewScale = 0.4;
- previewVector = 1;
- };
- class JackKit : Part
- {
- usedIn[] = { "KitSpikeTrap" , "KitMetalTrap" };
- previewPosition[] = {0.796267,1,0.322762};
- previewScale = 0.9;
- previewVector = 1.4;
- };
- class ItemKiloHemp : Part
- {
- usedIn[] = { "ItemRope", "ItemBurlap" };
- previewPosition[] = {0.796267,1,0.322762};
- previewScale = 0.9;
- previewVector = 1.4;
- };
- class ItemRope : Item
- {
- usedIn[] = { "WoodClub", "MeleeMaul", "CrudeHatchet" };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- recipe[] = { { "ItemKiloHemp", 1 } };
- previewPosition[] = {0.8,1,0.35};
- previewScale = 4;
- };
- class ItemBurlap : Item
- {
- usedIn[] = { "KitHesco3" };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- recipe[] = { { "ItemKiloHemp", 2 } };
- previewPosition[] = {0.8,1,0.35};
- previewScale = 4;
- };
- class MeleeMaul : Item
- {
- recipe[] = { { "ItemRock", 1 }, { "ItemStick", 2 }, { "ItemRope", 1 } };
- previewPosition[] = {0.798975,1,0.300388};
- previewScale = 0.3;
- previewVector = -1.8;
- };
- class CrudeHatchet : Item
- {
- recipe[] = { { "ItemRock", 1 }, { "ItemStick", 1 }, { "ItemRope", 1 } };
- previewPosition[] = {0.786139,1,0.328525};
- previewScale = 0.6;
- };
- class WoodClub : Item
- {
- recipe[] = { { "ItemStick", 2 } };
- previewPosition[] = {0.799633,1,0.237804};
- previewScale = 0.35;
- previewVector = 2.4;
- };
-
- class WoodLog_EPOCH : Part
- {
- usedIn[] = { "PartPlankPack", "ItemStick", "ItemPlywoodPack" };
- previewPosition[] = {0.800064,1,0.25};
- previewScale = 0.3;
- };
- class MortarBucket : Part
- {
- usedIn[] = {"KitFoundation","KitCinderWall", "KitHesco3"};
- previewPosition[] = {0.799442,1,0.426761};
- previewScale = 0.6;
- previewVector = 0;
- };
- class ItemScraps : Item
- {
- usedIn[] = { "ItemCorrugated", "KitMetalTrap"};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "PartOre", 2 } };
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
- class ItemCorrugated : Item
- {
- usedIn[] = {"KitShelf","ItemCorrugatedLg","VehicleRepairLg"};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "ItemScraps", 2 } };
- previewPosition[] = {0.791088,1,0.300004};
- previewScale = 0.2;
- previewVector = 1;
- };
- class CinderBlocks : Part
- {
- usedIn[] = { "KitCinderWall" };
- previewPosition[] = {0.801866,1,0.35};
- previewScale = 0.2;
- };
- class ItemMixOil : Part
- {
- usedIn[] = { "CSGAS" };
- previewPosition[] = {0.802419,1,0.433119};
- previewScale = 1.5;
- };
- class jerrycan_epoch : Part
- {
- usedIn[] = { "CSGAS" };
- previewPosition[] = {0.802443,1,0.254301};
- previewScale = 0.6;
- previewVector = 4.9;
- };
-
-
-
- class VehicleRepair : Part
- {
- usedIn[] = { "VehicleRepairLg" };
- previewPosition[] = {0.787659,1,0.30098};
- previewScale = 0.45;
- previewVector = 1.5;
- };
- class VehicleRepairLg : Item
- {
- recipe[] = { "VehicleRepair", "ItemCorrugated" };
- previewPosition[] = {0.798742,1,0.317871};
- previewScale = 0.25;
- previewVector = 0.7;
- };
-
- // radios
-
- class EpochRadio0 : Part // Quartz
- {
- usedIn[] = { "EpochRadio1" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio1 : Item // Garnet
- {
- usedIn[] = { "EpochRadio2" };
- recipe[] = { "EpochRadio0", "ItemGarnet" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio2 : Item // Citrine
- {
- usedIn[] = { "EpochRadio3" };
- recipe[] = { "EpochRadio1", "ItemCitrine" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio3 : Item // Amethyst
- {
- usedIn[] = { "EpochRadio4" };
- recipe[] = { "EpochRadio2", "ItemAmethyst" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio4 : Item // Topaz
- {
- usedIn[] = { "EpochRadio5" };
- recipe[] = { "EpochRadio3", "ItemTopaz" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio5 : Item // Sapphire
- {
- usedIn[] = { "EpochRadio6" };
- recipe[] = { "EpochRadio4", "ItemSapphire" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio6 : Item // Onyx
- {
- usedIn[] = { "EpochRadio7" };
- recipe[] = { "EpochRadio5", "ItemOnyx" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio7 : Item // Emerald
- {
- usedIn[] = { "EpochRadio8" };
- recipe[] = { "EpochRadio6", "ItemEmerald" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio8 : Item // Ruby
- {
- usedIn[] = { "EpochRadio9" };
- recipe[] = { "EpochRadio7", "ItemRuby" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
- class EpochRadio9 : Item // Jade
- {
- recipe[] = { "EpochRadio8", "ItemJade" };
- model = "\a3\ui_f\objects\Radio.p3d";
- previewPosition[] = {0.800569,1,0.272473};
- previewScale = 0.45;
- previewVector = -3.9;
- };
-
- //Gems
- class ItemGarnet : Part
- {
- usedIn[] = {"EpochRadio1"};
- previewPosition[] = {0.801697,1,0.379502};
- previewScale = 3;
- };
- class ItemCitrine : Part
- {
- usedIn[] = {"EpochRadio2"};
- previewPosition[] = {0.796925,1,0.285847};
- previewScale = 3.5;
- previewVector = 2.7;
- };
- class ItemAmethyst : Part
- {
- usedIn[] = {"EpochRadio3"};
- previewPosition[] = {0.798082,1,0.277137};
- previewScale = 3;
- previewVector = 2.9;
- };
- class ItemTopaz : Part
- {
- usedIn[] = {"EpochRadio4"};
- previewPosition[] = {0.79555,1,0.393739};
- previewScale = 3;
- };
- class ItemSapphire : Part
- {
- usedIn[] = {"EpochRadio5"};
- previewPosition[] = {0.804014,1,0.283865};
- previewScale = 3;
- previewVector = 3.3;
- };
- class ItemOnyx : Part
- {
- usedIn[] = {"EpochRadio6"};
- previewPosition[] = {0.799376,1,0.283337};
- previewScale = 3;
- previewVector = 3.1;
- };
- class ItemEmerald : Part
- {
- usedIn[] = {"EpochRadio7"};
- previewPosition[] = {0.805568,1,0.293134};
- previewScale = 3;
- previewVector = 2.5;
- };
- class ItemRuby : Part
- {
- usedIn[] = {"EpochRadio8"};
- previewPosition[] = {0.79555,1,0.393739};
- previewScale = 3;
- };
- class ItemJade : Part
- {
- usedIn[] = {"EpochRadio9"};
- previewPosition[] = {0.796903,1,0.369781};
- previewScale = 3;
- };
-
- // raw meats
- class SnakeCarcass_EPOCH : Part
- {
- usedIn[] = { "SnakeMeat_EPOCH" };
- previewPosition[] = {0.808621,1,0.238853};
- previewScale = 0.55;
- previewVector = 1.8;
- };
- class SnakeMeat_EPOCH : Item
- {
- usedIn[] = { "ItemCooler0" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "SnakeCarcass_EPOCH" };
- previewPosition[] = {0.803189,1,0.408752};
- previewScale = 6;
- };
- class RabbitCarcass_EPOCH : Part
- {
- usedIn[] = { "CookedRabbit_EPOCH" };
- previewPosition[] = {0.796141,1,0.340971};
- previewScale = 1.5;
- };
- class CookedRabbit_EPOCH : Item
- {
- usedIn[] = { "ItemCooler1" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "RabbitCarcass_EPOCH" };
- previewPosition[] = {0.796141,1,0.340971};
- previewScale = 1.5;
- };
- class ChickenCarcass_EPOCH : Part
- {
- usedIn[] = { "CookedChicken_EPOCH" };
- previewPosition[] = {0.796141,1,0.340971};
- previewScale = 0.9;
- };
- class CookedChicken_EPOCH : Item
- {
- usedIn[] = { "ItemCooler2" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "ChickenCarcass_EPOCH" };
- previewPosition[] = {0.796141,1,0.340971};
- previewScale = 0.9;
- };
-
- class ItemTuna : Part
- {
- usedIn[] = { "ItemTunaCooked" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.2;
- previewVector = 2.1;
- };
- class ItemSeaBass : Part
- {
- usedIn[] = { "ItemSeaBassCooked" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2.1;
- };
- class ItemTrout : Part
- {
- usedIn[] = { "ItemTroutCooked" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2.1;
- };
- class ItemTunaCooked : Item
- {
- usedIn[] = {};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "ItemTuna" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.2;
- previewVector = 2;
- };
- class ItemSeaBassCooked : Item
- {
- usedIn[] = {};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "ItemSeaBass" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2;
- };
- class ItemTroutCooked : Item
- {
- usedIn[] = {};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "ItemTrout" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2;
- };
-
- class GoatCarcass_EPOCH : Part
- {
- usedIn[] = { "CookedGoat_EPOCH" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2.1;
- };
- class CookedGoat_EPOCH : Item
- {
- usedIn[] = { "ItemCooler3" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "GoatCarcass_EPOCH" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2;
- };
- class DogCarcass_EPOCH : Part
- {
- usedIn[] = { "CookedDog_EPOCH" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2.1;
- };
- class CookedDog_EPOCH : Item
- {
- usedIn[] = {};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "DogCarcass_EPOCH" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2;
- };
- class SheepCarcass_EPOCH : Part
- {
- usedIn[] = { "CookedSheep_EPOCH" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2.1;
- };
- class CookedSheep_EPOCH : Item
- {
- usedIn[] = { "ItemCooler4" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "SheepCarcass_EPOCH" };
- previewPosition[] = {0.796141,1,0.27};
- previewScale = 0.4;
- previewVector = 2.1;
- };
-
- class emptyjar_epoch : Part
- {
- usedIn[] = { "water_epoch" };
- previewPosition[] = {0.807346,1,0.43035};
- previewScale = 2.5;
- };
- class water_epoch : Item
- {
- usedIn[] = { "clean_water_epoch" };
- nearby[] = {{"Water source", "", "water", {2,{"water"}}, 3, 1, 0, 0}};
- recipe[] = { "emptyjar_epoch" };
- previewPosition[] = {0.807346,1,0.43035};
- previewScale = 2.5;
- };
- class clean_water_epoch : Item
- {
- usedIn[] = { "EnergyPack" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { "water_epoch" };
- previewPosition[] = {0.807346,1,0.43035};
- previewScale = 2.5;
- displayName = "Clean Water";
- };
-
- // recipes
- class CSGAS : Item
- {
- recipe[] = { "ItemMixOil", "jerrycan_epoch" };
- model = "\x\addons\a3_epoch_assets_2\jerrycan.p3d";
- previewPosition[] = {0.802443,1,0.254301};
- previewScale = 0.6;
- previewVector = 4.9;
- };
- class ItemCorrugatedLg : Item
- {
- usedIn[] = { "KitPlotPole", "KitTankTrap", "KitHesco3" };
- recipe[] = { { "ItemCorrugated", 3 } };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- previewPosition[] = {0.797491,1,0.32899};
- previewScale = 0.25;
- previewVector = 0.5;
- };
-
- class PartPlankPack : Item
- {
- usedIn[] = {"KitStudWall","KitWoodFloor","KitWoodFoundation","KitWoodStairs","KitWoodRamp","KitWoodLadder","KitWoodTower","KitTiPi","KitWorkbench","KitSpikeTrap","KitMetalTrap"};
- recipe[] = {{"WoodLog_EPOCH",2}};
- previewPosition[] = {0.797837,1,0.288258};
- previewScale = 0.2;
- previewVector = 1;
- craftTime = 2;
- };
- class ItemPlywoodPack : Item
- {
- usedIn[] = {};
- recipe[] = {{"WoodLog_EPOCH",3}};
- previewPosition[] = {0.797837,1,0.288258};
- previewScale = 0.2;
- previewVector = 1;
- craftTime = 2;
- };
-
-
- class KitFirePlace : Kit
- {
- recipe[] = {{"ItemRock",2},{"ItemStick",1}};
- model = "\x\addons\a3_epoch_assets_2\fireplace.p3d";
- previewPosition[] = {0.791523,1,0.244987};
- previewScale = 0.2;
- previewVector = 1.5;
- };
-
-
-
-
- class KitSpikeTrap : Kit
- {
- recipe[] = {{"PartPlankPack",4},{"ItemStick",1},{"JackKit",1}};
- model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- previewPosition[] = {0.797675,1,0.398882};
- previewScale = 0.07;
- previewVector = 0;
- };
- class KitMetalTrap : Kit
- {
- recipe[] = {{"PartPlankPack",4},{"ItemStick",1},{"ItemScraps",2},{"JackKit",1}};
- model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- previewPosition[] = {0.797675,1,0.398882};
- previewScale = 0.07;
- previewVector = 0;
- };
-
-
- class KitStudWall : Kit
- {
- recipe[] = {{"PartPlankPack",4}};
- model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_SIM.p3d";
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- previewPosition[] = {0.797675,1,0.398882};
- previewScale = 0.07;
- previewVector = 0;
- };
- class KitWoodFloor : Kit
- {
- usedIn[] = { "KitWoodTower" };
- recipe[] = {{"PartPlankPack",4}};
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\Wooden_Floor.p3d";
- previewPosition[] = {0.800198,1,0.262418};
- previewScale = 0.055;
- previewVector = 3.6;
- };
- class KitWoodLadder : Kit
- {
- recipe[] = { { "PartPlankPack", 4 } };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Ladder\wood_ladder.p3d";
- previewPosition[] = {0.798736,1,0.441696};
- previewScale = 0.08;
- previewVector = 0;
- };
- class KitWoodRamp : Kit
- {
- recipe[] = { { "PartPlankPack", 6 } };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\Wood_Ramp.p3d";
- previewPosition[] = {0.799137,1,0.350575};
- previewScale = 0.05;
- previewVector = 0;
- };
- class KitTankTrap : Kit
- {
- recipe[] = { { "ItemCorrugatedLg", 1 } };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Defense\tank_trap.p3d";
- previewPosition[] = { 0.803749, 1, 0.448515 };
- previewScale = 0.17;
- previewVector = 0;
- };
- class KitHesco3 : Kit
- {
- recipe[] = { { "ItemBurlap", 3 }, { "MortarBucket", 2 }, { "ItemCorrugatedLg", 2 } };
- nearby[] = { { "Workbench", "", "workbench", { 1, { "WorkBench_EPOCH" } }, 3, 1, 0, 1 } };
- model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Defense\hesco.p3d";
- previewPosition[] = { 0.803749, 1, 0.448515 };
- previewScale = 0.02;
- previewVector = 0;
- };
- class KitWoodStairs : Kit
- {
- recipe[] = {{"PartPlankPack",4}};
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\Wood_stairs.p3d";
- previewPosition[] = {0.795037,1,0.377922};
- previewScale = 0.054;
- previewVector = 0;
- };
- class KitWoodTower : Kit
- {
- recipe[] = { {"KitWoodFloor", 1}, { "PartPlankPack", 4 } };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Tower\Tower\Base_Tower_Frame.p3d";
- previewPosition[] = {0.800653,1,0.378749};
- previewScale = 0.05;
- previewVector = 0;
- };
- class KitTiPi : Kit
- {
- recipe[] = { { "Pelt_EPOCH", 4 }, { "PartPlankPack", 2 } };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\tp.p3d";
- previewPosition[] = {0.801503,1,0.433758};
- previewScale = 0.06;
- previewVector = 0;
- };
- class KitShelf : Kit
- {
- recipe[] = {{"ItemCorrugated",3}};
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\shelf.p3d";
- previewPosition[] = {0.803749,1,0.448515};
- previewScale = 0.17;
- previewVector = 0;
- };
- class KitWorkbench : Kit
- {
- recipe[] = { { "PartPlankPack", 2 } };
- model = "\x\addons\a3_epoch_assets_1\models\workbench.p3d";
- previewPosition[] = { 0.803749, 1, 0.448515 };
- previewScale = 0.17;
- previewVector = 0;
- };
- class KitFoundation : Kit
- {
- recipe[] = {{"MortarBucket",4}};
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\Concrete_Col.p3d";
- previewPosition[] = {0.796787,1,0.211457};
- previewScale = 0.047;
- previewVector = 0;
- };
- class KitWoodFoundation : Kit
- {
- recipe[] = {{"PartPlankPack",8}};
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\Wood_Col.p3d";
- previewPosition[] = {0.796787,1,0.211457};
- previewScale = 0.047;
- previewVector = 0;
- };
-
- class KitCinderWall : Kit
- {
- recipe[] = {{"CinderBlocks",2},{"MortarBucket",2}};
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\cinder_half.p3d";
- previewPosition[] = {0.797638,1,0.341915};
- previewScale = 0.07;
- previewVector = 0;
- };
- class KitPlotPole : Kit
- {
- recipe[] = {{ "ItemCables", 1 }, { "ItemBattery", 1 }, {"ItemCorrugatedLg",2}, {"CircuitParts",2} };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets\models\jammer.p3d";
- previewPosition[] = {0.801378,1,0.464834};
- previewScale = 0.055;
- previewVector = 0;
- };
-
- class ItemSolar : Part
- {
- usedIn[] = { "KitSolarGen" };
- previewPosition[] = {0.802374,1,0.26};
- previewScale = 0.19;
- previewVector = 3.3;
-
- };
- class ItemCables : Item
- {
- usedIn[] = { "KitSolarGen", "KitPlotPole", "ItemCopperBar" };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- // TODO add rubber/plasic
- recipe[] = { { "ItemCopperBar", 1 } };
- previewPosition[] = {0.802374,1,0.26};
- previewScale = 0.3;
- previewVector = 2.8;
- };
-
- class ItemCopperBar : Item
- {
- usedIn[] = {"ItemCables"};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "ItemCables", 1 }, {"water_epoch", 1}};
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
-
- class ItemGoldBar : Item
- {
- usedIn[] = { "ItemGoldBar10oz" };
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "PartOreGold", 2 }, {"water_epoch", 1} };
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
- class ItemSilverBar : Item
- {
- usedIn[] = {};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "PartOreSilver", 2 }, {"water_epoch", 1} };
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
-
- class ItemGoldBar10oz : Item
- {
- usedIn[] = {"ItemBriefcaseGold100oz"};
- nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
- recipe[] = { { "ItemGoldBar", 10 }, {"water_epoch", 1}};
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
-
- class ItemBriefcaseGold100oz : Item
- {
- usedIn[] = {};
- nearby[] = {};
- recipe[] = { { "ItemGoldBar10oz", 10 }, {"ItemBriefcaseE", 1}};
- previewPosition[] = {0.797144,1,0.309158};
- previewScale = 1;
- previewVector = 2.8;
- };
-
-
-
-
- class ItemBattery : Item
- {
- usedIn[] = { "KitSolarGen", "KitPlotPole" };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- recipe[] = { { "EnergyPackLg", 3 }, { "CircuitParts", 1 } };
- previewPosition[] = {0.802374,1,0.276733};
- previewScale = 0.4;
- };
- class KitSolarGen : Kit
- {
- // TODO recipe
- recipe[] = { { "ItemSolar", 1 }, { "ItemCables", 1 }, { "ItemBattery", 1 }, { "ItemCorrugatedLg", 2 }, { "CircuitParts", 2 } };
- nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
- model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Solar_Generator_Complete\Solar_generator.p3d";
- previewPosition[] = {0.804979,1,0.39189};
- previewScale = 0.11;
- previewVector = 0;
- };
-
+ DeveloperMode = 0;
+ colorScheme[] = {"\x\addons\a3_epoch_code\Data\UI\crafting\cancel.paa","\x\addons\a3_epoch_code\Data\UI\crafting\craft.paa","\x\addons\a3_epoch_code\Data\UI\crafting\close.paa",{"Recipes",{0,0,0,0.8}},{"Ingredients",{0,0,0,0.8}},{"Preview",{0.76,0.5,0.07,0.8}},{"Resources",{0,0,0,0.8}},{"Description",{0,0,0,0.8}},{" -- Requires -- ",{0.99,0.53,0.03,1}},{" -- Used in -- ",{0.99,0.53,0.03,1}},{0,1,0,1},{0,1,0,1},{1,1,0,1},{1,0,0,1},{1,1,1,1},{0,0,0,0.1},{0,0,0,1},{0,0,0,0},{0,0,0,0},{0,0,0,0},{0.76,0.5,0.07,0.8},{0,0,0,0.3},"#FFFFFF",{1,0.6,0.01,1}};
+ class Default
+ {
+ craftTime = 1;
+ recipe[] = {};
+ nearby[] = {};
+ usedIn[] = {};
+ previewPosition[] = {0.8125,1,0.285};
+ previewScale = 1;
+ previewVector = 0;
+ priority = 0;
+ type = 0;
+ descriptionFull = "";
+ };
+ class WeaponHolder : Default
+ {
+ priority = 0;
+ type = 1;
+ offset[] = {0,1,0};
+ craftTime = 10;
+ descriptionFull = "Demo: Can be used if player's inventory space is an issue";
+ };
+ class Vehicle : Default
+ {
+ priority = 0;
+ type = 2;
+ offset[] = {0,5,0};
+ craftTime = 10;
+ descriptionFull = "Demo: Should be used for vehicles only";
+ };
+ class Kit : Default
+ {
+ priority = 1;
+ descriptionFull = "Base building material";
+ craftTime = 4;
+ };
+ class Item : Default
+ {
+ priority = 2;
+ craftTime = 2;
+ };
+ class Part : Default
+ {
+ priority = 3;
+ descriptionFull = "This item has no recipe, but is a part used for other recipes";
+ };
+ class ItemCoolerE : Part
+ {
+ usedIn[] = {"ItemCooler0","ItemCooler1","ItemCooler2","ItemCooler3","ItemCooler4"};
+ previewPosition[] = {0.795709,1,0.415296};
+ previewScale = 0.8;
+ previewVector = 0;
+ };
+ class ItemCooler0 : Item
+ {
+ recipe[] = {"ItemCoolerE",{"SnakeMeat_EPOCH",2},"sweetcorn_epoch"};
+ previewPosition[] = {0.795709,1,0.415296};
+ previewScale = 0.8;
+ previewVector = 0;
+ };
+ class ItemCooler1 : Item
+ {
+ recipe[] = {"ItemCoolerE",{"CookedRabbit_EPOCH",2},"sweetcorn_epoch"};
+ previewPosition[] = {0.795709,1,0.415296};
+ previewScale = 0.8;
+ previewVector = 0;
+ };
+ class ItemCooler2 : Item
+ {
+ recipe[] = {"ItemCoolerE","CookedChicken_EPOCH","sweetcorn_epoch"};
+ previewPosition[] = {0.795709,1,0.415296};
+ previewScale = 0.8;
+ previewVector = 0;
+ };
+ class ItemCooler3 : Item
+ {
+ recipe[] = {"ItemCoolerE","CookedGoat_EPOCH","sweetcorn_epoch"};
+ previewPosition[] = {0.795709,1,0.415296};
+ previewScale = 0.8;
+ previewVector = 0;
+ };
+ class ItemCooler4 : Item
+ {
+ recipe[] = {"ItemCoolerE","CookedSheep_EPOCH","sweetcorn_epoch"};
+ previewPosition[] = {0.795709,1,0.415296};
+ previewScale = 0.8;
+ previewVector = 0;
+ };
+ class sweetcorn_epoch : Part
+ {
+ usedIn[] = {"ItemCooler0","ItemCooler1","ItemCooler2","ItemCooler3","ItemCooler4"};
+ previewPosition[] = {0.799332,1,0.26};
+ previewScale = 2.7;
+ previewVector = 0;
+ };
+ class CircuitParts : Part
+ {
+ usedIn[] = {"EnergyPack","EnergyPackLg","KitPlotPole"};
+ previewPosition[] = {0.791044,1,0.256956};
+ previewScale = 2;
+ previewVector = 2.3;
+ };
+ class EnergyPack : Item
+ {
+ usedIn[] = {"EnergyPackLg"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0},{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ recipe[] = {{"CircuitParts",1},{"ItemCopperBar",1},{"clean_water_epoch",1}};
+ previewPosition[] = {0.8,1,0.29};
+ previewScale = 1.75;
+ previewVector = 2.8;
+ };
+ class EnergyPackLg : Item
+ {
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ recipe[] = {{"EnergyPack",3},{"ItemGoldBar",1},{"CircuitParts",1}};
+ previewPosition[] = {0.8,1,0.29};
+ previewScale = 1.75;
+ previewVector = 2.8;
+ };
+ class ItemSodaEmpty : Part
+ {
+ usedIn[] = {"ItemAluminumBar"};
+ previewPosition[] = {0.798771,1,0.238154};
+ previewScale = 4;
+ previewVector = 0;
+ };
+ class ItemAluminumBar : Item
+ {
+ usedIn[] = {};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"ItemSodaEmpty",6},{"water_epoch",1}};
+ previewPosition[] = {0.797144,1,0.27};
+ previewScale = 1.3;
+ previewVector = 2.5;
+ };
+ class ItemEmptyTin : Part
+ {
+ usedIn[] = {"ItemTinBar"};
+ previewPosition[] = {0.799961,1,0.27};
+ previewScale = 3;
+ previewVector = 0;
+ };
+ class ItemTinBar : Item
+ {
+ usedIn[] = {};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"ItemEmptyTin",6},{"water_epoch",1}};
+ previewPosition[] = {0.797144,1,0.27};
+ previewScale = 1.3;
+ previewVector = 2.5;
+ };
+ class PartOre : Part
+ {
+ usedIn[] = {"ItemScraps"};
+ previewPosition[] = {0.8,1,0.27};
+ previewScale = 1.38;
+ previewVector = 0;
+ };
+ class PartOreSilver : Part
+ {
+ usedIn[] = {"ItemSilverBar"};
+ previewPosition[] = {0.8,1,0.27};
+ previewScale = 2.4;
+ previewVector = 0;
+ };
+ class PartOreGold : Part
+ {
+ usedIn[] = {"ItemGoldBar"};
+ previewPosition[] = {0.8,1,0.27};
+ previewScale = 2.4;
+ previewVector = 0;
+ };
+ class Pelt_EPOCH : Part
+ {
+ usedIn[] = {"KitTiPi"};
+ previewPosition[] = {0.793741,1,0.274824};
+ previewScale = 0.7;
+ previewVector = 2.2;
+ };
+ class ItemRock : Part
+ {
+ usedIn[] = {"KitFirePlace","MeleeMaul","CrudeHatchet"};
+ previewPosition[] = {0.796998,1,0.35};
+ previewScale = 1.3;
+ };
+ class ItemStick : Item
+ {
+ usedIn[] = {"WoodClub","MeleeMaul","CrudeHatchet","KitFirePlace","KitSpikeTrap","KitMetalTrap"};
+ recipe[] = {{"WoodLog_EPOCH",1}};
+ previewPosition[] = {0.8,1,0.25};
+ previewScale = 0.4;
+ previewVector = 1;
+ };
+ class JackKit : Part
+ {
+ usedIn[] = {"KitSpikeTrap","KitMetalTrap"};
+ previewPosition[] = {0.80573,1,0.461778};
+ previewScale = 0.5;
+ previewVector = 0;
+ };
+ class ItemKiloHemp : Part
+ {
+ usedIn[] = {"ItemRope","ItemBurlap"};
+ previewPosition[] = {0.796267,1,0.322762};
+ previewScale = 0.9;
+ previewVector = 1.4;
+ };
+ class ItemRope : Item
+ {
+ usedIn[] = {"WoodClub","MeleeMaul","CrudeHatchet"};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ recipe[] = {{"ItemKiloHemp",1}};
+ previewPosition[] = {0.8,1,0.35};
+ previewScale = 4;
+ };
+ class ItemBurlap : Item
+ {
+ usedIn[] = {"KitHesco3"};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ recipe[] = {{"ItemKiloHemp",2}};
+ previewPosition[] = {0.8,1,0.38};
+ previewScale = 0.5;
+ previewVector = -0.3;
+ };
+ class MeleeMaul : Item
+ {
+ recipe[] = {{"ItemRock",1},{"ItemStick",2},{"ItemRope",1}};
+ previewPosition[] = {0.798975,1,0.300388};
+ previewScale = 0.3;
+ previewVector = -1.8;
+ };
+ class CrudeHatchet : Item
+ {
+ recipe[] = {{"ItemRock",1},{"ItemStick",1},{"ItemRope",1}};
+ previewPosition[] = {0.786139,1,0.328525};
+ previewScale = 0.6;
+ };
+ class WoodClub : Item
+ {
+ recipe[] = {{"ItemStick",2}};
+ previewPosition[] = {0.799633,1,0.237804};
+ previewScale = 0.35;
+ previewVector = 2.4;
+ };
+ class WoodLog_EPOCH : Part
+ {
+ usedIn[] = {"PartPlankPack","ItemStick","ItemPlywoodPack"};
+ previewPosition[] = {0.800064,1,0.25};
+ previewScale = 0.3;
+ };
+ class MortarBucket : Part
+ {
+ usedIn[] = {"KitFoundation","KitCinderWall","KitHesco3"};
+ previewPosition[] = {0.799442,1,0.426761};
+ previewScale = 0.6;
+ previewVector = 0;
+ };
+ class ItemScraps : Item
+ {
+ usedIn[] = {"ItemCorrugated","KitMetalTrap"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"PartOre",2}};
+ previewPosition[] = {0.797144,1,0.309158};
+ previewScale = 1;
+ previewVector = 2.8;
+ };
+ class ItemCorrugated : Item
+ {
+ usedIn[] = {"KitShelf","ItemCorrugatedLg","VehicleRepairLg"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"ItemScraps",2}};
+ previewPosition[] = {0.791088,1,0.300004};
+ previewScale = 0.2;
+ previewVector = 1;
+ };
+ class CinderBlocks : Part
+ {
+ usedIn[] = {"KitCinderWall"};
+ previewPosition[] = {0.801866,1,0.35};
+ previewScale = 0.2;
+ };
+ class ItemMixOil : Part
+ {
+ usedIn[] = {"CSGAS"};
+ previewPosition[] = {0.802419,1,0.433119};
+ previewScale = 1.5;
+ };
+ class jerrycan_epoch : Part
+ {
+ usedIn[] = {"CSGAS"};
+ previewPosition[] = {0.802443,1,0.254301};
+ previewScale = 0.6;
+ previewVector = 4.9;
+ };
+ class VehicleRepair : Part
+ {
+ usedIn[] = {"VehicleRepairLg"};
+ previewPosition[] = {0.787659,1,0.30098};
+ previewScale = 0.45;
+ previewVector = 1.5;
+ };
+ class VehicleRepairLg : Item
+ {
+ recipe[] = {"VehicleRepair","ItemCorrugated"};
+ previewPosition[] = {0.798742,1,0.317871};
+ previewScale = 0.25;
+ previewVector = 0.7;
+ };
+ class EpochRadio0 : Part
+ {
+ usedIn[] = {"EpochRadio1"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio1 : Item
+ {
+ usedIn[] = {"EpochRadio2"};
+ recipe[] = {"EpochRadio0","ItemGarnet"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio2 : Item
+ {
+ usedIn[] = {"EpochRadio3"};
+ recipe[] = {"EpochRadio1","ItemCitrine"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio3 : Item
+ {
+ usedIn[] = {"EpochRadio4"};
+ recipe[] = {"EpochRadio2","ItemAmethyst"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio4 : Item
+ {
+ usedIn[] = {"EpochRadio5"};
+ recipe[] = {"EpochRadio3","ItemTopaz"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio5 : Item
+ {
+ usedIn[] = {"EpochRadio6"};
+ recipe[] = {"EpochRadio4","ItemSapphire"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio6 : Item
+ {
+ usedIn[] = {"EpochRadio7"};
+ recipe[] = {"EpochRadio5","ItemOnyx"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio7 : Item
+ {
+ usedIn[] = {"EpochRadio8"};
+ recipe[] = {"EpochRadio6","ItemEmerald"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio8 : Item
+ {
+ usedIn[] = {"EpochRadio9"};
+ recipe[] = {"EpochRadio7","ItemRuby"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class EpochRadio9 : Item
+ {
+ recipe[] = {"EpochRadio8","ItemJade"};
+ model = "\a3\ui_f\objects\Radio.p3d";
+ previewPosition[] = {0.800569,1,0.272473};
+ previewScale = 0.45;
+ previewVector = -3.9;
+ };
+ class ItemGarnet : Part
+ {
+ usedIn[] = {"EpochRadio1"};
+ previewPosition[] = {0.801697,1,0.379502};
+ previewScale = 3;
+ };
+ class ItemCitrine : Part
+ {
+ usedIn[] = {"EpochRadio2"};
+ previewPosition[] = {0.796925,1,0.285847};
+ previewScale = 3.5;
+ previewVector = 2.7;
+ };
+ class ItemAmethyst : Part
+ {
+ usedIn[] = {"EpochRadio3"};
+ previewPosition[] = {0.798082,1,0.277137};
+ previewScale = 3;
+ previewVector = 2.9;
+ };
+ class ItemTopaz : Part
+ {
+ usedIn[] = {"EpochRadio4"};
+ previewPosition[] = {0.79555,1,0.393739};
+ previewScale = 3;
+ };
+ class ItemSapphire : Part
+ {
+ usedIn[] = {"EpochRadio5"};
+ previewPosition[] = {0.804014,1,0.283865};
+ previewScale = 3;
+ previewVector = 3.3;
+ };
+ class ItemOnyx : Part
+ {
+ usedIn[] = {"EpochRadio6"};
+ previewPosition[] = {0.799376,1,0.283337};
+ previewScale = 3;
+ previewVector = 3.1;
+ };
+ class ItemEmerald : Part
+ {
+ usedIn[] = {"EpochRadio7"};
+ previewPosition[] = {0.805568,1,0.293134};
+ previewScale = 3;
+ previewVector = 2.5;
+ };
+ class ItemRuby : Part
+ {
+ usedIn[] = {"EpochRadio8"};
+ previewPosition[] = {0.79555,1,0.393739};
+ previewScale = 3;
+ };
+ class ItemJade : Part
+ {
+ usedIn[] = {"EpochRadio9"};
+ previewPosition[] = {0.796903,1,0.369781};
+ previewScale = 3;
+ };
+ class SnakeCarcass_EPOCH : Part
+ {
+ usedIn[] = {"SnakeMeat_EPOCH"};
+ previewPosition[] = {0.808621,1,0.238853};
+ previewScale = 0.55;
+ previewVector = 1.8;
+ };
+ class SnakeMeat_EPOCH : Item
+ {
+ usedIn[] = {"ItemCooler0"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"SnakeCarcass_EPOCH"};
+ previewPosition[] = {0.803189,1,0.408752};
+ previewScale = 6;
+ };
+ class RabbitCarcass_EPOCH : Part
+ {
+ usedIn[] = {"CookedRabbit_EPOCH"};
+ previewPosition[] = {0.796141,1,0.340971};
+ previewScale = 1.5;
+ };
+ class CookedRabbit_EPOCH : Item
+ {
+ usedIn[] = {"ItemCooler1"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"RabbitCarcass_EPOCH"};
+ previewPosition[] = {0.796141,1,0.340971};
+ previewScale = 1.5;
+ };
+ class ChickenCarcass_EPOCH : Part
+ {
+ usedIn[] = {"CookedChicken_EPOCH"};
+ previewPosition[] = {0.796141,1,0.340971};
+ previewScale = 0.9;
+ };
+ class CookedChicken_EPOCH : Item
+ {
+ usedIn[] = {"ItemCooler2"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"ChickenCarcass_EPOCH"};
+ previewPosition[] = {0.796141,1,0.340971};
+ previewScale = 0.9;
+ };
+ class ItemTuna : Part
+ {
+ usedIn[] = {"ItemTunaCooked"};
+ previewPosition[] = {0.8,1,0.25};
+ previewScale = 0.21;
+ previewVector = 2.1;
+ };
+ class ItemSeaBass : Part
+ {
+ usedIn[] = {"ItemSeaBassCooked"};
+ previewPosition[] = {0.796141,1,0.25};
+ previewScale = 0.4;
+ previewVector = 2.1;
+ };
+ class ItemTrout : Part
+ {
+ usedIn[] = {"ItemTroutCooked"};
+ previewPosition[] = {0.796141,1,0.25};
+ previewScale = 0.7;
+ previewVector = 2.1;
+ };
+ class ItemTunaCooked : Item
+ {
+ usedIn[] = {};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"ItemTuna"};
+ previewPosition[] = {0.8,1,0.25};
+ previewScale = 0.2;
+ previewVector = 2;
+ };
+ class ItemSeaBassCooked : Item
+ {
+ usedIn[] = {};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"ItemSeaBass"};
+ previewPosition[] = {0.796141,1,0.3};
+ previewScale = 0.4;
+ previewVector = 2;
+ };
+ class ItemTroutCooked : Item
+ {
+ usedIn[] = {};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"ItemTrout"};
+ previewPosition[] = {0.8,1,0.25};
+ previewScale = 0.7;
+ previewVector = 2;
+ };
+ class GoatCarcass_EPOCH : Part
+ {
+ usedIn[] = {"CookedGoat_EPOCH"};
+ previewPosition[] = {0.796141,1,0.27};
+ previewScale = 0.4;
+ previewVector = 2.1;
+ };
+ class CookedGoat_EPOCH : Item
+ {
+ usedIn[] = {"ItemCooler3"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"GoatCarcass_EPOCH"};
+ previewPosition[] = {0.796141,1,0.27};
+ previewScale = 0.4;
+ previewVector = 2;
+ };
+ class DogCarcass_EPOCH : Part
+ {
+ usedIn[] = {"CookedDog_EPOCH"};
+ previewPosition[] = {0.796141,1,0.27};
+ previewScale = 0.4;
+ previewVector = 2.1;
+ };
+ class CookedDog_EPOCH : Item
+ {
+ usedIn[] = {};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"DogCarcass_EPOCH"};
+ previewPosition[] = {0.796141,1,0.27};
+ previewScale = 0.4;
+ previewVector = 2;
+ };
+ class SheepCarcass_EPOCH : Part
+ {
+ usedIn[] = {"CookedSheep_EPOCH"};
+ previewPosition[] = {0.796141,1,0.27};
+ previewScale = 0.4;
+ previewVector = 2.1;
+ };
+ class CookedSheep_EPOCH : Item
+ {
+ usedIn[] = {"ItemCooler4"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"SheepCarcass_EPOCH"};
+ previewPosition[] = {0.796141,1,0.27};
+ previewScale = 0.4;
+ previewVector = 2.1;
+ };
+ class emptyjar_epoch : Part
+ {
+ usedIn[] = {"water_epoch"};
+ previewPosition[] = {0.807346,1,0.43035};
+ previewScale = 2.5;
+ };
+ class water_epoch : Item
+ {
+ usedIn[] = {"clean_water_epoch"};
+ nearby[] = {{"Water source","","water",{2,{"water"}},3,1,0,0}};
+ recipe[] = {"emptyjar_epoch"};
+ previewPosition[] = {0.807346,1,0.43035};
+ previewScale = 2.5;
+ };
+ class clean_water_epoch : Item
+ {
+ usedIn[] = {"EnergyPack"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {"water_epoch"};
+ previewPosition[] = {0.807346,1,0.43035};
+ previewScale = 2.5;
+ displayName = "Clean Water";
+ };
+ class CSGAS : Item
+ {
+ recipe[] = {"ItemMixOil","jerrycan_epoch"};
+ model = "\x\addons\a3_epoch_assets_2\jerrycan.p3d";
+ previewPosition[] = {0.802443,1,0.254301};
+ previewScale = 0.6;
+ previewVector = 4.9;
+ };
+ class ItemCorrugatedLg : Item
+ {
+ usedIn[] = {"KitPlotPole","KitTankTrap","KitHesco3"};
+ recipe[] = {{"ItemCorrugated",3}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ previewPosition[] = {0.797491,1,0.32899};
+ previewScale = 0.25;
+ previewVector = 0.5;
+ };
+ class PartPlankPack : Item
+ {
+ usedIn[] = {"KitStudWall","KitWoodFloor","KitWoodFoundation","KitWoodStairs","KitWoodRamp","KitWoodLadder","KitWoodTower","KitTiPi","KitWorkbench","KitSpikeTrap","KitMetalTrap"};
+ recipe[] = {{"WoodLog_EPOCH",2}};
+ previewPosition[] = {0.797837,1,0.288258};
+ previewScale = 0.2;
+ previewVector = 1;
+ craftTime = 2;
+ };
+ class ItemPlywoodPack : Item
+ {
+ usedIn[] = {};
+ recipe[] = {{"WoodLog_EPOCH",3}};
+ previewPosition[] = {0.797837,1,0.288258};
+ previewScale = 0.2;
+ previewVector = 1;
+ craftTime = 2;
+ };
+ class KitFirePlace : Kit
+ {
+ recipe[] = {{"ItemRock",2},{"ItemStick",1}};
+ model = "\x\addons\a3_epoch_assets_2\fireplace.p3d";
+ previewPosition[] = {0.791523,1,0.244987};
+ previewScale = 0.2;
+ previewVector = 1.5;
+ };
+ class KitSpikeTrap : Kit
+ {
+ recipe[] = {{"PartPlankPack",4},{"ItemStick",1},{"JackKit",1}};
+ model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ previewPosition[] = {0.798208,1,0.227936};
+ previewScale = 0.28;
+ previewVector = -0.5;
+ };
+ class KitMetalTrap : Kit
+ {
+ recipe[] = {{"PartPlankPack",4},{"ItemStick",1},{"ItemScraps",2},{"JackKit",1}};
+ model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ previewPosition[] = {0.798208,1,0.227936};
+ previewScale = 0.28;
+ previewVector = -0.5;
+ };
+ class KitStudWall : Kit
+ {
+ recipe[] = {{"PartPlankPack",4}};
+ model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_SIM.p3d";
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ previewPosition[] = {0.797675,1,0.398882};
+ previewScale = 0.07;
+ previewVector = 0;
+ };
+ class KitWoodFloor : Kit
+ {
+ usedIn[] = {"KitWoodTower"};
+ recipe[] = {{"PartPlankPack",4}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\Wooden_Floor.p3d";
+ previewPosition[] = {0.800198,1,0.262418};
+ previewScale = 0.055;
+ previewVector = 3.6;
+ };
+ class KitWoodLadder : Kit
+ {
+ recipe[] = {{"PartPlankPack",4}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Ladder\wood_ladder.p3d";
+ previewPosition[] = {0.798736,1,0.441696};
+ previewScale = 0.08;
+ previewVector = 0;
+ };
+ class KitWoodRamp : Kit
+ {
+ recipe[] = {{"PartPlankPack",6}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\Wood_Ramp.p3d";
+ previewPosition[] = {0.799137,1,0.350575};
+ previewScale = 0.05;
+ previewVector = 0;
+ };
+ class KitTankTrap : Kit
+ {
+ recipe[] = {{"ItemCorrugatedLg",1}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Defense\tank_trap.p3d";
+ previewPosition[] = {0.8,1,0.25};
+ previewScale = 0.19;
+ previewVector = 0;
+ };
+ class KitHesco3 : Kit
+ {
+ recipe[] = {{"ItemBurlap",3},{"MortarBucket",2},{"ItemCorrugatedLg",2}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Defense\hesco.p3d";
+ previewPosition[] = {0.798145,1,0.325629};
+ previewScale = 0.095;
+ previewVector = 0.3;
+ };
+ class KitWoodStairs : Kit
+ {
+ recipe[] = {{"PartPlankPack",4}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\Wood_stairs.p3d";
+ previewPosition[] = {0.795037,1,0.377922};
+ previewScale = 0.054;
+ previewVector = 0;
+ };
+ class KitWoodTower : Kit
+ {
+ recipe[] = {{"KitWoodFloor",1},{"PartPlankPack",4}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Tower\Tower\Base_Tower_Frame.p3d";
+ previewPosition[] = {0.800653,1,0.378749};
+ previewScale = 0.05;
+ previewVector = 0;
+ };
+ class KitTiPi : Kit
+ {
+ recipe[] = {{"Pelt_EPOCH",4},{"PartPlankPack",2}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\tp.p3d";
+ previewPosition[] = {0.801503,1,0.433758};
+ previewScale = 0.06;
+ previewVector = 0;
+ };
+ class KitShelf : Kit
+ {
+ recipe[] = {{"ItemCorrugated",3}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\shelf.p3d";
+ previewPosition[] = {0.803749,1,0.448515};
+ previewScale = 0.17;
+ previewVector = 0;
+ };
+ class KitWorkbench : Kit
+ {
+ recipe[] = {{"PartPlankPack",2}};
+ model = "\x\addons\a3_epoch_assets_1\models\workbench.p3d";
+ previewPosition[] = {0.8,1,0.39};
+ previewScale = 0.25;
+ previewVector = 0;
+ };
+ class KitFoundation : Kit
+ {
+ recipe[] = {{"MortarBucket",4}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\Concrete_Col.p3d";
+ previewPosition[] = {0.796787,1,0.211457};
+ previewScale = 0.047;
+ previewVector = 0;
+ };
+ class KitWoodFoundation : Kit
+ {
+ recipe[] = {{"PartPlankPack",8}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\Wood_Col.p3d";
+ previewPosition[] = {0.796787,1,0.211457};
+ previewScale = 0.047;
+ previewVector = 0;
+ };
+ class KitCinderWall : Kit
+ {
+ recipe[] = {{"CinderBlocks",2},{"MortarBucket",2}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\cinder_half.p3d";
+ previewPosition[] = {0.797638,1,0.341915};
+ previewScale = 0.07;
+ previewVector = 0;
+ };
+ class KitPlotPole : Kit
+ {
+ recipe[] = {{"ItemCables",1},{"ItemBattery",1},{"ItemCorrugatedLg",2},{"CircuitParts",2}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets\models\jammer.p3d";
+ previewPosition[] = {0.801378,1,0.464834};
+ previewScale = 0.055;
+ previewVector = 0;
+ };
+ class ItemSolar : Part
+ {
+ usedIn[] = {"KitSolarGen"};
+ previewPosition[] = {0.802374,1,0.26};
+ previewScale = 0.19;
+ previewVector = 3.3;
+ };
+ class ItemCables : Item
+ {
+ usedIn[] = {"KitSolarGen","KitPlotPole","ItemCopperBar"};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ recipe[] = {{"ItemCopperBar",1}};
+ previewPosition[] = {0.802374,1,0.26};
+ previewScale = 0.3;
+ previewVector = 2.8;
+ };
+ class ItemCopperBar : Item
+ {
+ usedIn[] = {"ItemCables"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"ItemCables",1},{"water_epoch",1}};
+ previewPosition[] = {0.797144,1,0.27};
+ previewScale = 1.3;
+ previewVector = 2.5;
+ };
+ class ItemGoldBar : Item
+ {
+ usedIn[] = {"ItemGoldBar10oz"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"PartOreGold",2},{"water_epoch",1}};
+ previewPosition[] = {0.8,1,0.26};
+ previewScale = 2.5;
+ previewVector = 2.5;
+ };
+ class ItemSilverBar : Item
+ {
+ usedIn[] = {};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"PartOreSilver",2},{"water_epoch",1}};
+ previewPosition[] = {0.8,1,0.26};
+ previewScale = 2.5;
+ previewVector = 2.5;
+ };
+ class ItemGoldBar10oz : Item
+ {
+ usedIn[] = {"ItemBriefcaseGold100oz"};
+ nearby[] = {{"Fire","","fire",{1,{"ALL"}},3,1,1,0}};
+ recipe[] = {{"ItemGoldBar",10},{"water_epoch",1}};
+ previewPosition[] = {0.801715,1,0.331674};
+ previewScale = 1.5;
+ previewVector = 0.3;
+ };
+ class ItemBriefcaseGold100oz : Item
+ {
+ usedIn[] = {};
+ nearby[] = {};
+ recipe[] = {{"ItemGoldBar10oz",10},{"ItemBriefcaseE",1}};
+ previewPosition[] = {0.8,1,0.42};
+ previewScale = 0.5;
+ previewVector = 0;
+ };
+ class ItemBriefcaseE : Part
+ {
+ usedIn[] = {"ItemBriefcaseGold100oz"};
+ previewPosition[] = {0.8,1,0.42};
+ previewScale = 0.5;
+ previewVector = 0;
+ };
+ class ItemBattery : Item
+ {
+ usedIn[] = {"KitSolarGen","KitPlotPole"};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ recipe[] = {{"EnergyPackLg",3},{"CircuitParts",1}};
+ previewPosition[] = {0.802374,1,0.276733};
+ previewScale = 0.4;
+ };
+ class KitSolarGen : Kit
+ {
+ recipe[] = {{"ItemSolar",1},{"ItemCables",1},{"ItemBattery",1},{"ItemCorrugatedLg",2},{"CircuitParts",2}};
+ nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
+ model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Solar_Generator_Complete\Solar_generator.p3d";
+ previewPosition[] = {0.804979,1,0.39189};
+ previewScale = 0.11;
+ previewVector = 0;
+ };
};
+
+/*[[[end]]]*/
diff --git a/Sources/epoch_config/Configs/cfgCrafting.json b/Sources/epoch_config/Configs/cfgCrafting.json
new file mode 100644
index 00000000..07a808c2
--- /dev/null
+++ b/Sources/epoch_config/Configs/cfgCrafting.json
@@ -0,0 +1,2805 @@
+{
+ "_header": {
+ "@author": "Aaron Clark - https://EpochMod.com",
+ "@contributors": ["Raimonds Virtoss"],
+ "@description": "Epoch Crafting v2 configs",
+ "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
+ "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
+ },
+ "CfgCrafting": {
+ "DeveloperMode": 0,
+ "colorScheme": [
+ "\\x\\addons\\a3_epoch_code\\Data\\UI\\crafting\\cancel.paa",
+ "\\x\\addons\\a3_epoch_code\\Data\\UI\\crafting\\craft.paa",
+ "\\x\\addons\\a3_epoch_code\\Data\\UI\\crafting\\close.paa",
+ [
+ "Recipes",
+ [
+ 0,
+ 0,
+ 0,
+ 0.8
+ ]
+ ],
+ [
+ "Ingredients",
+ [
+ 0,
+ 0,
+ 0,
+ 0.8
+ ]
+ ],
+ [
+ "Preview",
+ [
+ 0.76,
+ 0.5,
+ 0.07,
+ 0.8
+ ]
+ ],
+ [
+ "Resources",
+ [
+ 0,
+ 0,
+ 0,
+ 0.8
+ ]
+ ],
+ [
+ "Description",
+ [
+ 0,
+ 0,
+ 0,
+ 0.8
+ ]
+ ],
+ [
+ " -- Requires -- ",
+ [
+ 0.99,
+ 0.53,
+ 0.03,
+ 1
+ ]
+ ],
+ [
+ " -- Used in -- ",
+ [
+ 0.99,
+ 0.53,
+ 0.03,
+ 1
+ ]
+ ],
+ [
+ 0,
+ 1,
+ 0,
+ 1
+ ],
+ [
+ 0,
+ 1,
+ 0,
+ 1
+ ],
+ [
+ 1,
+ 1,
+ 0,
+ 1
+ ],
+ [
+ 1,
+ 0,
+ 0,
+ 1
+ ],
+ [
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0.1
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ [
+ 0.76,
+ 0.5,
+ 0.07,
+ 0.8
+ ],
+ [
+ 0,
+ 0,
+ 0,
+ 0.3
+ ],
+ "#FFFFFF",
+ [
+ 1,
+ 0.6,
+ 0.01,
+ 1
+ ]
+ ],
+ "Default": {
+ "craftTime": 1,
+ "recipe": [],
+ "nearby": [],
+ "usedIn": [],
+ "previewPosition": [
+ 0.8125,
+ 1,
+ 0.285
+ ],
+ "previewScale": 1,
+ "previewVector": 0,
+ "priority": 0,
+ "type": 0,
+ "descriptionFull": ""
+ },
+ "WeaponHolder": {
+ "priority": 0,
+ "type": 1,
+ "offset": [
+ 0,
+ 1,
+ 0
+ ],
+ "craftTime": 10,
+ "descriptionFull": "Demo: Can be used if player's inventory space is an issue",
+ "_inherit": "Default"
+ },
+ "Vehicle": {
+ "priority": 0,
+ "type": 2,
+ "offset": [
+ 0,
+ 5,
+ 0
+ ],
+ "craftTime": 10,
+ "descriptionFull": "Demo: Should be used for vehicles only",
+ "_inherit": "Default"
+ },
+ "Kit": {
+ "priority": 1,
+ "descriptionFull": "Base building material",
+ "craftTime": 4,
+ "_inherit": "Default"
+ },
+ "Item": {
+ "priority": 2,
+ "craftTime": 2,
+ "_inherit": "Default"
+ },
+ "Part": {
+ "priority": 3,
+ "descriptionFull": "This item has no recipe, but is a part used for other recipes",
+ "_inherit": "Default"
+ },
+ "ItemCoolerE": {
+ "usedIn": [
+ "ItemCooler0",
+ "ItemCooler1",
+ "ItemCooler2",
+ "ItemCooler3",
+ "ItemCooler4"
+ ],
+ "previewPosition": [
+ 0.795709,
+ 1,
+ 0.415296
+ ],
+ "previewScale": 0.8,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "ItemCooler0": {
+ "recipe": [
+ "ItemCoolerE",
+ [
+ "SnakeMeat_EPOCH",
+ 2
+ ],
+ "sweetcorn_epoch"
+ ],
+ "previewPosition": [
+ 0.795709,
+ 1,
+ 0.415296
+ ],
+ "previewScale": 0.8,
+ "previewVector": 0,
+ "_inherit": "Item"
+ },
+ "ItemCooler1": {
+ "recipe": [
+ "ItemCoolerE",
+ [
+ "CookedRabbit_EPOCH",
+ 2
+ ],
+ "sweetcorn_epoch"
+ ],
+ "previewPosition": [
+ 0.795709,
+ 1,
+ 0.415296
+ ],
+ "previewScale": 0.8,
+ "previewVector": 0,
+ "_inherit": "Item"
+ },
+ "ItemCooler2": {
+ "recipe": [
+ "ItemCoolerE",
+ "CookedChicken_EPOCH",
+ "sweetcorn_epoch"
+ ],
+ "previewPosition": [
+ 0.795709,
+ 1,
+ 0.415296
+ ],
+ "previewScale": 0.8,
+ "previewVector": 0,
+ "_inherit": "Item"
+ },
+ "ItemCooler3": {
+ "recipe": [
+ "ItemCoolerE",
+ "CookedGoat_EPOCH",
+ "sweetcorn_epoch"
+ ],
+ "previewPosition": [
+ 0.795709,
+ 1,
+ 0.415296
+ ],
+ "previewScale": 0.8,
+ "previewVector": 0,
+ "_inherit": "Item"
+ },
+ "ItemCooler4": {
+ "recipe": [
+ "ItemCoolerE",
+ "CookedSheep_EPOCH",
+ "sweetcorn_epoch"
+ ],
+ "previewPosition": [
+ 0.795709,
+ 1,
+ 0.415296
+ ],
+ "previewScale": 0.8,
+ "previewVector": 0,
+ "_inherit": "Item"
+ },
+ "sweetcorn_epoch": {
+ "usedIn": [
+ "ItemCooler0",
+ "ItemCooler1",
+ "ItemCooler2",
+ "ItemCooler3",
+ "ItemCooler4"
+ ],
+ "previewPosition": [
+ 0.799332,
+ 1,
+ 0.26
+ ],
+ "previewScale": 2.7,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "CircuitParts": {
+ "usedIn": [
+ "EnergyPack",
+ "EnergyPackLg",
+ "KitPlotPole"
+ ],
+ "previewPosition": [
+ 0.791044,
+ 1,
+ 0.256956
+ ],
+ "previewScale": 2,
+ "previewVector": 2.3,
+ "_inherit": "Part"
+ },
+ "EnergyPack": {
+ "usedIn": [
+ "EnergyPackLg"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ],
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "recipe": [
+ [
+ "CircuitParts",
+ 1
+ ],
+ [
+ "ItemCopperBar",
+ 1
+ ],
+ [
+ "clean_water_epoch",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.29
+ ],
+ "previewScale": 1.75,
+ "previewVector": 2.8,
+ "_inherit": "Item"
+ },
+ "EnergyPackLg": {
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "recipe": [
+ [
+ "EnergyPack",
+ 3
+ ],
+ [
+ "ItemGoldBar",
+ 1
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.29
+ ],
+ "previewScale": 1.75,
+ "previewVector": 2.8,
+ "_inherit": "Item"
+ },
+ "ItemSodaEmpty": {
+ "usedIn": [
+ "ItemAluminumBar"
+ ],
+ "previewPosition": [
+ 0.798771,
+ 1,
+ 0.238154
+ ],
+ "previewScale": 4,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "ItemAluminumBar": {
+ "usedIn": [],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemSodaEmpty",
+ 6
+ ],
+ [
+ "water_epoch",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.797144,
+ 1,
+ 0.27
+ ],
+ "previewScale": 1.3,
+ "previewVector": 2.5,
+ "_inherit": "Item"
+ },
+ "ItemEmptyTin": {
+ "usedIn": [
+ "ItemTinBar"
+ ],
+ "previewPosition": [
+ 0.799961,
+ 1,
+ 0.27
+ ],
+ "previewScale": 3,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "ItemTinBar": {
+ "usedIn": [],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemEmptyTin",
+ 6
+ ],
+ [
+ "water_epoch",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.797144,
+ 1,
+ 0.27
+ ],
+ "previewScale": 1.3,
+ "previewVector": 2.5,
+ "_inherit": "Item"
+ },
+ "PartOre": {
+ "usedIn": [
+ "ItemScraps"
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.27
+ ],
+ "previewScale": 1.38,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "PartOreSilver": {
+ "usedIn": [
+ "ItemSilverBar"
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.27
+ ],
+ "previewScale": 2.4,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "PartOreGold": {
+ "usedIn": [
+ "ItemGoldBar"
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.27
+ ],
+ "previewScale": 2.4,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "Pelt_EPOCH": {
+ "usedIn": [
+ "KitTiPi"
+ ],
+ "previewPosition": [
+ 0.793741,
+ 1,
+ 0.274824
+ ],
+ "previewScale": 0.7,
+ "previewVector": 2.2,
+ "_inherit": "Part"
+ },
+ "ItemRock": {
+ "usedIn": [
+ "KitFirePlace",
+ "MeleeMaul",
+ "CrudeHatchet"
+ ],
+ "previewPosition": [
+ 0.796998,
+ 1,
+ 0.35
+ ],
+ "previewScale": 1.3,
+ "_inherit": "Part"
+ },
+ "ItemStick": {
+ "usedIn": [
+ "WoodClub",
+ "MeleeMaul",
+ "CrudeHatchet",
+ "KitFirePlace",
+ "KitSpikeTrap",
+ "KitMetalTrap"
+ ],
+ "recipe": [
+ [
+ "WoodLog_EPOCH",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.4,
+ "previewVector": 1,
+ "_inherit": "Item"
+ },
+ "JackKit": {
+ "usedIn": [
+ "KitSpikeTrap",
+ "KitMetalTrap"
+ ],
+ "previewPosition": [
+ 0.80573,
+ 1,
+ 0.461778
+ ],
+ "previewScale": 0.5,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "ItemKiloHemp": {
+ "usedIn": [
+ "ItemRope",
+ "ItemBurlap"
+ ],
+ "previewPosition": [
+ 0.796267,
+ 1,
+ 0.322762
+ ],
+ "previewScale": 0.9,
+ "previewVector": 1.4,
+ "_inherit": "Part"
+ },
+ "ItemRope": {
+ "usedIn": [
+ "WoodClub",
+ "MeleeMaul",
+ "CrudeHatchet"
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemKiloHemp",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.35
+ ],
+ "previewScale": 4,
+ "_inherit": "Item"
+ },
+ "ItemBurlap": {
+ "usedIn": [
+ "KitHesco3"
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemKiloHemp",
+ 2
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.38
+ ],
+ "previewScale": 0.5,
+ "previewVector": -0.3,
+ "_inherit": "Item"
+ },
+ "MeleeMaul": {
+ "recipe": [
+ [
+ "ItemRock",
+ 1
+ ],
+ [
+ "ItemStick",
+ 2
+ ],
+ [
+ "ItemRope",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.798975,
+ 1,
+ 0.300388
+ ],
+ "previewScale": 0.3,
+ "previewVector": -1.8,
+ "_inherit": "Item"
+ },
+ "CrudeHatchet": {
+ "recipe": [
+ [
+ "ItemRock",
+ 1
+ ],
+ [
+ "ItemStick",
+ 1
+ ],
+ [
+ "ItemRope",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.786139,
+ 1,
+ 0.328525
+ ],
+ "previewScale": 0.6,
+ "_inherit": "Item"
+ },
+ "WoodClub": {
+ "recipe": [
+ [
+ "ItemStick",
+ 2
+ ]
+ ],
+ "previewPosition": [
+ 0.799633,
+ 1,
+ 0.237804
+ ],
+ "previewScale": 0.35,
+ "previewVector": 2.4,
+ "_inherit": "Item"
+ },
+ "WoodLog_EPOCH": {
+ "usedIn": [
+ "PartPlankPack",
+ "ItemStick",
+ "ItemPlywoodPack"
+ ],
+ "previewPosition": [
+ 0.800064,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.3,
+ "_inherit": "Part"
+ },
+ "MortarBucket": {
+ "usedIn": [
+ "KitFoundation",
+ "KitCinderWall",
+ "KitHesco3"
+ ],
+ "previewPosition": [
+ 0.799442,
+ 1,
+ 0.426761
+ ],
+ "previewScale": 0.6,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "ItemScraps": {
+ "usedIn": [
+ "ItemCorrugated",
+ "KitMetalTrap"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "PartOre",
+ 2
+ ]
+ ],
+ "previewPosition": [
+ 0.797144,
+ 1,
+ 0.309158
+ ],
+ "previewScale": 1,
+ "previewVector": 2.8,
+ "_inherit": "Item"
+ },
+ "ItemCorrugated": {
+ "usedIn": [
+ "KitShelf",
+ "ItemCorrugatedLg",
+ "VehicleRepairLg"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemScraps",
+ 2
+ ]
+ ],
+ "previewPosition": [
+ 0.791088,
+ 1,
+ 0.300004
+ ],
+ "previewScale": 0.2,
+ "previewVector": 1,
+ "_inherit": "Item"
+ },
+ "CinderBlocks": {
+ "usedIn": [
+ "KitCinderWall"
+ ],
+ "previewPosition": [
+ 0.801866,
+ 1,
+ 0.35
+ ],
+ "previewScale": 0.2,
+ "_inherit": "Part"
+ },
+ "ItemMixOil": {
+ "usedIn": [
+ "CSGAS"
+ ],
+ "previewPosition": [
+ 0.802419,
+ 1,
+ 0.433119
+ ],
+ "previewScale": 1.5,
+ "_inherit": "Part"
+ },
+ "jerrycan_epoch": {
+ "usedIn": [
+ "CSGAS"
+ ],
+ "previewPosition": [
+ 0.802443,
+ 1,
+ 0.254301
+ ],
+ "previewScale": 0.6,
+ "previewVector": 4.9,
+ "_inherit": "Part"
+ },
+ "VehicleRepair": {
+ "usedIn": [
+ "VehicleRepairLg"
+ ],
+ "previewPosition": [
+ 0.787659,
+ 1,
+ 0.30098
+ ],
+ "previewScale": 0.45,
+ "previewVector": 1.5,
+ "_inherit": "Part"
+ },
+ "VehicleRepairLg": {
+ "recipe": [
+ "VehicleRepair",
+ "ItemCorrugated"
+ ],
+ "previewPosition": [
+ 0.798742,
+ 1,
+ 0.317871
+ ],
+ "previewScale": 0.25,
+ "previewVector": 0.7,
+ "_inherit": "Item"
+ },
+ "EpochRadio0": {
+ "usedIn": [
+ "EpochRadio1"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Part"
+ },
+ "EpochRadio1": {
+ "usedIn": [
+ "EpochRadio2"
+ ],
+ "recipe": [
+ "EpochRadio0",
+ "ItemGarnet"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio2": {
+ "usedIn": [
+ "EpochRadio3"
+ ],
+ "recipe": [
+ "EpochRadio1",
+ "ItemCitrine"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio3": {
+ "usedIn": [
+ "EpochRadio4"
+ ],
+ "recipe": [
+ "EpochRadio2",
+ "ItemAmethyst"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio4": {
+ "usedIn": [
+ "EpochRadio5"
+ ],
+ "recipe": [
+ "EpochRadio3",
+ "ItemTopaz"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio5": {
+ "usedIn": [
+ "EpochRadio6"
+ ],
+ "recipe": [
+ "EpochRadio4",
+ "ItemSapphire"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio6": {
+ "usedIn": [
+ "EpochRadio7"
+ ],
+ "recipe": [
+ "EpochRadio5",
+ "ItemOnyx"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio7": {
+ "usedIn": [
+ "EpochRadio8"
+ ],
+ "recipe": [
+ "EpochRadio6",
+ "ItemEmerald"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio8": {
+ "usedIn": [
+ "EpochRadio9"
+ ],
+ "recipe": [
+ "EpochRadio7",
+ "ItemRuby"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "EpochRadio9": {
+ "recipe": [
+ "EpochRadio8",
+ "ItemJade"
+ ],
+ "model": "\\a3\\ui_f\\objects\\Radio.p3d",
+ "previewPosition": [
+ 0.800569,
+ 1,
+ 0.272473
+ ],
+ "previewScale": 0.45,
+ "previewVector": -3.9,
+ "_inherit": "Item"
+ },
+ "ItemGarnet": {
+ "usedIn": [
+ "EpochRadio1"
+ ],
+ "previewPosition": [
+ 0.801697,
+ 1,
+ 0.379502
+ ],
+ "previewScale": 3,
+ "_inherit": "Part"
+ },
+ "ItemCitrine": {
+ "usedIn": [
+ "EpochRadio2"
+ ],
+ "previewPosition": [
+ 0.796925,
+ 1,
+ 0.285847
+ ],
+ "previewScale": 3.5,
+ "previewVector": 2.7,
+ "_inherit": "Part"
+ },
+ "ItemAmethyst": {
+ "usedIn": [
+ "EpochRadio3"
+ ],
+ "previewPosition": [
+ 0.798082,
+ 1,
+ 0.277137
+ ],
+ "previewScale": 3,
+ "previewVector": 2.9,
+ "_inherit": "Part"
+ },
+ "ItemTopaz": {
+ "usedIn": [
+ "EpochRadio4"
+ ],
+ "previewPosition": [
+ 0.79555,
+ 1,
+ 0.393739
+ ],
+ "previewScale": 3,
+ "_inherit": "Part"
+ },
+ "ItemSapphire": {
+ "usedIn": [
+ "EpochRadio5"
+ ],
+ "previewPosition": [
+ 0.804014,
+ 1,
+ 0.283865
+ ],
+ "previewScale": 3,
+ "previewVector": 3.3,
+ "_inherit": "Part"
+ },
+ "ItemOnyx": {
+ "usedIn": [
+ "EpochRadio6"
+ ],
+ "previewPosition": [
+ 0.799376,
+ 1,
+ 0.283337
+ ],
+ "previewScale": 3,
+ "previewVector": 3.1,
+ "_inherit": "Part"
+ },
+ "ItemEmerald": {
+ "usedIn": [
+ "EpochRadio7"
+ ],
+ "previewPosition": [
+ 0.805568,
+ 1,
+ 0.293134
+ ],
+ "previewScale": 3,
+ "previewVector": 2.5,
+ "_inherit": "Part"
+ },
+ "ItemRuby": {
+ "usedIn": [
+ "EpochRadio8"
+ ],
+ "previewPosition": [
+ 0.79555,
+ 1,
+ 0.393739
+ ],
+ "previewScale": 3,
+ "_inherit": "Part"
+ },
+ "ItemJade": {
+ "usedIn": [
+ "EpochRadio9"
+ ],
+ "previewPosition": [
+ 0.796903,
+ 1,
+ 0.369781
+ ],
+ "previewScale": 3,
+ "_inherit": "Part"
+ },
+ "SnakeCarcass_EPOCH": {
+ "usedIn": [
+ "SnakeMeat_EPOCH"
+ ],
+ "previewPosition": [
+ 0.808621,
+ 1,
+ 0.238853
+ ],
+ "previewScale": 0.55,
+ "previewVector": 1.8,
+ "_inherit": "Part"
+ },
+ "SnakeMeat_EPOCH": {
+ "usedIn": [
+ "ItemCooler0"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "SnakeCarcass_EPOCH"
+ ],
+ "previewPosition": [
+ 0.803189,
+ 1,
+ 0.408752
+ ],
+ "previewScale": 6,
+ "_inherit": "Item"
+ },
+ "RabbitCarcass_EPOCH": {
+ "usedIn": [
+ "CookedRabbit_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.340971
+ ],
+ "previewScale": 1.5,
+ "_inherit": "Part"
+ },
+ "CookedRabbit_EPOCH": {
+ "usedIn": [
+ "ItemCooler1"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "RabbitCarcass_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.340971
+ ],
+ "previewScale": 1.5,
+ "_inherit": "Item"
+ },
+ "ChickenCarcass_EPOCH": {
+ "usedIn": [
+ "CookedChicken_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.340971
+ ],
+ "previewScale": 0.9,
+ "_inherit": "Part"
+ },
+ "CookedChicken_EPOCH": {
+ "usedIn": [
+ "ItemCooler2"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "ChickenCarcass_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.340971
+ ],
+ "previewScale": 0.9,
+ "_inherit": "Item"
+ },
+ "ItemTuna": {
+ "usedIn": [
+ "ItemTunaCooked"
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.21,
+ "previewVector": 2.1,
+ "_inherit": "Part"
+ },
+ "ItemSeaBass": {
+ "usedIn": [
+ "ItemSeaBassCooked"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2.1,
+ "_inherit": "Part"
+ },
+ "ItemTrout": {
+ "usedIn": [
+ "ItemTroutCooked"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.7,
+ "previewVector": 2.1,
+ "_inherit": "Part"
+ },
+ "ItemTunaCooked": {
+ "usedIn": [],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "ItemTuna"
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.2,
+ "previewVector": 2,
+ "_inherit": "Item"
+ },
+ "ItemSeaBassCooked": {
+ "usedIn": [],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "ItemSeaBass"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.3
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2,
+ "_inherit": "Item"
+ },
+ "ItemTroutCooked": {
+ "usedIn": [],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "ItemTrout"
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.7,
+ "previewVector": 2,
+ "_inherit": "Item"
+ },
+ "GoatCarcass_EPOCH": {
+ "usedIn": [
+ "CookedGoat_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.27
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2.1,
+ "_inherit": "Part"
+ },
+ "CookedGoat_EPOCH": {
+ "usedIn": [
+ "ItemCooler3"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "GoatCarcass_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.27
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2,
+ "_inherit": "Item"
+ },
+ "DogCarcass_EPOCH": {
+ "usedIn": [
+ "CookedDog_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.27
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2.1,
+ "_inherit": "Part"
+ },
+ "CookedDog_EPOCH": {
+ "usedIn": [],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "DogCarcass_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.27
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2,
+ "_inherit": "Item"
+ },
+ "SheepCarcass_EPOCH": {
+ "usedIn": [
+ "CookedSheep_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.27
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2.1,
+ "_inherit": "Part"
+ },
+ "CookedSheep_EPOCH": {
+ "usedIn": [
+ "ItemCooler4"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "SheepCarcass_EPOCH"
+ ],
+ "previewPosition": [
+ 0.796141,
+ 1,
+ 0.27
+ ],
+ "previewScale": 0.4,
+ "previewVector": 2.1,
+ "_inherit": "Item"
+ },
+ "emptyjar_epoch": {
+ "usedIn": [
+ "water_epoch"
+ ],
+ "previewPosition": [
+ 0.807346,
+ 1,
+ 0.43035
+ ],
+ "previewScale": 2.5,
+ "_inherit": "Part"
+ },
+ "water_epoch": {
+ "usedIn": [
+ "clean_water_epoch"
+ ],
+ "nearby": [
+ [
+ "Water source",
+ "",
+ "water",
+ [
+ 2,
+ [
+ "water"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 0
+ ]
+ ],
+ "recipe": [
+ "emptyjar_epoch"
+ ],
+ "previewPosition": [
+ 0.807346,
+ 1,
+ 0.43035
+ ],
+ "previewScale": 2.5,
+ "_inherit": "Item"
+ },
+ "clean_water_epoch": {
+ "usedIn": [
+ "EnergyPack"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ "water_epoch"
+ ],
+ "previewPosition": [
+ 0.807346,
+ 1,
+ 0.43035
+ ],
+ "previewScale": 2.5,
+ "displayName": "Clean Water",
+ "_inherit": "Item"
+ },
+ "CSGAS": {
+ "recipe": [
+ "ItemMixOil",
+ "jerrycan_epoch"
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_2\\jerrycan.p3d",
+ "previewPosition": [
+ 0.802443,
+ 1,
+ 0.254301
+ ],
+ "previewScale": 0.6,
+ "previewVector": 4.9,
+ "_inherit": "Item"
+ },
+ "ItemCorrugatedLg": {
+ "usedIn": [
+ "KitPlotPole",
+ "KitTankTrap",
+ "KitHesco3"
+ ],
+ "recipe": [
+ [
+ "ItemCorrugated",
+ 3
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.797491,
+ 1,
+ 0.32899
+ ],
+ "previewScale": 0.25,
+ "previewVector": 0.5,
+ "_inherit": "Item"
+ },
+ "PartPlankPack": {
+ "usedIn": [
+ "KitStudWall",
+ "KitWoodFloor",
+ "KitWoodFoundation",
+ "KitWoodStairs",
+ "KitWoodRamp",
+ "KitWoodLadder",
+ "KitWoodTower",
+ "KitTiPi",
+ "KitWorkbench",
+ "KitSpikeTrap",
+ "KitMetalTrap"
+ ],
+ "recipe": [
+ [
+ "WoodLog_EPOCH",
+ 2
+ ]
+ ],
+ "previewPosition": [
+ 0.797837,
+ 1,
+ 0.288258
+ ],
+ "previewScale": 0.2,
+ "previewVector": 1,
+ "craftTime": 2,
+ "_inherit": "Item"
+ },
+ "ItemPlywoodPack": {
+ "usedIn": [],
+ "recipe": [
+ [
+ "WoodLog_EPOCH",
+ 3
+ ]
+ ],
+ "previewPosition": [
+ 0.797837,
+ 1,
+ 0.288258
+ ],
+ "previewScale": 0.2,
+ "previewVector": 1,
+ "craftTime": 2,
+ "_inherit": "Item"
+ },
+ "KitFirePlace": {
+ "recipe": [
+ [
+ "ItemRock",
+ 2
+ ],
+ [
+ "ItemStick",
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_2\\fireplace.p3d",
+ "previewPosition": [
+ 0.791523,
+ 1,
+ 0.244987
+ ],
+ "previewScale": 0.2,
+ "previewVector": 1.5,
+ "_inherit": "Kit"
+ },
+ "KitSpikeTrap": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 4
+ ],
+ [
+ "ItemStick",
+ 1
+ ],
+ [
+ "JackKit",
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_1\\models\\supply_crate.p3d",
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.798208,
+ 1,
+ 0.227936
+ ],
+ "previewScale": 0.28,
+ "previewVector": -0.5,
+ "_inherit": "Kit"
+ },
+ "KitMetalTrap": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 4
+ ],
+ [
+ "ItemStick",
+ 1
+ ],
+ [
+ "ItemScraps",
+ 2
+ ],
+ [
+ "JackKit",
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_1\\models\\supply_crate.p3d",
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.798208,
+ 1,
+ 0.227936
+ ],
+ "previewScale": 0.28,
+ "previewVector": -0.5,
+ "_inherit": "Kit"
+ },
+ "KitStudWall": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\Wooden_Wall_SIM.p3d",
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.797675,
+ 1,
+ 0.398882
+ ],
+ "previewScale": 0.07,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitWoodFloor": {
+ "usedIn": [
+ "KitWoodTower"
+ ],
+ "recipe": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\Wooden_Floor.p3d",
+ "previewPosition": [
+ 0.800198,
+ 1,
+ 0.262418
+ ],
+ "previewScale": 0.055,
+ "previewVector": 3.6,
+ "_inherit": "Kit"
+ },
+ "KitWoodLadder": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_3\\CfgVehicles\\Ladder\\wood_ladder.p3d",
+ "previewPosition": [
+ 0.798736,
+ 1,
+ 0.441696
+ ],
+ "previewScale": 0.08,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitWoodRamp": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 6
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\Wood_Ramp.p3d",
+ "previewPosition": [
+ 0.799137,
+ 1,
+ 0.350575
+ ],
+ "previewScale": 0.05,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitTankTrap": {
+ "recipe": [
+ [
+ "ItemCorrugatedLg",
+ 1
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_3\\CfgVehicles\\Defense\\tank_trap.p3d",
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.25
+ ],
+ "previewScale": 0.19,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitHesco3": {
+ "recipe": [
+ [
+ "ItemBurlap",
+ 3
+ ],
+ [
+ "MortarBucket",
+ 2
+ ],
+ [
+ "ItemCorrugatedLg",
+ 2
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_3\\CfgVehicles\\Defense\\hesco.p3d",
+ "previewPosition": [
+ 0.798145,
+ 1,
+ 0.325629
+ ],
+ "previewScale": 0.095,
+ "previewVector": 0.3,
+ "_inherit": "Kit"
+ },
+ "KitWoodStairs": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\Wood_stairs.p3d",
+ "previewPosition": [
+ 0.795037,
+ 1,
+ 0.377922
+ ],
+ "previewScale": 0.054,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitWoodTower": {
+ "recipe": [
+ [
+ "KitWoodFloor",
+ 1
+ ],
+ [
+ "PartPlankPack",
+ 4
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_3\\CfgVehicles\\Tower\\Tower\\Base_Tower_Frame.p3d",
+ "previewPosition": [
+ 0.800653,
+ 1,
+ 0.378749
+ ],
+ "previewScale": 0.05,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitTiPi": {
+ "recipe": [
+ [
+ "Pelt_EPOCH",
+ 4
+ ],
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\tp.p3d",
+ "previewPosition": [
+ 0.801503,
+ 1,
+ 0.433758
+ ],
+ "previewScale": 0.06,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitShelf": {
+ "recipe": [
+ [
+ "ItemCorrugated",
+ 3
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\shelf.p3d",
+ "previewPosition": [
+ 0.803749,
+ 1,
+ 0.448515
+ ],
+ "previewScale": 0.17,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitWorkbench": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 2
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_1\\models\\workbench.p3d",
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.39
+ ],
+ "previewScale": 0.25,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitFoundation": {
+ "recipe": [
+ [
+ "MortarBucket",
+ 4
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\Concrete_Col.p3d",
+ "previewPosition": [
+ 0.796787,
+ 1,
+ 0.211457
+ ],
+ "previewScale": 0.047,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitWoodFoundation": {
+ "recipe": [
+ [
+ "PartPlankPack",
+ 8
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\Wood_Col.p3d",
+ "previewPosition": [
+ 0.796787,
+ 1,
+ 0.211457
+ ],
+ "previewScale": 0.047,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitCinderWall": {
+ "recipe": [
+ [
+ "CinderBlocks",
+ 2
+ ],
+ [
+ "MortarBucket",
+ 2
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\cinder_half.p3d",
+ "previewPosition": [
+ 0.797638,
+ 1,
+ 0.341915
+ ],
+ "previewScale": 0.07,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "KitPlotPole": {
+ "recipe": [
+ [
+ "ItemCables",
+ 1
+ ],
+ [
+ "ItemBattery",
+ 1
+ ],
+ [
+ "ItemCorrugatedLg",
+ 2
+ ],
+ [
+ "CircuitParts",
+ 2
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets\\models\\jammer.p3d",
+ "previewPosition": [
+ 0.801378,
+ 1,
+ 0.464834
+ ],
+ "previewScale": 0.055,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ },
+ "ItemSolar": {
+ "usedIn": [
+ "KitSolarGen"
+ ],
+ "previewPosition": [
+ 0.802374,
+ 1,
+ 0.26
+ ],
+ "previewScale": 0.19,
+ "previewVector": 3.3,
+ "_inherit": "Part"
+ },
+ "ItemCables": {
+ "usedIn": [
+ "KitSolarGen",
+ "KitPlotPole",
+ "ItemCopperBar"
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemCopperBar",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.802374,
+ 1,
+ 0.26
+ ],
+ "previewScale": 0.3,
+ "previewVector": 2.8,
+ "_inherit": "Item"
+ },
+ "ItemCopperBar": {
+ "usedIn": [
+ "ItemCables"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemCables",
+ 1
+ ],
+ [
+ "water_epoch",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.797144,
+ 1,
+ 0.27
+ ],
+ "previewScale": 1.3,
+ "previewVector": 2.5,
+ "_inherit": "Item"
+ },
+ "ItemGoldBar": {
+ "usedIn": [
+ "ItemGoldBar10oz"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "PartOreGold",
+ 2
+ ],
+ [
+ "water_epoch",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.26
+ ],
+ "previewScale": 2.5,
+ "previewVector": 2.5,
+ "_inherit": "Item"
+ },
+ "ItemSilverBar": {
+ "usedIn": [],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "PartOreSilver",
+ 2
+ ],
+ [
+ "water_epoch",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.26
+ ],
+ "previewScale": 2.5,
+ "previewVector": 2.5,
+ "_inherit": "Item"
+ },
+ "ItemGoldBar10oz": {
+ "usedIn": [
+ "ItemBriefcaseGold100oz"
+ ],
+ "nearby": [
+ [
+ "Fire",
+ "",
+ "fire",
+ [
+ 1,
+ [
+ "ALL"
+ ]
+ ],
+ 3,
+ 1,
+ 1,
+ 0
+ ]
+ ],
+ "recipe": [
+ [
+ "ItemGoldBar",
+ 10
+ ],
+ [
+ "water_epoch",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.801715,
+ 1,
+ 0.331674
+ ],
+ "previewScale": 1.5,
+ "previewVector": 0.3,
+ "_inherit": "Item"
+ },
+ "ItemBriefcaseGold100oz": {
+ "usedIn": [],
+ "nearby": [],
+ "recipe": [
+ [
+ "ItemGoldBar10oz",
+ 10
+ ],
+ [
+ "ItemBriefcaseE",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.42
+ ],
+ "previewScale": 0.5,
+ "previewVector": 0,
+ "_inherit": "Item"
+ },
+ "ItemBriefcaseE": {
+ "usedIn": [
+ "ItemBriefcaseGold100oz"
+ ],
+ "previewPosition": [
+ 0.8,
+ 1,
+ 0.42
+ ],
+ "previewScale": 0.5,
+ "previewVector": 0,
+ "_inherit": "Part"
+ },
+ "ItemBattery": {
+ "usedIn": [
+ "KitSolarGen",
+ "KitPlotPole"
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "recipe": [
+ [
+ "EnergyPackLg",
+ 3
+ ],
+ [
+ "CircuitParts",
+ 1
+ ]
+ ],
+ "previewPosition": [
+ 0.802374,
+ 1,
+ 0.276733
+ ],
+ "previewScale": 0.4,
+ "_inherit": "Item"
+ },
+ "KitSolarGen": {
+ "recipe": [
+ [
+ "ItemSolar",
+ 1
+ ],
+ [
+ "ItemCables",
+ 1
+ ],
+ [
+ "ItemBattery",
+ 1
+ ],
+ [
+ "ItemCorrugatedLg",
+ 2
+ ],
+ [
+ "CircuitParts",
+ 2
+ ]
+ ],
+ "nearby": [
+ [
+ "Workbench",
+ "",
+ "workbench",
+ [
+ 1,
+ [
+ "WorkBench_EPOCH"
+ ]
+ ],
+ 3,
+ 1,
+ 0,
+ 1
+ ]
+ ],
+ "model": "\\x\\addons\\a3_epoch_assets_3\\CfgVehicles\\Solar_Generator_Complete\\Solar_generator.p3d",
+ "previewPosition": [
+ 0.804979,
+ 1,
+ 0.39189
+ ],
+ "previewScale": 0.11,
+ "previewVector": 0,
+ "_inherit": "Kit"
+ }
+ }
+}
diff --git a/Sources/epoch_config/build.hpp b/Sources/epoch_config/build.hpp
index 09b88237..9b47e8ac 100644
--- a/Sources/epoch_config/build.hpp
+++ b/Sources/epoch_config/build.hpp
@@ -1 +1 @@
-build=571;
+build=639;
diff --git a/Sources/epoch_config/sandbox_config.hpp b/Sources/epoch_config/sandbox_config.hpp
index 40dbbe83..ea8e1330 100644
--- a/Sources/epoch_config/sandbox_config.hpp
+++ b/Sources/epoch_config/sandbox_config.hpp
@@ -74,7 +74,6 @@ disableRandomization[] = {"All"};
#include "Configs\CfgSwitchMovehandler.hpp"
// A3 specific configs
-#include "Configs\CfgSounds.hpp"
#include "Configs\CfgFunctions.hpp"
#include "Configs\CfgRemoteExec.hpp"
diff --git a/Sources/epoch_server/build.hpp b/Sources/epoch_server/build.hpp
index 09b88237..9b47e8ac 100644
--- a/Sources/epoch_server/build.hpp
+++ b/Sources/epoch_server/build.hpp
@@ -1 +1 @@
-build=571;
+build=639;
diff --git a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf
index c865ee2d..f0f17168 100644
--- a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf
+++ b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf
@@ -55,7 +55,7 @@ if (typeOf _object == "PlotPole_EPOCH") then {
_counter = _counter + 1;
EPOCH_saveBuildQueue pushBackUnique _object;
- if (_maintCount > 1) then {
+ if (_maintCount > 0) then {
// maintain all objects within range
{
diff --git a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_removeBUILD.sqf b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_removeBUILD.sqf
index 8e90e520..8bf6de38 100644
--- a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_removeBUILD.sqf
+++ b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_removeBUILD.sqf
@@ -163,8 +163,16 @@ if (_vehSlot != -1 || _storageSlot != "ABORT" || _isTemporary == 1) then{
[_building, _player] call EPOCH_server_save_killedBuilding;
deleteVehicle _building;
};
-
// Normal config based payout
+ _nearbyWH = nearestObjects[_posWH, ["groundWeaponHolder"], 2];
+ if !(_nearbyWH isEqualTo[]) then{
+ _gwh = _nearbyWH select 0;
+ // _posWH = getPosATL _gwh;
+ } else {
+ _gwh = createVehicle["groundWeaponHolder", [0,0,0], [], 0, "CAN_COLLIDE"];
+ _gwh setPosATL _posWH;
+ };
+
{
_gwh addMagazineCargoGlobal[_x select 0, _x select 1];
} forEach _removeParts;
diff --git a/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayer.sqf b/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayer.sqf
index 30e9cfc3..53b970a3 100644
--- a/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayer.sqf
+++ b/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayer.sqf
@@ -45,9 +45,8 @@ _vars = _playerObj getVariable["VARS", _defaultVars];
_current_crypto = _vars select _cIndex;
if (_current_crypto > 0) then{
- _veh = createVehicle["Land_MPS_EPOCH", _pos, [], 1.5, "NONE"];
- diag_log format["Epoch: ADMIN: Created crypto device for %1 with %2 at %3", getPlayerUID _playerObj, _current_crypto, _pos];
- _veh setVariable["Crypto", _current_crypto, true];
+ _playerObj setVariable["Crypto", _current_crypto, true];
+ diag_log format["Epoch: ADMIN: Crypto added to dead body for %1 with %2 at %3", getPlayerUID _playerObj, _current_crypto, _pos];
};
[_playerObj, _defaultVars] call EPOCH_server_savePlayer;
diff --git a/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayerDetonate.sqf b/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayerDetonate.sqf
index ed11124c..8249a271 100644
--- a/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayerDetonate.sqf
+++ b/Sources/epoch_server/compile/epoch_player/EPOCH_server_deadPlayerDetonate.sqf
@@ -17,6 +17,6 @@ diag_log format["Epoch: ADMIN: Attempting player detonate on %1.", getPlayerUID
if !([_player,_token]call EPOCH_server_getPToken)exitWith{};
_pos = getPosATL _player;
-_bomb = createVehicle["SapperB_Charge_Ammo", _pos, [], 0, "CAN_COLLIDE"];
+_bomb = createVehicle["Sapper_Charge_Ammo", _pos, [], 0, "CAN_COLLIDE"];
_bomb setDamage 1;
-hideObjectGlobal _player;
\ No newline at end of file
+hideObjectGlobal _player;
diff --git a/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf b/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf
index c3f2d87a..fa5c7a83 100644
--- a/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf
+++ b/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf
@@ -254,7 +254,7 @@ if (_this isEqualType []) then {
};
// Linked items
{
- if (_x in["Binocular", "Rangefinder"]) then {
+ if (_x in["Binocular", "Rangefinder","Laserdesignator","Laserdesignator_02","Laserdesignator_03","Laserdesignator_01_khk_F","Laserdesignator_02_ghex_F"]) then {
_newPlyr addWeapon _x;
} else {
_newPlyr linkItem _x;
diff --git a/Sources/epoch_server/compile/epoch_player/EPOCH_server_revivePlayer.sqf b/Sources/epoch_server/compile/epoch_player/EPOCH_server_revivePlayer.sqf
index 0881ef50..87565f55 100644
--- a/Sources/epoch_server/compile/epoch_player/EPOCH_server_revivePlayer.sqf
+++ b/Sources/epoch_server/compile/epoch_player/EPOCH_server_revivePlayer.sqf
@@ -254,6 +254,16 @@ if (!local _player) then {
// Final Push
_token = _newPlyr call EPOCH_server_setPToken;
+ _CorpseCrypto = _player getVariable['Crypto', 0];
+ if (_CorpseCrypto > 0) then {
+ _cIndex = EPOCH_customVars find 'Crypto';
+ _vars = _player getVariable['VARS', call EPOCH_defaultVars_SEPXVar];
+ _PlayerCrypto = _CorpseCrypto;
+ _PlayerCrypto remoteExec ['EPOCH_effectCrypto',_player];
+ _vars set[_cIndex, _PlayerCrypto];
+ _newPlyr setVariable['VARS', _vars];
+ };
+
// send to player
[_newPlyr, _token] remoteExec ['EPOCH_clientRevive',_player];
};
diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf
index 36579043..26e2a956 100644
--- a/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf
+++ b/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf
@@ -46,7 +46,9 @@ _loadBaseTemplateConfig = {
_debugLocation = getMarkerPos "respawn_west";
_debugLocation set[2, 0];
_debug = createVehicle["Debug_static_F", _debugLocation, [], 0, "CAN_COLLIDE"];
+_debug setposATL _debugLocation;
_protection = createVehicle["ProtectionZone_Invisible_F", _debugLocation, [], 0, "CAN_COLLIDE"];
+_protection setposATL _debugLocation;
_cloneClasses = ["clone_empty_static_F", "clone_male_static_F", "clone_female_static_F"];
for "_i" from 1 to 4 do {
diff --git a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_takeCrypto.sqf b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_takeCrypto.sqf
index 46e9a9db..d28779ff 100644
--- a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_takeCrypto.sqf
+++ b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_takeCrypto.sqf
@@ -12,7 +12,7 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeTrade.sqf
*/
-private ["_cIndex","_vars","_current_crypto","_change","_player","_object","_player1","_player2","_getCrypto"];
+private ["_current_crypto","_player","_object","_getCrypto"];
params ["_player",["_token","",[""]],"_object"];
if !([_player,_token] call EPOCH_server_getPToken) exitWith {};
@@ -22,18 +22,9 @@ if (_player distance _object > 10) exitWith {};
_getCrypto = _object getVariable["Crypto", 0];
if (_getCrypto > 0) then {
- deleteVehicle _object;
-
- // get vars array and current Crypto value
- _cIndex = EPOCH_customVars find "Crypto";
- _vars = _player getVariable["VARS", call EPOCH_defaultVars_SEPXVar];
- _current_crypto = _vars select _cIndex;
-
- _playerCryptoLimit = EPOCH_customVarLimits select _cIndex;
- _playerCryptoLimit params ["_playerCryptoLimitMax","_playerCryptoLimitMin"];
- _current_crypto = ((_current_crypto + _getCrypto) min _playerCryptoLimitMax) max _playerCryptoLimitMin;
- // send to player
- _current_crypto remoteExec ['EPOCH_effectCrypto',_player];
- _vars set[_cIndex, _current_crypto];
- _player setVariable["VARS", _vars];
+ // remove crypto from object
+ _object setVariable["Crypto", nil, true];
+ [_player,_getCrypto] call EPOCH_server_effectCrypto;
+ // debug and logging.
+ diag_log format["Epoch: ADMIN: %1 picked up %2 Crypto from object %3 with puid %4 at %5", getPlayerUID _player, _current_crypto, [_object, typeOf _object],_object getVariable['PUID', ''],getposATL _object];
};
diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_storage.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_storage.sqf
index a30434f6..4fa7b36f 100644
--- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_storage.sqf
+++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_storage.sqf
@@ -180,13 +180,14 @@ for "_i" from 1 to _maxStorageLimit do {
if ((_magazineName isEqualType "STRING") && (_magazineSize isEqualType 0)) then {
_magazineSizeMax = getNumber (configFile >> "CfgMagazines" >> _magazineName >> "count");
+ if (_magazineSizeMax >= 1) then {
+ // Add full magazines cargo
+ _vehicle addMagazineAmmoCargo [_magazineName, floor (_magazineSize / _magazineSizeMax), _magazineSizeMax];
- // Add full magazines cargo
- _vehicle addMagazineAmmoCargo [_magazineName, floor (_magazineSize / _magazineSizeMax), _magazineSizeMax];
-
- // Add last non full magazine
- if ((_magazineSize % _magazineSizeMax) > 0) then {
- _vehicle addMagazineAmmoCargo [_magazineName, 1, floor (_magazineSize % _magazineSizeMax)];
+ // Add last non full magazine
+ if ((_magazineSize % _magazineSizeMax) > 0) then {
+ _vehicle addMagazineAmmoCargo [_magazineName, 1, floor (_magazineSize % _magazineSizeMax)];
+ };
};
};
};
diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf
index 9aba93af..a9b3d94a 100644
--- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf
+++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf
@@ -12,7 +12,9 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf
*/
-private ["_availableColorsConfig","_location","_class","_dmg","_actualHitpoints","_hitpoints","_textures","_color","_colors","_textureSelectionIndex","_selections","_count","_objTypes","_objQty","_wMags","_wMagsArray","_attachments","_magazineSizeMax","_magazineName","_magazineSize","_qty","_objType","_marker","_found","_vehicle","_allHitpoints","_cfgEpochVehicles","_worldspace","_damage","_arr","_arrNum","_vehicleSlotIndex","_vehHiveKey","_response","_diag","_dataFormat","_dataFormatCount","_allVehicles","_serverSettingsConfig"];
+//[[[cog import generate_private_arrays ]]]
+private ["_actualHitpoints","_allHitpoints","_allVehicles","_allowDamage","_arr","_arrNum","_attachments","_availableColorsConfig","_cfgEpochVehicles","_class","_color","_colors","_config","_count","_damage","_dataFormat","_dataFormatCount","_diag","_dmg","_found","_hitpoints","_immuneIfStartInBase","_jammerOwner","_jammerRange","_jammers","_location","_lockedOwner","_magazineName","_magazineSize","_magazineSizeMax","_mags","_marker","_nearestJammer","_objQty","_objType","_objTypes","_qty","_removemagazinesturret","_removeweapons","_response","_selections","_serverSettingsConfig","_simulationHandler","_textureSelectionIndex","_textures","_vehHiveKey","_vehLockHiveKey","_vehicle","_vehicleDamages","_vehicleSlotIndex","_wMags","_wMagsArray","_worldspace"];
+//[[[end]]]
params [["_maxVehicleLimit",0]];
_diag = diag_tickTime;
@@ -22,8 +24,14 @@ EPOCH_VehicleSlots = [];
_allVehicles = [];
_vehicleDamages = [];
+_config = 'CfgEpochClient' call EPOCH_returnConfig;
+_jammerRange = getNumber(_config >> "buildingJammerRange");
+
_serverSettingsConfig = configFile >> "CfgEpochServer";
+_immuneIfStartInBase = [_serverSettingsConfig, "immuneIfStartInBase", true] call EPOCH_fnc_returnConfigEntry;
_simulationHandler = [_serverSettingsConfig, "simulationHandlerOld", false] call EPOCH_fnc_returnConfigEntry;
+_removeweapons = [_serverSettingsConfig, "removevehweapons", []] call EPOCH_fnc_returnConfigEntry;
+_removemagazinesturret = [_serverSettingsConfig, "removevehmagazinesturret", []] call EPOCH_fnc_returnConfigEntry;
for "_i" from 1 to _maxVehicleLimit do {
_vehicleSlotIndex = EPOCH_VehicleSlots pushBack str(_i);
@@ -109,6 +117,18 @@ for "_i" from 1 to _maxVehicleLimit do {
clearMagazineCargoGlobal _vehicle;
clearBackpackCargoGlobal _vehicle;
clearItemCargoGlobal _vehicle;
+
+ if !(_removeweapons isequalto []) then {
+ {
+ _vehicle removeWeaponGlobal _x;
+ } foreach _removeweapons;
+ };
+ if !(_removemagazinesturret isequalto []) then {
+ {
+ _vehicle removeMagazinesTurret _x;
+ } foreach _removemagazinesturret;
+ };
+
{
_objType = _forEachIndex;
_objTypes = _x;
@@ -159,11 +179,13 @@ for "_i" from 1 to _maxVehicleLimit do {
_magazineSize = _objQty select _forEachIndex;
if ((_magazineName isEqualType "STRING") && (_magazineSize isEqualType 0)) then {
_magazineSizeMax = getNumber (configFile >> "CfgMagazines" >> _magazineName >> "count");
- // Add full magazines cargo
- _vehicle addMagazineAmmoCargo [_magazineName, floor (_magazineSize / _magazineSizeMax), _magazineSizeMax];
- // Add last non full magazine
- if ((_magazineSize % _magazineSizeMax) > 0) then {
- _vehicle addMagazineAmmoCargo [_magazineName, 1, floor (_magazineSize % _magazineSizeMax)];
+ if (_magazineSizeMax >= 1) then {
+ // Add full magazines cargo
+ _vehicle addMagazineAmmoCargo [_magazineName, floor (_magazineSize / _magazineSizeMax), _magazineSizeMax];
+ // Add last non full magazine
+ if ((_magazineSize % _magazineSizeMax) > 0) then {
+ _vehicle addMagazineAmmoCargo [_magazineName, 1, floor (_magazineSize % _magazineSizeMax)];
+ };
};
};
};
@@ -204,7 +226,34 @@ for "_i" from 1 to _maxVehicleLimit do {
} forEach _actualHitpoints;
};
};
- _vehicle allowDamage true;
+
+ // allow damage
+ _allowDamage = true;
+ if (_immuneIfStartInBase) then {
+ _jammers = nearestObjects[_vehicle, ["PlotPole_EPOCH"], _jammerRange];
+ if!(_jammers isEqualTo [])then {
+ // get jammer owner
+ _nearestJammer = _jammers select 0;
+ _jammerOwner = _nearestJammer getVariable["BUILD_OWNER", "-2"];
+ // get vehicle lock owner
+ _lockedOwner = "-1";
+ _vehLockHiveKey = format["%1:%2", (call EPOCH_fn_InstanceID), str(_i)];
+ (["VehicleLock", _vehLockHiveKey] call EPOCH_fnc_server_hiveGETRANGE) params [["_status", 0 ],["_payload", [] ]];
+ if (_status isEqualTo 1) then {
+ _lockedOwner = _payload param [0,"-1"];
+ };
+ // if match keep vehicle immune till first unlock
+ if (_jammerOwner isEqualTo _lockedOwner) then {
+ _vehicle setVariable ["EPOCH_disallowedDamage", true];
+ _allowDamage = false;
+ };
+ };
+ };
+
+ if (_allowDamage) then {
+ _vehicle allowDamage true;
+ };
+
// vehicle simulation handler
if (_simulationHandler) then{
_vehicle enableSimulationGlobal false;
diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf
index 07150427..04f0f00b 100644
--- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf
+++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf
@@ -12,7 +12,7 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf
*/
-private ["_location","_class","_dmg","_actualHitpoints","_hitpoints","_textures","_color","_colors","_textureSelectionIndex","_selections","_count","_objTypes","_objQty","_wMags","_wMagsArray","_attachments","_magazineSizeMax","_magazineName","_magazineSize","_qty","_objType","_marker","_found","_vehicle","_allHitpoints","_config","_worldspace","_damage","_arr","_arrNum","_vehicleSlotIndex","_vehHiveKey","_response","_immuneVehicleSpawnTime","_diag","_dataFormat","_dataFormatCount","_allVehicles","_serverSettingsConfig","_simulationHandler","_immuneVehicleSpawn"];
+private ["_removeweapons","_removemagazinesturret","_location","_class","_dmg","_actualHitpoints","_hitpoints","_textures","_color","_colors","_textureSelectionIndex","_selections","_count","_objTypes","_objQty","_wMags","_wMagsArray","_attachments","_magazineSizeMax","_magazineName","_magazineSize","_qty","_objType","_marker","_found","_vehicle","_allHitpoints","_config","_worldspace","_damage","_arr","_arrNum","_vehicleSlotIndex","_vehHiveKey","_response","_immuneVehicleSpawnTime","_diag","_dataFormat","_dataFormatCount","_allVehicles","_serverSettingsConfig","_simulationHandler","_immuneVehicleSpawn"];
params [["_maxVehicleLimit",0]];
_diag = diag_tickTime;
@@ -24,6 +24,8 @@ _allVehicles = [];
_serverSettingsConfig = configFile >> "CfgEpochServer";
_simulationHandler = [_serverSettingsConfig, "simulationHandlerOld", false] call EPOCH_fnc_returnConfigEntry;
_immuneVehicleSpawn = [_serverSettingsConfig, "immuneVehicleSpawn", false] call EPOCH_fnc_returnConfigEntry;
+_removeweapons = [_serverSettingsConfig, "removevehweapons", []] call EPOCH_fnc_returnConfigEntry;
+_removemagazinesturret = [_serverSettingsConfig, "removevehmagazinesturret", []] call EPOCH_fnc_returnConfigEntry;
for "_i" from 1 to _maxVehicleLimit do {
_vehicleSlotIndex = EPOCH_VehicleSlots pushBack str(_i);
@@ -116,6 +118,17 @@ for "_i" from 1 to _maxVehicleLimit do {
clearBackpackCargoGlobal _vehicle;
clearItemCargoGlobal _vehicle;
+ if !(_removeweapons isequalto []) then {
+ {
+ _vehicle removeWeaponGlobal _x;
+ } foreach _removeweapons;
+ };
+ if !(_removemagazinesturret isequalto []) then {
+ {
+ _vehicle removeMagazinesTurret _x;
+ } foreach _removemagazinesturret;
+ };
+
_vehicle disableTIEquipment true;
_vehicle lock true;
@@ -183,13 +196,14 @@ for "_i" from 1 to _maxVehicleLimit do {
if ((_magazineName isEqualType "STRING") && (_magazineSize isEqualType 0)) then {
_magazineSizeMax = getNumber (configFile >> "CfgMagazines" >> _magazineName >> "count");
+ if (_magazineSizeMax >= 1) then {
+ // Add full magazines cargo
+ _vehicle addMagazineAmmoCargo [_magazineName, floor (_magazineSize / _magazineSizeMax), _magazineSizeMax];
- // Add full magazines cargo
- _vehicle addMagazineAmmoCargo [_magazineName, floor (_magazineSize / _magazineSizeMax), _magazineSizeMax];
-
- // Add last non full magazine
- if ((_magazineSize % _magazineSizeMax) > 0) then {
- _vehicle addMagazineAmmoCargo [_magazineName, 1, floor (_magazineSize % _magazineSizeMax)];
+ // Add last non full magazine
+ if ((_magazineSize % _magazineSizeMax) > 0) then {
+ _vehicle addMagazineAmmoCargo [_magazineName, 1, floor (_magazineSize % _magazineSizeMax)];
+ };
};
};
};
diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf
index 77671b50..bcfeeebf 100644
--- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf
+++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf
@@ -12,8 +12,15 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf
*/
-private ["_lockOwner","_lockedOwner","_response","_playerUID","_playerGroup","_vehSlot","_vehLockHiveKey","_isLocked","_driver","_crew","_logic"];
-params ["_vehicle","_value","_player",["_token","",[""]]];
+//[[[cog import generate_private_arrays ]]]
+private ["_crew","_driver","_isLocked","_lockOwner","_lockedOwner","_logic","_playerGroup","_playerUID","_response","_vehLockHiveKey","_vehSlot"];
+//[[[end]]]
+params [
+ ["_vehicle",objNull,[objNull]],
+ ["_value",true,[true]],
+ ["_player",objNull,[objNull]],
+ ["_token","",[""]]
+];
if (isNull _vehicle) exitWith {};
if !([_player,_token] call EPOCH_server_getPToken) exitWith {};
@@ -69,17 +76,18 @@ if (_logic) then {
if (_value) then {
["VehicleLock", _vehLockHiveKey, EPOCH_vehicleLockTime, [_lockOwner]] call EPOCH_fnc_server_hiveSETEX;
- };
+ } else {
+ // re-allow damage (server-side) on first unlock
+ if (_vehicle getVariable ["EPOCH_disallowedDamage", false]) then {
+ _vehicle allowDamage true;
+ _vehicle setVariable ["EPOCH_disallowedDamage", nil];
+ };
+ };
+ // lock/unlock
if (local _vehicle) then {
_vehicle lock _value;
} else {
- if (_value) then {
- // send to player
- [_vehicle, true] remoteExec ['EPOCH_client_lockVehicle',_vehicle];
- } else {
- // send to player
- [_vehicle, false] remoteExec ['EPOCH_client_lockVehicle',_vehicle];
- };
+ [_vehicle, _value] remoteExec ['EPOCH_client_lockVehicle',_vehicle];
};
};
diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_storage.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_storage.sqf
index e6ddca33..d78fe13b 100644
--- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_storage.sqf
+++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_storage.sqf
@@ -35,13 +35,14 @@ if (!isNull _vehicle) then {
if (isNil "_magsAmmoCargo") then {
_magsAmmoCargo = [];
};
-
+
{
_cargo = _x select 1;
_magsAmmoCargox = magazinesAmmoCargo _cargo;
{
_magsAmmoCargo pushback _x;
} foreach _magsAmmoCargox;
+
_wepsItemsCargox = weaponsItemsCargo _cargo;
{
_wepsItemsCargo pushback _x;
@@ -62,8 +63,30 @@ if (!isNull _vehicle) then {
};
} forEach _magsAmmoCargo;
+ // convert and normalize
+ _wepsItemsCargoNormalized = [];
+ {
+ _selectedWeaponComponents = _x;
+ _selectedWeapon = _selectedWeaponComponents deleteAt 0;
+ // find actual weapon components - todo this BIS call maybe slow
+ _weaponComponents = _selectedWeapon call BIS_fnc_weaponComponents;
+ // base weapon (without attachments)
+ _weapon = _weaponComponents deleteAt 0;
+ _newComponents = [];
+ {
+ // remove attachments that are already linked via config
+ if (_x isEqualType "" && {(tolower _x) in _weaponComponents}) then {
+ _newComponents pushBack "";
+ //diag_log format ["DEBUG: suppressed saving of %1 for weapon %2 config %3", _x, [_selectedWeapon,_selectedWeaponComponents],[_weapon,_weaponComponents]];
+ } else {
+ _newComponents pushBack _x;
+ };
+ } forEach _selectedWeaponComponents;
+ _wepsItemsCargoNormalized pushBack ([_selectedWeapon] + _newComponents);
+ } forEach _wepsItemsCargo;
+
_inventory = [
- _wepsItemsCargo,
+ _wepsItemsCargoNormalized,
_magsAmmoCargoMinimized,
getBackpackCargo _vehicle,
getItemCargo _vehicle
diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_vehicle.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_vehicle.sqf
index 9ca086c9..24a01519 100644
--- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_vehicle.sqf
+++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_save_vehicle.sqf
@@ -34,7 +34,7 @@ if (!isNull _vehicle) then {
if (isNil "_magsAmmoCargo") then {
_magsAmmoCargo = [];
};
-
+
{
_cargo = _x select 1;
_magsAmmoCargox = magazinesAmmoCargo _cargo;
@@ -61,8 +61,34 @@ if (!isNull _vehicle) then {
};
} forEach _magsAmmoCargo;
+ // convert and normalize
+ _startTime = diag_tickTime;
+ //diag_log format ["DEBUG: BIS_fnc_weaponComponents start %1", _startTime];
+ _wepsItemsCargoNormalized = [];
+ {
+ _selectedWeaponComponents = _x;
+ _selectedWeapon = _selectedWeaponComponents deleteAt 0;
+ // find actual weapon components - todo this BIS call maybe slow
+ _weaponComponents = _selectedWeapon call BIS_fnc_weaponComponents;
+ //diag_log format ["DEBUG: BIS_fnc_weaponComponents end %1", diag_tickTime - _startTime];
+ // base weapon (without attachments)
+ _weapon = _weaponComponents deleteAt 0;
+ _newComponents = [];
+ {
+ // remove attachments that are already linked via config
+ if (_x isEqualType "" && {(tolower _x) in _weaponComponents}) then {
+ _newComponents pushBack "";
+ //diag_log format ["DEBUG: suppressed saving of %1 for weapon %2 config %3", _x, [_selectedWeapon,_selectedWeaponComponents],[_weapon,_weaponComponents]];
+ } else {
+ _newComponents pushBack _x;
+ };
+ } forEach _selectedWeaponComponents;
+ _wepsItemsCargoNormalized pushBack ([_selectedWeapon] + _newComponents);
+ } forEach _wepsItemsCargo;
+ // diag_log format ["DEBUG: convert and normalize end %1", diag_tickTime - _startTime];
+
_inventory = [
- _wepsItemsCargo,
+ _wepsItemsCargoNormalized,
_magsAmmoCargoMinimized,
getBackpackCargo _vehicle,
getItemCargo _vehicle
diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf
index 2957198c..240cf899 100644
--- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf
+++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf
@@ -12,9 +12,12 @@
Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf
*/
-private ["_maxDamage","_textures","_textureSelectionIndex","_selections","_colors","_color","_count","_vehLockHiveKey","_marker","_cfgEpochVehicles","_vehObj"];
+private ["_removeweapons","_removemagazinesturret","_maxDamage","_textures","_textureSelectionIndex","_selections","_colors","_color","_count","_vehLockHiveKey","_marker","_cfgEpochVehicles","_vehObj"];
params ["_vehClass","_position","_direction","_locked","_slot",["_lockOwner",""],["_can_collide","CAN_COLLIDE"],["_spawnLoot",false],["_spawnDamaged",true]];
if !(isClass (configFile >> "CfgVehicles" >> _vehClass)) exitWith {objNull};
+_serverSettingsConfig = configFile >> "CfgEpochServer";
+_removeweapons = [_serverSettingsConfig, "removevehweapons", []] call EPOCH_fnc_returnConfigEntry;
+_removemagazinesturret = [_serverSettingsConfig, "removevehmagazinesturret", []] call EPOCH_fnc_returnConfigEntry;
_vehObj = createVehicle[_vehClass, _position, [], 0, _can_collide];
if !(isNull _vehObj) then{
_vehObj call EPOCH_server_setVToken;
@@ -32,6 +35,17 @@ if !(isNull _vehObj) then{
clearBackpackCargoGlobal _vehObj;
clearItemCargoGlobal _vehObj;
+ if !(_removeweapons isequalto []) then {
+ {
+ _vehObj removeWeaponGlobal _x;
+ } foreach _removeweapons;
+ };
+ if !(_removemagazinesturret isequalto []) then {
+ {
+ _vehObj removeMagazinesTurret _x;
+ } foreach _removemagazinesturret;
+ };
+
// Disable Termal Equipment
_vehObj disableTIEquipment true;
diff --git a/Sources/epoch_server/config.cpp b/Sources/epoch_server/config.cpp
index dec21dba..e8952f49 100644
--- a/Sources/epoch_server/config.cpp
+++ b/Sources/epoch_server/config.cpp
@@ -13,25 +13,6 @@ class CfgPatches {
#include "build.hpp"
};
};
-class cfgFunctions
-{
- class A3E
- {
- tag = "EPOCH";
- class Epoch_Server
- {
- file = "\epoch_server\init";
- class init
- {
- preInit = 1;
- };
- class postinit
- {
- postInit = 1;
- };
- };
- };
-};
class CfgServerFunctions
{
version = 1;
@@ -145,7 +126,7 @@ class CfgServerFunctions
};
class CfgServerVersion
{
- client = "0.3.9.0";
- config = "0.3.9.0";
- hive = "0.5.1.7";
+ client = "0.4.0.0";
+ config = "0.4.0.0";
+ hive = "0.5.1.8";
};
diff --git a/Sources/epoch_server/init/fn_init.sqf b/Sources/epoch_server/init/fn_init.sqf
deleted file mode 100644
index ebbe484e..00000000
--- a/Sources/epoch_server/init/fn_init.sqf
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Starts epoch function compiler Server side
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server/init/fn_init.sqf
-*/
-if !(isNil "Epoch_SStart1") exitWith { false };
-Epoch_SStart1 = true;
-diag_log "Epoch: Init Server Compiler";
-"CfgServerFunctions" call EPOCH_fnc_compiler;
-true
diff --git a/Sources/epoch_server/init/fn_postinit.sqf b/Sources/epoch_server/init/fn_postinit.sqf
deleted file mode 100644
index 6090b436..00000000
--- a/Sources/epoch_server/init/fn_postinit.sqf
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- Author: Aaron Clark - EpochMod.com
-
- Contributors:
-
- Description:
- Initalizes variables and starts functions
-
- Licence:
- Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
-
- Github:
- https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server/init/fn_postinit.sqf
-*/
-if (isNil "Epoch_SStart") then {
- Epoch_SStart = true;
- [] spawn {
- call compile preprocessFileLineNumbers "epoch_code\init\both_init.sqf";
- call compile preprocessFileLineNumbers "\epoch_server\init\server_init.sqf";
- };
-};
-
-true
diff --git a/Sources/epoch_server/init/server_securityfunctions.sqf b/Sources/epoch_server/init/server_securityfunctions.sqf
index 9e080baa..29ec78b9 100644
--- a/Sources/epoch_server/init/server_securityfunctions.sqf
+++ b/Sources/epoch_server/init/server_securityfunctions.sqf
@@ -72,7 +72,7 @@ _checkFiles = [
["epoch_code\compile\interface_event_handlers\EPOCH_KeyDown.sqf", "EPOCH_KeyDown"]
];
_skn_check_files = [_serverSettingsConfig, "antihack_checkFiles", _checkFiles] call EPOCH_fnc_returnConfigEntry;
-_whitelistPatches = ["A3Data","A3_BaseConfig_F","A3_Dubbing_Radio_F","A3_Functions_F","A3_Functions_F_EPA","A3_Functions_F_EPC","A3_Language_F_MP_Mark","A3_LanguageMissions_F_MP_Mark","Map_VR","A3_Map_VR_Scenes","CUP_A10_Data","CUP_Afghan_Data","CUP_Air2_Data","CUP_Air3_Data","CUP_Air_Data","CUP_Air_d_baf_Data","CUP_Air_e_Data","CUP_Air_pmc_Data","CUP_CA_animals2","CA_animals2","CUP_Animations_Data","CUP_Animations_Config","CUP_Bohemia_Data","CUP_Bootcamp_acr_Data","CUP_Buildings2_Data","CUP_Buildings2_Ind_Cementworks_Data","CUP_Buildings_Data","CUP_Ca_acr_Data","CUP_CA_Config","CAData","CUP_Ca_e_Data","CUP_Ca_pmc_Data","CUP_Characters2_Data","CUP_Chernarus_Data","CUP_Chernarus_Summer_Data","CUP_Cti_buildings_Data","CUP_CA_Data","CUP_CAData_ParticleEffects","CAData_ParticleEffects","CUP_Data_baf_Data","CUP_dbe1_data","CUP_Desert2_Data","CUP_Desert2_Objects","Desert2_Objects","CUP_Desert_Data","CUP_Desert_e_Data","CUP_Hotfix_Data","CUP_L39_Data","CUP_CALanguage","CALanguage","CUP_CALanguage_ACR","CALanguage_ACR","CUP_CALanguage_missions","CALanguage_missions","CUP_CALanguage_missions_e","CALanguage_missions_e","CUP_Misc3_Data","CUP_CAMisc","CUP_Misc_Data","CAMisc","CUP_Misc_acr_Data","CUP_Misc_e_Data","CUP_CA_MPA","CA_MPA","CUP_CA_Plants2_Clutter","CA_Plants2_Clutter","CUP_CAPlants","CAPlants","CUP_CA_Plants_E_Clutter","CA_Plants_E_Clutter","CUP_Provinggrounds_pmc_Data","CUP_CARoads2","CARoads2","CUP_CARoads2Dam","CARoads2Dam","CUP_CARoads","CARoads","CUP_CARoads_E","CARoads_E","CUP_CARoads_PMC","CARoads_PMC","CUP_CARocks2","CARocks2","CUP_CARocks","CARocks","CUP_CARocks_E","CARocks_E","CUP_Sara_Data","CUP_Saralite_Data","CUP_Shapur_baf_Data","CUP_CASigns","CASigns","CUP_CASigns_E","CASigns_E","CUP_Sounds_Data","CUP_Sounds_Config","CASounds","CUP_Sounds_e_Data","CUP_Structures_Data","CUP_pond_test","pond_test","CUP_Structures_e_Data","CUP_Structures_pmc_Data","CUP_Takistan_Data","CUP_Tracked2_Data","CUP_Tracked_Data","CUP_Tracked_e_Data","CUP_CAFonts","CAFonts","CUP_Utes_Data","CUP_Water2_Data","CUP_Water_Data","CUP_Weapons2_Data","CUP_Weapons_Data","CUP_Weapons_e_Data","CUP_Weapons_pmc_Data","CUP_Wheeled2_Data","CUP_Wheeled_Data","CUP_Wheeled_e_Data","CUP_Zargabad_Data","CUP_A1AlwaysDummy","CAVideo2_PMC","CA_AnimsHotfix","CA_CutSceneAnims","CAIntroAnims","CAUSMCD","CAVoice","CAweapons3_aks74pso","CAWeapons3_ammocrates","CAweapons3_ksvk","CAweapons3_m107","CAweapons3_m16a4_acg_gl","CAweapons3_m16a4_acg","CAweapons3_m16a4_gl","CAweapons3_m16a4","CAWeapons3","CTI_buildingsBmp2_hq","CTI_buildingsM113_hq","DSHkM_Mini","M2HD_Mini","MK19_Tripod","Warfare","WarfareBuildings_Stinger_Twice_static","WarfareBuildings_T72_RACS","WarfareBuildings_TOW_Tripod","CUP_AiA_compat","AiA_A1AlwaysDummy","AiA_Afghan_Config","AiA_Afghan_Data","AiA_BaseConfig_F","AiA_Bohemia_Config","AiA_Bohemia_Data","AiA_Bootcamp_acr_Config","AiA_Bootcamp_acr_Data","AiA_Buildings_Config","AiA_Buildings_Data","AiA_Buildings2_Config","AiA_Buildings2_Data","AiA_Buildings2_Ind_Cementworks_Config","AiA_Buildings2_Ind_Cementworks_Data","AiA_Ca_acr_Config","AiA_Ca_acr_Data","AiA_CA_Config","AiA_CA_Config_Data_ParticleEffects","AiA_CA_Data","AiA_Ca_e_Config","AiA_Ca_e_Data","AiA_Ca_pmc_Config","AiA_Ca_pmc_Data","AiA_CBA_A2_xeh_Dummy","AiA_CBA_OA_xeh_Dummy","AiA_cba_xeh_a2_Dummy","AiA_cba_xeh_oa_Dummy","AiA_Chernarus_Config","AiA_Chernarus_Data","AiA_Chernarus_Summer_Config","AiA_Chernarus_Summer_Data","AiA_Core","AiA_Cti_buildings_Config","AiA_Cti_buildings_Data","AiA_Data_baf_Config","AiA_Data_baf_Data","AiA_Desert_Config","AiA_Desert_Data","AiA_Desert_e_Config","AiA_Desert_e_Data","AiA_Desert2_Config","AiA_Desert2_Data","AiA_Hotfix_Config","AiA_Hotfix_Data","AiA_Language_acr_Config","AiA_Language_acr_Data","AiA_Language_baf_Config","AiA_Language_baf_Data","AiA_Language_e_Config","AiA_Language_e_Data","AiA_Language_pmc_Config","AiA_Language_pmc_Data","AiA_Languagemissions_acr_Config","AiA_Languagemissions_acr_Data","AiA_Languagemissions_baf_Config","AiA_Languagemissions_baf_Data","AiA_Languagemissions_pmc_Config","AiA_Languagemissions_pmc_Data","AiA_Misc_acr_Config","AiA_Misc_acr_Data","AiA_Misc_Config","AiA_Misc_Data","AiA_Misc_e_Config","AiA_Misc_e_Data","AiA_Misc2_Config","AiA_Misc2_Data","AiA_Misc3_Config","AiA_Misc3_Data","AiA_Models_DBE1_Config","AiA_Models_DBE1_Data","AiA_Plants_Config","AiA_Plants_Data","AiA_Plants_e_Config","AiA_Plants_e_Data","AiA_Plants_e2_Config","AiA_Plants_e2_Data","AiA_Plants_pmc_Config","AiA_Plants_pmc_Data","AiA_Plants2_Bush_Config","AiA_Plants2_Bush_Data","AiA_Plants2_Clutter_Config","AiA_Plants2_Clutter_Data","AiA_Plants2_Misc_Config","AiA_Plants2_Misc_Data","AiA_Plants2_Plant_Config","AiA_Plants2_Plant_Data","AiA_Plants2_Tree_Config","AiA_Plants2_Tree_Data","AiA_Provinggrounds_pmc_Config","AiA_Provinggrounds_pmc_Data","AiA_Roads_Config","AiA_Roads_Data","AiA_Roads_e_Config","AiA_Roads_e_Data","AiA_Roads_pmc_Config","AiA_Roads_pmc_Data","AiA_Roads2_Config","AiA_Roads2_Data","AiA_Rocks_Config","AiA_Rocks_Data","AiA_Rocks_e_Config","AiA_Rocks_e_Data","AiA_Rocks2_Config","AiA_Rocks2_Data","AiA_Sara_Config","AiA_Sara_Data","AiA_Sara_dbe1_Config","AiA_Sara_dbe1_Data","AiA_Saralite_Config","AiA_Saralite_Data","AiA_Shapur_baf_Config","AiA_Shapur_baf_Data","AiA_Signs_Config","AiA_Signs_Data","AiA_Signs_e_Config","AiA_Signs_e_Data","AiA_Signs2_Config","AiA_Signs2_Data","AiA_Sounds_Config","AiA_Sounds_Data","AiA_StandaloneTerrainPack_Core","AiA_StandaloneTerrains_Core","AiA_Structures_Config","AiA_Structures_Data","AiA_Structures_e_Config","AiA_Structures_e_Data","AiA_Structures_pmc_Config","AiA_Structures_pmc_Data","AiA_Takistan_Config","AiA_Takistan_Data","AiA_Ui_Config","AiA_Ui_Data","AiA_Utes_Config","AiA_Utes_Data","AiA_Water_Config","AiA_Water_Data","AiA_Water2_Config","AiA_Water2_Data","AiA_Weapons_Config","AiA_Weapons_Data","AiA_Weapons_e_Config","AiA_Weapons_e_Data","AiA_Weapons_pmc_Config","AiA_Weapons_pmc_Data","AiA_Weapons2_Config","AiA_Weapons2_Data","AiA_Wheeled_Config","AiA_Wheeled_Data","AiA_Wheeled_e_Config","AiA_Wheeled_e_Data","AiA_Wheeled2_Config","AiA_Wheeled2_Data","AiA_Worlds","AiA_Worlds_Ambient","AiA_Worlds_Author","AiA_Worlds_Clutter","AiA_Worlds_ClutterDist","AiA_Worlds_Delete","AiA_Worlds_DisableInfiniteTerrain","AiA_Worlds_DustEffects","AiA_Worlds_EnvSounds","AiA_Worlds_FullDetailDist","AiA_Worlds_Grid","AiA_Worlds_Intros","AiA_Worlds_Lighting","AiA_Worlds_Lighting_Chernarus","AiA_Worlds_Lighting_Desert","AiA_Worlds_MapSize","AiA_Worlds_MidDetailTexture","AiA_Worlds_NoDetailDist","AiA_Worlds_Seabed","AiA_Worlds_SkyTexture","AiA_Worlds_StreetLamp","AiA_Worlds_Surfaces","AiA_Worlds_Water","AiA_Zargabad_Config","AiA_Zargabad_Data","CUP_StandaloneTerrains_Dummy","CA_ACR","CA_Animals2_Anim_Config","CA_Anims_Char","CA_Anims_E_Wmn","CA_E","CA_PMC","CAAir","CACharacters","CATracked","CAWater","CAWater2","CAWater2_seafox","CAWeapons","CAWeapons_Warfare_weapons","CAWheeled","CAWheeled_E","CAWheeled2","6G30_DBE1","Arma2_Ka52","BI_SRRS","CA_AH64D","CA_AIR_E_MQ9PredatorB","CA_AIR_E_Su25","CA_AIR2_Su25","CA_Animals_E","CA_Animals2_Chicken","CA_Animals2_Cow","CA_Animals2_Dogs","CA_Animals2_Dogs_Fin","CA_Animals2_Dogs_Pastor","CA_Animals2_Goat","CA_Animals2_Rabbit","CA_Animals2_Sheep","CA_Animals2_WildBoar","CA_Anims","CA_Anims_E","CA_Anims_E_Sdr","CA_Anims_Sdr","CA_Anims_Wmn","CA_CommunityConfigurationProject_E","CA_CruiseMissile","CA_Dubbing","CA_Dubbing_Baf","CA_Dubbing_Counterattack","CA_Dubbing_E","CA_Dubbing_PMC","CA_DubbingRadio_E","CA_DubbingRadio_PMC","CA_E_ParticleEffects","CA_Editor","CA_HC_Sounds","CA_Heads","CA_HighCommand","CA_L39","CA_Missions","CA_Missions_AlternativeInjurySimulation","CA_Missions_AmbientCombat","CA_Missions_Armory1","CA_Missions_Armory2","CA_Missions_BAF","CA_Missions_BAF_2","CA_Missions_BAF_Templates_SecOps","CA_Missions_BattlefieldClearance","CA_Missions_E","CA_Missions_E_Armory2","CA_Missions_E_SecOps","CA_Missions_E_Templates_SecOps","CA_Missions_FirstAidSystem","CA_Missions_GarbageCollector","CA_Missions_PMC","CA_Missions_SecOps","CA_Missions_Templates_SecOps","CA_Missions2_PMC","CA_Modules","CA_Modules_Alice","CA_Modules_Animals","CA_Modules_ARTY","CA_Modules_clouds","CA_Modules_Coin","CA_Modules_DynO","CA_Modules_E","CA_Modules_E_DynO","CA_Modules_E_Jukebox","CA_Modules_E_OO","CA_Modules_E_UAV","CA_Modules_E_UAV_Heli","CA_Modules_E_Weather","CA_Modules_Functions","CA_Modules_Marta","CA_Modules_PMC","CA_Modules_PMC_SimpleFIrstAid","CA_Modules_Silvie","CA_Modules_StratLayer","CA_Modules_UAV","CA_Modules_ZoRA","CA_MPA_Challenges","CA_MPA_Core","CA_MPA_MP","CA_MPA_Scenarios","CA_Sounds_Baf","CA_SoundsMissions_E","CA_Support","CAA10","CAAir_BAF","CAAir_BAF_CH_47F","CAAir_E","CAAir_E_A10","CAAir_E_AH64D","CAAir_E_AH6J","CAAir_E_An2","CAAir_E_C130J","CAAir_E_CH_47F","CAAir_E_Halo","CAAir_E_Mi24","CAAir_E_MI8","CAAir_E_UH1H_EP1","CAAir_E_UH60M","CAAir_PMC","CAAir_PMC_KA137","CAAir_PMC_KA60","CAAir2","CAAir2_C130J","CAAir2_ChukarTarget","CAAir2_F35B","CAAir2_MQ9PredatorB","CAAir2_MV22","CAAir2_Pchela1T","CAAir2_UH1Y","CAAir3","CAAir3_Su34","CAAnimals","CACharacters_BAF","CACharacters_BAF_Head","CACharacters_E","CACharacters_E_Head","CACharacters_PMC","CACharacters_PMC_Head","CACharacters_W_BAF","CACharacters2","CAMisc_fix","CAMisc_fix_A2FREE","CAMisc_fix_air","CAMisc_fix_Ch2","CAMisc_fix_Str","CAMisc_fix_Weap","CAMusic","CAMusic_E","CAMusic_PMC","CASounds_E","CASounds_Missions","CATracked_BAF","CATracked_E","CATracked_E_BMP2","CATracked_E_M1_Abrams","CATracked_E_M113","CATracked_E_M2A2_Bradley","CATracked_E_T34","CATracked_E_T55","CATracked_E_T72","CATracked_E_us_m270mlrs","CATracked_E_ZSU","CATracked_W_BAF","CATracked2","CATracked2_2S6M_Tunguska","CATracked2_AAV","CATracked2_BMP3","CATracked2_T34","CATracked2_T90","CATracked2_us_m270mlrs","CAWater2_Destroyer","CAWater2_fishing_boat","CAWater2_Fregata","CAWater2_smallboat_1","CAWeapons_2b14_82mm_Mortar","CAWeapons_AK","CAWeapons_AmmoBoxes","CAWeapons_BAF","CAWeapons_bizon","CAWeapons_Colt1911","CAWeapons_DMR","CAWeapons_E","CAWeapons_E_AGS","CAWeapons_E_AK","CAWeapons_E_AmmoBoxes","CAWeapons_E_Colt1911","CAWeapons_E_D30","CAWeapons_E_DSHKM","CAWeapons_E_FIM92_static","CAWeapons_E_fnfal","CAWeapons_E_G36","CAWeapons_E_GrenadeLauncher","CAWeapons_E_Igla","CAWeapons_E_Javelin","CAWeapons_E_KORD","CAWeapons_E_ksvk","CAWeapons_E_LeeEnfield","CAweapons_E_m107","CAWeapons_E_M110","CAWeapons_E_M119_Howitzer","CAWeapons_E_M136","CAWeapons_E_M14","CAWeapons_E_M16","CAWeapons_E_M240","CAWeapons_E_M252_81mm_Mortar","CAWeapons_E_M2StaticMG","CAWeapons_E_M47","CAWeapons_E_M9","CAWeapons_E_MAAWS","CAWeapons_E_Makarov","CAWeapons_E_Metis","CAWeapons_E_Mk19_MiniTriPod","CAWeapons_E_PK","CAWeapons_E_Podnos_2b14_82mm","CAWeapons_E_RPG18","CAWeapons_E_RPG7","CAWeapons_E_scar","CAWeapons_E_Searchlight","CAWeapons_E_SPG9","CAWeapons_E_STATIC","CAWeapons_E_Stinger","CAWeapons_E_Strela","CAWeapons_E_TOW","CAWeapons_E_ZU23","CAWeapons_Kord","CAweapons_ksvk","CAWeapons_M1014","CAweapons_m107","CAWeapons_M252_81mm_Mortar","CAWeapons_Metis_AT_13","CAWeapons_PMC","CAWeapons_PMC_AA_12","CAWeapons_PMC_AS50","CAWeapons_PMC_XM8","CAWeapons_Saiga12K","CAWeapons_SPG9","CAWeapons_VSS_vintorez","CAWeapons_ZU23","CAWeapons2","CAWeapons2_HuntingRifle","CAWeapons2_RPG18","CAWeapons2_SMAW","CAWheeled_D_BAF","CAWheeled_E_ATV","CAWheeled_E_BRDM2","CAWheeled_E_BTR40","CAWheeled_E_BTR60","CAWheeled_E_HMMWV","CAWheeled_E_Ikarus","CAWheeled_E_LADA","CAWheeled_E_LandRover","CAWheeled_E_M1030","CAWheeled_E_MTVR","CAWheeled_E_Offroad","CAWheeled_E_Old_bike","CAWheeled_E_Old_moto","CAWheeled_E_Pickup","CAWheeled_E_s1203","CAWheeled_E_SCUD","CAWheeled_E_stryker","CAWheeled_E_SUV","CAWheeled_E_TT650","CAWheeled_E_UAZ","CAWheeled_E_Ural","CAWheeled_E_V3S","CAWheeled_E_Volha","CAWheeled_Offroad","CAWheeled_Pickup","CAWheeled_PMC","CAWheeled_PMC_ArmoredSUV","CAWheeled_W_BAF","CAWheeled2_BTR90","CAWheeled2_GAZ39371","CAWheeled2_HMMWV_Ambulance","CAWheeled2_HMMWV_BASE","CAWheeled2_Ikarus","CAWheeled2_Kamaz","CAWheeled2_LADA","CAWheeled2_LAV25","CAWheeled2_M1114_Armored","CAWheeled2_M998A2_Avenger","CAWheeled2_MMT","CAWheeled2_MTVR","CAWheeled2_TowingTractor","CAWheeled2_V3S","CAWheeled2_VWGolf","CAWheeled3","CAWheeled3_M1030","CAWheeled3_TT650","Datsun_armed_DBE1","DBE1","DBE1_UI","DC3_DBE1","HALO_Test","Hilux_armed_DBE1","Warfare2","Warfare2_E","Warfare2Vehicles","CUP_Models_DBE1_Data","CUP_Anims_DBE1","Anims_DBE1","CUP_HMMWV_DBE1","HMMWV_DBE1","CUP_Mercenary_DBE1","Mercenary_DBE1","CUP_Misc_DBE1","Misc_DBE1","CUP_Music_DBE1","Music_DBE1","CUP_NPCs_DBE1","NPCs_DBE1","CUP_ploty_DBE1","ploty_DBE1","CUP_Prisoners_DBE1","Prisoners_DBE1","CUP_Roads_DBE1","Roads_DBE1","CUP_UH60Desert","UH60Desert","CUP_Sara_dbe1_Data","CUP_TKOH_Dummy","HSim_Data_H","HSim_Data_H_data_ParticleEffects","HSim_Data_H_data_ParticleEffects_rotor_blades","HSim_Dubbing_H","HSim_DubbingRadio_H","HSim_Editor_H","Intro_Island_H","HSim_Missions_H","HSim_ModulesCore_H","HSim_ModulesCore_H_AmbientCombat","HSim_ModulesCore_H_DynO","HSim_ModulesCore_H_Functions","HSim_ModulesCore_H_GarbageCollector","HSim_ModulesCore_H_Functions_E","HSim_ModulesCore_H_OO","HSim_ModulesCore_H_Functions_PMC","HSim_Music_H","HSim_Sounds_H","South_Asia_H","HSim_UIFonts_H","United_States_H","HSim_Animals_H","HSim_Animals_H_Anim_Config","HSim_Animals_H_Dog","HSim_Characters_H_Faces","HSim_Characters_H_Heads","HSim_Modules_H","HSim_UI_H","HSim_Weapons_H","HSim_Weapons_H_AK47","HSim_Weapons_H_DShKM","HSim_Weapons_H_Glock","HSim_Weapons_H_HandItems","HSim_Weapons_H_M16","HSim_Weapons_US_H","HSim_Characters_H","HSim_Characters_US_H","HSim_Missions_H_FreeFlight","HSim_Functions_Base_H","HSim_Water_H","HSim_Water_H_Civ_FishingBoat_Large","HSim_Water_H_Civ_Jetboat","HSim_Water_H_Civ_Yacht","HSim_Water_H_Container_Ship","HSim_Water_H_Cruise_Ship","HSim_Water_H_Destroyer","HSim_Water_H_Fishing_Boat","HSim_Water_H_Fregata","HSim_Water_H_LHD","HSim_Water_H_Oil_tanker","HSim_Water_H_Rubber_Boat","HSim_Water_H_Whales","HSim_Water_H_Whales_GreyWhale","HSim_Water_H_Whales_Whale1","HSim_Weapons_H_IGLA","HSim_Weapons_US_H_M2","HSim_Wheeled_H","HSim_Wheeled_H_Ambulance","HSim_Wheeled_H_FireTruck","HSim_Wheeled_H_Hatchback","HSim_Wheeled_H_Military_Offroad_LR","HSim_Wheeled_H_Military_Pickup_DSHKM","HSim_Wheeled_H_Offroad","HSim_Wheeled_H_Police_Car","HSim_Wheeled_H_TowingTractor","HSim_Wheeled_H_Tractor","HSim_Wheeled_H_Trailers","HSim_Wheeled_H_Truck_Light_Transport","HSim_Wheeled_H_Ural","HSim_Wheeled_H_Van_Passenger","HSim_Wheeled_US_H","HSim_Wheeled_US_H_Military_Offroad","HSim_Wheeled_US_H_Military_Truck","HSim_Wheeled_US_H_Pickup_01","HSim_Wheeled_US_H_Pickup_02","HSim_Wheeled_US_H_SUV","HSim_Wheeled_US_H_Truck_US_Type","HSim_Air_H","HSim_Air_H_Aircraft_A","HSim_Air_H_Aircraft_C","HSim_Air_H_Aircraft_D","HSim_Air_H_Aircraft_E_H","HSim_Air_H_Airliner_A","HSim_Air_H_Airliner_B","HSim_Air_H_Parachute","HSim_Air_US_H","HSim_Air_US_H_Helicopters_Heavy","HSim_Air_US_H_Helicopters_Light","HSim_Air_US_H_Helicopters_Medium","HSim_Misc_H","HSim_Misc_H_Antena","HSim_Misc_H_Barels","HSim_Misc_H_Bleacher","HSim_Misc_H_BoardsPack","HSim_Misc_H_CncBlock","HSim_Misc_H_Doghouse","HSim_Misc_H_Engine_Crane","HSim_Misc_H_Fence","HSim_Misc_H_Fire_Extinguisher","HSim_Misc_H_Fire_Suppression","HSim_Misc_H_First_Aid","HSim_Misc_H_Flagpole","HSim_Misc_H_Folding_Ladder","HSim_Misc_H_FuelCan","HSim_Misc_H_Heliport_Furniture","HSim_Misc_H_Helicopter_Parts","HSim_Misc_H_Helipads","HSim_Misc_H_Heliport_Objects","HSim_Misc_H_Helpers","HSim_Misc_H_Info_Board","HSim_Misc_H_Infostands","HSim_Misc_H_Inspection_Visuals","HSim_Misc_H_Interior","HSim_Misc_H_Loudspeakers","HSim_Misc_H_Market","HSim_Misc_H_Office_Objects","HSim_Misc_H_Perimeter_Ligh","HSim_Misc_H_Pike","HSim_Misc_H_Platform_Cart","HSim_Misc_H_Portable_Generator","HSim_Misc_H_Props","HSim_Misc_H_SawHorse","HSim_Misc_H_Shooting_Range","HSim_Misc_H_Signs","HSim_Misc_H_Sink","HSim_Misc_H_Targets","HSim_Misc_H_Tent","HSim_Misc_H_Toilet","HSim_Misc_H_Tools","HSim_Misc_H_Tools_Racking","HSim_Misc_H_Trash","HSim_Misc_H_Weather_Station","HSim_Misc_H_Weld_Gastank","HSim_Misc_H_Wheel_Chocks","HSim_Misc_H_Wheeled_Scaffolding","HSim_Misc_H_wheeled_tool_cart","HSim_Misc_H_Wheeled_Whiteboard","HSim_Misc_H_Winch","HSim_Misc_H_Windsock","HSim_Misc_H_Workbench","HSim_Misc_H_Wrecks","HSim_Structures_H","HSim_Structures_H_Airport_Papi","HSim_Structures_H_Harbour","HSim_Structures_H_Heliports_Heliport_Big","HSim_Structures_H_Heliports_Heliport_Small","HSim_Structures_H_Industrial_A_CraneCon","HSim_Structures_H_Industrial_Rooftop_Objects","HSim_Structures_US_H","HSim_Structures_US_H_Bld_US","HSim_Structures_US_H_Landmarks_Space_Needle","HSim_Tracked_H","HSim_Tracked_H_BMP2","HSim_Tracked_US_H","HSim_Tracked_US_H_M1A2","HSim_Tracked_US_H_MLRS","HSim_Data_H_EditorGroups","HSim_Anims_H","HSim_Anims_H_config_sdr","HSim_Anims_H_config_wmn","CUP_Hsim_Language_H","Hsim_Language_H","CUP_Hsim_Language_missions_H","Hsim_Language_missions_H","a2_epoch_structures","A3_epoch_assets_1","epoch_objects","A3_epoch_assets_3","Underground_Epoch","A3_epoch_vehicles","a3_epoch_weapons","A3_Data_F","A3_Data_F_Hook","A3_Data_F_ParticleEffects","A3_Data_F_Bootcamp","A3_Data_F_Exp_A","A3_Data_F_Kart_ParticleEffects","A3_Data_F_Mark","A3_Editor_F","A3_Functions_F_Bootcamp","A3_Functions_F_Curator","A3_Functions_F_Exp_A","A3_Functions_F_Heli","A3_Functions_F_Mark","A3_Functions_F_MP_Mark","A3_Language_F","A3_Language_F_Beta","A3_Language_F_Curator","A3_Language_F_EPA","A3_Language_F_EPB","A3_Language_F_EPC","A3_Language_F_Gamma","A3_Language_F_Heli","A3_Language_F_Kart","A3_Language_F_Mark","A3_LanguageMissions_F","A3_LanguageMissions_F_Beta","A3_LanguageMissions_F_Gamma","A3_LanguageMissions_F_Kart","A3_Misc_F","A3_Misc_F_Helpers","A3_Modules_F","A3_Modules_F_DynO","A3_Modules_F_Effects","A3_Modules_F_Events","A3_Modules_F_GroupModifiers","A3_Modules_F_HC","A3_Modules_F_Intel","A3_Modules_F_LiveFeed","A3_Modules_F_Marta","A3_Modules_F_Misc","A3_Modules_F_Multiplayer","A3_Modules_F_ObjectModifiers","A3_Modules_F_Sites","A3_Modules_F_Skirmish","A3_Modules_F_StrategicMap","A3_Modules_F_Supports","A3_Modules_F_UAV","A3_Modules_F_Beta","A3_Modules_F_Beta_FiringDrills","A3_Modules_F_EPB","A3_Modules_F_EPB_Misc","A3_Modules_F_Heli","A3_Modules_F_Heli_SpawnAi","A3_Modules_F_Mark","A3_Modules_F_Mark_FiringDrills","A3_Modules_F_MP_Mark","A3_Modules_F_Mark_Objectives","A3_Music_F","A3_Music_F_Bootcamp","A3_Music_F_EPA","A3_Music_F_EPB","A3_Music_F_EPC","A3_Music_F_Heli","A3_Music_F_Mark","A3_Roads_F","A3_Rocks_F","A3_Sounds_F","A3_Sounds_F_Bootcamp","A3_Sounds_F_EPB","A3_Sounds_F_EPC","A3_Sounds_F_Exp_A","A3_Structures_F","A3_Structures_F_Bridges","A3_Structures_F_Civ","A3_Structures_F_Civ_Accessories","A3_Structures_F_Civ_Ancient","A3_Structures_F_Civ_BellTowers","A3_Structures_F_Civ_Calvaries","A3_Structures_F_Civ_Camping","A3_Structures_F_Civ_Chapels","A3_Structures_F_Civ_Constructions","A3_Structures_F_Civ_Dead","A3_Structures_F_Civ_Garbage","A3_Structures_F_Civ_Graffiti","A3_Structures_F_Civ_InfoBoards","A3_Structures_F_Civ_Kiosks","A3_Structures_F_Civ_Lamps","A3_Structures_F_Civ_Market","A3_Structures_F_Civ_Offices","A3_Structures_F_Civ_Pavements","A3_Structures_F_Civ_PlayGround","A3_Structures_F_Civ_SportsGrounds","A3_Structures_F_Civ_Statues","A3_Structures_F_Civ_Tourism","A3_Structures_F_Dominants","A3_Structures_F_Dominants_Amphitheater","A3_Structures_F_Dominants_Castle","A3_Structures_F_Dominants_Church","A3_Structures_F_Dominants_Hospital","A3_Structures_F_Dominants_Lighthouse","A3_Structures_F_Dominants_WIP","A3_Structures_F_Furniture","A3_Structures_F_Households","A3_Structures_F_Households_Addons","A3_Structures_F_Households_House_Big01","A3_Structures_F_Households_House_Big02","A3_Structures_F_Households_House_Shop01","A3_Structures_F_Households_House_Shop02","A3_Structures_F_Households_House_Small01","A3_Structures_F_Households_House_Small02","A3_Structures_F_Households_House_Small03","A3_Structures_F_Households_Slum","A3_Structures_F_Households_Stone_Big","A3_Structures_F_Households_Stone_Shed","A3_Structures_F_Households_Stone_Small","A3_Structures_F_Households_WIP","A3_Structures_F_Ind","A3_Structures_F_Ind_AirPort","A3_Structures_F_Ind_Cargo","A3_Structures_F_Ind_CarService","A3_Structures_F_Ind_ConcreteMixingPlant","A3_Structures_F_Ind_Crane","A3_Structures_F_Ind_DieselPowerPlant","A3_Structures_F_Ind_Factory","A3_Structures_F_Ind_FuelStation","A3_Structures_F_Ind_FuelStation_Small","A3_Structures_F_Ind_Pipes","A3_Structures_F_Ind_PowerLines","A3_Structures_F_Ind_ReservoirTank","A3_Structures_F_Ind_Shed","A3_Structures_F_Ind_SolarPowerPlant","A3_Structures_F_Ind_Tank","A3_Structures_F_Ind_Transmitter_Tower","A3_Structures_F_Ind_WavePowerPlant","A3_Structures_F_Ind_Windmill","A3_Structures_F_Ind_WindPowerPlant","A3_Structures_F_Items","A3_Structures_F_Items_Documents","A3_Structures_F_Items_Electronics","A3_Structures_F_Items_Cans","A3_Structures_F_Items_Gadgets","A3_Structures_F_Items_Luggage","A3_Structures_F_Items_Medical","A3_Structures_F_Items_Military","A3_Structures_F_Items_Stationery","A3_Structures_F_Items_Tools","A3_Structures_F_Items_Valuables","A3_Structures_F_Items_Vessels","A3_Structures_F_Mil","A3_Structures_F_Mil_BagBunker","A3_Structures_F_Mil_BagFence","A3_Structures_F_Mil_Barracks","A3_Structures_F_Mil_Bunker","A3_Structures_F_Mil_Cargo","A3_Structures_F_Mil_Flags","A3_Structures_F_Mil_Fortification","A3_Structures_F_Mil_Helipads","A3_Structures_F_Mil_Offices","A3_Structures_F_Mil_Radar","A3_Structures_F_Mil_Shelters","A3_Structures_F_Mil_TentHangar","A3_Structures_F_Naval","A3_Structures_F_Naval_Buoys","A3_Structures_F_Naval_Fishing","A3_Structures_F_Naval_Piers","A3_Structures_F_Naval_RowBoats","A3_Structures_F_Research","A3_Structures_F_System","A3_Structures_F_Training","A3_Structures_F_Training_InvisibleTarget","A3_Structures_F_Walls","A3_Structures_F_Bootcamp_Ind_Cargo","A3_Structures_F_Bootcamp_Items_Sport","A3_Structures_F_Bootcamp_System","A3_Structures_F_Bootcamp_Training","A3_Structures_F_Bootcamp_VR_Blocks","A3_Structures_F_Bootcamp_VR_CoverObjects","A3_Structures_F_Bootcamp_VR_Helpers","A3_Structures_F_EPA_Civ_Camping","A3_Structures_F_EPA_Civ_Constructions","A3_Structures_F_EPA_Items_Electronics","A3_Structures_F_EPA_Items_Food","A3_Structures_F_EPA_Items_Medical","A3_Structures_F_EPA_Items_Tools","A3_Structures_F_EPA_Items_Vessels","A3_Structures_F_EPA_Walls","A3_Structures_F_EPB_Civ_Accessories","A3_Structures_F_EPB_Civ_Camping","A3_Structures_F_EPB_Civ_Dead","A3_Structures_F_EPB_Civ_Garbage","A3_Structures_F_EPB_Civ_Graffiti","A3_Structures_F_EPB_Civ_PlayGround","A3_Structures_F_EPB_Furniture","A3_Structures_F_EPB_Items_Documents","A3_Structures_F_EPB_Items_Luggage","A3_Structures_F_EPB_Items_Military","A3_Structures_F_EPB_Items_Vessels","A3_Structures_F_EPB_Naval_Fishing","A3_Structures_F_EPC_Civ_Accessories","A3_Structures_F_EPC_Civ_Camping","A3_Structures_F_EPC_Civ_Garbage","A3_Structures_F_EPC_Civ_InfoBoards","A3_Structures_F_EPC_Civ_Kiosks","A3_Structures_F_EPC_Civ_PlayGround","A3_Structures_F_EPC_Civ_Tourism","A3_Structures_F_EPC_Dominants_GhostHotel","A3_Structures_F_EPC_Dominants_Stadium","A3_Structures_F_EPC_Furniture","A3_Structures_F_EPC_Items_Documents","A3_Structures_F_EPC_Items_Electronics","A3_Structures_F_EPC_Walls","A3_Structures_F_Exp_A","A3_Structures_F_Exp_A_VR_Blocks","A3_Structures_F_Exp_A_VR_Helpers","A3_Structures_F_Heli_Civ_Accessories","A3_Structures_F_Heli_Civ_Constructions","A3_Structures_F_Heli_Civ_Garbage","A3_Structures_F_Heli_Civ_Market","A3_Structures_F_Heli_Furniture","A3_Structures_F_Heli_Ind_AirPort","A3_Structures_F_Heli_Ind_Cargo","A3_Structures_F_Heli_Ind_Machines","A3_Structures_F_Heli_Items_Airport","A3_Structures_F_Heli_Items_Luggage","A3_Structures_F_Heli_Items_Sport","A3_Structures_F_Heli_Items_Tools","A3_Structures_F_Heli_VR_Helpers","A3_Structures_F_Kart_Civ_SportsGrounds","A3_Structures_F_Kart_Mil_Flags","A3_Structures_F_Mark_Items_Military","A3_Structures_F_Mark_Items_Sport","A3_Structures_F_Mark_Mil_Flags","A3_Structures_F_Mark_Training","A3_Structures_F_Mark_VR_Helpers","A3_Structures_F_Mark_VR_Shapes","A3_Structures_F_Mark_VR_Targets","A3_UIFonts_F","CUP_Buildings_Config","CABuildings","CUP_CABuildings_Misc","CABuildings_Misc","CUP_Desert2_Buildings","Desert2_Buildings","CUP_CA_desert2_Characters","CA_desert2_Characters","CUP_Desert_Config","Desert","CUP_DBE1_Hotfix","DBE1_Hotfix","CUP_CALanguage_e","CALanguage_e","CUP_CALanguage_PMC","CALanguage_PMC","CUP_CALanguage_missions_PMC","CALanguage_missions_PMC","CUP_CAWater2_seafox_EP1","CAWater2_seafox_EP1","CUP_CA_Plants2","CA_Plants2","CUP_CA_Plants2_Plant","CA_Plants2_Plant","CUP_CA_Plants2_Tree","CA_Plants2_Tree","CUP_CA_Plants_E2","CA_Plants_E2","CUP_CA_Plants_E","CA_Plants_E","CUP_CA_Plants_E_Misc","CA_Plants_E_Misc","CUP_CA_Plants_E_Plant","CA_Plants_E_Plant","CUP_CA_Plants_E_Tree","CA_Plants_E_Tree","CUP_Sara_Config","Sara","CUP_Saralite_Config","SaraLite","CUP_CASigns2","CASigns2","CUP_Structures_Config","CAStructures","CUP_CAStructures_A_BuildingWIP","CAStructures_A_BuildingWIP","CUP_CAStructures_A_CraneCon","CAStructures_A_CraneCon","CUP_CAStructuresLand_A_MunicipalOffice","CAStructuresLand_A_MunicipalOffice","CUP_CAStructuresBarn_W","CAStructuresBarn_W","CUP_CAStructures_Castle","CAStructures_Castle","CUP_CAStructuresHouse","CAStructuresHouse","CUP_CAStructuresHouse_A_FuelStation","CAStructuresHouse_A_FuelStation","CUP_CAStructuresHouse_A_Hospital","CAStructuresHouse_A_Hospital","CUP_CAStructuresHouse_A_Office01","CAStructuresHouse_A_Office01","CUP_CAStructuresHouse_A_Office02","CAStructuresHouse_A_Office02","CUP_CAStructuresHouse_a_stationhouse","CAStructuresHouse_a_stationhouse","CUP_CAStructuresHouse_Church_02","CAStructuresHouse_Church_02","CUP_CAStructuresHouse_Church_03","CAStructuresHouse_Church_03","CUP_CAStructuresHouse_Church_05R","CAStructuresHouse_Church_05R","CUP_CAStructuresHouse_HouseBT","CAStructuresHouse_HouseBT","CUP_CAStructuresHouse_HouseV2","CAStructuresHouse_HouseV2","CUP_CAStructuresHouse_HouseV","CAStructuresHouse_HouseV","CUP_CAStructuresLand_Ind_Stack_Big","CAStructuresLand_Ind_Stack_Big","CUP_CAStructures_IndPipe1","CAStructures_IndPipe1","CUP_CAStructuresInd_Quarry","CAStructuresInd_Quarry","CUP_Ind_SawMill","Ind_SawMill","CUP_CAStructures_Mil","CAStructures_Mil","CUP_CAStructures_Misc","CAStructures_Misc","CUP_CAStructures_Misc_Armory","CAStructures_Misc_Armory","CUP_CAStructures_Misc_Armory_Armor_Popuptarget","CAStructures_Misc_Armory_Armor_Popuptarget","CUP_CAStructures_Misc_Powerlines","CAStructures_Misc_Powerlines","CUP_CAStructures_Nav","CAStructures_Nav","CUP_CAStructuresLand_Nav_Boathouse","CAStructuresLand_Nav_Boathouse","CUP_CAStructures_Proxy_BuildingParts","CAStructures_Proxy_BuildingParts","CUP_CAStructures_Proxy_Ruins","CAStructures_Proxy_Ruins","CUP_CAStructures_Rail","CAStructures_Rail","CUP_CAStructuresHouse_rail_station_big","CAStructuresHouse_rail_station_big","CUP_CAStructures_Ruins","CAStructures_Ruins","CUP_CAStructuresShed_Small","CAStructuresShed_Small","CUP_CAStructuresHouse_Shed_Ind","CAStructuresHouse_Shed_Ind","CUP_CAStructures_Wall","CAStructures_Wall","CUP_CAUI","CAUI","CUP_CAWater2_LHD","CAWater2_LHD","CUP_Models_DBE1_Config","Models_DBE1","CUP_Kamenolom_DBE1","Kamenolom_DBE1","CUP_Pila_DBE1","Pila_DBE1","CUP_UI_DBE1","UI_DBE1","CUP_Vysilac_DBE1","Vysilac_DBE1","CUP_Zakladna_DBE1","Zakladna_DBE1","CUP_Sara_dbe1_Config","Sara_dbe1","a3_epoch_structures","A3_Animals_F","A3_Animals_F_AnimConfig","A3_Animals_F_Fishes","A3_Animals_F_Kestrel","A3_Animals_F_Rabbit","A3_Animals_F_Seagull","A3_Animals_F_Snakes","A3_Animals_F_Turtle","A3_Animals_F_Chicken","A3_Animals_F_Dog","A3_Animals_F_Goat","A3_Animals_F_Sheep","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Anims_F_EPA","A3_Anims_F_EPC","A3_Anims_F_Exp_A","A3_Anims_F_Kart","A3_Anims_F_Mark_Deployment","A3_Language_F_Bootcamp","A3_Language_F_Exp_A","A3_Map_Data","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Plants_F_Bush","A3_Props_F_Exp_A","A3_Props_F_Exp_A_Military","A3_Signs_F","A3_Signs_F_AD","A3_Structures_F_Signs_Companies","A3_Structures_F_Bootcamp_Civ_Camping","A3_Structures_F_Bootcamp_Civ_SportsGrounds","A3_Structures_F_Bootcamp_Items_Electronics","A3_Structures_F_Bootcamp_Items_Food","A3_Structures_F_Heli_Items_Electronics","A3_Structures_F_Heli_Items_Food","A3_Structures_F_Kart_Signs_Companies","A3_UI_F","A3_UI_F_Curator","A3_UI_F_Kart","A3_UI_F_Mark","A3_UI_F_MP_Mark","A3_Weapons_F","A3_Weapons_F_NATO","A3_Weapons_F_CSAT","A3_Weapons_F_AAF","A3_weapons_F_FIA","A3_Weapons_F_ItemHolders","A3_Weapons_F_Headgear","A3_Weapons_F_Uniforms","A3_Weapons_F_Vests","A3_Weapons_F_Ammoboxes","A3_Weapons_F_DummyWeapons","A3_Weapons_F_Explosives","A3_Weapons_F_Items","A3_Weapons_F_Launchers_NLAW","A3_Weapons_F_Launchers_LAW","A3_Weapons_F_Launchers_Titan","A3_Weapons_F_EPA_LongRangeRifles_DMR_01","A3_Weapons_F_EBR","A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_LongRangeRifles_M320","A3_Weapons_F_Machineguns_M200","A3_Weapons_F_Machineguns_Zafir","A3_Weapons_F_Pistols_ACPC2","A3_Weapons_F_Pistols_P07","A3_Weapons_F_Pistols_Pistol_heavy_01","A3_Weapons_F_Pistols_Pistol_heavy_02","A3_Weapons_F_Pistols_Rook40","A3_Weapons_F_Rifles_Khaybar","A3_Weapons_F_Rifles_Mk20","A3_Weapons_F_Rifles_MX","A3_Weapons_F_EPB_Rifles_MX_Black","A3_Weapons_F_Rifles_SDAR","A3_Weapons_F_Rifles_TRG20","A3_Weapons_F_Pistols_PDW2000","A3_Weapons_F_Rifles_Vector","a3_weapons_f_rifles_SMG_02","A3_Weapons_F_beta","A3_Weapons_F_Beta_Ammoboxes","A3_Weapons_F_beta_EBR","A3_Weapons_F_EPA_LongRangeRifles_GM6","A3_Weapons_F_EPB_LongRangeRifles_M320","A3_Weapons_F_beta_Rifles_Khaybar","A3_Weapons_F_beta_Rifles_MX","A3_Weapons_F_beta_Rifles_TRG20","A3_Weapons_F_Bootcamp_LongRangeRifles_GM6","A3_Weapons_F_Bootcamp_LongRangeRifles_M320","A3_Weapons_F_EPB_LongRangeRifles_GM3","A3_Weapons_F_gamma","A3_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_EPA_EBR","A3_Weapons_F_EPA_Rifles_MX","A3_Weapons_F_Kart_Pistols_Pistol_Signal_F","A3_Weapons_F_Mark_LongRangeRifles_DMR_01","A3_Weapons_F_Mark_EBR","A3_Weapons_F_Mark_LongRangeRifles_GM6","A3_Weapons_F_Mark_LongRangeRifles_GM6_camo","A3_Weapons_F_Mark_LongRangeRifles_M320","A3_Weapons_F_Mark_LongRangeRifles_M320_camo","A3_Weapons_F_Mark_Machineguns_M200","A3_Weapons_F_Mark_Machineguns_Zafir","A3_Weapons_F_Mark_Rifles_Khaybar","A3_Weapons_F_Mark_Rifles_Mk20","A3_Weapons_F_Mark_Rifles_MX","A3_Weapons_F_Mark_Rifles_SDAR","A3_Weapons_F_Mark_Rifles_TRG20","CUP_Buildings2_Config","CABuildings2","CUP_A_Crane_02","A_Crane_02","CUP_A_GeneralStore_01","A_GeneralStore_01","CUP_CABuildings2_A_Pub","CABuildings2_A_Pub","CUP_A_statue","A_statue","CUP_Barn_Metal","Barn_Metal","CUP_CABuildingParts","CABuildingParts","CUP_CABuildingParts_Signs","CABuildingParts_Signs","CUP_CATEC","CATEC","CUP_Church_01","Church_01","CUP_Farm_Cowshed","Farm_Cowshed","CUP_Farm_WTower","Farm_WTower","CUP_CAHouseBlock_A","CAHouseBlock_A","CUP_CAHouseBlock_B","CAHouseBlock_B","CUP_CAHouseBlock_C","CAHouseBlock_C","CUP_CAHouseBlock_D","CAHouseBlock_D","CUP_HouseRuins","HouseRuins","CUP_Ind_Dopravnik","Ind_Dopravnik","CUP_Ind_Expedice","Ind_Expedice","CUP_Ind_MalyKomin","Ind_MalyKomin","CUP_Ind_Mlyn","Ind_Mlyn","CUP_Ind_Pec","Ind_Pec","CUP_ind_silomale","ind_silomale","CUP_Ind_SiloVelke","Ind_SiloVelke","CUP_Ind_Vysypka","Ind_Vysypka","CUP_Ind_Garage01","Ind_Garage01","CUP_CAStructures_IndPipe1_todo_delete","CAStructures_IndPipe1_todo_delete","CUP_IndPipe2","IndPipe2","CUP_Ind_Shed_01","Ind_Shed_01","CUP_Ind_Shed_02","Ind_Shed_02","CUP_Ind_Tank","Ind_Tank","CUP_Ind_Workshop01","Ind_Workshop01","CUP_CABuildings2_Misc_Cargo","CABuildings2_Misc_Cargo","CUP_Misc_PowerStation","Misc_PowerStation","CUP_Misc_WaterStation","Misc_WaterStation","CUP_Rail_House_01","Rail_House_01","CUP_Shed_small","Shed_small","CUP_Shed_wooden","Shed_wooden","CUP_particle_effects","particle_effects","CUP_Chernarus_Config","Chernarus","CUP_Chernarus_Summer_Config","Chernarus_Summer","CUP_Desert2_Config","Porto","CUP_Hotfix_Config","CA_Hotfix","CUP_CA_QGClutterHotfix","CA_QGClutterHotfix","CUP_CA_Hotfix_vez_ropa","CA_Hotfix_vez_ropa","CUP_CAMisc2","CAMisc2","CUP_Misc3_Config","CAMisc3","CUP_WarfareBuildings","WarfareBuildings","CUP_Misc_e_Config","CAMisc_E","CUP_CAMisc_E_WF","CAMisc_E_WF","CUP_CAMP_Armory_Misc","CAMP_Armory_Misc","CUP_CAMP_Armory_Misc_Concrete_Wall","CAMP_Armory_Misc_Concrete_Wall","CUP_CAMP_Armory_Misc_Entrance_Gate","CAMP_Armory_Misc_Entrance_Gate","CUP_CAMP_Armory_Misc_Info_Board","CAMP_Armory_Misc_Info_Board","CUP_CAMP_Armory_Misc_Infostands","CAMP_Armory_Misc_Infostands","CUP_CAMP_Armory_Misc_Laptop","CAMP_Armory_Misc_Laptop","CUP_CAMP_Armory_Misc_Loudspeakers","CAMP_Armory_Misc_Loudspeakers","CUP_CAMP_Armory_Misc_Plasticpole","CAMP_Armory_Misc_Plasticpole","CUP_CAMP_Armory_Misc_Red_Light","CAMP_Armory_Misc_Red_Light","CUP_CAMP_Armory_Misc_Sign_Armex","CAMP_Armory_Misc_Sign_Armex","CUP_CAMP_Armory_Misc_Sign_Direction","CAMP_Armory_Misc_Sign_Direction","CUP_CA_Plants2_Bush","CA_Plants2_Bush","CUP_CA_Plants2_Misc","CA_Plants2_Misc","CUP_CA_Plants_E_Bush","CA_Plants_E_Bush","CUP_CA_Plants_PMC","CA_Plants_PMC","CUP_CARoads2Bridge","CARoads2Bridge","CUP_CARoads_PMC_Bridge","CARoads_PMC_Bridge","CUP_A_TVTower","A_TVTower","CUP_CAStructures_Nav_pier","CAStructures_Nav_pier","CUP_CAStructures_Railway","CAStructures_Railway","CUP_Structures_e_Config","CAStructures_E","CUP_CAStructures_E_HouseA","CAStructures_E_HouseA","CUP_CAStructures_E_HouseA_A_BuildingWIP","CAStructures_E_HouseA_A_BuildingWIP","CUP_CAStructures_E_HouseA_A_CityGate1","CAStructures_E_HouseA_A_CityGate1","CUP_CAStructures_E_HouseA_A_Minaret","CAStructures_E_HouseA_A_Minaret","CUP_CAStructures_E_HouseA_A_Minaret_Porto","CAStructures_E_HouseA_A_Minaret_Porto","CUP_CAStructures_E_HouseA_A_Mosque_big","CAStructures_E_HouseA_A_Mosque_big","CUP_CAStructures_E_HouseA_A_Mosque_small","CAStructures_E_HouseA_A_Mosque_small","CUP_CAStructures_E_HouseA_A_Office01","CAStructures_E_HouseA_A_Office01","CUP_CAStructures_E_HouseA_a_stationhouse","CAStructures_E_HouseA_a_stationhouse","CUP_CAStructures_E_HouseA_A_Statue","CAStructures_E_HouseA_A_Statue","CUP_CAStructures_E_HouseA_A_Villa","CAStructures_E_HouseA_A_Villa","CUP_CAStructures_E_HouseC","CAStructures_E_HouseC","CUP_CAStructures_E_HouseK","CAStructures_E_HouseK","CUP_CAStructures_E_HouseL","CAStructures_E_HouseL","CUP_CAStructures_E_Ind","CAStructures_E_Ind","CUP_CAStructures_E_Ind_Ind_Coltan_Mine","CAStructures_E_Ind_Ind_Coltan_Mine","CUP_CAStructures_E_Ind_Ind_FuelStation","CAStructures_E_Ind_Ind_FuelStation","CUP_CAStructures_E_Ind_Ind_Garage01","CAStructures_E_Ind_Ind_Garage01","CUP_CAStructures_E_Ind_Oil_Mine","CAStructures_E_Ind_Oil_Mine","CUP_CAStructures_E_Ind_IndPipes","CAStructures_E_Ind_IndPipes","CUP_CAStructures_E_Ind_Misc_PowerStation","CAStructures_E_Ind_Misc_PowerStation","CUP_CAStructures_E_Ind_Ind_Shed","CAStructures_E_Ind_Ind_Shed","CUP_CAStructures_E_Mil","CAStructures_E_Mil","CUP_CAStructures_E_Misc","CAStructures_E_Misc","CUP_CAStructures_E_Misc_Misc_cables","CAStructures_E_Misc_Misc_cables","CUP_CAStructures_E_Misc_Misc_Construction","CAStructures_E_Misc_Misc_Construction","CUP_CAStructures_E_Misc_Misc_Garbage","CAStructures_E_Misc_Misc_Garbage","CUP_CAStructures_E_Misc_Misc_Interier","CAStructures_E_Misc_Misc_Interier","CUP_CAStructures_E_Misc_Misc_Lamp","CAStructures_E_Misc_Misc_Lamp","CUP_CAStructures_E_Misc_Misc_Market","CAStructures_E_Misc_Misc_Market","CUP_CAStructures_E_Misc_Misc_powerline","CAStructures_E_Misc_Misc_powerline","CUP_CAStructures_E_Misc_Misc_Water","CAStructures_E_Misc_Misc_Water","CUP_CAStructures_E_Misc_Misc_Well","CAStructures_E_Misc_Misc_Well","CUP_CAStructures_E_Wall","CAStructures_E_Wall","CUP_CAStructures_E_Wall_Wall_L","CAStructures_E_Wall_Wall_L","CUP_Structures_pmc_Config","CAStructures_PMC","CUP_CAStructures_PMC_Buildings","CAStructures_PMC_Buildings","CUP_CAStructures_PMC_Buildings_Bunker","CAStructures_PMC_Buildings_Bunker","CUP_CAStructures_PMC_Buildings_GeneralStore_PMC","CAStructures_PMC_Buildings_GeneralStore_PMC","CUP_CAStructures_PMC_Buildings_Ruin_Cowshed","CAStructures_PMC_Buildings_Ruin_Cowshed","CUP_CAStructures_PMC_Ind","CAStructures_PMC_Ind","CUP_CAStructures_PMC_FuelStation","CAStructures_PMC_FuelStation","CUP_CAStructures_PMC_Misc","CAStructures_PMC_Misc","CUP_CAStructures_PMC_Misc_Shed","CAStructures_PMC_Misc_Shed","CUP_CAStructures_PMC_Ruins","CAStructures_PMC_Ruins","CUP_CAStructures_PMC_Walls","CAStructures_PMC_Walls","CUP_Takistan_Config","Takistan","CUP_Utes_Config","Utes","CUP_Zargabad_Config","zargabad","CUP_ibr_plants","ibr_plants","a2_epoch_weapons","A3_epoch_assets","A3_Anims_F_Heli","A3_Characters_F","A3_Characters_F_BLUFOR","A3_Characters_F_Civil","A3_Characters_F_Heads","A3_Characters_F_OPFOR","A3_Characters_F_Proxies","A3_Characters_F_Beta","A3_Characters_F_INDEP","A3_Characters_F_Bootcamp","A3_Characters_F_EPB_Heads","A3_Characters_F_Gamma","A3_Characters_F_Mark","A3_Data_F_Curator","A3_Data_F_Curator_Eagle","A3_Data_F_Curator_Intel","A3_Data_F_Curator_Misc","A3_Data_F_Curator_Respawn","3DEN","A3_Data_F_Kart","A3_UAV_F_Characters_F_Gamma","A3_UAV_F_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_gamma_Items","A3_Map_Altis","A3_Map_Altis_Scenes","A3_Missions_F","A3_Missions_F_Beta","A3_Missions_F_Gamma","A3_Missions_F_Kart","A3_Modules_F_Bootcamp","A3_Modules_F_Curator","A3_Modules_F_Curator_Animals","A3_Modules_F_Curator_CAS","A3_Modules_F_Curator_Curator","A3_Modules_F_Curator_Effects","A3_Modules_F_Curator_Environment","A3_Modules_F_Curator_Flares","A3_Modules_F_Curator_Intel","A3_Modules_F_Curator_Lightning","A3_Modules_F_Curator_Mines","A3_Modules_F_Curator_Misc","A3_Modules_F_Curator_Multiplayer","A3_Modules_F_Curator_Objectives","A3_Modules_F_Curator_Ordnance","A3_Modules_F_Curator_Respawn","A3_Modules_F_Curator_Smokeshells","A3_Modules_F_Exp_A","A3_Modules_F_Kart","A3_Modules_F_Kart_TimeTrials","A3_Props_F_Exp_A_Military_Equipment","A3_Static_F","A3_Static_F_Mortar_01","A3_Static_F_Beta_Mortar_01","A3_Static_F_Gamma","A3_Static_F_Gamma_Mortar_01","A3_Static_F_Mark_Designator_01","A3_Static_F_Mark_Designator_02","A3_Supplies_F_Heli","A3_Supplies_F_Heli_Bladders","A3_Supplies_F_Heli_CargoNets","A3_Supplies_F_Heli_Fuel","A3_Supplies_F_Heli_Slingload","A3_Supplies_F_Mark","A3_UI_F_Bootcamp","A3_UI_F_Exp_A","A3_UI_F_Heli","A3_Weapons_F_Acc","A3_Weapons_F_Beta_Acc","A3_Weapons_F_Bootcamp_Ammoboxes","A3_Weapons_F_EPA","A3_Weapons_F_EPA_Acc","A3_Weapons_F_EPA_Ammoboxes","A3_Weapons_F_EPB","A3_Weapons_F_EPB_Acc","A3_Weapons_F_EPB_Ammoboxes","A3_Weapons_F_EPC","A3_Weapons_F_gamma_Acc","A3_Weapons_F_Kart","A3_Weapons_F_Mark_Acc","CUP_Afghan_Config","Mountains_ACR","CUP_Bohemia_Config","Woodland_ACR","CUP_Bootcamp_acr_Config","Bootcamp_ACR","CUP_Data_baf_Config","CA_BAF","CUP_Desert_e_Config","Desert_E","CUP_CALanguage_Baf","CALanguage_Baf","CUP_CALanguageMissions_baf","CALanguageMissions_baf","CUP_Misc_acr_Config","CAMisc_ACR","CUP_CAMisc_ACR_3DMarkers","CAMisc_ACR_3DMarkers","CUP_CAMisc_ACR_Container","CAMisc_ACR_Container","CUP_CAMisc_ACR_Dog","CAMisc_ACR_Dog","CUP_CAMisc_ACR_Helpers","CAMisc_ACR_Helpers","CUP_CAMisc_ACR_PBX","CAMisc_ACR_PBX","CUP_CAMisc_ACR_ScaffoldingSmall","CAMisc_ACR_ScaffoldingSmall","CUP_CAMisc_ACR_Shooting_range","CAMisc_ACR_Shooting_range","CUP_CAMisc_ACR_Sign_Mines","CAMisc_ACR_Sign_Mines","CUP_CAMisc_ACR_Targets","CAMisc_ACR_Targets","CUP_CAMisc_ACR_Targets_InvisibleTarget","CAMisc_ACR_Targets_InvisibleTarget","CUP_CAMisc_ACR_TestSphere","CAMisc_ACR_TestSphere","CUP_CAMisc_BAF","CAMisc_BAF","CUP_Provinggrounds_pmc_Config","ProvingGrounds_PMC","CUP_Shapur_baf_Config","Shapur_BAF","CUP_BaseConfig_F","A3_Air_F","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Light_02","A3_Air_F_Beta","A3_Air_F_Beta_Heli_Attack_01","A3_Air_F_Beta_Heli_Attack_02","A3_Air_F_Beta_Heli_Transport_01","A3_Air_F_Beta_Heli_Transport_02","A3_Air_F_Beta_Parachute_01","A3_Air_F_Beta_Parachute_02","A3_Air_F_EPB_Heli_Light_03","A3_Air_F_EPC_Plane_CAS_01","A3_Air_F_EPC_Plane_CAS_02","A3_Air_F_Gamma_Plane_Fighter_03","A3_Air_F_Heli","A3_Air_F_Heli_Heli_Attack_01","A3_Air_F_Heli_Heli_Attack_02","A3_Air_F_Heli_Heli_Light_01","A3_Air_F_Heli_Heli_Light_02","A3_Air_F_Heli_Heli_Light_03","A3_Air_F_Heli_Heli_Transport_01","A3_Air_F_Heli_Heli_Transport_02","A3_Air_F_Heli_Heli_Transport_03","A3_Air_F_Heli_Heli_Transport_04","A3_Armor_F","A3_armor_f_beta","A3_Armor_F_Panther","A3_armor_f_beta_APC_Tracked_02","A3_Armor_F_EPB_APC_tracked_03","A3_Armor_F_EPB_MBT_03","A3_Armor_F_Slammer","A3_Armor_F_T100K","A3_Boat_F","A3_Boat_F_Boat_Armed_01","A3_Boat_F_Boat_Transport_01","A3_Boat_F_Beta_Boat_Armed_01","A3_Boat_F_Beta_Boat_Transport_01","A3_Boat_F_SDV_01","A3_Boat_F_EPC_Submarine_01_F","A3_Boat_F_Civilian_Boat","A3_Boat_F_Trawler","A3_Boat_F_Gamma_Boat_Transport_01","A3_Boat_F_Heli_Boat_Armed_01","A3_Boat_F_Heli_SDV_01","A3_Characters_F_Common","A3_Characters_F_Bootcamp_Common","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Characters_F_EPC","A3_Characters_F_Kart","A3_Data_F_Curator_Characters","A3_Data_F_Curator_Virtual","A3_Data_F_Exp_A_Virtual","A3_Data_F_Heli","A3_Air_F_Gamma_UAV_01","A3_Air_F_Gamma_UAV_02","A3_Missions_F_Bootcamp","A3_Missions_F_Curator","A3_Missions_F_EPA","A3_Missions_F_EPB","A3_Missions_F_EPC","A3_Missions_F_Exp_A","A3_Missions_F_Heli","A3_Missions_F_Mark","A3_Missions_F_MP_Mark","A3_Modules_F_Bootcamp_Misc","A3_Modules_F_Curator_Chemlights","A3_Soft_F","A3_Soft_F_MRAP_01","A3_Soft_F_MRAP_02","A3_Soft_F_Offroad_01","A3_Soft_F_Quadbike","A3_Soft_F_MRAP_03","A3_Soft_F_Beta_Quadbike","A3_Soft_F_HEMTT","A3_Soft_F_TruckHeavy","A3_Soft_F_EPC_Truck_03","A3_Soft_F_Car","A3_Soft_F_Gamma_Offroad","A3_Soft_F_Gamma_Quadbike","A3_Soft_F_SUV","A3_Soft_F_Gamma_HEMTT","A3_Soft_F_Gamma_TruckHeavy","A3_Soft_F_Truck","A3_Soft_F_Heli_Car","A3_Soft_F_Heli_MRAP_01","A3_Soft_F_Heli_MRAP_02","A3_Soft_F_Heli_MRAP_03","A3_Soft_F_Heli_Quadbike","A3_Soft_F_Heli_SUV","A3_Soft_F_Heli_Truck","A3_Soft_F_Kart_Kart_01","A3_Static_F_Gamma_AA","A3_Static_F_Gamma_AT","A3_Structures_F_Mil_Scrapyard","A3_Structures_F_Wrecks","A3_Structures_F_EPA_Mil_Scrapyard","A3_Weapons_F_Bootcamp","A3_Weapons_F_Mark","A3_Weapons_F_Mark_LongRangeRifles_DMR_02","A3_Weapons_F_Mark_LongRangeRifles_DMR_03","A3_Weapons_F_Mark_LongRangeRifles_DMR_04","A3_Weapons_F_Mark_LongRangeRifles_DMR_05","A3_Weapons_F_Mark_LongRangeRifles_DMR_06","A3_Weapons_F_Mark_Machineguns_MMG_01","A3_Weapons_F_Mark_Machineguns_MMG_02","A3_epoch_language","A3_epoch_vehicles_1","A3_Air_F_EPC_Plane_Fighter_03","A3_Armor_F_AMV","A3_Armor_F_Marid","A3_Armor_F_EPC_MBT_01","A3_Armor_F_APC_Wheeled_03","A3_CargoPoses_F","A3_CargoPoses_F_Heli","A3_Soft_F_Crusher_UGV","A3_Soft_F_Bootcamp_Offroad_01","A3_Soft_F_Bootcamp_Quadbike","A3_Soft_F_Bootcamp_Truck","A3_Soft_F_Heli_Crusher_UGV","CUP_Core","CUP_StandaloneTerrains_Core","CUP_StandaloneTerrains_Core_Faction","CUP_StandaloneTerrains_Core_VehicleClass","CUP_Worlds","CUP_Worlds_Ambient","CUP_Worlds_Author","CUP_Worlds_Clutter","CUP_Worlds_ClutterDist","CUP_Worlds_Delete","CUP_Worlds_DisableInfiniteTerrain","CUP_Worlds_DustEffects","CUP_Worlds_EnvSounds","CUP_Worlds_FullDetailDist","CUP_Worlds_Grid","CUP_Worlds_Intros","CUP_Worlds_Lighting","CUP_Worlds_Lighting_Chernarus","CUP_Worlds_Lighting_Desert","CUP_Worlds_MapSize","CUP_Worlds_MidDetailTexture","CUP_Worlds_NoDetailDist","CUP_Worlds_PictureMap","CUP_Worlds_PictureShot","CUP_Worlds_Seabed","CUP_Worlds_SkyTexture","CUP_Worlds_StreetLamp","CUP_Worlds_Surfaces","CUP_Worlds_Water","A3_epoch_config","CUP_A1_EditorObjects","CUP_A2_EditorObjects","A3_epoch_code","A3_epoch_functions"];
+_whitelistPatches = ["A3Data","A3_BaseConfig_F","A3_Dubbing_Radio_F","A3_Functions_F","A3_Functions_F_EPA","A3_Functions_F_EPC","A3_Language_F_MP_Mark","A3_LanguageMissions_F_MP_Mark","Map_VR","A3_Map_VR_Scenes","CUP_A10_Data","CUP_Afghan_Data","CUP_Air2_Data","CUP_Air3_Data","CUP_Air_Data","CUP_Air_d_baf_Data","CUP_Air_e_Data","CUP_Air_pmc_Data","CUP_CA_animals2","CA_animals2","CUP_Animations_Data","CUP_Animations_Config","CUP_Bohemia_Data","CUP_Bootcamp_acr_Data","CUP_Buildings2_Data","CUP_Buildings2_Ind_Cementworks_Data","CUP_Buildings_Data","CUP_Ca_acr_Data","CUP_CA_Config","CAData","CUP_Ca_e_Data","CUP_Ca_pmc_Data","CUP_Characters2_Data","CUP_Chernarus_Data","CUP_Chernarus_Summer_Data","CUP_Cti_buildings_Data","CUP_CA_Data","CUP_CAData_ParticleEffects","CAData_ParticleEffects","CUP_Data_baf_Data","CUP_dbe1_data","CUP_Desert2_Data","CUP_Desert2_Objects","Desert2_Objects","CUP_Desert_Data","CUP_Desert_e_Data","CUP_Hotfix_Data","CUP_L39_Data","CUP_CALanguage","CALanguage","CUP_CALanguage_ACR","CALanguage_ACR","CUP_CALanguage_missions","CALanguage_missions","CUP_CALanguage_missions_e","CALanguage_missions_e","CUP_Misc3_Data","CUP_CAMisc","CUP_Misc_Data","CAMisc","CUP_Misc_acr_Data","CUP_Misc_e_Data","CUP_CA_MPA","CA_MPA","CUP_CA_Plants2_Clutter","CA_Plants2_Clutter","CUP_CAPlants","CAPlants","CUP_CA_Plants_E_Clutter","CA_Plants_E_Clutter","CUP_Provinggrounds_pmc_Data","CUP_CARoads2","CARoads2","CUP_CARoads2Dam","CARoads2Dam","CUP_CARoads","CARoads","CUP_CARoads_E","CARoads_E","CUP_CARoads_PMC","CARoads_PMC","CUP_CARocks2","CARocks2","CUP_CARocks","CARocks","CUP_CARocks_E","CARocks_E","CUP_Sara_Data","CUP_Saralite_Data","CUP_Shapur_baf_Data","CUP_CASigns","CASigns","CUP_CASigns_E","CASigns_E","CUP_Sounds_Data","CUP_Sounds_Config","CASounds","CUP_Sounds_e_Data","CUP_Structures_Data","CUP_pond_test","pond_test","CUP_Structures_e_Data","CUP_Structures_pmc_Data","CUP_Takistan_Data","CUP_Tracked2_Data","CUP_Tracked_Data","CUP_Tracked_e_Data","CUP_CAFonts","CAFonts","CUP_Utes_Data","CUP_Water2_Data","CUP_Water_Data","CUP_Weapons2_Data","CUP_Weapons_Data","CUP_Weapons_e_Data","CUP_Weapons_pmc_Data","CUP_Wheeled2_Data","CUP_Wheeled_Data","CUP_Wheeled_e_Data","CUP_Zargabad_Data","CUP_A1AlwaysDummy","CAVideo2_PMC","CA_AnimsHotfix","CA_CutSceneAnims","CAIntroAnims","CAUSMCD","CAVoice","CAweapons3_aks74pso","CAWeapons3_ammocrates","CAweapons3_ksvk","CAweapons3_m107","CAweapons3_m16a4_acg_gl","CAweapons3_m16a4_acg","CAweapons3_m16a4_gl","CAweapons3_m16a4","CAWeapons3","CTI_buildingsBmp2_hq","CTI_buildingsM113_hq","DSHkM_Mini","M2HD_Mini","MK19_Tripod","Warfare","WarfareBuildings_Stinger_Twice_static","WarfareBuildings_T72_RACS","WarfareBuildings_TOW_Tripod","CUP_AiA_compat","AiA_A1AlwaysDummy","AiA_Afghan_Config","AiA_Afghan_Data","AiA_BaseConfig_F","AiA_Bohemia_Config","AiA_Bohemia_Data","AiA_Bootcamp_acr_Config","AiA_Bootcamp_acr_Data","AiA_Buildings_Config","AiA_Buildings_Data","AiA_Buildings2_Config","AiA_Buildings2_Data","AiA_Buildings2_Ind_Cementworks_Config","AiA_Buildings2_Ind_Cementworks_Data","AiA_Ca_acr_Config","AiA_Ca_acr_Data","AiA_CA_Config","AiA_CA_Config_Data_ParticleEffects","AiA_CA_Data","AiA_Ca_e_Config","AiA_Ca_e_Data","AiA_Ca_pmc_Config","AiA_Ca_pmc_Data","AiA_CBA_A2_xeh_Dummy","AiA_CBA_OA_xeh_Dummy","AiA_cba_xeh_a2_Dummy","AiA_cba_xeh_oa_Dummy","AiA_Chernarus_Config","AiA_Chernarus_Data","AiA_Chernarus_Summer_Config","AiA_Chernarus_Summer_Data","AiA_Core","AiA_Cti_buildings_Config","AiA_Cti_buildings_Data","AiA_Data_baf_Config","AiA_Data_baf_Data","AiA_Desert_Config","AiA_Desert_Data","AiA_Desert_e_Config","AiA_Desert_e_Data","AiA_Desert2_Config","AiA_Desert2_Data","AiA_Hotfix_Config","AiA_Hotfix_Data","AiA_Language_acr_Config","AiA_Language_acr_Data","AiA_Language_baf_Config","AiA_Language_baf_Data","AiA_Language_e_Config","AiA_Language_e_Data","AiA_Language_pmc_Config","AiA_Language_pmc_Data","AiA_Languagemissions_acr_Config","AiA_Languagemissions_acr_Data","AiA_Languagemissions_baf_Config","AiA_Languagemissions_baf_Data","AiA_Languagemissions_pmc_Config","AiA_Languagemissions_pmc_Data","AiA_Misc_acr_Config","AiA_Misc_acr_Data","AiA_Misc_Config","AiA_Misc_Data","AiA_Misc_e_Config","AiA_Misc_e_Data","AiA_Misc2_Config","AiA_Misc2_Data","AiA_Misc3_Config","AiA_Misc3_Data","AiA_Models_DBE1_Config","AiA_Models_DBE1_Data","AiA_Plants_Config","AiA_Plants_Data","AiA_Plants_e_Config","AiA_Plants_e_Data","AiA_Plants_e2_Config","AiA_Plants_e2_Data","AiA_Plants_pmc_Config","AiA_Plants_pmc_Data","AiA_Plants2_Bush_Config","AiA_Plants2_Bush_Data","AiA_Plants2_Clutter_Config","AiA_Plants2_Clutter_Data","AiA_Plants2_Misc_Config","AiA_Plants2_Misc_Data","AiA_Plants2_Plant_Config","AiA_Plants2_Plant_Data","AiA_Plants2_Tree_Config","AiA_Plants2_Tree_Data","AiA_Provinggrounds_pmc_Config","AiA_Provinggrounds_pmc_Data","AiA_Roads_Config","AiA_Roads_Data","AiA_Roads_e_Config","AiA_Roads_e_Data","AiA_Roads_pmc_Config","AiA_Roads_pmc_Data","AiA_Roads2_Config","AiA_Roads2_Data","AiA_Rocks_Config","AiA_Rocks_Data","AiA_Rocks_e_Config","AiA_Rocks_e_Data","AiA_Rocks2_Config","AiA_Rocks2_Data","AiA_Sara_Config","AiA_Sara_Data","AiA_Sara_dbe1_Config","AiA_Sara_dbe1_Data","AiA_Saralite_Config","AiA_Saralite_Data","AiA_Shapur_baf_Config","AiA_Shapur_baf_Data","AiA_Signs_Config","AiA_Signs_Data","AiA_Signs_e_Config","AiA_Signs_e_Data","AiA_Signs2_Config","AiA_Signs2_Data","AiA_Sounds_Config","AiA_Sounds_Data","AiA_StandaloneTerrainPack_Core","AiA_StandaloneTerrains_Core","AiA_Structures_Config","AiA_Structures_Data","AiA_Structures_e_Config","AiA_Structures_e_Data","AiA_Structures_pmc_Config","AiA_Structures_pmc_Data","AiA_Takistan_Config","AiA_Takistan_Data","AiA_Ui_Config","AiA_Ui_Data","AiA_Utes_Config","AiA_Utes_Data","AiA_Water_Config","AiA_Water_Data","AiA_Water2_Config","AiA_Water2_Data","AiA_Weapons_Config","AiA_Weapons_Data","AiA_Weapons_e_Config","AiA_Weapons_e_Data","AiA_Weapons_pmc_Config","AiA_Weapons_pmc_Data","AiA_Weapons2_Config","AiA_Weapons2_Data","AiA_Wheeled_Config","AiA_Wheeled_Data","AiA_Wheeled_e_Config","AiA_Wheeled_e_Data","AiA_Wheeled2_Config","AiA_Wheeled2_Data","AiA_Worlds","AiA_Worlds_Ambient","AiA_Worlds_Author","AiA_Worlds_Clutter","AiA_Worlds_ClutterDist","AiA_Worlds_Delete","AiA_Worlds_DisableInfiniteTerrain","AiA_Worlds_DustEffects","AiA_Worlds_EnvSounds","AiA_Worlds_FullDetailDist","AiA_Worlds_Grid","AiA_Worlds_Intros","AiA_Worlds_Lighting","AiA_Worlds_Lighting_Chernarus","AiA_Worlds_Lighting_Desert","AiA_Worlds_MapSize","AiA_Worlds_MidDetailTexture","AiA_Worlds_NoDetailDist","AiA_Worlds_Seabed","AiA_Worlds_SkyTexture","AiA_Worlds_StreetLamp","AiA_Worlds_Surfaces","AiA_Worlds_Water","AiA_Zargabad_Config","AiA_Zargabad_Data","CUP_StandaloneTerrains_Dummy","CA_ACR","CA_Animals2_Anim_Config","CA_Anims_Char","CA_Anims_E_Wmn","CA_E","CA_PMC","CAAir","CACharacters","CATracked","CAWater","CAWater2","CAWater2_seafox","CAWeapons","CAWeapons_Warfare_weapons","CAWheeled","CAWheeled_E","CAWheeled2","6G30_DBE1","Arma2_Ka52","BI_SRRS","CA_AH64D","CA_AIR_E_MQ9PredatorB","CA_AIR_E_Su25","CA_AIR2_Su25","CA_Animals_E","CA_Animals2_Chicken","CA_Animals2_Cow","CA_Animals2_Dogs","CA_Animals2_Dogs_Fin","CA_Animals2_Dogs_Pastor","CA_Animals2_Goat","CA_Animals2_Rabbit","CA_Animals2_Sheep","CA_Animals2_WildBoar","CA_Anims","CA_Anims_E","CA_Anims_E_Sdr","CA_Anims_Sdr","CA_Anims_Wmn","CA_CommunityConfigurationProject_E","CA_CruiseMissile","CA_Dubbing","CA_Dubbing_Baf","CA_Dubbing_Counterattack","CA_Dubbing_E","CA_Dubbing_PMC","CA_DubbingRadio_E","CA_DubbingRadio_PMC","CA_E_ParticleEffects","CA_Editor","CA_HC_Sounds","CA_Heads","CA_HighCommand","CA_L39","CA_Missions","CA_Missions_AlternativeInjurySimulation","CA_Missions_AmbientCombat","CA_Missions_Armory1","CA_Missions_Armory2","CA_Missions_BAF","CA_Missions_BAF_2","CA_Missions_BAF_Templates_SecOps","CA_Missions_BattlefieldClearance","CA_Missions_E","CA_Missions_E_Armory2","CA_Missions_E_SecOps","CA_Missions_E_Templates_SecOps","CA_Missions_FirstAidSystem","CA_Missions_GarbageCollector","CA_Missions_PMC","CA_Missions_SecOps","CA_Missions_Templates_SecOps","CA_Missions2_PMC","CA_Modules","CA_Modules_Alice","CA_Modules_Animals","CA_Modules_ARTY","CA_Modules_clouds","CA_Modules_Coin","CA_Modules_DynO","CA_Modules_E","CA_Modules_E_DynO","CA_Modules_E_Jukebox","CA_Modules_E_OO","CA_Modules_E_UAV","CA_Modules_E_UAV_Heli","CA_Modules_E_Weather","CA_Modules_Functions","CA_Modules_Marta","CA_Modules_PMC","CA_Modules_PMC_SimpleFIrstAid","CA_Modules_Silvie","CA_Modules_StratLayer","CA_Modules_UAV","CA_Modules_ZoRA","CA_MPA_Challenges","CA_MPA_Core","CA_MPA_MP","CA_MPA_Scenarios","CA_Sounds_Baf","CA_SoundsMissions_E","CA_Support","CAA10","CAAir_BAF","CAAir_BAF_CH_47F","CAAir_E","CAAir_E_A10","CAAir_E_AH64D","CAAir_E_AH6J","CAAir_E_An2","CAAir_E_C130J","CAAir_E_CH_47F","CAAir_E_Halo","CAAir_E_Mi24","CAAir_E_MI8","CAAir_E_UH1H_EP1","CAAir_E_UH60M","CAAir_PMC","CAAir_PMC_KA137","CAAir_PMC_KA60","CAAir2","CAAir2_C130J","CAAir2_ChukarTarget","CAAir2_F35B","CAAir2_MQ9PredatorB","CAAir2_MV22","CAAir2_Pchela1T","CAAir2_UH1Y","CAAir3","CAAir3_Su34","CAAnimals","CACharacters_BAF","CACharacters_BAF_Head","CACharacters_E","CACharacters_E_Head","CACharacters_PMC","CACharacters_PMC_Head","CACharacters_W_BAF","CACharacters2","CAMisc_fix","CAMisc_fix_A2FREE","CAMisc_fix_air","CAMisc_fix_Ch2","CAMisc_fix_Str","CAMisc_fix_Weap","CAMusic","CAMusic_E","CAMusic_PMC","CASounds_E","CASounds_Missions","CATracked_BAF","CATracked_E","CATracked_E_BMP2","CATracked_E_M1_Abrams","CATracked_E_M113","CATracked_E_M2A2_Bradley","CATracked_E_T34","CATracked_E_T55","CATracked_E_T72","CATracked_E_us_m270mlrs","CATracked_E_ZSU","CATracked_W_BAF","CATracked2","CATracked2_2S6M_Tunguska","CATracked2_AAV","CATracked2_BMP3","CATracked2_T34","CATracked2_T90","CATracked2_us_m270mlrs","CAWater2_Destroyer","CAWater2_fishing_boat","CAWater2_Fregata","CAWater2_smallboat_1","CAWeapons_2b14_82mm_Mortar","CAWeapons_AK","CAWeapons_AmmoBoxes","CAWeapons_BAF","CAWeapons_bizon","CAWeapons_Colt1911","CAWeapons_DMR","CAWeapons_E","CAWeapons_E_AGS","CAWeapons_E_AK","CAWeapons_E_AmmoBoxes","CAWeapons_E_Colt1911","CAWeapons_E_D30","CAWeapons_E_DSHKM","CAWeapons_E_FIM92_static","CAWeapons_E_fnfal","CAWeapons_E_G36","CAWeapons_E_GrenadeLauncher","CAWeapons_E_Igla","CAWeapons_E_Javelin","CAWeapons_E_KORD","CAWeapons_E_ksvk","CAWeapons_E_LeeEnfield","CAweapons_E_m107","CAWeapons_E_M110","CAWeapons_E_M119_Howitzer","CAWeapons_E_M136","CAWeapons_E_M14","CAWeapons_E_M16","CAWeapons_E_M240","CAWeapons_E_M252_81mm_Mortar","CAWeapons_E_M2StaticMG","CAWeapons_E_M47","CAWeapons_E_M9","CAWeapons_E_MAAWS","CAWeapons_E_Makarov","CAWeapons_E_Metis","CAWeapons_E_Mk19_MiniTriPod","CAWeapons_E_PK","CAWeapons_E_Podnos_2b14_82mm","CAWeapons_E_RPG18","CAWeapons_E_RPG7","CAWeapons_E_scar","CAWeapons_E_Searchlight","CAWeapons_E_SPG9","CAWeapons_E_STATIC","CAWeapons_E_Stinger","CAWeapons_E_Strela","CAWeapons_E_TOW","CAWeapons_E_ZU23","CAWeapons_Kord","CAweapons_ksvk","CAWeapons_M1014","CAweapons_m107","CAWeapons_M252_81mm_Mortar","CAWeapons_Metis_AT_13","CAWeapons_PMC","CAWeapons_PMC_AA_12","CAWeapons_PMC_AS50","CAWeapons_PMC_XM8","CAWeapons_Saiga12K","CAWeapons_SPG9","CAWeapons_VSS_vintorez","CAWeapons_ZU23","CAWeapons2","CAWeapons2_HuntingRifle","CAWeapons2_RPG18","CAWeapons2_SMAW","CAWheeled_D_BAF","CAWheeled_E_ATV","CAWheeled_E_BRDM2","CAWheeled_E_BTR40","CAWheeled_E_BTR60","CAWheeled_E_HMMWV","CAWheeled_E_Ikarus","CAWheeled_E_LADA","CAWheeled_E_LandRover","CAWheeled_E_M1030","CAWheeled_E_MTVR","CAWheeled_E_Offroad","CAWheeled_E_Old_bike","CAWheeled_E_Old_moto","CAWheeled_E_Pickup","CAWheeled_E_s1203","CAWheeled_E_SCUD","CAWheeled_E_stryker","CAWheeled_E_SUV","CAWheeled_E_TT650","CAWheeled_E_UAZ","CAWheeled_E_Ural","CAWheeled_E_V3S","CAWheeled_E_Volha","CAWheeled_Offroad","CAWheeled_Pickup","CAWheeled_PMC","CAWheeled_PMC_ArmoredSUV","CAWheeled_W_BAF","CAWheeled2_BTR90","CAWheeled2_GAZ39371","CAWheeled2_HMMWV_Ambulance","CAWheeled2_HMMWV_BASE","CAWheeled2_Ikarus","CAWheeled2_Kamaz","CAWheeled2_LADA","CAWheeled2_LAV25","CAWheeled2_M1114_Armored","CAWheeled2_M998A2_Avenger","CAWheeled2_MMT","CAWheeled2_MTVR","CAWheeled2_TowingTractor","CAWheeled2_V3S","CAWheeled2_VWGolf","CAWheeled3","CAWheeled3_M1030","CAWheeled3_TT650","Datsun_armed_DBE1","DBE1","DBE1_UI","DC3_DBE1","HALO_Test","Hilux_armed_DBE1","Warfare2","Warfare2_E","Warfare2Vehicles","CUP_Models_DBE1_Data","CUP_Anims_DBE1","Anims_DBE1","CUP_HMMWV_DBE1","HMMWV_DBE1","CUP_Mercenary_DBE1","Mercenary_DBE1","CUP_Misc_DBE1","Misc_DBE1","CUP_Music_DBE1","Music_DBE1","CUP_NPCs_DBE1","NPCs_DBE1","CUP_ploty_DBE1","ploty_DBE1","CUP_Prisoners_DBE1","Prisoners_DBE1","CUP_Roads_DBE1","Roads_DBE1","CUP_UH60Desert","UH60Desert","CUP_Sara_dbe1_Data","CUP_TKOH_Dummy","HSim_Data_H","HSim_Data_H_data_ParticleEffects","HSim_Data_H_data_ParticleEffects_rotor_blades","HSim_Dubbing_H","HSim_DubbingRadio_H","HSim_Editor_H","Intro_Island_H","HSim_Missions_H","HSim_ModulesCore_H","HSim_ModulesCore_H_AmbientCombat","HSim_ModulesCore_H_DynO","HSim_ModulesCore_H_Functions","HSim_ModulesCore_H_GarbageCollector","HSim_ModulesCore_H_Functions_E","HSim_ModulesCore_H_OO","HSim_ModulesCore_H_Functions_PMC","HSim_Music_H","HSim_Sounds_H","South_Asia_H","HSim_UIFonts_H","United_States_H","HSim_Animals_H","HSim_Animals_H_Anim_Config","HSim_Animals_H_Dog","HSim_Characters_H_Faces","HSim_Characters_H_Heads","HSim_Modules_H","HSim_UI_H","HSim_Weapons_H","HSim_Weapons_H_AK47","HSim_Weapons_H_DShKM","HSim_Weapons_H_Glock","HSim_Weapons_H_HandItems","HSim_Weapons_H_M16","HSim_Weapons_US_H","HSim_Characters_H","HSim_Characters_US_H","HSim_Missions_H_FreeFlight","HSim_Functions_Base_H","HSim_Water_H","HSim_Water_H_Civ_FishingBoat_Large","HSim_Water_H_Civ_Jetboat","HSim_Water_H_Civ_Yacht","HSim_Water_H_Container_Ship","HSim_Water_H_Cruise_Ship","HSim_Water_H_Destroyer","HSim_Water_H_Fishing_Boat","HSim_Water_H_Fregata","HSim_Water_H_LHD","HSim_Water_H_Oil_tanker","HSim_Water_H_Rubber_Boat","HSim_Water_H_Whales","HSim_Water_H_Whales_GreyWhale","HSim_Water_H_Whales_Whale1","HSim_Weapons_H_IGLA","HSim_Weapons_US_H_M2","HSim_Wheeled_H","HSim_Wheeled_H_Ambulance","HSim_Wheeled_H_FireTruck","HSim_Wheeled_H_Hatchback","HSim_Wheeled_H_Military_Offroad_LR","HSim_Wheeled_H_Military_Pickup_DSHKM","HSim_Wheeled_H_Offroad","HSim_Wheeled_H_Police_Car","HSim_Wheeled_H_TowingTractor","HSim_Wheeled_H_Tractor","HSim_Wheeled_H_Trailers","HSim_Wheeled_H_Truck_Light_Transport","HSim_Wheeled_H_Ural","HSim_Wheeled_H_Van_Passenger","HSim_Wheeled_US_H","HSim_Wheeled_US_H_Military_Offroad","HSim_Wheeled_US_H_Military_Truck","HSim_Wheeled_US_H_Pickup_01","HSim_Wheeled_US_H_Pickup_02","HSim_Wheeled_US_H_SUV","HSim_Wheeled_US_H_Truck_US_Type","HSim_Air_H","HSim_Air_H_Aircraft_A","HSim_Air_H_Aircraft_C","HSim_Air_H_Aircraft_D","HSim_Air_H_Aircraft_E_H","HSim_Air_H_Airliner_A","HSim_Air_H_Airliner_B","HSim_Air_H_Parachute","HSim_Air_US_H","HSim_Air_US_H_Helicopters_Heavy","HSim_Air_US_H_Helicopters_Light","HSim_Air_US_H_Helicopters_Medium","HSim_Misc_H","HSim_Misc_H_Antena","HSim_Misc_H_Barels","HSim_Misc_H_Bleacher","HSim_Misc_H_BoardsPack","HSim_Misc_H_CncBlock","HSim_Misc_H_Doghouse","HSim_Misc_H_Engine_Crane","HSim_Misc_H_Fence","HSim_Misc_H_Fire_Extinguisher","HSim_Misc_H_Fire_Suppression","HSim_Misc_H_First_Aid","HSim_Misc_H_Flagpole","HSim_Misc_H_Folding_Ladder","HSim_Misc_H_FuelCan","HSim_Misc_H_Heliport_Furniture","HSim_Misc_H_Helicopter_Parts","HSim_Misc_H_Helipads","HSim_Misc_H_Heliport_Objects","HSim_Misc_H_Helpers","HSim_Misc_H_Info_Board","HSim_Misc_H_Infostands","HSim_Misc_H_Inspection_Visuals","HSim_Misc_H_Interior","HSim_Misc_H_Loudspeakers","HSim_Misc_H_Market","HSim_Misc_H_Office_Objects","HSim_Misc_H_Perimeter_Ligh","HSim_Misc_H_Pike","HSim_Misc_H_Platform_Cart","HSim_Misc_H_Portable_Generator","HSim_Misc_H_Props","HSim_Misc_H_SawHorse","HSim_Misc_H_Shooting_Range","HSim_Misc_H_Signs","HSim_Misc_H_Sink","HSim_Misc_H_Targets","HSim_Misc_H_Tent","HSim_Misc_H_Toilet","HSim_Misc_H_Tools","HSim_Misc_H_Tools_Racking","HSim_Misc_H_Trash","HSim_Misc_H_Weather_Station","HSim_Misc_H_Weld_Gastank","HSim_Misc_H_Wheel_Chocks","HSim_Misc_H_Wheeled_Scaffolding","HSim_Misc_H_wheeled_tool_cart","HSim_Misc_H_Wheeled_Whiteboard","HSim_Misc_H_Winch","HSim_Misc_H_Windsock","HSim_Misc_H_Workbench","HSim_Misc_H_Wrecks","HSim_Structures_H","HSim_Structures_H_Airport_Papi","HSim_Structures_H_Harbour","HSim_Structures_H_Heliports_Heliport_Big","HSim_Structures_H_Heliports_Heliport_Small","HSim_Structures_H_Industrial_A_CraneCon","HSim_Structures_H_Industrial_Rooftop_Objects","HSim_Structures_US_H","HSim_Structures_US_H_Bld_US","HSim_Structures_US_H_Landmarks_Space_Needle","HSim_Tracked_H","HSim_Tracked_H_BMP2","HSim_Tracked_US_H","HSim_Tracked_US_H_M1A2","HSim_Tracked_US_H_MLRS","HSim_Data_H_EditorGroups","HSim_Anims_H","HSim_Anims_H_config_sdr","HSim_Anims_H_config_wmn","CUP_Hsim_Language_H","Hsim_Language_H","CUP_Hsim_Language_missions_H","Hsim_Language_missions_H","a3_epoch_community","A3_epoch_assets_1","epoch_objects","A3_epoch_assets_3","A3_epoch_vehicles","a3_epoch_weapons","A3_Data_F","A3_Data_F_Hook","A3_Data_F_ParticleEffects","A3_Data_F_Bootcamp","A3_Data_F_Exp_A","A3_Data_F_Kart_ParticleEffects","A3_Data_F_Mark","A3_Editor_F","A3_Functions_F_Bootcamp","A3_Functions_F_Curator","A3_Functions_F_Exp_A","A3_Functions_F_Heli","A3_Functions_F_Mark","A3_Functions_F_MP_Mark","A3_Language_F","A3_Language_F_Beta","A3_Language_F_Curator","A3_Language_F_EPA","A3_Language_F_EPB","A3_Language_F_EPC","A3_Language_F_Gamma","A3_Language_F_Heli","A3_Language_F_Kart","A3_Language_F_Mark","A3_LanguageMissions_F","A3_LanguageMissions_F_Beta","A3_LanguageMissions_F_Gamma","A3_LanguageMissions_F_Kart","A3_Misc_F","A3_Misc_F_Helpers","A3_Modules_F","A3_Modules_F_DynO","A3_Modules_F_Effects","A3_Modules_F_Events","A3_Modules_F_GroupModifiers","A3_Modules_F_HC","A3_Modules_F_Intel","A3_Modules_F_LiveFeed","A3_Modules_F_Marta","A3_Modules_F_Misc","A3_Modules_F_Multiplayer","A3_Modules_F_ObjectModifiers","A3_Modules_F_Sites","A3_Modules_F_Skirmish","A3_Modules_F_StrategicMap","A3_Modules_F_Supports","A3_Modules_F_UAV","A3_Modules_F_Beta","A3_Modules_F_Beta_FiringDrills","A3_Modules_F_EPB","A3_Modules_F_EPB_Misc","A3_Modules_F_Heli","A3_Modules_F_Heli_SpawnAi","A3_Modules_F_Mark","A3_Modules_F_Mark_FiringDrills","A3_Modules_F_MP_Mark","A3_Modules_F_Mark_Objectives","A3_Music_F","A3_Music_F_Bootcamp","A3_Music_F_EPA","A3_Music_F_EPB","A3_Music_F_EPC","A3_Music_F_Heli","A3_Music_F_Mark","A3_Roads_F","A3_Rocks_F","A3_Sounds_F","A3_Sounds_F_Bootcamp","A3_Sounds_F_EPB","A3_Sounds_F_EPC","A3_Sounds_F_Exp_A","A3_Structures_F","A3_Structures_F_Bridges","A3_Structures_F_Civ","A3_Structures_F_Civ_Accessories","A3_Structures_F_Civ_Ancient","A3_Structures_F_Civ_BellTowers","A3_Structures_F_Civ_Calvaries","A3_Structures_F_Civ_Camping","A3_Structures_F_Civ_Chapels","A3_Structures_F_Civ_Constructions","A3_Structures_F_Civ_Dead","A3_Structures_F_Civ_Garbage","A3_Structures_F_Civ_Graffiti","A3_Structures_F_Civ_InfoBoards","A3_Structures_F_Civ_Kiosks","A3_Structures_F_Civ_Lamps","A3_Structures_F_Civ_Market","A3_Structures_F_Civ_Offices","A3_Structures_F_Civ_Pavements","A3_Structures_F_Civ_PlayGround","A3_Structures_F_Civ_SportsGrounds","A3_Structures_F_Civ_Statues","A3_Structures_F_Civ_Tourism","A3_Structures_F_Dominants","A3_Structures_F_Dominants_Amphitheater","A3_Structures_F_Dominants_Castle","A3_Structures_F_Dominants_Church","A3_Structures_F_Dominants_Hospital","A3_Structures_F_Dominants_Lighthouse","A3_Structures_F_Dominants_WIP","A3_Structures_F_Furniture","A3_Structures_F_Households","A3_Structures_F_Households_Addons","A3_Structures_F_Households_House_Big01","A3_Structures_F_Households_House_Big02","A3_Structures_F_Households_House_Shop01","A3_Structures_F_Households_House_Shop02","A3_Structures_F_Households_House_Small01","A3_Structures_F_Households_House_Small02","A3_Structures_F_Households_House_Small03","A3_Structures_F_Households_Slum","A3_Structures_F_Households_Stone_Big","A3_Structures_F_Households_Stone_Shed","A3_Structures_F_Households_Stone_Small","A3_Structures_F_Households_WIP","A3_Structures_F_Ind","A3_Structures_F_Ind_AirPort","A3_Structures_F_Ind_Cargo","A3_Structures_F_Ind_CarService","A3_Structures_F_Ind_ConcreteMixingPlant","A3_Structures_F_Ind_Crane","A3_Structures_F_Ind_DieselPowerPlant","A3_Structures_F_Ind_Factory","A3_Structures_F_Ind_FuelStation","A3_Structures_F_Ind_FuelStation_Small","A3_Structures_F_Ind_Pipes","A3_Structures_F_Ind_PowerLines","A3_Structures_F_Ind_ReservoirTank","A3_Structures_F_Ind_Shed","A3_Structures_F_Ind_SolarPowerPlant","A3_Structures_F_Ind_Tank","A3_Structures_F_Ind_Transmitter_Tower","A3_Structures_F_Ind_WavePowerPlant","A3_Structures_F_Ind_Windmill","A3_Structures_F_Ind_WindPowerPlant","A3_Structures_F_Items","A3_Structures_F_Items_Documents","A3_Structures_F_Items_Electronics","A3_Structures_F_Items_Cans","A3_Structures_F_Items_Gadgets","A3_Structures_F_Items_Luggage","A3_Structures_F_Items_Medical","A3_Structures_F_Items_Military","A3_Structures_F_Items_Stationery","A3_Structures_F_Items_Tools","A3_Structures_F_Items_Valuables","A3_Structures_F_Items_Vessels","A3_Structures_F_Mil","A3_Structures_F_Mil_BagBunker","A3_Structures_F_Mil_BagFence","A3_Structures_F_Mil_Barracks","A3_Structures_F_Mil_Bunker","A3_Structures_F_Mil_Cargo","A3_Structures_F_Mil_Flags","A3_Structures_F_Mil_Fortification","A3_Structures_F_Mil_Helipads","A3_Structures_F_Mil_Offices","A3_Structures_F_Mil_Radar","A3_Structures_F_Mil_Shelters","A3_Structures_F_Mil_TentHangar","A3_Structures_F_Naval","A3_Structures_F_Naval_Buoys","A3_Structures_F_Naval_Fishing","A3_Structures_F_Naval_Piers","A3_Structures_F_Naval_RowBoats","A3_Structures_F_Research","A3_Structures_F_System","A3_Structures_F_Training","A3_Structures_F_Training_InvisibleTarget","A3_Structures_F_Walls","A3_Structures_F_Bootcamp_Ind_Cargo","A3_Structures_F_Bootcamp_Items_Sport","A3_Structures_F_Bootcamp_System","A3_Structures_F_Bootcamp_Training","A3_Structures_F_Bootcamp_VR_Blocks","A3_Structures_F_Bootcamp_VR_CoverObjects","A3_Structures_F_Bootcamp_VR_Helpers","A3_Structures_F_EPA_Civ_Camping","A3_Structures_F_EPA_Civ_Constructions","A3_Structures_F_EPA_Items_Electronics","A3_Structures_F_EPA_Items_Food","A3_Structures_F_EPA_Items_Medical","A3_Structures_F_EPA_Items_Tools","A3_Structures_F_EPA_Items_Vessels","A3_Structures_F_EPA_Walls","A3_Structures_F_EPB_Civ_Accessories","A3_Structures_F_EPB_Civ_Camping","A3_Structures_F_EPB_Civ_Dead","A3_Structures_F_EPB_Civ_Garbage","A3_Structures_F_EPB_Civ_Graffiti","A3_Structures_F_EPB_Civ_PlayGround","A3_Structures_F_EPB_Furniture","A3_Structures_F_EPB_Items_Documents","A3_Structures_F_EPB_Items_Luggage","A3_Structures_F_EPB_Items_Military","A3_Structures_F_EPB_Items_Vessels","A3_Structures_F_EPB_Naval_Fishing","A3_Structures_F_EPC_Civ_Accessories","A3_Structures_F_EPC_Civ_Camping","A3_Structures_F_EPC_Civ_Garbage","A3_Structures_F_EPC_Civ_InfoBoards","A3_Structures_F_EPC_Civ_Kiosks","A3_Structures_F_EPC_Civ_PlayGround","A3_Structures_F_EPC_Civ_Tourism","A3_Structures_F_EPC_Dominants_GhostHotel","A3_Structures_F_EPC_Dominants_Stadium","A3_Structures_F_EPC_Furniture","A3_Structures_F_EPC_Items_Documents","A3_Structures_F_EPC_Items_Electronics","A3_Structures_F_EPC_Walls","A3_Structures_F_Exp_A","A3_Structures_F_Exp_A_VR_Blocks","A3_Structures_F_Exp_A_VR_Helpers","A3_Structures_F_Heli_Civ_Accessories","A3_Structures_F_Heli_Civ_Constructions","A3_Structures_F_Heli_Civ_Garbage","A3_Structures_F_Heli_Civ_Market","A3_Structures_F_Heli_Furniture","A3_Structures_F_Heli_Ind_AirPort","A3_Structures_F_Heli_Ind_Cargo","A3_Structures_F_Heli_Ind_Machines","A3_Structures_F_Heli_Items_Airport","A3_Structures_F_Heli_Items_Luggage","A3_Structures_F_Heli_Items_Sport","A3_Structures_F_Heli_Items_Tools","A3_Structures_F_Heli_VR_Helpers","A3_Structures_F_Kart_Civ_SportsGrounds","A3_Structures_F_Kart_Mil_Flags","A3_Structures_F_Mark_Items_Military","A3_Structures_F_Mark_Items_Sport","A3_Structures_F_Mark_Mil_Flags","A3_Structures_F_Mark_Training","A3_Structures_F_Mark_VR_Helpers","A3_Structures_F_Mark_VR_Shapes","A3_Structures_F_Mark_VR_Targets","A3_UIFonts_F","CUP_Buildings_Config","CABuildings","CUP_CABuildings_Misc","CABuildings_Misc","CUP_Desert2_Buildings","Desert2_Buildings","CUP_CA_desert2_Characters","CA_desert2_Characters","CUP_Desert_Config","Desert","CUP_DBE1_Hotfix","DBE1_Hotfix","CUP_CALanguage_e","CALanguage_e","CUP_CALanguage_PMC","CALanguage_PMC","CUP_CALanguage_missions_PMC","CALanguage_missions_PMC","CUP_CAWater2_seafox_EP1","CAWater2_seafox_EP1","CUP_CA_Plants2","CA_Plants2","CUP_CA_Plants2_Plant","CA_Plants2_Plant","CUP_CA_Plants2_Tree","CA_Plants2_Tree","CUP_CA_Plants_E2","CA_Plants_E2","CUP_CA_Plants_E","CA_Plants_E","CUP_CA_Plants_E_Misc","CA_Plants_E_Misc","CUP_CA_Plants_E_Plant","CA_Plants_E_Plant","CUP_CA_Plants_E_Tree","CA_Plants_E_Tree","CUP_Sara_Config","Sara","CUP_Saralite_Config","SaraLite","CUP_CASigns2","CASigns2","CUP_Structures_Config","CAStructures","CUP_CAStructures_A_BuildingWIP","CAStructures_A_BuildingWIP","CUP_CAStructures_A_CraneCon","CAStructures_A_CraneCon","CUP_CAStructuresLand_A_MunicipalOffice","CAStructuresLand_A_MunicipalOffice","CUP_CAStructuresBarn_W","CAStructuresBarn_W","CUP_CAStructures_Castle","CAStructures_Castle","CUP_CAStructuresHouse","CAStructuresHouse","CUP_CAStructuresHouse_A_FuelStation","CAStructuresHouse_A_FuelStation","CUP_CAStructuresHouse_A_Hospital","CAStructuresHouse_A_Hospital","CUP_CAStructuresHouse_A_Office01","CAStructuresHouse_A_Office01","CUP_CAStructuresHouse_A_Office02","CAStructuresHouse_A_Office02","CUP_CAStructuresHouse_a_stationhouse","CAStructuresHouse_a_stationhouse","CUP_CAStructuresHouse_Church_02","CAStructuresHouse_Church_02","CUP_CAStructuresHouse_Church_03","CAStructuresHouse_Church_03","CUP_CAStructuresHouse_Church_05R","CAStructuresHouse_Church_05R","CUP_CAStructuresHouse_HouseBT","CAStructuresHouse_HouseBT","CUP_CAStructuresHouse_HouseV2","CAStructuresHouse_HouseV2","CUP_CAStructuresHouse_HouseV","CAStructuresHouse_HouseV","CUP_CAStructuresLand_Ind_Stack_Big","CAStructuresLand_Ind_Stack_Big","CUP_CAStructures_IndPipe1","CAStructures_IndPipe1","CUP_CAStructuresInd_Quarry","CAStructuresInd_Quarry","CUP_Ind_SawMill","Ind_SawMill","CUP_CAStructures_Mil","CAStructures_Mil","CUP_CAStructures_Misc","CAStructures_Misc","CUP_CAStructures_Misc_Armory","CAStructures_Misc_Armory","CUP_CAStructures_Misc_Armory_Armor_Popuptarget","CAStructures_Misc_Armory_Armor_Popuptarget","CUP_CAStructures_Misc_Powerlines","CAStructures_Misc_Powerlines","CUP_CAStructures_Nav","CAStructures_Nav","CUP_CAStructuresLand_Nav_Boathouse","CAStructuresLand_Nav_Boathouse","CUP_CAStructures_Proxy_BuildingParts","CAStructures_Proxy_BuildingParts","CUP_CAStructures_Proxy_Ruins","CAStructures_Proxy_Ruins","CUP_CAStructures_Rail","CAStructures_Rail","CUP_CAStructuresHouse_rail_station_big","CAStructuresHouse_rail_station_big","CUP_CAStructures_Ruins","CAStructures_Ruins","CUP_CAStructuresShed_Small","CAStructuresShed_Small","CUP_CAStructuresHouse_Shed_Ind","CAStructuresHouse_Shed_Ind","CUP_CAStructures_Wall","CAStructures_Wall","CUP_CAUI","CAUI","CUP_CAWater2_LHD","CAWater2_LHD","CUP_Models_DBE1_Config","Models_DBE1","CUP_Kamenolom_DBE1","Kamenolom_DBE1","CUP_Pila_DBE1","Pila_DBE1","CUP_UI_DBE1","UI_DBE1","CUP_Vysilac_DBE1","Vysilac_DBE1","CUP_Zakladna_DBE1","Zakladna_DBE1","CUP_Sara_dbe1_Config","Sara_dbe1","a3_epoch_structures","A3_Animals_F","A3_Animals_F_AnimConfig","A3_Animals_F_Fishes","A3_Animals_F_Kestrel","A3_Animals_F_Rabbit","A3_Animals_F_Seagull","A3_Animals_F_Snakes","A3_Animals_F_Turtle","A3_Animals_F_Chicken","A3_Animals_F_Dog","A3_Animals_F_Goat","A3_Animals_F_Sheep","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Anims_F_EPA","A3_Anims_F_EPC","A3_Anims_F_Exp_A","A3_Anims_F_Kart","A3_Anims_F_Mark_Deployment","A3_Language_F_Bootcamp","A3_Language_F_Exp_A","A3_Map_Data","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Plants_F_Bush","A3_Props_F_Exp_A","A3_Props_F_Exp_A_Military","A3_Signs_F","A3_Signs_F_AD","A3_Structures_F_Signs_Companies","A3_Structures_F_Bootcamp_Civ_Camping","A3_Structures_F_Bootcamp_Civ_SportsGrounds","A3_Structures_F_Bootcamp_Items_Electronics","A3_Structures_F_Bootcamp_Items_Food","A3_Structures_F_Heli_Items_Electronics","A3_Structures_F_Heli_Items_Food","A3_Structures_F_Kart_Signs_Companies","A3_UI_F","A3_UI_F_Curator","A3_UI_F_Kart","A3_UI_F_Mark","A3_UI_F_MP_Mark","A3_Weapons_F","A3_Weapons_F_NATO","A3_Weapons_F_CSAT","A3_Weapons_F_AAF","A3_weapons_F_FIA","A3_Weapons_F_ItemHolders","A3_Weapons_F_Headgear","A3_Weapons_F_Uniforms","A3_Weapons_F_Vests","A3_Weapons_F_Ammoboxes","A3_Weapons_F_DummyWeapons","A3_Weapons_F_Explosives","A3_Weapons_F_Items","A3_Weapons_F_Launchers_NLAW","A3_Weapons_F_Launchers_LAW","A3_Weapons_F_Launchers_Titan","A3_Weapons_F_EPA_LongRangeRifles_DMR_01","A3_Weapons_F_EBR","A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_LongRangeRifles_M320","A3_Weapons_F_Machineguns_M200","A3_Weapons_F_Machineguns_Zafir","A3_Weapons_F_Pistols_ACPC2","A3_Weapons_F_Pistols_P07","A3_Weapons_F_Pistols_Pistol_heavy_01","A3_Weapons_F_Pistols_Pistol_heavy_02","A3_Weapons_F_Pistols_Rook40","A3_Weapons_F_Rifles_Khaybar","A3_Weapons_F_Rifles_Mk20","A3_Weapons_F_Rifles_MX","A3_Weapons_F_EPB_Rifles_MX_Black","A3_Weapons_F_Rifles_SDAR","A3_Weapons_F_Rifles_TRG20","A3_Weapons_F_Pistols_PDW2000","A3_Weapons_F_Rifles_Vector","a3_weapons_f_rifles_SMG_02","A3_Weapons_F_beta","A3_Weapons_F_Beta_Ammoboxes","A3_Weapons_F_beta_EBR","A3_Weapons_F_EPA_LongRangeRifles_GM6","A3_Weapons_F_EPB_LongRangeRifles_M320","A3_Weapons_F_beta_Rifles_Khaybar","A3_Weapons_F_beta_Rifles_MX","A3_Weapons_F_beta_Rifles_TRG20","A3_Weapons_F_Bootcamp_LongRangeRifles_GM6","A3_Weapons_F_Bootcamp_LongRangeRifles_M320","A3_Weapons_F_EPB_LongRangeRifles_GM3","A3_Weapons_F_gamma","A3_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_EPA_EBR","A3_Weapons_F_EPA_Rifles_MX","A3_Weapons_F_Kart_Pistols_Pistol_Signal_F","A3_Weapons_F_Mark_LongRangeRifles_DMR_01","A3_Weapons_F_Mark_EBR","A3_Weapons_F_Mark_LongRangeRifles_GM6","A3_Weapons_F_Mark_LongRangeRifles_GM6_camo","A3_Weapons_F_Mark_LongRangeRifles_M320","A3_Weapons_F_Mark_LongRangeRifles_M320_camo","A3_Weapons_F_Mark_Machineguns_M200","A3_Weapons_F_Mark_Machineguns_Zafir","A3_Weapons_F_Mark_Rifles_Khaybar","A3_Weapons_F_Mark_Rifles_Mk20","A3_Weapons_F_Mark_Rifles_MX","A3_Weapons_F_Mark_Rifles_SDAR","A3_Weapons_F_Mark_Rifles_TRG20","CUP_Buildings2_Config","CABuildings2","CUP_A_Crane_02","A_Crane_02","CUP_A_GeneralStore_01","A_GeneralStore_01","CUP_CABuildings2_A_Pub","CABuildings2_A_Pub","CUP_A_statue","A_statue","CUP_Barn_Metal","Barn_Metal","CUP_CABuildingParts","CABuildingParts","CUP_CABuildingParts_Signs","CABuildingParts_Signs","CUP_CATEC","CATEC","CUP_Church_01","Church_01","CUP_Farm_Cowshed","Farm_Cowshed","CUP_Farm_WTower","Farm_WTower","CUP_CAHouseBlock_A","CAHouseBlock_A","CUP_CAHouseBlock_B","CAHouseBlock_B","CUP_CAHouseBlock_C","CAHouseBlock_C","CUP_CAHouseBlock_D","CAHouseBlock_D","CUP_HouseRuins","HouseRuins","CUP_Ind_Dopravnik","Ind_Dopravnik","CUP_Ind_Expedice","Ind_Expedice","CUP_Ind_MalyKomin","Ind_MalyKomin","CUP_Ind_Mlyn","Ind_Mlyn","CUP_Ind_Pec","Ind_Pec","CUP_ind_silomale","ind_silomale","CUP_Ind_SiloVelke","Ind_SiloVelke","CUP_Ind_Vysypka","Ind_Vysypka","CUP_Ind_Garage01","Ind_Garage01","CUP_CAStructures_IndPipe1_todo_delete","CAStructures_IndPipe1_todo_delete","CUP_IndPipe2","IndPipe2","CUP_Ind_Shed_01","Ind_Shed_01","CUP_Ind_Shed_02","Ind_Shed_02","CUP_Ind_Tank","Ind_Tank","CUP_Ind_Workshop01","Ind_Workshop01","CUP_CABuildings2_Misc_Cargo","CABuildings2_Misc_Cargo","CUP_Misc_PowerStation","Misc_PowerStation","CUP_Misc_WaterStation","Misc_WaterStation","CUP_Rail_House_01","Rail_House_01","CUP_Shed_small","Shed_small","CUP_Shed_wooden","Shed_wooden","CUP_particle_effects","particle_effects","CUP_Chernarus_Config","Chernarus","CUP_Chernarus_Summer_Config","Chernarus_Summer","CUP_Desert2_Config","Porto","CUP_Hotfix_Config","CA_Hotfix","CUP_CA_QGClutterHotfix","CA_QGClutterHotfix","CUP_CA_Hotfix_vez_ropa","CA_Hotfix_vez_ropa","CUP_CAMisc2","CAMisc2","CUP_Misc3_Config","CAMisc3","CUP_WarfareBuildings","WarfareBuildings","CUP_Misc_e_Config","CAMisc_E","CUP_CAMisc_E_WF","CAMisc_E_WF","CUP_CAMP_Armory_Misc","CAMP_Armory_Misc","CUP_CAMP_Armory_Misc_Concrete_Wall","CAMP_Armory_Misc_Concrete_Wall","CUP_CAMP_Armory_Misc_Entrance_Gate","CAMP_Armory_Misc_Entrance_Gate","CUP_CAMP_Armory_Misc_Info_Board","CAMP_Armory_Misc_Info_Board","CUP_CAMP_Armory_Misc_Infostands","CAMP_Armory_Misc_Infostands","CUP_CAMP_Armory_Misc_Laptop","CAMP_Armory_Misc_Laptop","CUP_CAMP_Armory_Misc_Loudspeakers","CAMP_Armory_Misc_Loudspeakers","CUP_CAMP_Armory_Misc_Plasticpole","CAMP_Armory_Misc_Plasticpole","CUP_CAMP_Armory_Misc_Red_Light","CAMP_Armory_Misc_Red_Light","CUP_CAMP_Armory_Misc_Sign_Armex","CAMP_Armory_Misc_Sign_Armex","CUP_CAMP_Armory_Misc_Sign_Direction","CAMP_Armory_Misc_Sign_Direction","CUP_CA_Plants2_Bush","CA_Plants2_Bush","CUP_CA_Plants2_Misc","CA_Plants2_Misc","CUP_CA_Plants_E_Bush","CA_Plants_E_Bush","CUP_CA_Plants_PMC","CA_Plants_PMC","CUP_CARoads2Bridge","CARoads2Bridge","CUP_CARoads_PMC_Bridge","CARoads_PMC_Bridge","CUP_A_TVTower","A_TVTower","CUP_CAStructures_Nav_pier","CAStructures_Nav_pier","CUP_CAStructures_Railway","CAStructures_Railway","CUP_Structures_e_Config","CAStructures_E","CUP_CAStructures_E_HouseA","CAStructures_E_HouseA","CUP_CAStructures_E_HouseA_A_BuildingWIP","CAStructures_E_HouseA_A_BuildingWIP","CUP_CAStructures_E_HouseA_A_CityGate1","CAStructures_E_HouseA_A_CityGate1","CUP_CAStructures_E_HouseA_A_Minaret","CAStructures_E_HouseA_A_Minaret","CUP_CAStructures_E_HouseA_A_Minaret_Porto","CAStructures_E_HouseA_A_Minaret_Porto","CUP_CAStructures_E_HouseA_A_Mosque_big","CAStructures_E_HouseA_A_Mosque_big","CUP_CAStructures_E_HouseA_A_Mosque_small","CAStructures_E_HouseA_A_Mosque_small","CUP_CAStructures_E_HouseA_A_Office01","CAStructures_E_HouseA_A_Office01","CUP_CAStructures_E_HouseA_a_stationhouse","CAStructures_E_HouseA_a_stationhouse","CUP_CAStructures_E_HouseA_A_Statue","CAStructures_E_HouseA_A_Statue","CUP_CAStructures_E_HouseA_A_Villa","CAStructures_E_HouseA_A_Villa","CUP_CAStructures_E_HouseC","CAStructures_E_HouseC","CUP_CAStructures_E_HouseK","CAStructures_E_HouseK","CUP_CAStructures_E_HouseL","CAStructures_E_HouseL","CUP_CAStructures_E_Ind","CAStructures_E_Ind","CUP_CAStructures_E_Ind_Ind_Coltan_Mine","CAStructures_E_Ind_Ind_Coltan_Mine","CUP_CAStructures_E_Ind_Ind_FuelStation","CAStructures_E_Ind_Ind_FuelStation","CUP_CAStructures_E_Ind_Ind_Garage01","CAStructures_E_Ind_Ind_Garage01","CUP_CAStructures_E_Ind_Oil_Mine","CAStructures_E_Ind_Oil_Mine","CUP_CAStructures_E_Ind_IndPipes","CAStructures_E_Ind_IndPipes","CUP_CAStructures_E_Ind_Misc_PowerStation","CAStructures_E_Ind_Misc_PowerStation","CUP_CAStructures_E_Ind_Ind_Shed","CAStructures_E_Ind_Ind_Shed","CUP_CAStructures_E_Mil","CAStructures_E_Mil","CUP_CAStructures_E_Misc","CAStructures_E_Misc","CUP_CAStructures_E_Misc_Misc_cables","CAStructures_E_Misc_Misc_cables","CUP_CAStructures_E_Misc_Misc_Construction","CAStructures_E_Misc_Misc_Construction","CUP_CAStructures_E_Misc_Misc_Garbage","CAStructures_E_Misc_Misc_Garbage","CUP_CAStructures_E_Misc_Misc_Interier","CAStructures_E_Misc_Misc_Interier","CUP_CAStructures_E_Misc_Misc_Lamp","CAStructures_E_Misc_Misc_Lamp","CUP_CAStructures_E_Misc_Misc_Market","CAStructures_E_Misc_Misc_Market","CUP_CAStructures_E_Misc_Misc_powerline","CAStructures_E_Misc_Misc_powerline","CUP_CAStructures_E_Misc_Misc_Water","CAStructures_E_Misc_Misc_Water","CUP_CAStructures_E_Misc_Misc_Well","CAStructures_E_Misc_Misc_Well","CUP_CAStructures_E_Wall","CAStructures_E_Wall","CUP_CAStructures_E_Wall_Wall_L","CAStructures_E_Wall_Wall_L","CUP_Structures_pmc_Config","CAStructures_PMC","CUP_CAStructures_PMC_Buildings","CAStructures_PMC_Buildings","CUP_CAStructures_PMC_Buildings_Bunker","CAStructures_PMC_Buildings_Bunker","CUP_CAStructures_PMC_Buildings_GeneralStore_PMC","CAStructures_PMC_Buildings_GeneralStore_PMC","CUP_CAStructures_PMC_Buildings_Ruin_Cowshed","CAStructures_PMC_Buildings_Ruin_Cowshed","CUP_CAStructures_PMC_Ind","CAStructures_PMC_Ind","CUP_CAStructures_PMC_FuelStation","CAStructures_PMC_FuelStation","CUP_CAStructures_PMC_Misc","CAStructures_PMC_Misc","CUP_CAStructures_PMC_Misc_Shed","CAStructures_PMC_Misc_Shed","CUP_CAStructures_PMC_Ruins","CAStructures_PMC_Ruins","CUP_CAStructures_PMC_Walls","CAStructures_PMC_Walls","CUP_Takistan_Config","Takistan","CUP_Utes_Config","Utes","CUP_Zargabad_Config","zargabad","CUP_ibr_plants","ibr_plants","a2_epoch_weapons","A3_epoch_assets","A3_Anims_F_Heli","A3_Characters_F","A3_Characters_F_BLUFOR","A3_Characters_F_Civil","A3_Characters_F_Heads","A3_Characters_F_OPFOR","A3_Characters_F_Proxies","A3_Characters_F_Beta","A3_Characters_F_INDEP","A3_Characters_F_Bootcamp","A3_Characters_F_EPB_Heads","A3_Characters_F_Gamma","A3_Characters_F_Mark","A3_Data_F_Curator","A3_Data_F_Curator_Eagle","A3_Data_F_Curator_Intel","A3_Data_F_Curator_Misc","A3_Data_F_Curator_Respawn","3DEN","A3_Data_F_Kart","A3_UAV_F_Characters_F_Gamma","A3_UAV_F_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_gamma_Items","A3_Map_Altis","A3_Map_Altis_Scenes","A3_Missions_F","A3_Missions_F_Beta","A3_Missions_F_Gamma","A3_Missions_F_Kart","A3_Modules_F_Bootcamp","A3_Modules_F_Curator","A3_Modules_F_Curator_Animals","A3_Modules_F_Curator_CAS","A3_Modules_F_Curator_Curator","A3_Modules_F_Curator_Effects","A3_Modules_F_Curator_Environment","A3_Modules_F_Curator_Flares","A3_Modules_F_Curator_Intel","A3_Modules_F_Curator_Lightning","A3_Modules_F_Curator_Mines","A3_Modules_F_Curator_Misc","A3_Modules_F_Curator_Multiplayer","A3_Modules_F_Curator_Objectives","A3_Modules_F_Curator_Ordnance","A3_Modules_F_Curator_Respawn","A3_Modules_F_Curator_Smokeshells","A3_Modules_F_Exp_A","A3_Modules_F_Kart","A3_Modules_F_Kart_TimeTrials","A3_Props_F_Exp_A_Military_Equipment","A3_Static_F","A3_Static_F_Mortar_01","A3_Static_F_Beta_Mortar_01","A3_Static_F_Gamma","A3_Static_F_Gamma_Mortar_01","A3_Static_F_Mark_Designator_01","A3_Static_F_Mark_Designator_02","A3_Supplies_F_Heli","A3_Supplies_F_Heli_Bladders","A3_Supplies_F_Heli_CargoNets","A3_Supplies_F_Heli_Fuel","A3_Supplies_F_Heli_Slingload","A3_Supplies_F_Mark","A3_UI_F_Bootcamp","A3_UI_F_Exp_A","A3_UI_F_Heli","A3_Weapons_F_Acc","A3_Weapons_F_Beta_Acc","A3_Weapons_F_Bootcamp_Ammoboxes","A3_Weapons_F_EPA","A3_Weapons_F_EPA_Acc","A3_Weapons_F_EPA_Ammoboxes","A3_Weapons_F_EPB","A3_Weapons_F_EPB_Acc","A3_Weapons_F_EPB_Ammoboxes","A3_Weapons_F_EPC","A3_Weapons_F_gamma_Acc","A3_Weapons_F_Kart","A3_Weapons_F_Mark_Acc","CUP_Afghan_Config","Mountains_ACR","CUP_Bohemia_Config","Woodland_ACR","CUP_Bootcamp_acr_Config","Bootcamp_ACR","CUP_Data_baf_Config","CA_BAF","CUP_Desert_e_Config","Desert_E","CUP_CALanguage_Baf","CALanguage_Baf","CUP_CALanguageMissions_baf","CALanguageMissions_baf","CUP_Misc_acr_Config","CAMisc_ACR","CUP_CAMisc_ACR_3DMarkers","CAMisc_ACR_3DMarkers","CUP_CAMisc_ACR_Container","CAMisc_ACR_Container","CUP_CAMisc_ACR_Dog","CAMisc_ACR_Dog","CUP_CAMisc_ACR_Helpers","CAMisc_ACR_Helpers","CUP_CAMisc_ACR_PBX","CAMisc_ACR_PBX","CUP_CAMisc_ACR_ScaffoldingSmall","CAMisc_ACR_ScaffoldingSmall","CUP_CAMisc_ACR_Shooting_range","CAMisc_ACR_Shooting_range","CUP_CAMisc_ACR_Sign_Mines","CAMisc_ACR_Sign_Mines","CUP_CAMisc_ACR_Targets","CAMisc_ACR_Targets","CUP_CAMisc_ACR_Targets_InvisibleTarget","CAMisc_ACR_Targets_InvisibleTarget","CUP_CAMisc_ACR_TestSphere","CAMisc_ACR_TestSphere","CUP_CAMisc_BAF","CAMisc_BAF","CUP_Provinggrounds_pmc_Config","ProvingGrounds_PMC","CUP_Shapur_baf_Config","Shapur_BAF","CUP_BaseConfig_F","A3_Air_F","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Light_02","A3_Air_F_Beta","A3_Air_F_Beta_Heli_Attack_01","A3_Air_F_Beta_Heli_Attack_02","A3_Air_F_Beta_Heli_Transport_01","A3_Air_F_Beta_Heli_Transport_02","A3_Air_F_Beta_Parachute_01","A3_Air_F_Beta_Parachute_02","A3_Air_F_EPB_Heli_Light_03","A3_Air_F_EPC_Plane_CAS_01","A3_Air_F_EPC_Plane_CAS_02","A3_Air_F_Gamma_Plane_Fighter_03","A3_Air_F_Heli","A3_Air_F_Heli_Heli_Attack_01","A3_Air_F_Heli_Heli_Attack_02","A3_Air_F_Heli_Heli_Light_01","A3_Air_F_Heli_Heli_Light_02","A3_Air_F_Heli_Heli_Light_03","A3_Air_F_Heli_Heli_Transport_01","A3_Air_F_Heli_Heli_Transport_02","A3_Air_F_Heli_Heli_Transport_03","A3_Air_F_Heli_Heli_Transport_04","A3_Armor_F","A3_armor_f_beta","A3_Armor_F_Panther","A3_armor_f_beta_APC_Tracked_02","A3_Armor_F_EPB_APC_tracked_03","A3_Armor_F_EPB_MBT_03","A3_Armor_F_Slammer","A3_Armor_F_T100K","A3_Boat_F","A3_Boat_F_Boat_Armed_01","A3_Boat_F_Boat_Transport_01","A3_Boat_F_Beta_Boat_Armed_01","A3_Boat_F_Beta_Boat_Transport_01","A3_Boat_F_SDV_01","A3_Boat_F_EPC_Submarine_01_F","A3_Boat_F_Civilian_Boat","A3_Boat_F_Trawler","A3_Boat_F_Gamma_Boat_Transport_01","A3_Boat_F_Heli_Boat_Armed_01","A3_Boat_F_Heli_SDV_01","A3_Characters_F_Common","A3_Characters_F_Bootcamp_Common","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Characters_F_EPC","A3_Characters_F_Kart","A3_Data_F_Curator_Characters","A3_Data_F_Curator_Virtual","A3_Data_F_Exp_A_Virtual","A3_Data_F_Heli","A3_Air_F_Gamma_UAV_01","A3_Air_F_Gamma_UAV_02","A3_Missions_F_Bootcamp","A3_Missions_F_Curator","A3_Missions_F_EPA","A3_Missions_F_EPB","A3_Missions_F_EPC","A3_Missions_F_Exp_A","A3_Missions_F_Heli","A3_Missions_F_Mark","A3_Missions_F_MP_Mark","A3_Modules_F_Bootcamp_Misc","A3_Modules_F_Curator_Chemlights","A3_Soft_F","A3_Soft_F_MRAP_01","A3_Soft_F_MRAP_02","A3_Soft_F_Offroad_01","A3_Soft_F_Quadbike","A3_Soft_F_MRAP_03","A3_Soft_F_Beta_Quadbike","A3_Soft_F_HEMTT","A3_Soft_F_TruckHeavy","A3_Soft_F_EPC_Truck_03","A3_Soft_F_Car","A3_Soft_F_Gamma_Offroad","A3_Soft_F_Gamma_Quadbike","A3_Soft_F_SUV","A3_Soft_F_Gamma_HEMTT","A3_Soft_F_Gamma_TruckHeavy","A3_Soft_F_Truck","A3_Soft_F_Heli_Car","A3_Soft_F_Heli_MRAP_01","A3_Soft_F_Heli_MRAP_02","A3_Soft_F_Heli_MRAP_03","A3_Soft_F_Heli_Quadbike","A3_Soft_F_Heli_SUV","A3_Soft_F_Heli_Truck","A3_Soft_F_Kart_Kart_01","A3_Static_F_Gamma_AA","A3_Static_F_Gamma_AT","A3_Structures_F_Mil_Scrapyard","A3_Structures_F_Wrecks","A3_Structures_F_EPA_Mil_Scrapyard","A3_Weapons_F_Bootcamp","A3_Weapons_F_Mark","A3_Weapons_F_Mark_LongRangeRifles_DMR_02","A3_Weapons_F_Mark_LongRangeRifles_DMR_03","A3_Weapons_F_Mark_LongRangeRifles_DMR_04","A3_Weapons_F_Mark_LongRangeRifles_DMR_05","A3_Weapons_F_Mark_LongRangeRifles_DMR_06","A3_Weapons_F_Mark_Machineguns_MMG_01","A3_Weapons_F_Mark_Machineguns_MMG_02","A3_epoch_language","A3_epoch_vehicles_1","A3_Air_F_EPC_Plane_Fighter_03","A3_Armor_F_AMV","A3_Armor_F_Marid","A3_Armor_F_EPC_MBT_01","A3_Armor_F_APC_Wheeled_03","A3_CargoPoses_F","A3_CargoPoses_F_Heli","A3_Soft_F_Crusher_UGV","A3_Soft_F_Bootcamp_Offroad_01","A3_Soft_F_Bootcamp_Quadbike","A3_Soft_F_Bootcamp_Truck","A3_Soft_F_Heli_Crusher_UGV","CUP_Core","CUP_StandaloneTerrains_Core","CUP_StandaloneTerrains_Core_Faction","CUP_StandaloneTerrains_Core_VehicleClass","CUP_Worlds","CUP_Worlds_Ambient","CUP_Worlds_Author","CUP_Worlds_Clutter","CUP_Worlds_ClutterDist","CUP_Worlds_Delete","CUP_Worlds_DisableInfiniteTerrain","CUP_Worlds_DustEffects","CUP_Worlds_EnvSounds","CUP_Worlds_FullDetailDist","CUP_Worlds_Grid","CUP_Worlds_Intros","CUP_Worlds_Lighting","CUP_Worlds_Lighting_Chernarus","CUP_Worlds_Lighting_Desert","CUP_Worlds_MapSize","CUP_Worlds_MidDetailTexture","CUP_Worlds_NoDetailDist","CUP_Worlds_PictureMap","CUP_Worlds_PictureShot","CUP_Worlds_Seabed","CUP_Worlds_SkyTexture","CUP_Worlds_StreetLamp","CUP_Worlds_Surfaces","CUP_Worlds_Water","A3_epoch_config","CUP_A1_EditorObjects","CUP_A2_EditorObjects","A3_epoch_code","A3_epoch_functions"];
_skn_whitelist_cfgPatches = [_serverSettingsConfig, "antihack_whitelistedCfgPatches", _whitelistPatches] call EPOCH_fnc_returnConfigEntry;
_skn_adminsOwner = [_serverSettingsConfig, "adminMenu_Owner", []] call EPOCH_fnc_returnConfigEntry;
_skn_adminsHigh = [_serverSettingsConfig, "adminMenu_High", []] call EPOCH_fnc_returnConfigEntry;
@@ -870,7 +870,7 @@ _skn_code_antihack = compileFinal ("
_distance = _lastPos distance _curPos;
if ((_curTime-_lastTime)>1 || _distance>10) then {
- if (((_distance/(_curTime-_lastTime)) > 10) && _notNearbySpawn && (player == vehicle player)) then {
+ if (((_distance/(_curTime-_lastTime)) > 16) && _notNearbySpawn && (player == vehicle player)) then {
if (isNil '"+_skn_antiTeleportPVC+"') then {
[format['[TEST] TP from %1 to %2, %3 meters, now at %4', _lastPos, _curPos, round _distance, getPosATL player],1] call "+_sknBanANDSleep+";
vehicle player setPosATL _lastPos;
diff --git a/Sources/epoch_server/system/server_monitor.fsm b/Sources/epoch_server/system/server_monitor.fsm
index 98422c15..b0a63d1a 100644
--- a/Sources/epoch_server/system/server_monitor.fsm
+++ b/Sources/epoch_server/system/server_monitor.fsm
@@ -231,7 +231,7 @@ class FSM
"" \n
"// TODO need better way allMissionObjects is not performant" \n
"if (_cleanupItems isEqualTo []) then {" \n
- " _cleanupItems = allMissionObjects ""groundWeaponHolder"" + entities ""Land_MPS_EPOCH"" + entities ""WeaponHolderSimulated"";" \n
+ " _cleanupItems = allMissionObjects ""groundWeaponHolder"" + entities ""WeaponHolderSimulated"";" \n
"};"/*%FSM*/;
};
/*%FSM*/
diff --git a/Sources/epoch_server/treeView.txt b/Sources/epoch_server/treeView.txt
index 4af06ca1..5e7df6a0 100644
Binary files a/Sources/epoch_server/treeView.txt and b/Sources/epoch_server/treeView.txt differ
diff --git a/Sources/epoch_server_core/build.hpp b/Sources/epoch_server_core/build.hpp
index 09b88237..9b47e8ac 100644
--- a/Sources/epoch_server_core/build.hpp
+++ b/Sources/epoch_server_core/build.hpp
@@ -1 +1 @@
-build=571;
+build=639;
diff --git a/Sources/epoch_server_settings/build.hpp b/Sources/epoch_server_settings/build.hpp
index 09b88237..9b47e8ac 100644
--- a/Sources/epoch_server_settings/build.hpp
+++ b/Sources/epoch_server_settings/build.hpp
@@ -1 +1 @@
-build=571;
+build=639;
diff --git a/Sources/epoch_server_settings/config.cpp b/Sources/epoch_server_settings/config.cpp
index 7c16eb5d..8825eb03 100644
--- a/Sources/epoch_server_settings/config.cpp
+++ b/Sources/epoch_server_settings/config.cpp
@@ -20,7 +20,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
- epochVersion = "0.3.9.0";
+ epochVersion = "0.4.0.0";
requiredAddons[] = {};
#include "build.hpp"
};
diff --git a/Sources/epoch_server_settings/configs/CfgLootTable.h b/Sources/epoch_server_settings/configs/CfgLootTable.h
index e5b6affb..cbfa700f 100644
--- a/Sources/epoch_server_settings/configs/CfgLootTable.h
+++ b/Sources/epoch_server_settings/configs/CfgLootTable.h
@@ -1305,10 +1305,11 @@ class CfgLootTable
{ { "H_90_EPOCH", "item" }, 1 },
{ { "H_91_EPOCH", "item" }, 1 },
{ { "H_92_EPOCH", "item" }, 1 },
- { { "H_104_EPOCH", "item" }, 1 }
- //{ { "wolf_mask_epoch", "item" }, 1 },
- //{ { "pkin_mask_epoch", "item" }, 1 },
- //{ { "clown_mask_epoch", "item" }, 1 }
+ { { "H_104_EPOCH", "item" }, 1 },
+ { { "H_105_EPOCH", "item" }, 1 },
+ { { "wolf_mask_epoch", "item" }, 1 },
+ { { "pkin_mask_epoch", "item" }, 1 },
+ { { "clown_mask_epoch", "item" }, 1 }
};
};
};
diff --git a/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h b/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h
index a572d76e..39224b66 100644
--- a/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h
+++ b/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h
@@ -110,7 +110,8 @@ class CfgLootTable_CUP
// Marksman DLC
{ { "SniperRifleMarkDLC", "CfgLootTable" }, 10 },
- { { "srifle_LRR_F", "weapon" }, 11 },
+ { { "srifle_LRR_F", "weapon" }, 6 },
+ { { "srifle_LRR_camo_F", "weapon" }, 5 },
{ { "srifle_GM6_F", "weapon" }, 14 },
{ { "srifle_DMR_01_F", "weapon" }, 12 },
{ { "SniperRifleM14", "CfgLootTable" }, 18 },
@@ -1867,10 +1868,11 @@ class CfgLootTable_CUP
{ { "H_90_EPOCH", "item" }, 1 },
{ { "H_91_EPOCH", "item" }, 1 },
{ { "H_92_EPOCH", "item" }, 1 },
- { { "H_104_EPOCH", "item" }, 1 }
- //{ { "wolf_mask_epoch", "item" }, 1 },
- //{ { "pkin_mask_epoch", "item" }, 1 },
- //{ { "clown_mask_epoch", "item" }, 1 }
+ { { "H_104_EPOCH", "item" }, 1 },
+ { { "H_105_EPOCH", "item" }, 1 },
+ { { "wolf_mask_epoch", "item" }, 1 },
+ { { "pkin_mask_epoch", "item" }, 1 },
+ { { "clown_mask_epoch", "item" }, 1 }
};
};
};
diff --git a/Sources/epoch_server_settings/configs/maps/tanoa.h b/Sources/epoch_server_settings/configs/maps/tanoa.h
index 644dc812..6fba9427 100644
--- a/Sources/epoch_server_settings/configs/maps/tanoa.h
+++ b/Sources/epoch_server_settings/configs/maps/tanoa.h
@@ -215,272 +215,511 @@ class Tanoa : Default
// W [-14.4316,0.112793,-10.3098]
// template city { "Transport_C_EPOCH", { -0.286865,8.17383,-10.3098 }, "", "north" },
- { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", { 10861.8,9719.05,0.00154877 } }
+ { "Transport_W_EPOCH", { -14.4316,0.112793,-10.3098 }, "", { 2015.21,10659.6,0 } },
+ { "Transport_C_EPOCH", { -0.286865,8.17383,-10.3098 }, "", { 5027.48,5210.25,0 } },
+ { "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", { 11779.6,13056.5,0 } }
};
propsPos[] = {
- { "Land_Plank_01_8m_F", {10825.9,9687.5,4.34509}, {{-0.18613,0.982516,-0.00435473},{0,0.00443219,0.99999}}, false },
- { "Land_VergePost_01_F", {10824.9,9687.63,0.00037384}, {{0,0.999488,-0.0319849},{0.0399682,0.0319593,0.99869}}, false },
- { "Land_VergePost_01_F", {10825.3,9688.75,0.00037384}, {{0,0.999488,-0.0319849},{0.0399682,0.0319593,0.99869}}, false },
- { "Land_BasaltWall_01_d_left_F", {10826.2,9683.1,0.0107498}, {{-0.417547,-0.907955,0.0356858},{0.0506026,0.0159772,0.998591}}, false },
- { "Land_BasaltWall_01_d_right_F", {10822.5,9685.13,-4}, {{-0.418089,-0.908406,0},{0,0,1}}, false },
- { "Land_VergePost_01_F", {10825.1,9686.38,0.000656128}, {{0,0.999091,-0.042629},{0.0506016,0.0425744,0.997811}}, false },
- { "Land_BasaltWall_01_8m_F", {10828.6,9699.25,-0.000549316}, {{-0.88944,0.457037,-0.00365341},{0,0.00799344,0.999968}}, false },
- { "Land_BasaltWall_01_8m_F", {10826,9694.13,-0.00400543}, {{-0.88873,0.45823,0.0135952},{0.0399682,0.0479065,0.998052}}, false },
- { "Land_VergeRock_01_F", {10828.3,9705.53,-0.00518036}, {{-0.858044,0.409576,-0.30985},{-0.249028,0.195842,0.948489}}, false },
- { "Land_VergeRock_01_F", {10829.7,9708.24,0.00521851}, {{-0.86141,0.497614,-0.10175},{-0.244742,-0.231126,0.941638}}, false },
- { "Land_HelipadSquare_F", {10820.3,9724,0}, {{0.895912,-0.444232,0.000203492},{-0.0239937,-0.0479322,0.998562}}, false },
- { "Land_WoodenShelter_01_F", {10855.6,9685.38,0.490318}, {{-0.418326,-0.908297,0},{0,0,1}}, false },
- { "Land_PierLadder_F", {10840.8,9672.88,1.45534}, {{-0.876792,0.48087,0},{0,0,1}}, false },
- { "Land_LampSolar_F", {10848,9678.38,0}, {{0.418215,0.908348,0},{0,0,1}}, false },
- { "Land_Bucket_F", {10857,9685.3,0.00140381}, {{0.00378928,0.996116,0.0879647},{0.0327062,-0.0880417,0.99558}}, false },
- { "Land_SatelliteAntenna_01_F", {10832.5,9674.62,0.000267029}, {{-0.907126,-0.42067,0.0126147},{0.0162691,-0.00509952,0.999855}}, false },
- { "Land_BasaltWall_01_d_left_F", {10835.3,9666.75,2.79601}, {{0.89179,-0.45245,0},{0,0,1}}, false },
- { "Land_BasaltWall_01_d_right_F", {10840.1,9668.75,0.4095}, {{0.533463,-0.453684,-0.713854},{0.774565,-0.0770282,0.627787}}, false },
- { "Land_BasaltWall_01_d_right_F", {10842.5,9663,2.82307}, {{-0.881943,0.427124,0.199352},{0.129564,-0.186967,0.973785}}, false },
- { "Land_BasaltWall_01_d_right_F", {10855.1,9663.5,-0.0284195}, {{0.203571,0.578909,0.789572},{0.46776,-0.765973,0.441006}}, false },
- { "Land_BasaltWall_01_d_right_F", {10838.5,9673.88,-0.00382233}, {{-0.890982,0.452014,0.0428414},{0.042629,-0.0106596,0.999034}}, false },
- { "Land_BasaltWall_01_d_right_F", {10836.9,9670.13,-2.79452}, {{0.890979,-0.452019,-0.0428353},{0.0426252,-0.0106539,0.999034}}, false },
- { "Land_BasaltWall_01_d_right_F", {10854.1,9670.38,-1.78864}, {{-0.417163,-0.908695,-0.0157735},{0.0665176,-0.047837,0.996638}}, false },
- { "Land_Screwdriver_V2_F", {10855.6,9685.44,0.869125}, {{0.984712,0.174191,0},{0,0,1}}, true },
- { "Land_Pliers_F", {10855.8,9685.33,0.869003}, {{0,0.99615,0.08766},{0.0587838,-0.0875084,0.994428}}, true },
- { "Land_GasTank_01_khaki_F", {10854.1,9686.25,0.00346375}, {{0.00158332,0.996457,0.0840863},{0.0590944,-0.0840327,0.994709}}, false },
- { "Land_GasTank_01_blue_F", {10853.8,9685.55,0.003685}, {{0.00191173,0.996118,0.0880109},{0.058778,-0.0879709,0.994387}}, false },
- { "Land_DuctTape_F", {10855.6,9684.9,0.869217}, {{0,0.99615,0.08766},{0.0587838,-0.0875084,0.994428}}, true },
- { "Land_CanisterFuel_F", {10857.5,9685.6,0.00208282}, {{0.928952,0.369941,-0.01383},{0.0446592,-0.0749013,0.99619}}, false },
- { "Land_CanisterOil_F", {10855,9685.82,0.871353}, {{0,0.99615,0.08766},{0.0587838,-0.0875084,0.994428}}, true },
- { "Land_WoodenTable_small_F", {10855.3,9685.34,0.00466919}, {{-0.894687,0.437326,0.0910003},{0.0583365,-0.0875827,0.994448}}, false },
- { "Land_PortableGenerator_01_F", {10855.6,9683.23,0.00447845}, {{0.922644,-0.375624,-0.0873781},{0.0617802,-0.0796853,0.994904}}, false },
- { "Land_BasaltWall_01_8m_F", {10845,9668.63,0.0174866}, {{-0.877528,0.437548,0.196207},{0.163119,-0.112394,0.980184}}, false },
- { "Land_BasaltWall_01_8m_F", {10838,9677.5,0.00291443}, {{-0.417791,-0.908191,0.0252842},{0.037308,0.0106566,0.999247}}, false },
- { "Land_BasaltWall_01_8m_F", {10849.1,9672.5,0.0227737}, {{-0.413821,-0.909847,0.0305008},{0.142525,-0.0316603,0.989285}}, false },
- { "Land_BasaltWall_01_8m_F", {10831.6,9680.5,0.00193024}, {{-0.417962,-0.908379,0.0124403},{0.0239934,0.00265128,0.999709}}, false },
- { "Land_Plank_01_8m_F", {10843.3,9675.5,4.33302}, {{0.931729,-0.355112,-0.0760085},{0.0304955,-0.132053,0.990773}}, false },
- { "Land_ClutterCutter_large_F", {10855.8,9682.88,0}, {{0.423861,0.904478,0.0475501},{0.0638687,-0.0822167,0.994566}}, false },
- { "Land_GardenPavement_02_F", {10858.2,9709.46,-0.000534058}, {{0.895034,-0.443057,-0.0511276},{0.0319849,-0.0505767,0.998208}}, false },
- { "Land_MetalShelter_02_F", {10859.4,9702.13,7.62939e-006}, {{0.899233,-0.43747,0},{0,0,1}}, false },
- { "Land_WoodenCrate_01_stack_x3_F", {10853.1,9696.75,0.00328064}, {{0,0.998284,0.0585653},{0.0266571,-0.0585445,0.997929}}, false },
- { "Land_WoodenTable_large_F", {10859.6,9701.22,0.00506592}, {{0.893074,-0.447018,-0.0509379},{0.0263704,-0.0610144,0.997789}}, false },
- { "Land_WoodenTable_large_F", {10858.8,9705.1,0.0014801}, {{0.892976,-0.447567,-0.0477334},{0.02666,-0.0532701,0.998224}}, false },
- { "Land_WoodenTable_large_F", {10856.5,9706.22,0.000450134}, {{0.893218,-0.447329,-0.0453635},{0.0235026,-0.0543026,0.998248}}, false },
- { "Land_WoodenTable_large_F", {10857.4,9702.35,0.0014267}, {{0.892942,-0.447506,-0.0489048},{0.0293483,-0.0505353,0.998291}}, false },
- { "Land_WoodenTable_large_F", {10855.1,9703.47,0.00170898}, {{0.892685,-0.447489,-0.0535335},{0.0345198,-0.0505438,0.998125}}, false },
- { "Land_Bench_F", {10857.6,9695.48,0.00614929}, {{0.997702,-0.0398336,-0.0548162},{0.052284,-0.0620493,0.996703}}, false },
- { "Land_StallWater_F", {10846.1,9714.38,0.000305176}, {{-0.940044,-0.340477,-0.0198358},{-0.0239912,0.00799859,0.99968}}, false },
- { "Land_LampSolar_F", {10849.4,9712,7.62939e-006}, {{0.418215,0.908348,0},{0,0,1}}, false },
- { "Land_Wreck_CarDismantled_F", {10858.1,9690.88,0.0236511}, {{-0.998398,-0.0456685,0.0333994},{0.037308,-0.0876004,0.995457}}, false },
- { "Land_WoodenCrate_01_F", {10852.5,9699.11,0.00148773}, {{0.892324,-0.447598,-0.0584305},{0.0399932,-0.0505411,0.997921}}, false },
- { "Land_WoodenCrate_01_F", {10852.5,9699.11,0.602295}, {{0.892438,-0.447377,-0.0583847},{0.0400723,-0.0502973,0.99793}}, false },
- { "Land_ClothShelter_02_F", {10858.3,9690.88,0.00823975}, {{0,0.99615,0.0876614},{0.037308,-0.0876004,0.995457}}, false },
- { "Land_ClutterCutter_large_F", {10859.1,9702,0}, {{0.424545,0.904791,0.0333723},{0.0293202,-0.0505784,0.99829}}, false },
- { "Land_ClutterCutter_large_F", {10846,9701.63,0}, {{0.424473,0.904707,0.0364303},{-0.0346456,-0.0239766,0.999112}}, false },
- { "Land_ClutterCutter_large_F", {10842.8,9690.13,0}, {{0.424727,0.904894,0.0278291},{0.00265199,-0.0319829,0.999485}}, false },
- { "Land_BasaltWall_01_d_left_F", {10830.5,9702.63,-0.00689697}, {{-0.888985,0.457689,-0.015033},{-0.031983,-0.0293071,0.999059}}, false },
- { "Land_BasaltWall_01_d_right_F", {10833.9,9709.25,0.00411224}, {{-0.889184,0.457402,-0.011591},{-0.023996,-0.02132,0.999485}}, false },
- { "Land_BasaltWall_01_gate_F", {10832.4,9705.13,0}, {{-0.880279,0.474456,0},{0,0,1}}, false },
- { "Land_GasCooker_F", {10858.8,9705.24,0.816017}, {{0.00130379,0.998505,0.0546351},{0.0360536,-0.0546466,0.997855}}, false },
- { "Land_GasCooker_F", {10859.1,9705.12,0.816391}, {{-0.000408459,0.998529,0.0542241},{0.0332279,-0.0541807,0.997978}}, false },
- { "Land_SurvivalRadio_F", {10859.6,9704.84,0.81604}, {{-0.00018276,0.998426,0.0560752},{0.027508,-0.056049,0.998049}}, false },
- { "Land_FMradio_F", {10857.1,9705.68,0.816338}, {{0.756865,0.653336,0.0175237},{0.0236521,-0.0541749,0.998251}}, false },
- { "Land_Graffiti_03_F", {10854.1,9701.2,4.89864}, {{0.130785,0.20782,-0.969385},{-0.134048,0.972511,0.190405}}, false },
- { "Land_Workbench_01_F", {10856,9698.72,0.00337219}, {{0.471771,0.881322,0.0265151},{0.0387043,-0.0507426,0.997961}}, false },
- { "Land_File_F", {10858.9,9701.37,0.867546}, {{0,0.998719,0.0505931},{0.0293526,-0.0505713,0.998289}}, true },
- { "Land_Bucket_painted_F", {10858.9,9701.44,0.000450134}, {{0.000308848,0.998723,0.0505176},{0.0292674,-0.0505049,0.998295}}, false },
- { "Land_Axe_F", {10859.8,9701.39,0.867493}, {{0,0.998719,0.0505931},{0.0293526,-0.0505713,0.998289}}, true },
- { "Land_Meter3m_F", {10858.1,9695.37,0.535187}, {{-0.406315,0.911556,0.0630371},{0.0533121,-0.0452209,0.997553}}, true },
- { "Land_Wrench_F", {10858.5,9695.5,0.530998}, {{-0.592968,-0.805212,-0.00481835},{0.0533121,-0.045229,0.997553}}, true },
- { "Land_GasTank_02_F", {10857.6,9698.25,0.00406647}, {{-0.0011039,0.998585,0.0531627},{0.0406218,-0.0530741,0.997764}}, false },
- { "Land_FireExtinguisher_F", {10855.9,9694.73,0.0015564}, {{0.00196872,0.998979,0.0451315},{0.0421289,-0.0451744,0.99809}}, false },
- { "Land_CanisterFuel_F", {10858.1,9705.56,0.000991821}, {{0.00085133,0.998505,0.0546468},{0.0267181,-0.05465,0.998148}}, false },
- { "Land_BasaltWall_01_8m_F", {10836.9,9715.13,-2.79695}, {{-0.889412,0.457063,0.0062928},{-0.00799352,-0.0293164,0.999538}}, false },
- { "Land_VergePost_01_F", {10833.8,9704.5,0.000267029}, {{0,0.99957,0.0293202},{-0.0186628,-0.029315,0.999396}}, false },
- { "Land_GardenPavement_02_F", {10847.5,9722,-0.000656128}, {{-0.458977,-0.886869,-0.0529524},{-0.0585655,-0.0292698,0.997854}}, false },
- { "Land_GardenPavement_02_F", {10858,9730.75,0.00012207}, {{-0.459726,-0.88765,-0.0270062},{0.013327,-0.0373027,0.999215}}, false },
- { "Land_Bench_05_F", {10853,9736.38,0}, {{0.881312,-0.472535,0},{0,0,1}}, false },
- { "Land_MetalShelter_01_F", {10857.6,9735.77,-7.62939e-006}, {{-0.450525,-0.892764,0},{0,0,1}}, false },
- { "Land_VergeRock_01_F", {10841.9,9727.01,-0.00561523}, {{-0.729957,0.61304,-0.302233},{-0.186634,0.246608,0.950974}}, false },
- { "Land_VergeRock_01_F", {10839.9,9724.66,-0.00666046}, {{-0.741622,0.609969,-0.279167},{-0.159382,0.244021,0.956583}}, false },
- { "Land_HBarrier_5_F", {10846.4,9733.13,-0.11335}, {{-0.878949,0.475776,-0.0329425},{-0.0532586,-0.0292785,0.998151}}, false },
- { "Land_HBarrier_5_F", {10850.4,9739.88,-0.0778046}, {{-0.88522,0.461723,-0.0565511},{-0.0665191,-0.00532569,0.997771}}, false },
- { "Land_HBarrier_5_F", {10854.9,9748.25,-0.0350342}, {{-0.89771,0.440011,0.0225277},{0.013327,-0.0239889,0.999623}}, false },
- { "Land_HBarrier_1_F", {10844,9728.5,0.00153351}, {{-0.0493468,-0.997788,-0.0445463},{-0.0399685,-0.0425921,0.998293}}, false },
- { "Land_HBarrier_1_F", {10854.5,9743.13,0.000984192}, {{0.4393,0.897547,0.0377414},{-0.0585666,-0.0133084,0.998195}}, false },
- { "Land_HBarrier_1_F", {10845.3,9726.75,0.00138855}, {{-0.0493015,-0.998652,-0.0162119},{-0.0585666,-0.0133132,0.998195}}, false },
- { "Land_CratesWooden_F", {10859.1,9745.75,0.00176239}, {{0.895423,-0.443979,0.0331833},{-0.00267442,0.0691678,0.997601}}, false },
- { "Land_WoodenCart_F", {10852.1,9727.47,-0.0135727}, {{0.000409171,0.999436,0.0335709},{-0.0399237,-0.0335278,0.99864}}, false },
- { "Land_Cages_F", {10850.6,9733,0.00104523}, {{0.237158,0.97092,0.0327301},{-0.0506004,-0.0212998,0.998492}}, false },
- { "Land_Basket_F", {10855.5,9739.77,0.00202179}, {{-0.00711814,0.998966,-0.0448926},{-0.059377,0.0443923,0.997248}}, false },
- { "Land_WoodenCrate_01_F", {10855.8,9725.87,0.000389099}, {{0.886291,-0.46299,-0.0113295},{-0.00533132,-0.0346609,0.999385}}, false },
- { "Land_WoodenCounter_01_F", {10857.5,9734.21,0.0106735}, {{-0.888381,0.457324,0.0404258},{0.027752,-0.0344001,0.999023}}, false },
- { "Land_WoodenCounter_01_F", {10856.1,9731.74,-0.000930786}, {{-0.888463,0.458945,0.00183431},{-0.00982717,-0.0230198,0.999687}}, false },
- { "Land_ClutterCutter_large_F", {10859.6,9734.38,0.0542145}, {{0.424606,0.905305,0.0115296},{0.0239986,-0.0239841,0.999424}}, false },
- { "Land_BasaltWall_01_d_left_F", {10839.9,9721,0.000350952}, {{-0.889428,0.456716,0.0181322},{0.00532321,-0.0293169,0.999556}}, false },
- { "Land_VitaminBottle_F", {10857.5,9736.97,0.882851}, {{0,0.9994,0.0346456},{0.0453115,-0.03461,0.998373}}, true },
- { "Land_PenBlack_F", {10857.9,9737.52,0.865974}, {{0.735974,-0.677009,0},{0,0,1}}, true },
- { "Land_Notepad_F", {10858,9737.73,0.865997}, {{-0.468028,-0.883714,0},{0,0,1}}, true },
- { "Land_Photos_V1_F", {10858.5,9737.41,0.865959}, {{0,0.9994,0.0346456},{0.0453115,-0.03461,0.998373}}, true },
- { "Land_BloodBag_F", {10855.5,9735.73,0.990364}, {{0,0.99743,0.0716471},{-0.0854324,-0.0713851,0.993783}}, true },
- { "Land_Bandage_F", {10855.2,9735.62,0.959015}, {{0,0.99743,0.0716471},{-0.0854324,-0.0713851,0.993783}}, true },
- { "Shoebox_SIM_EPOCH", {10855.6,9736.06,0.994728}, {{0,0.99743,0.0716471},{-0.0854324,-0.0713851,0.993783}}, true },
- { "SapperHead_SIM_EPOCH", {10853.2,9739.31,0.365158}, {{-0.666775,0.469401,-0.578855},{0.649235,0.747234,-0.141903}}, false },
- { "Jack_SIM_EPOCH", {10854.8,9734.52,0.989227}, {{0,0.999576,0.0291119},{0,-0.0291119,0.999576}}, true },
- { "Land_Ammobox_rounds_F", {10853.8,9732.25,0.931435}, {{-4.36092e-006,0.999271,0.038191},{-0.00970079,-0.0381892,0.999224}}, false },
- { "Land_Ammobox_rounds_F", {10853.5,9731.87,0.929764}, {{0.00062306,0.999269,0.03823},{-0.0102879,-0.0382215,0.999216}}, false },
- { "Land_ShelvesWooden_blue_F", {10855.5,9735.89,0.0243835}, {{0.486036,0.871388,0.066726},{-0.0382478,-0.0550686,0.99775}}, false },
- { "Land_ShelvesWooden_blue_F", {10854.9,9734.76,-0.000701904}, {{0.48524,0.874213,0.0171255},{0.00418143,-0.0219056,0.999751}}, false },
- { "Land_ShelvesWooden_khaki_F", {10853.6,9732.11,-0.000396729}, {{0.451091,0.891886,0.0324789},{-0.00664833,-0.0330327,0.999432}}, false },
- { "Land_WoodenTable_small_F", {10858,9737.23,-0.00397491}, {{0.466201,0.884473,0.0190649},{0.0402799,-0.0427492,0.998273}}, false },
- { "Land_PortableGenerator_01_F", {10857.2,9740.36,0.00166321}, {{-0.837214,0.546718,0.0131027},{0.0412957,0.039311,0.998373}}, false },
- { "Land_WindmillPump_01_F", {10845.4,9724.13,7.62939e-006}, {{0.897404,-0.44121,0},{0,0,1}}, false },
- { "Land_HBarrier_1_F", {10850.4,9735.38,0.00152588}, {{0.439157,0.898366,0.00894902},{-0.0638707,0.0212837,0.997731}}, false },
- { "SapperHead_SIM_EPOCH", {10856.2,9739.78,-0.146057}, {{-0.435902,-0.870781,0.227442},{0.897221,-0.440276,0.0339274}}, false },
- { "SapperHead_SIM_EPOCH", {10854.3,9739.49,-0.114021}, {{0.591943,-0.771625,0.232806},{0.773588,0.625,0.104574}}, false },
- { "Land_HBarrier_1_F", {10856.5,9752.63,0.00088501}, {{0.44003,0.896704,0.0479037},{0.0106693,-0.0585629,0.998227}}, false },
- { "Land_HBarrier_1_F", {10859.3,9757.38,0.00162506}, {{-0.162384,-0.985034,-0.057788},{0,-0.0585653,0.998284}}, false },
- { "Land_HBarrier_1_F", {10858.5,9755.25,0.0015564}, {{-0.579644,-0.813471,-0.0477231},{0,-0.0585653,0.998284}}, false },
- { "Land_HelipadSquare_F", {10849.6,9777.75,0}, {{0.877335,-0.479654,0.0146633},{-0.0239912,-0.0133232,0.999623}}, false },
- { "Land_HBarrier_1_F", {10859.3,9752.88,0.00112152}, {{0.440054,0.89606,0.0585579},{0.0026744,-0.0665188,0.997782}}, false },
- { "Land_PortableLight_double_F", {10861.3,9680.25,0}, {{0.164497,-0.986378,0},{0,0,1}}, false },
- { "Land_HBarrier_01_big_4_green_F", {10877.1,9670.13,0.0104904}, {{-0.88622,0.458203,-0.0683031},{-0.0850248,-0.0159396,0.996251}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10872.8,9670.63,0.0025177}, {{0.489307,-0.871265,0.0384179},{-0.0876595,-0.00530604,0.996136}}, false },
- { "Land_BasaltWall_01_d_right_F", {10879,9679.38,0.0148315}, {{-0.885806,0.458082,-0.074217},{-0.0903023,-0.0132797,0.995826}}, false },
- { "Land_BasaltWall_01_d_right_F", {10861.5,9663.5,2.7768}, {{-0.889184,0.457334,-0.0140248},{-0.0239937,-0.0159967,0.999584}}, false },
- { "Land_BasaltWall_01_d_right_F", {10870.4,9663.13,0.00610352}, {{-0.416069,-0.905614,-0.0821552},{-0.0981908,-0.0450745,0.994146}}, false },
- { "Land_BasaltWall_01_8m_F", {10882,9685.25,-2.7905}, {{-0.886793,0.458565,-0.0575902},{-0.0771019,-0.0239248,0.996736}}, false },
- { "Land_BasaltWall_01_8m_F", {10865.1,9665.63,-0.00147247}, {{-0.417088,-0.907583,-0.0482818},{-0.0691654,-0.0212732,0.997378}}, false },
- { "Land_PetroglyphWall_02_F", {10877.6,9676.63,0}, {{-0.88944,0.457051,0},{0,0,1}}, false },
- { "Land_PetroglyphWall_01_F", {10872.1,9665.75,-7.62939e-006}, {{0.900634,-0.434578,0},{0,0,1}}, false },
- { "Land_HBarrier_01_line_1_green_F", {10875,9673.88,0.00251007}, {{0,0.999872,0.0160013},{-0.0850248,-0.0159434,0.996251}}, false },
- { "Land_BarrelEmpty_F", {10865,9701.98,0.00120544}, {{-0.000454646,0.998585,0.0531787},{0.0131107,-0.0531681,0.9985}}, false },
- { "Land_GardenPavement_02_F", {10865.8,9705.83,-0.000434875}, {{0.895378,-0.444061,-0.0332858},{0.0159975,-0.0426236,0.998963}}, false },
- { "Land_GardenPavement_02_F", {10862,9707.58,-0.000434875}, {{0.895174,-0.443654,-0.0428221},{0.0266571,-0.0426124,0.998736}}, false },
- { "Land_WoodenWall_01_m_4m_F", {10865.9,9701.63,-7.62939e-006}, {{-0.905616,0.424098,0},{0,0,1}}, false },
- { "Land_WoodenWall_01_m_4m_F", {10863.9,9697.38,7.62939e-006}, {{0.900199,-0.43548,0},{0,0,1}}, false },
- { "Land_WoodenShelter_01_F", {10875.6,9713,0.525391}, {{0.897076,-0.441874,0.00139776},{-0.0159977,-0.0293164,0.999442}}, false },
- { "Land_WoodenWall_01_m_8m_F", {10870.9,9705.75,-7.62939e-006}, {{0.897813,-0.440377,0},{0,0,1}}, false },
- { "Land_WoodenWall_01_m_d_F", {10866.1,9704,0}, {{-0.468575,-0.883424,0},{0,0,1}}, false },
- { "Land_WoodenTable_large_F", {10861,9703.98,0.00175476}, {{0.89317,-0.447627,-0.0433214},{0.0216432,-0.0534336,0.998337}}, false },
- { "Land_Bench_F", {10860.5,9694.61,0.00366211}, {{-0.866069,0.496782,0.0559579},{0.0290434,-0.061745,0.997669}}, false },
- { "Land_LampSolar_F", {10881,9702.75,-7.62939e-006}, {{0.465048,0.885286,0},{0,0,1}}, false },
- { "Land_Atm_01_F", {10875.8,9712.88,0}, {{0.868467,-0.495747,0},{0,0,1}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10888.5,9698.5,0.000991821}, {{0.886155,-0.463361,0.00511642},{-0.0266571,-0.0399511,0.998846}}, false },
- { "Land_BasaltWall_01_d_left_F", {10885,9691.13,-0.00764465}, {{-0.888821,0.457591,-0.0246492},{-0.0373065,-0.0186434,0.99913}}, false },
- { "Land_BarrelSand_grey_F", {10864.5,9701.1,0.00133514}, {{-0.000354248,0.998452,0.0556136},{0.0132539,-0.0556041,0.998365}}, false },
- { "Land_Map_unfolded_F", {10860.4,9704.11,0.866005}, {{0,0.998581,0.0532597},{0.0213615,-0.0532476,0.998353}}, true },
- { "Land_Laptop_unfolded_F", {10861.6,9703.48,0.866547}, {{-0.790813,-0.609737,0.0532548},{0.0291257,0.0494215,0.998353}}, true },
- { "Land_DrillAku_F", {10860.4,9701.04,0.866127}, {{0,0.998719,0.0505931},{0.0293526,-0.0505713,0.998289}}, true },
- { "Land_WeldingTrolley_01_F", {10862.6,9696.45,0.00336456}, {{-0.907943,0.416424,0.0472224},{0.0213255,-0.0666253,0.99755}}, false },
- { "Land_PortableGenerator_01_F", {10877.2,9713.11,0.000518799}, {{-0.023463,0.99928,0.0297947},{-0.0166384,-0.0301891,0.999406}}, false },
- { "Land_PortableGenerator_01_F", {10863.9,9698.99,0.00256348}, {{0.725424,-0.686408,-0.0510239},{0.0176604,-0.0555441,0.9983}}, false },
- { "Land_PetroglyphWall_01_F", {10886.5,9694.13,0.00302124}, {{0.900429,-0.434999,0.00182592},{-0.02133,-0.0399591,0.998974}}, false },
- { "Land_Locomotive_01_v1_F", {10870.1,9690.42,0.0205154}, {{0.450021,0.891758,0.0474177},{-0.0206833,-0.0426757,0.998875}}, false },
- { "Land_Noticeboard_F", {10876.8,9717.75,0.000473022}, {{0.886803,-0.462138,0.00300443},{-0.0186628,-0.029315,0.999396}}, false },
- { "Land_GardenPavement_02_F", {10860.1,9734.75,0.000213623}, {{-0.459634,-0.888049,-0.0102768},{0.0239934,-0.0239841,0.999424}}, false },
- { "Land_GardenPavement_02_F", {10861.9,9738.38,0.000160217}, {{-0.459686,-0.88786,-0.0198261},{0.0186626,-0.0319774,0.999314}}, false },
- { "Land_Bench_05_F", {10879.5,9720,0}, {{-0.904399,0.426689,0},{0,0,1}}, false },
- { "Land_Bench_05_F", {10868.1,9725.88,-0.000816345}, {{-0.944023,-0.329564,0.0144257},{0.0319849,-0.04792,0.998339}}, false },
- { "Land_Bench_05_F", {10868.8,9731,-0.00114441}, {{-0.88058,0.470725,0.0547501},{0.0293221,-0.0611897,0.997695}}, false },
- { "Land_Bench_05_F", {10872.8,9733.88,-0.000274658}, {{-0.372798,0.927169,0.037142},{0.0266571,-0.0293097,0.999215}}, false },
- { "Land_VergeRock_01_F", {10884.5,9743.64,-0.00640106}, {{0.609174,0.744676,-0.272699},{0.262531,0.135112,0.955417}}, false },
- { "Land_VergeRock_01_F", {10887.2,9746.15,-0.00796509}, {{0.592685,0.768545,-0.24096},{0.231678,0.12385,0.964876}}, false },
- { "Land_VergeRock_01_F", {10882.2,9745.65,-0.00654602}, {{0.598647,0.753843,-0.270818},{0.25754,0.139002,0.956217}}, false },
- { "Land_VergeRock_01_F", {10889.4,9748.65,-0.00823975}, {{0.621156,0.74817,-0.233251},{0.232417,0.108376,0.966559}}, false },
- { "Land_VergeRock_01_F", {10884.8,9748.15,-0.00762177}, {{0.608705,0.754575,-0.245144},{0.243392,0.116485,0.962908}}, false },
- { "Land_WoodenWall_01_m_8m_F", {10883,9730.75,0}, {{0.897813,-0.440377,0},{0,0,1}}, false },
- { "Land_StoneTanoa_01_F", {10873.2,9727.89,0.00255585}, {{0.862749,-0.501393,-0.0653353},{0.0399748,-0.0611742,0.997326}}, false },
- { "Land_LampSolar_F", {10869.9,9746.63,0}, {{0.465048,0.885286,0},{0,0,1}}, false },
- { "Land_TouristShelter_01_F", {10879.7,9720.28,1.52588e-005}, {{0.895596,-0.444868,0},{0,0,1}}, false },
- { "Land_WoodenCounter_01_F", {10860.3,9739.59,0.00917816}, {{-0.888056,0.457106,0.0491099},{0.0360625,-0.0372309,0.998656}}, false },
- { "WaterPump_01_forest_F", {10884.9,9730.11,0.00270081}, {{-0.000194037,0.999588,0.0286976},{0.0234226,-0.0286851,0.999314}}, false },
- { "Campfire_burning_F", {10873.1,9728,0.623276}, {{0,0.998118,0.0613255},{0.0405127,-0.0612751,0.997298}}, false },
- { "Land_PetroglyphWall_02_F", {10879.9,9748.63,0.0188446}, {{-0.884909,0.458206,-0.0835669},{-0.100816,-0.0132681,0.994817}}, false },
- { "Sign_F", {10861.9,9749.63,0.000839233}, {{-0.893274,0.448603,-0.0285825},{-0.0319811,0,0.999488}}, false },
- { "Land_GardenPavement_02_F", {10871.4,9757.63,-0.000221252}, {{0.982605,0.185556,0.00755498},{-0.00265204,-0.026657,0.999641}}, false },
- { "Land_VergeRock_01_F", {10887,9750.65,-0.00829315}, {{0.616099,0.753013,-0.231071},{0.23139,0.107391,0.966915}}, false },
- { "Land_VergeRock_01_F", {10865.9,9754.54,-0.00767517}, {{-0.233037,0.93834,-0.255367},{0.0272748,0.2688,0.962809}}, false },
- { "Land_VergeRock_01_F", {10864.6,9761.17,-0.00765228}, {{-0.267799,0.931434,-0.246402},{0.0300176,0.263684,0.964142}}, false },
- { "Land_VergeRock_01_F", {10865.9,9769.66,-0.00740814}, {{-0.247736,0.933532,-0.259121},{0.028041,0.274256,0.961248}}, false },
- { "Land_VergeRock_01_F", {10868.9,9755.13,0.00389099}, {{-0.158381,0.985791,-0.0559612},{-0.315424,0.00319217,0.948945}}, false },
- { "Land_VergeRock_01_F", {10865.2,9758.15,-0.00796509}, {{-0.232588,0.940956,-0.245975},{0.0358176,0.261026,0.964667}}, false },
- { "Land_VergeRock_01_F", {10868.2,9758.74,0.0056076}, {{-0.162999,0.986595,0.0078377},{-0.324803,-0.0611598,0.943802}}, false },
- { "Land_VergeRock_01_F", {10867.6,9761.89,-0.00190735}, {{-0.194955,0.96792,-0.158503},{-0.191412,0.12095,0.974029}}, false },
- { "Land_VergeRock_01_F", {10889.8,9753.53,-0.00669098}, {{0.690016,0.673253,-0.265723},{0.270744,0.100387,0.957403}}, false },
- { "Land_VergeRock_01_F", {10862.9,9768.92,-0.00711823}, {{-0.251001,0.929777,-0.269283},{0.0157687,0.282079,0.959261}}, false },
- { "Land_WoodenShelter_01_F", {10870.9,9759.81,-7.62939e-006}, {{0.20459,-0.978848,0},{0,0,1}}, false },
- { "Land_WoodenTable_large_F", {10871.1,9759.11,-0.00174713}, {{0.982024,0.188476,0.0102803},{-0.0052846,-0.0269892,0.999622}}, false },
- { "Land_CampingChair_V1_folded_F", {10873.1,9759.88,7.62939e-006}, {{0.997423,0.0700731,-0.0153987},{0.0159975,-0.00799242,0.99984}}, false },
- { "Land_ClutterCutter_large_F", {10872.8,9758.88,0}, {{0.424727,0.904969,0.0252592},{-0.00265204,-0.026657,0.999641}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10882.8,9774.75,0.00100708}, {{-0.608735,0.791221,0.0584123},{-0.0080009,-0.0797436,0.996783}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10886.9,9776.88,-8.39233e-005}, {{-0.268694,0.962132,0.0458787},{-0.0106641,-0.0505987,0.998662}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10878.5,9772.5,0.000228882}, {{-0.455658,0.888414,0.055636},{-0.00267442,-0.0638675,0.997955}}, false },
- { "Land_BasaltWall_01_d_left_F", {10873.8,9768.25,0}, {{-0.224202,0.974543,0},{0,0,1}}, false },
- { "Land_BasaltWall_01_d_left_F", {10888.3,9772.13,-3.79357}, {{-0.224163,0.973114,0.052908},{-0.0186565,-0.0585646,0.998109}}, false },
- { "Land_BasaltWall_01_d_left_F", {10882,9752.38,-0.00360107}, {{-0.876552,0.473565,-0.0859854},{-0.0876599,0.0185847,0.995977}}, false },
- { "Land_BasaltWall_01_d_right_F", {10870.9,9767.67,0}, {{0.224203,-0.974543,0},{0,0,1}}, false },
- { "Land_BasaltWall_01_gate_F", {10865.4,9765.75,7.62939e-006}, {{-0.263872,0.964558,0},{0,0,1}}, false },
- { "Land_CampingChair_V1_F", {10871.6,9761.73,0.00373077}, {{-0.000834508,0.999489,0.0319671},{0.0160717,-0.0319496,0.99936}}, false },
- { "Land_CampingChair_V1_F", {10881,9762.85,0.00363159}, {{0.610889,0.791439,0.0209343},{0.00772941,-0.0324024,0.999445}}, false },
- { "Land_CampingChair_V1_F", {10869.9,9761.25,0.00804138}, {{-0.598486,0.800905,0.0191428},{-0.0164776,-0.0361957,0.999209}}, false },
- { "Land_CampingChair_V1_F", {10879.1,9763.26,0.00409698}, {{0.00303644,0.998967,0.0453332},{-0.00532354,-0.0453166,0.998959}}, false },
- { "Land_Suitcase_F", {10869.9,9759.24,0.000244141}, {{-0.986259,-0.164624,-0.0138857},{-0.00959668,-0.0268205,0.999594}}, false },
- { "Land_Canteen_F", {10870.3,9758.68,0.865021}, {{0,0.999645,0.026659},{-0.0080009,-0.0266582,0.999613}}, true },
- { "Land_WoodPile_F", {10883.6,9763.13,0.00524139}, {{0.341086,-0.93946,-0.0327907},{0.00800059,-0.0319801,0.999456}}, false },
- { "Land_Map_altis_F", {10871.6,9759.25,0.866913}, {{-0.911941,-0.409916,-0.018231},{-0.0080009,-0.0266582,0.999613}}, true },
- { "Land_PortableLongRangeRadio_F", {10870.1,9759.25,0.864899}, {{0.216923,-0.975886,-0.0242892},{-0.0080009,-0.0266582,0.999613}}, true },
- { "Land_Tablet_02_F", {10870.4,9759.12,0.864937}, {{0.153883,0.987704,0.0275723},{-0.0080009,-0.0266582,0.999613}}, true },
- { "Land_TentA_F", {10876.1,9764.63,0.000228882}, {{0.976109,0.216081,0.0228233},{-0.0133317,-0.0452827,0.998885}}, false },
- { "Land_WoodenLog_F", {10879.5,9758.99,0.000152588}, {{-0.00171486,0.999713,0.0239167},{-0.0106997,-0.0239338,0.999656}}, false },
- { "Land_WoodenLog_F", {10880.9,9759.49,9.91821e-005}, {{-0.00114873,0.999826,0.0185948},{-0.00536261,-0.0186007,0.999812}}, false },
- { "Land_PortableGenerator_01_F", {10869.3,9761.62,0.000816345}, {{-0.977944,-0.208106,-0.0178361},{-0.00800343,-0.0479953,0.998815}}, false },
- { "Land_Camping_Light_F", {10876.3,9764.86,-9.91821e-005}, {{-0.0460152,0.997994,0.0434835},{-0.0121376,-0.044085,0.998954}}, false },
- { "Land_Sleeping_bag_brown_F", {10876.9,9760.5,-0.011673}, {{0.129599,-0.991313,-0.0224069},{-0.0106641,-0.0239897,0.999655}}, false },
- { "Land_Sleeping_bag_blue_folded_F", {10872.5,9761.86,0.000808716}, {{-0.0174588,0.985105,0.171066},{0.0186754,-0.170741,0.985139}}, false },
- { "Land_Sleeping_bag_blue_F", {10874.8,9760.5,-0.00643921}, {{0.186456,-0.982404,-0.0108363},{0.0159975,-0.00799242,0.99984}}, false },
- { "Campfire_burning_F", {10879.5,9761.12,-0.000457764}, {{0,0.999826,0.018666},{-0.00533768,-0.0186657,0.999812}}, false },
- { "Land_BasaltWall_01_8m_F", {10860.8,9762.5,0.00164795}, {{-0.889184,0.456135,0.0359455},{0.023991,-0.0319738,0.999201}}, false },
- { "Land_VergePost_01_F", {10865.8,9764.13,0.000465393}, {{0,0.99885,0.0479432},{0.0159975,-0.047937,0.998722}}, false },
- { "Land_CncBarrierMedium_F", {10904.1,9713.5,0.253799}, {{0.289862,-0.957068,0},{0,0,1}}, false },
- { "Land_CncBarrierMedium_F", {10912.8,9716.88,0}, {{0.543791,-0.839221,0},{0,0,1}}, false },
- { "Land_HBarrier_01_wall_corner_green_F", {10907.9,9716.88,0.00104523}, {{0.89093,-0.451641,0.0475837},{-0.0479448,0.0106518,0.998793}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10890.5,9702.5,0.00183105}, {{0.883456,-0.464569,0.0606688},{-0.0823844,-0.0265665,0.996246}}, false },
- { "Land_LampSolar_F", {10895,9732.13,-7.62939e-006}, {{0.465048,0.885286,0},{0,0,1}}, false },
- { "Land_WaterTower_01_F", {10890.5,9740.75,0}, {{0.414572,0.910017,0},{0,0,1}}, false },
- { "Land_BasaltWall_01_4m_F", {10903.8,9722.63,0.000274658}, {{0.88564,-0.457266,0.0809287},{-0.113921,-0.0449919,0.992471}}, false },
- { "Land_HBarrier_01_big_4_green_F", {10902.8,9736.13,0.0132217}, {{-0.885807,0.459729,-0.0632045},{-0.0902951,-0.0371556,0.995222}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10915.4,9727.13,0.000328064}, {{0.88647,-0.462727,-0.00740166},{0,-0.0159937,0.999872}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10914.9,9732,0.00177765}, {{0.885762,-0.464016,0.0107343},{-0.0399685,-0.0532138,0.997783}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10910.6,9729.5,0.0016098}, {{0.885853,-0.463866,0.00961088},{-0.0373063,-0.0505664,0.998024}}, false },
- { "Land_BasaltWall_01_d_left_F", {10915.2,9720.58,2.95291}, {{0.890565,-0.454855,0},{0,0,1}}, false },
- { "Land_BasaltWall_01_d_left_F", {10912.3,9739.25,2.83707}, {{-0.877137,0.478149,-0.0447681},{-0.0797432,-0.0530868,0.995401}}, false },
- { "Land_BasaltWall_01_d_right_F", {10904.9,9725.75,2.86819}, {{-0.874211,0.479139,-0.0786252},{-0.113921,-0.0449919,0.992471}}, false },
- { "Land_ConcreteWell_01_F", {10892.4,9745.63,-7.62939e-006}, {{0,1,0},{0,0,1}}, false },
- { "Land_BasaltWall_01_8m_F", {10910.4,9723.75,0}, {{0.471086,0.882088,0},{0,0,1}}, false },
- { "Land_BasaltWall_01_8m_F", {10917.1,9736.5,0.00325775}, {{0.470605,0.881534,0.0377931},{-0.0452881,-0.0186435,0.9988}}, false },
- { "Land_BasaltWall_01_8m_F", {10915.4,9744.38,-0.00336456}, {{0.887584,-0.455733,0.0670917},{-0.0929287,-0.0344957,0.995075}}, false },
- { "Land_VergeRock_01_F", {10893.2,9756.51,-0.00756836}, {{0.724235,0.641405,-0.253147},{0.258814,0.0874263,0.961962}}, false },
- { "Land_VergeRock_01_F", {10895.2,9754.14,-0.00758362}, {{0.725727,0.639749,-0.253063},{0.258925,0.0868062,0.961989}}, false },
- { "Land_VergeRock_01_F", {10891.9,9751.27,-0.00723267}, {{0.690788,0.675353,-0.258284},{0.260553,0.10071,0.960193}}, false },
- { "Land_LampSolar_F", {10897.6,9755.13,0}, {{0.465048,0.885286,0},{0,0,1}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10910.6,9770.38,0.00448608}, {{-0.41975,-0.904823,-0.0714486},{-0.06652,-0.0478398,0.996638}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10913.9,9768.75,0.00409698}, {{-0.484202,-0.872699,-0.0628041},{-0.0718131,-0.0318985,0.996908}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10913.4,9750.63,0.0062561}, {{-0.994588,0.0367304,-0.0971889},{-0.0981907,-0.0265302,0.994814}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10906.6,9769.13,0.00273895}, {{-0.4561,-0.888081,-0.0573071},{-0.0373095,-0.0452566,0.998278}}, false },
- { "Land_HBarrier_01_line_3_green_F", {10905.1,9773,0.00256348}, {{-0.408824,-0.911084,-0.0528097},{-0.0399685,-0.0399362,0.998403}}, false },
- { "Land_VergePost_01_F", {10908.7,9773.14,0.0229645}, {{0,0.999201,0.0399667},{-0.039967,-0.0399348,0.998403}}, false },
- { "Land_BasaltWall_01_d_right_F", {10922.3,9734.25,2.93697}, {{0.890565,-0.454855,0},{0,0,1}}, false },
- { "Land_HBarrier_01_big_4_green_F", {10922.3,9725.63,0.00773621}, {{-0.887624,0.458159,-0.0470473},{-0.0638707,-0.0212864,0.997731}}, false },
- { "Land_BasaltWall_01_d_left_F", {10924.3,9760.38,-2.77207}, {{0.887585,-0.457779,0.0512995},{-0.0929267,-0.0688653,0.993289}}, false },
- { "ProtectionZone_Invisible_F", {10845.625,9676.25,0}, 116.792, true },
- { "ProtectionZone_Invisible_F", {10875.375,9693.5,0}, 296.730, true },
- { "ProtectionZone_Invisible_F", {10838,9712.25,0}, 296.730, true },
- { "ProtectionZone_Invisible_F", {10858,9755.375,0}, 296.730, true },
- { "ProtectionZone_Invisible_F", {10903,9734.5,0}, 296.730, true }
+ // Western Trader Camp
+ { "Land_ClutterCutter_large_F", {2007.84,10661.6,-0.0380335}, {{0.347282,-0.937045,0.0366348},{0.0239934,0.0479322,0.998562}}, true },
+ { "Land_PCSet_01_case_F", {2014.64,10649,0.624558}, {{-0.600211,0.799842,0},{0,0,1}}, true },
+ { "Land_PCSet_01_case_F", {2014.28,10648.7,0.582048}, {{-0.600211,0.799842,0},{0,0,1}}, true },
+ { "Land_PCSet_01_case_F", {2014.46,10648.9,0.603722}, {{-0.600211,0.799842,0},{0,0,1}}, true },
+ { "Land_WaterCooler_01_new_F", {2014.08,10648.5,-0.260181}, {{0.811798,0.583938,0},{0,0,1}}, true },
+ { "Land_SatellitePhone_F", {2014.89,10649.3,0.655825}, {{-0.632394,0.774647,0},{0,0,1}}, true },
+ { "Land_CampingTable_F", {2014.92,10649.3,-0.15448}, {{0.601662,-0.798751,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_large_F", {2018.95,10649.5,-0.0333686}, {{0.347338,-0.935093,0.0704037},{-0.0159977,0.0691583,0.997477}}, true },
+ { "Land_PortableGenerator_01_F", {2017.53,10650.7,0.0167627}, {{0.167069,0.984685,-0.0498395},{-0.0159977,0.0532507,0.998453}}, true },
+ { "Land_Portable_generator_F", {2018.9,10650.6,0.000555515}, {{-0.138701,-0.989045,0.0505266},{-0.0159977,0.0532507,0.998453}}, true },
+ { "Land_Laptop_device_F", {2018.59,10650.9,0.814502}, {{-0.14656,-0.98792,0.0503374},{-0.01602,0.0532506,0.998453}}, true },
+ { "Land_Laptop_device_F", {2019.1,10650.6,0.814545}, {{-0.703214,-0.71048,0.0266092},{-0.01602,0.0532506,0.998453}}, true },
+ { "Land_ClutterCutter_medium_F", {2025.28,10661.6,0.0389977}, {{0,0.999091,-0.0426276},{-0.206142,0.0417121,0.977633}}, true },
+ { "Land_ClutterCutter_large_F", {2019.41,10663,0.0390873}, {{0,0.999201,-0.0399685},{-0.0426276,0.0399322,0.998293}}, true },
+ { "Land_ClutterCutter_large_F", {2022.16,10656.5,0.0390854}, {{0,0.999712,-0.0239912},{-0.0744588,0.0239246,0.996937}}, true },
+ { "Land_ClutterCutter_large_F", {2015.04,10651.8,0.287385}, {{0,0.998581,-0.0532597},{-0.0426905,0.0532112,0.99767}}, true },
+ { "Land_ClutterCutter_large_F", {2016.03,10668.7,-0.0298233}, {{0.347377,-0.937048,0.0356291},{0.00532655,0.0399664,0.999187}}, true },
+ { "Land_ClutterCutter_large_F", {2024.52,10672.5,-0.0130653}, {{0.347026,-0.937267,0.0332296},{-0.0452868,0.0186436,0.9988}}, true },
+ { "Land_ClutterCutter_large_F", {2033.07,10678.5,-0.0347009}, {{0.347303,-0.934146,0.0821643},{-0.0213272,0.0797273,0.996589}}, true },
+ { "Land_CampingTable_F", {2018.42,10650.7,0.00127506}, {{-0.112074,-0.992383,0.0511313},{-0.0159977,0.0532507,0.998453}}, true },
+ { "Land_ClutterCutter_large_F", {2034.44,10765.1,0.00799751}, {{0.347371,-0.936863,-0.0402548},{0.00800059,-0.0399655,0.999169}}, true },
+ { "Land_ClutterCutter_large_F", {2037.75,10757.8,0.033432}, {{0.347322,-0.932357,-0.100385},{-0.0186628,-0.113901,0.993317}}, true },
+ { "Land_ClutterCutter_large_F", {2031.72,10772.4,0}, {{0.347204,-0.937485,-0.0238802},{-0.031983,-0.037287,0.998793}}, true },
+ { "ArrowDesk_L_F", {2026.45,10773.7,-0.000289917}, {{-0.929983,-0.367323,0.0143572},{0.0133342,0.00532276,0.999897}}, true },
+ { "ArrowDesk_L_F", {2035.43,10777.4,-0.00571823}, {{-0.929946,-0.367052,0.0217362},{0.0160037,0.0186541,0.999698}}, true },
+ { "ArrowDesk_R_F", {2035.24,10777.3,0.000299454}, {{0.916943,0.398406,-0.0221131},{0.0160037,0.0186541,0.999698}}, true },
+ { "ArrowDesk_R_F", {2026.26,10773.6,0.000107765}, {{0.916979,0.398678,-0.0143494},{0.0133313,0.00532603,0.999897}}, true },
+ { "Land_ClutterCutter_large_F", {2056.26,10709.9,-0.0134869}, {{0.346418,-0.937394,-0.0358693},{0.0744595,-0.0106397,0.997167}}, true },
+ { "Land_ClutterCutter_large_F", {2057.4,10703.7,-0.0130305}, {{0.346983,-0.937337,-0.0316501},{0.0479432,-0.0159753,0.998722}}, true },
+ { "Land_ClutterCutter_large_F", {2057.99,10698.2,-0.018671}, {{0.34714,-0.937554,0.0220326},{0.0373061,0.0372803,0.998608}}, true },
+ { "Land_ClutterCutter_large_F", {2058.32,10693.7,-0.0213284}, {{0.347282,-0.936475,0.0490863},{0.0239934,0.0612004,0.997837}}, true },
+ { "Land_ClutterCutter_large_F", {2065.18,10700.3,-0.00999784}, {{-0.993507,-0.113753,0.00219393},{-0.00267442,0.0426275,0.999087}}, true },
+ { "Land_ClutterCutter_large_F", {2051.32,10688.2,0}, {{0.347338,-0.936567,0.0468822},{0.0159937,0.0559042,0.998308}}, true },
+ { "Land_ClutterCutter_large_F", {2041.39,10682.8,-0.0593615}, {{0.34655,-0.93622,0.0582668},{0.069167,0.0874509,0.993765}}, true },
+ { "Land_ClutterCutter_large_F", {2045.72,10739,-0.0179958}, {{0.347026,-0.93781,0.00927076},{0.0452867,0.0266297,0.998619}}, true },
+ { "Land_ClutterCutter_large_F", {2048.22,10732.7,0.00805712}, {{0.347066,-0.934018,-0.0845894},{0.0426276,-0.0743919,0.996318}}, true },
+ { "Land_ClutterCutter_large_F", {2049.46,10729.7,-0.0106125}, {{0.345703,-0.93435,-0.0864863},{0.09819,-0.055642,0.993611}}, true },
+ { "Land_ClutterCutter_large_F", {2051.39,10724.1,-0.00470018}, {{0.343437,-0.922599,-0.175677},{0.150273,-0.130663,0.979972}}, true },
+ { "Land_ClutterCutter_large_F", {2054.08,10717.6,-0.0200381}, {{0.341318,-0.925145,-0.166157},{0.186028,-0.106788,0.976724}}, true },
+ { "Land_ClutterCutter_large_F", {2040.66,10751.2,-0.00997543}, {{0.345324,-0.931118,-0.117348},{0.108686,-0.0845203,0.990476}}, true },
+ { "Land_ClutterCutter_large_F", {2043.78,10744.2,0.0206614}, {{0.34714,-0.937348,-0.0295196},{-0.0373079,-0.0452552,0.998279}}, true },
+ { "Land_Razorwire_F", {1997.36,10647.3,0.0347066}, {{-0.836157,-0.539158,0.10075},{0.0771031,0.0663211,0.994815}}, true },
+ { "Land_Razorwire_F", {2003.48,10645.5,-0.29515}, {{0.443978,-0.893206,0.0711733},{0.132163,0.143841,0.980736}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2003.41,10647.1,-0.533029}, {{-0.307788,0.951455,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2009.15,10646.8,-0.7}, {{-0.71281,-0.701357,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {1998.64,10649.5,0.0644999}, {{0.806509,0.591222,0},{0,0,1}}, true },
+ { "Land_Razorwire_F", {1995.89,10667.8,-0.161806}, {{0.55434,-0.832145,-0.0155343},{0.0876605,0.0398146,0.995354}}, true },
+ { "Land_Razorwire_F", {2007.71,10677.8,-0.0676603}, {{0.665774,-0.746115,-0.00759386},{0.0293202,0.0159908,0.999442}}, true },
+ { "Land_Razorwire_F", {2002.05,10672.6,-0.106432}, {{0.662338,-0.745321,-0.0761899},{0.0876605,-0.023901,0.995864}}, true },
+ { "Land_Razorwire_F", {1993.53,10653.5,-0.209675}, {{-0.831984,-0.532798,0.154686},{0.203641,-0.0339196,0.978458}}, true },
+ { "Land_HBarrier_01_big_tower_green_F", {1993.02,10661.9,-0.983466}, {{0.81747,0.575971,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {1996.53,10666.8,0.0133524}, {{0.581407,-0.813399,-0.0186679},{0.0876605,0.0398146,0.995354}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2008.39,10675.5,0.00380754}, {{0.570993,-0.820939,0.00513684},{0.0293202,0.0266456,0.999215}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {1994.23,10655.7,-0.452624}, {{0.806509,0.591222,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2002.15,10670.6,0.0120964}, {{0.626242,-0.778572,-0.0405855},{0.0876605,0.0185909,0.995977}}, true },
+ { "Land_Razorwire_F", {2017.15,10641.4,0.00270033}, {{-0.107352,-0.978113,0.178246},{0.0319849,0.175791,0.983908}}, true },
+ { "Land_Razorwire_F", {2010.01,10644.1,0.143356}, {{-0.579508,-0.805183,0.125902},{0.0133313,0.145101,0.989327}}, true },
+ { "Land_Razorwire_F", {2028.2,10649.6,-0.011622}, {{0.959483,-0.265481,0.0944044},{-0.0876609,0.0371643,0.995457}}, true },
+ { "Land_Razorwire_F", {2024.16,10643.8,-0.0291944}, {{0.514935,-0.849056,0.118091},{-0.0399685,0.11383,0.992696}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2022.61,10644.7,-0.17352}, {{0.528829,-0.848728,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2015.36,10643.2,4.76837e-007}, {{0.135001,0.990846,0},{0,0,1}}, true },
+ { "Land_NetFence_02_m_gate_v1_F", {2020.37,10664.9,0.0390873}, {{-0.395113,0.918633,0},{0,0,1}}, true },
+ { "Land_Razorwire_F", {2030.13,10657.3,0.260143}, {{0.953535,-0.256933,0.15734},{-0.186028,-0.0913072,0.978293}}, true },
+ { "Land_Razorwire_F", {2029.48,10664.7,-0.300159}, {{0.82649,0.505114,0.248545},{-0.318502,0.0555165,0.946295}}, true },
+ { "Land_HBarrier_01_big_tower_green_F", {2013.94,10676.5,0.000588894}, {{-0.841341,-0.540258,0.0163131},{-0.0080009,0.0426263,0.999059}}, true },
+ { "Land_HBarrier_01_wall_6_green_F", {2017.09,10657.3,0}, {{-0.512743,0.858542,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_wall_6_green_F", {2011.03,10652.3,0}, {{-0.698165,0.715937,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_wall_corridor_green_F", {2021.18,10662.7,0.039}, {{-0.980078,-0.198615,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2026.65,10650.6,0}, {{-0.955366,0.295425,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2027.22,10664.2,-0.592677}, {{-0.752581,-0.658499,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {2028.32,10658.6,-0.441137}, {{-0.99605,0.0887906,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {2017.13,10654.4,-0.0457668}, {{-0.666717,0.745311,0},{0,0,1}}, true },
+ { "Land_IRMaskingCover_02_F", {2015.13,10650.4,0.00850105}, {{0.628506,-0.777804,0},{0,0,1}}, true },
+ { "Land_BagFence_01_long_green_F", {2013.16,10672.1,0.0394974}, {{0.605195,-0.79572,0.0238567},{0.00265199,0.0319829,0.999485}}, true },
+ { "Land_BagFence_01_long_green_F", {2020.07,10674.7,0.000702858}, {{0.852466,0.521851,0.0311863},{-0.0479448,0.0186381,0.998676}}, true },
+ { "Land_BagFence_01_long_green_F", {2022.01,10669.1,0.00173807}, {{0.604338,-0.795073,0.0513228},{-0.0532575,0.0239597,0.998293}}, true },
+ { "Land_BagFence_01_long_green_F", {2023.92,10668.7,0.00083971}, {{0.803457,0.595343,0.00483694},{-0.0532575,0.0637782,0.996542}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {2024.57,10667,1.15882}, {{-0.631782,-0.775146,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {2023.11,10659.8,0.0416093}, {{-0.593392,-0.804542,-0.024451},{-0.0771034,0.0265777,0.996669}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {2023.57,10666,0.0417771}, {{-0.630028,-0.776447,-0.0139568},{-0.0744596,0.0425093,0.996318}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {2023.6,10666,1.15765}, {{-0.631782,-0.775146,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {2021.72,10665.3,0.0411954}, {{0.974446,0.215421,0.0636338},{-0.0744596,0.0425093,0.996318}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {2024.56,10667,0.0413957}, {{-0.630885,-0.775713,0.0159293},{-0.0532575,0.0637782,0.996542}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {2021.73,10665.2,1.24466}, {{0.977117,0.212286,0.0133301},{-0.00923216,-0.0202837,0.999752}}, true },
+ { "Land_Razorwire_F", {2011.71,10681.3,-0.0506768}, {{0.447867,-0.893522,0.0321467},{0.0133313,0.0426238,0.999002}}, true },
+ { "Land_Razorwire_F", {2018.59,10680,0.143998}, {{-0.784779,-0.619699,-0.00976378},{-0.0585655,0.058465,0.99657}}, true },
+ { "ProtectionZone_Invisible_F", {2040.6,10679.2,0.0189996}, {{0,0.997023,-0.0771034},{0.0452867,0.0770243,0.996}}, true },
+ { "Land_Razorwire_F", {2066.17,10723.7,-0.0079422}, {{0.446993,-0.884303,-0.134929},{0.0638697,-0.118902,0.99085}}, true },
+ { "Land_Razorwire_F", {2062.18,10721.7,-0.0333204}, {{0.459331,-0.864679,-0.203333},{0.11392,-0.169675,0.978894}}, true },
+ { "Land_Razorwire_F", {2092.83,10709.7,0.206044}, {{-0.970284,-0.241099,-0.0204909},{-0.0479448,0.108561,0.992933}}, true },
+ { "Land_Razorwire_F", {2093.92,10702.1,0.222802}, {{-0.99708,0.0286685,-0.0707832},{-0.0665191,0.129278,0.989375}}, true },
+ { "Land_Razorwire_F", {2073.12,10685,0.115961}, {{0.234266,-0.962929,0.133741},{-0.0876616,0.116085,0.989363}}, true },
+ { "Land_Razorwire_F", {2080.73,10687,0.14086}, {{0.233909,-0.961,0.147533},{-0.103442,0.126283,0.986586}}, true },
+ { "Land_Razorwire_F", {2088.47,10689,0.139478}, {{0.233909,-0.960213,0.15257},{-0.103442,0.131455,0.98591}}, true },
+ { "Land_Razorwire_F", {2093.11,10693.8,-0.333518}, {{0.987821,-0.134444,0.0783198},{-0.0479448,0.215855,0.975248}}, true },
+ { "Land_HelipadCircle_F", {2071.48,10704.3,-0.00210619}, {{-0.936689,-0.349214,-0.0257499},{-0.0452868,0.0478956,0.997825}}, true },
+ { "Land_Razorwire_F", {2073.18,10727,0.122449}, {{0.375874,-0.910495,-0.172387},{0,-0.186028,0.982544}}, true },
+ { "Land_Razorwire_F", {2080.73,10727.3,-0.0488544}, {{-0.170352,-0.975019,-0.142542},{0.0026744,-0.145114,0.989411}}, true },
+ { "Land_Razorwire_F", {2091.4,10717.6,0.0276146}, {{-0.98643,-0.162834,-0.0209831},{-0.0133317,-0.0479403,0.998761}}, true },
+ { "Land_Razorwire_F", {2087.72,10724.1,-0.120538}, {{-0.676026,-0.735305,-0.0481237},{0.0186626,-0.0823715,0.996427}}, true },
+ // Southern Trader Camp
+ { "Land_ClutterCutter_medium_F", {4875.56,5073.36,-0.00800037}, {{0.602568,0.798018,0.00894003},{0.0239934,-0.0293117,0.999282}}, true },
+ { "Land_ClutterCutter_medium_F", {4878,5076.53,-0.00933361}, {{0.602433,0.798145,0.0062528},{0.031983,-0.0319666,0.998977}}, true },
+ { "Land_ClutterCutter_medium_F", {4881.68,5078.86,-0.00133705}, {{0.602568,0.797497,0.0301752},{0.0239934,-0.0558961,0.998148}}, true },
+ { "Land_ClutterCutter_medium_F", {4885.97,5080.65,-0.00264645}, {{0.602568,0.797646,0.025935},{0.023991,-0.0505871,0.998431}}, true },
+ { "Land_ClutterCutter_medium_F", {4873.23,5074.83,-0.00800133}, {{0.602482,0.79807,0.00998314},{0.0293202,-0.0346307,0.99897}}, true },
+ { "ArrowDesk_R_F", {4877.19,5071.35,-0.0310087}, {{-0.716801,0.697278,0},{0,0,1}}, true },
+ { "ArrowDesk_L_F", {4870.7,5075.72,-0.0186253}, {{0.856132,-0.516757,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {4912.45,5099.11,0.0294886}, {{0.602707,0.795429,0.0635422},{0.0106693,-0.0876564,0.996094}}, true },
+ { "Land_ClutterCutter_medium_F", {4909.49,5095.2,0.0243626}, {{0.601798,0.7872,0.134737},{-0.0559124,-0.126765,0.990356}}, true },
+ { "Land_ClutterCutter_medium_F", {4907.48,5092.55,-0.0113258}, {{0.601707,0.798336,-0.0246558},{0.0585662,-0.0133132,0.998195}}, true },
+ { "Land_ClutterCutter_medium_F", {4903.96,5087.75,0.00733089}, {{0.602722,0.797561,0.0249533},{0.00799344,-0.0373049,0.999272}}, true },
+ { "Land_ClutterCutter_medium_F", {4901.7,5084.75,0.0184765}, {{0.602733,0.795652,0.0604248},{0.00533751,-0.0797441,0.996801}}, true },
+ { "Land_ClutterCutter_medium_F", {4899.08,5081.18,0.00763893}, {{0.602707,0.797861,0.0127175},{0.0106641,-0.0239897,0.999655}}, true },
+ { "Land_ClutterCutter_medium_F", {4890.08,5081.38,-0.00733471}, {{0.602636,0.797953,0.010026},{0.0186626,-0.0266525,0.999471}}, true },
+ { "Land_ClutterCutter_medium_F", {4894.65,5082.13,-0.0100012}, {{0.602322,0.798237,0.00517259},{0.0373061,-0.0346215,0.998704}}, true },
+ { "Land_ClutterCutter_medium_F", {4899.21,5084.55,0.0039959}, {{0.602739,0.796778,0.0430185},{0.00265199,-0.055912,0.998432}}, true },
+ { "Land_ClutterCutter_medium_F", {4918.6,5107.55,0.0193281}, {{0.602739,0.795602,0.0610208},{-0.00267442,-0.0744583,0.997221}}, true },
+ { "Land_ClutterCutter_medium_F", {4915.08,5102.72,0.00866413}, {{0.602741,0.797458,0.027645},{0,-0.0346456,0.9994}}, true },
+ { "Land_ClutterCutter_medium_F", {4933.8,5127.93,0.0239954}, {{0.602123,0.795533,0.0676382},{-0.0452868,-0.0505497,0.997694}}, true },
+ { "Land_ClutterCutter_medium_F", {4930.54,5123.44,0.0193291}, {{0.602568,0.796034,0.0569375},{-0.0239937,-0.053242,0.998293}}, true },
+ { "Land_ClutterCutter_medium_F", {4927.1,5119.03,0.015974}, {{0.602722,0.796,0.0557758},{-0.0080009,-0.0638667,0.997926}}, true },
+ { "Land_ClutterCutter_medium_F", {4924.54,5115.51,0.00599861}, {{0.602722,0.797758,0.0175824},{-0.00799344,-0.015997,0.99984}}, true },
+ { "Land_ClutterCutter_medium_F", {4921.65,5111.72,-0.00399971}, {{0.602379,0.798187,-0.00598711},{0.0346456,-0.0186514,0.999226}}, true },
+ { "Land_ClutterCutter_medium_F", {4946.94,5145.82,-0.00533104}, {{0.602733,0.797783,-0.0159753},{0.00532655,0.0159975,0.999858}}, true },
+ { "Land_ClutterCutter_medium_F", {4942.37,5139.48,0.00440884}, {{0.601886,0.798509,-0.0108183},{0.0532574,-0.0266193,0.998226}}, true },
+ { "Land_ClutterCutter_medium_F", {4939.19,5135.37,0.010684}, {{0.602741,0.797211,0.0340141},{0,-0.0426276,0.999091}}, true },
+ { "Land_ClutterCutter_medium_F", {4936.26,5131.33,0}, {{0.602741,0.797937,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {4956.69,5159.28,0.0226593}, {{0.602433,0.795438,0.0659758},{-0.031983,-0.0585353,0.997773}}, true },
+ { "Land_ClutterCutter_medium_F", {4953.5,5154.86,-0.00599957}, {{0.602527,0.797976,-0.0139512},{0.0266571,-0.00265105,0.999641}}, true },
+ { "Land_ClutterCutter_medium_F", {4950.16,5150.25,0.0253544}, {{0.602193,0.795062,0.0723807},{-0.0426276,-0.0585121,0.997376}}, true },
+ { "Land_ClutterCutter_medium_F", {4977.79,5187.71,0.0113306}, {{0.602707,0.797235,0.0340688},{-0.0106641,-0.0346436,0.999343}}, true },
+ { "Land_ClutterCutter_medium_F", {4975.14,5184.07,0.0133505}, {{0.602123,0.797693,0.0336793},{-0.0452868,-0.00799238,0.998942}}, true },
+ { "Land_ClutterCutter_medium_F", {4972.29,5180.63,0.00711155}, {{0.602739,0.797745,0.0175453},{0.00265199,-0.0239909,0.999709}}, true },
+ { "Land_ClutterCutter_medium_F", {4969.36,5176.76,0.0139971}, {{0.602636,0.796961,0.0410104},{-0.0186628,-0.0373015,0.99913}}, true },
+ { "Land_ClutterCutter_medium_F", {4967.33,5173.96,0.0113306}, {{0.60226,0.797797,0.0283397},{-0.039967,-0.00532229,0.999187}}, true },
+ { "Land_ClutterCutter_medium_F", {4964.87,5170.59,0.0116978}, {{0.602322,0.796809,0.047995},{-0.0373063,-0.0319607,0.998793}}, true },
+ { "Land_ClutterCutter_medium_F", {4962.2,5166.89,0.0153294}, {{0.602193,0.797318,0.0405841},{-0.042629,-0.018649,0.998917}}, true },
+ { "Land_ClutterCutter_medium_F", {4959.61,5163.32,0.0166636}, {{0.602739,0.796205,0.0525719},{-0.00267442,-0.0638685,0.997955}}, true },
+ { "Land_ClutterCutter_medium_F", {4969.53,5189.9,0.0431604}, {{0.601707,0.79258,0.0988191},{-0.0585655,-0.0796084,0.995104}}, true },
+ { "Land_ClutterCutter_medium_F", {4973.41,5187.44,0.0446777}, {{0.602123,0.793219,0.0908402},{-0.0452868,-0.0796625,0.995793}}, true },
+ { "Land_ClutterCutter_medium_F", {4970.58,5183.01,0.00935173}, {{0.602739,0.797844,-0.0122361},{0.00265199,0.0133316,0.999908}}, true },
+ { "Land_ClutterCutter_medium_F", {4967.68,5185.26,0.00202084}, {{0.602433,0.797609,-0.0299136},{0.031983,0.0133248,0.9994}}, true },
+ { "Land_ClutterCutter_large_F", {5006.19,5219.31,9.82285e-005}, {{0,0.999304,-0.0373063},{-0.0293202,0.0372903,0.998874}}, true },
+ { "Land_ClutterCutter_medium_F", {5000.25,5215.34,-0.0639887}, {{0,0.99615,-0.0876609},{0.037308,0.0875999,0.995457}}, true },
+ { "Land_ClutterCutter_medium_F", {4997.36,5212.14,-0.038662}, {{0,0.999968,-0.00799344},{0.0159975,0.00799242,0.99984}}, true },
+ { "Land_ClutterCutter_medium_F", {4994.27,5208.74,-9.53674e-007}, {{0.602636,0.797655,-0.0240124},{0.0186626,0.0159949,0.999698}}, true },
+ { "Land_ClutterCutter_medium_F", {4991.76,5205.2,-0.00333309}, {{0.602722,0.7979,-0.00907243},{0.00800059,0.00532633,0.999954}}, true },
+ { "Land_ClutterCutter_medium_F", {4988.74,5201.16,-0.0136147}, {{0.602193,0.796567,-0.053323},{0.0426276,0.0346141,0.998491}}, true },
+ { "Land_ClutterCutter_medium_F", {4986.65,5197.79,-0.00598907}, {{0.602123,0.798337,-0.0102723},{0.0452867,-0.0213053,0.998747}}, true },
+ { "Land_ClutterCutter_medium_F", {4983.53,5194.69,0.015708}, {{0.60226,0.797129,0.0432289},{-0.0399685,-0.0239742,0.998913}}, true },
+ { "Land_ClutterCutter_medium_F", {4980.45,5191.35,0.0140123}, {{0.602604,0.797012,0.0404921},{-0.0213272,-0.0346377,0.999172}}, true },
+ { "Land_GarbageContainer_closed_F", {5033.58,5206.82,0.459593}, {{-0.892229,0.451583,0},{0,0,1}}, true },
+ { "Land_PCSet_01_case_F", {5029.58,5210.44,0.422398}, {{0.460556,0.887631,6.17034e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Laptop_unfolded_F", {5028.99,5210.8,1.19744}, {{-0.473411,-0.880841,-8.52232e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Laptop_device_F", {5028.45,5210.93,1.18959}, {{-0.0237867,-0.999717,0.000655495},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_ClutterCutter_medium_F", {5014.25,5203.64,2.86102e-006}, {{0,0.998436,-0.0559124},{0.0559122,0.055825,0.996874}}, true },
+ { "Land_ClutterCutter_medium_F", {5031.64,5209.68,2.86102e-006}, {{0,0.999943,-0.0106641},{0.047947,0.0106518,0.998793}}, true },
+ { "Land_ClutterCutter_medium_F", {5020.63,5211.65,2.86102e-006}, {{0,0.999911,-0.0133317},{0.0133313,0.0133305,0.999822}}, true },
+ { "Land_ClutterCutter_medium_F", {5024.21,5210.86,2.86102e-006}, {{0,0.999488,-0.031983},{0.0823858,0.0318743,0.996091}}, true },
+ { "Land_ClutterCutter_medium_F", {5021.08,5208.79,2.86102e-006}, {{0,0.999826,-0.018666},{0.018666,0.0186627,0.999652}}, true },
+ { "Land_ClutterCutter_medium_F", {5018.24,5206.74,2.86102e-006}, {{0,0.999996,-0.00265204},{-0.0080009,0.00265196,0.999964}}, true },
+ { "Land_ClutterCutter_medium_F", {5027.12,5217.84,2.86102e-006}, {{0,0.997958,-0.0638688},{0.0559122,0.0637689,0.996397}}, true },
+ { "Land_ClutterCutter_medium_F", {5022.52,5215.4,2.86102e-006}, {{0,0.999996,-0.00267442},{-0.0186628,0.00267396,0.999822}}, true },
+ { "Land_ClutterCutter_medium_F", {5016.34,5209.67,2.86102e-006}, {{0,0.999826,-0.0186628},{0.0159975,0.0186604,0.999698}}, true },
+ { "Land_ClutterCutter_medium_F", {5035.41,5210.38,2.86102e-006}, {{0,0.998581,-0.0532575},{0.0106641,0.0532545,0.998524}}, true },
+ { "Land_ClutterCutter_medium_F", {5024.85,5204.84,-0.0242786}, {{0,0.99615,-0.0876609},{0.0532574,0.0875365,0.994737}}, true },
+ { "Land_ClutterCutter_medium_F", {5018.88,5200.97,2.86102e-006}, {{0,0.889825,0.456303},{0.718115,-0.317552,0.619251}}, true },
+ { "Land_ClutterCutter_medium_F", {5023.95,5207.99,2.86102e-006}, {{0,0.999201,-0.0399685},{0.0638687,0.0398869,0.997161}}, true },
+ { "Land_ClutterCutter_medium_F", {5027.88,5207.77,2.86102e-006}, {{0,0.997958,-0.0638688},{0.0106693,0.0638652,0.997901}}, true },
+ { "Land_ClutterCutter_medium_F", {5019.85,5205.33,2.86102e-006}, {{0,0.999996,-0.00265204},{-0.0080009,0.00265196,0.999964}}, true },
+ { "Land_ClutterCutter_medium_F", {5033.72,5213.95,2.86102e-006}, {{0,0.997224,-0.0744596},{0.0106693,0.0744553,0.997167}}, true },
+ { "Land_ClutterCutter_medium_F", {5030.44,5213.59,2.86102e-006}, {{0,0.997605,-0.0691671},{0.0426276,0.0691043,0.996698}}, true },
+ { "Land_ClutterCutter_medium_F", {5012.85,5216.94,-0.0164127}, {{0,0.995915,-0.0902964},{0.069167,0.0900801,0.99353}}, true },
+ { "Land_ClutterCutter_medium_F", {5014.14,5213.29,-0.0326633}, {{0,0.99349,-0.113921},{0.0159975,0.113906,0.993363}}, true },
+ { "Land_ClutterCutter_medium_F", {5016.79,5215.35,-0.0220337}, {{0,0.995673,-0.0929294},{-0.0053265,0.0929281,0.995659}}, true },
+ { "Land_ClutterCutter_medium_F", {5015.13,5198.68,0.00800133}, {{0,0.999773,0.0213271},{-0.0106641,-0.0213259,0.999716}}, true },
+ { "Land_ClutterCutter_medium_F", {5026.9,5212.59,2.86102e-006}, {{0,0.999996,-0.00265204},{-0.0106641,0.00265189,0.99994}}, true },
+ { "Land_CampingTable_F", {5032.32,5208.81,0.542001}, {{-0.472442,-0.881361,-8.34449e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_CampingTable_F", {5029.01,5210.66,0.383964}, {{-0.472442,-0.881361,-8.34449e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_WeldingTrolley_01_F", {5027.78,5207.2,0.240896}, {{0.403332,0.915053,-4.10559e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_ToolTrolley_02_F", {5027.46,5211.78,0.394034}, {{-0.907383,0.420302,-0.00161941},{-0.00146484,0.000690533,0.999999}}, true },
+ { "WaterPump_01_forest_F", {5025.69,5207.27,0.238022}, {{0.922392,-0.38625,0.00161788},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_CampingTable_small_F", {5018.61,5198.62,-0.00429916}, {{0,0.998974,-0.0452868},{0.0026744,0.0452867,0.99897}}, true },
+ { "Land_FieldToilet_F", {5014.29,5197.52,-0.0072279}, {{-0.839531,-0.542666,-0.0264603},{-0.0159977,-0.0239903,0.999584}}, true },
+ { "Land_FieldToilet_F", {5015.17,5196.13,-0.0046978}, {{-0.839531,-0.542666,-0.0264603},{-0.0159977,-0.0239903,0.999584}}, true },
+ { "Land_WaterTank_F", {5025.5,5209.96,0.349309}, {{0.898363,-0.439251,0.00161928},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_ToolTrolley_01_F", {5010.98,5210.33,0.00155735}, {{-0.560359,-0.824208,0.081724},{0.0319849,0.0770631,0.996513}}, true },
+ { "Land_CanisterFuel_F", {5032.14,5208.95,0.535025}, {{0.878454,-0.477825,0.00161675},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_CanisterFuel_F", {5031.97,5209.02,0.527202}, {{0.878454,-0.477825,0.00161675},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Wrench_F", {5032.11,5208.77,1.34455}, {{0,1,-0.000690534},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Pliers_F", {5032,5208.86,1.33989}, {{0.391919,0.92,-6.119e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Ammobox_rounds_F", {5031.82,5209.1,1.33417}, {{0.449007,0.893528,4.07134e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Ammobox_rounds_F", {5031.73,5208.94,1.32801}, {{0.449007,0.893528,4.07134e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Ammobox_rounds_F", {5031.91,5209.26,1.34035}, {{0.449007,0.893528,4.07134e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Magazine_rifle_F", {5032.28,5209.09,1.35119}, {{0.490736,0.871308,0.000117184},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Magazine_rifle_F", {5032.16,5209.02,1.34682}, {{0.490736,0.871308,0.000117184},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Magazine_rifle_F", {5032.28,5209.08,1.36953}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.14,5209.17,1.38291}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.22,5209.15,1.36953}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.22,5209.15,1.3874}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.22,5209.15,1.35119}, {{0.490736,0.871308,0.000117184},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Magazine_rifle_F", {5032.22,5208.96,1.35157}, {{0.490172,0.871008,-0.0328185},{0.0479446,0.0106518,0.998793}}, true },
+ { "Land_Magazine_rifle_F", {5032.16,5209.01,1.36578}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.14,5209.17,1.36516}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.15,5209.17,1.34682}, {{0.490736,0.871308,0.000117184},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Magazine_rifle_F", {5032.09,5209.06,1.36467}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.1,5209.05,1.34633}, {{0.490736,0.871308,0.000117184},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Magazine_rifle_F", {5032.16,5209.02,1.3839}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_Magazine_rifle_F", {5032.09,5209.05,1.38249}, {{0.490736,0.871308,0},{0,0,1}}, true },
+ { "Land_GasTank_01_khaki_F", {5031.77,5209.28,0.520709}, {{-0.514783,-0.85732,-0.000162069},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_PortableSpeakers_01_F", {5031.66,5209.46,1.3303}, {{0.924452,0.381297,0.00109088},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Tablet_02_F", {5028.77,5210.58,1.1844}, {{-0.448944,-0.89356,-4.06002e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_SatelliteAntenna_01_F", {5025.15,5216.25,0.436687}, {{-0.530084,0.847944,-0.00136202},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_CampingChair_V1_F", {5015.93,5200.23,0.00102806}, {{-0.774672,-0.628261,0.0719073},{0.0559122,0.045216,0.997411}}, true },
+ { "Land_CampingChair_V1_F", {5019.69,5200,0.000600815}, {{0.936153,-0.351591,-0.000647001},{0.0266571,0.0691426,0.997251}}, true },
+ { "Land_CampingChair_V1_F", {5017.1,5199.44,0.00129986}, {{-0.438246,-0.896487,0.0652076},{0.0559122,0.045216,0.997411}}, true },
+ { "Land_HelipadCircle_F", {4961.36,5191.7,0}, {{-0.427476,-0.903535,-0.0297957},{-0.0133317,-0.0266547,0.999556}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5008.34,5201.13,0.00773048}, {{0.811849,0.578219,-0.0810134},{0.0559122,0.0611232,0.996563}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5005.47,5207.89,-0.00196171}, {{-0.988344,-0.146947,0.0397721},{0.0346456,0.0372839,0.998704}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5007.71,5213.48,0.00213528}, {{-0.634543,0.771827,-0.040472},{0.071814,0.111017,0.99122}}, true },
+ { "ProtectionZone_Invisible_F", {4995.14,5201.25,0.00053978}, {{0,0.999943,0.0106641},{0.0106641,-0.0106635,0.999886}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5006.32,5227.11,0.0114241}, {{0.329441,0.942128,-0.0621498},{-0.0399685,0.0796809,0.996019}}, true },
+ { "Land_Trench_01_grass_F", {5018.82,5179.14,-0.0419836}, {{0.466524,0.884509,0},{0,0,1}}, true },
+ { "Land_Trench_01_grass_F", {5021.98,5177.78,-0.00653362}, {{0.466524,0.884509,0},{0,0,1}}, true },
+ { "Land_Trench_01_grass_F", {5019.78,5174.84,0.0133362}, {{0.466524,0.884509,0},{0,0,1}}, true },
+ { "Land_Trench_01_grass_F", {5017.02,5176.27,-0.0733452}, {{0.466524,0.884509,0},{0,0,1}}, true },
+ { "Land_CrabCages_F", {5031.22,5201.67,0.061182}, {{0.500948,0.865477,0.00013617},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Trench_01_grass_F", {5030.29,5213.15,0.000412941}, {{0.376095,0.926581,0},{0,0,1}}, true },
+ { "Land_Trench_01_grass_F", {5033.39,5211.69,-0.0157623}, {{0.376095,0.926581,0},{0,0,1}}, true },
+ { "Land_Trench_01_grass_F", {5036.23,5210.42,-0.0286341}, {{0.376095,0.926581,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5034.61,5202.57,0.0100193}, {{0.923972,-0.382059,-0.0175207},{0.0452867,0.0638033,0.996934}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5038.31,5214.93,-0.00209045}, {{-0.983292,0.181567,0.013036},{0.0186626,0.0293151,0.999396}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5030.71,5197.99,-0.0630207}, {{0.487846,-0.872929,0.00131741},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5036.89,5208.68,-0.00261402}, {{-0.949739,0.312198,0.0229965},{0.0373061,0.0399392,0.998505}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5025.63,5194.95,0.00261211}, {{0.533511,-0.845767,0.00665939},{0.02133,0.0213252,0.999545}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5019.3,5192.55,0.000221252}, {{0.254755,-0.9668,-0.0199423},{-0.00267442,-0.0213271,0.999769}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5013.62,5194.4,0.00361443}, {{0.811174,0.580577,-0.0701923},{0.069168,0.0239362,0.997318}}, true },
+ { "Land_Atm_01_F", {5026.35,5211.96,0.420522}, {{0.898794,-0.438371,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_line_1_green_F", {5012.5,5217.71,0.000192642}, {{-0.598347,0.801108,-0.0143817},{-0.0133317,0.00799273,0.999879}}, true },
+ { "Land_Campfire_F", {5017.94,5201,-0.000110626}, {{0,0.997605,-0.0691671},{0.0266571,0.0691426,0.997251}}, false},
+ { "Land_DataTerminal_01_F", {5028.82,5210.85,0.389002}, {{0.46898,0.883209,7.70965e-005},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_PaperBox_closed_F", {5035.39,5210.99,0.52301}, {{-0.883528,0.468376,-0.00161766},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_Scrap_MRAP_01_F", {5012.29,5208,0.000803947}, {{-0.31418,-0.948796,0.0328258},{0.031983,0.023979,0.999201}}, true },
+ { "Land_Pallet_MilBoxes_F", {5034.42,5208.93,0.482203}, {{-0.884246,0.467018,-0.00161778},{-0.00146484,0.000690533,0.999999}}, true },
+ { "Land_PartyTent_01_F", {5030.12,5209.09,0.463215}, {{0.43478,0.900537,0},{0,0,1}}, true },
+ { "Land_WoodPile_F", {5020.4,5201.95,0.00334358}, {{-0.636255,0.771388,-0.0118191},{0.0266571,0.0372931,0.998949}}, true },
+ { "Land_Pier_F", {5020.31,5196.47,-2.59}, {{-0.894755,0.446557,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_tower_green_F", {5022.42,5222.93,0.065362}, {{-0.481998,-0.876173,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5020.01,5224.19,-0.000741005}, {{-0.634279,0.772348,-0.0341766},{0.0239934,0.0638514,0.997671}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5027.76,5228.37,-1.2022}, {{-0.33662,0.941624,-0.00562072},{0.0638701,0.0287874,0.997543}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5034.95,5227.66,-1.572}, {{0.487311,0.873228,0},{0,0,1}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5038.28,5221.87,-1.0691}, {{0.983901,0.174494,-0.0386204},{0,0.216099,0.976372}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5017.46,5222.1,0.00150108}, {{-0.634453,0.770605,-0.060305},{0.00533751,0.0823839,0.996586}}, true },
+ { "Land_HBarrier_01_big_4_green_F", {5012.98,5222.69,-0.000469208}, {{0.703539,0.701686,-0.112563},{0.0452867,0.113804,0.992471}}, true },
+ //Northern Trader Camp
+ { "Land_ClutterCutter_medium_F", {11457.6,13203.4,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11452.1,13204.9,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11447.7,13206.1,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11442.4,13207.5,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11482.2,13196.6,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11476.7,13198.3,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11470.5,13199.9,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11464.2,13201.8,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11504,13190.4,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11494.4,13193.1,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11537.8,13142.8,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11541.3,13156,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11545.5,13166.5,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11543.1,13161.4,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11547.1,13171.5,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11544.5,13178.4,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11532,13182,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11526.4,13183.8,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11520.5,13185.1,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11659.8,13096.2,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11655.8,13098.3,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11651.4,13100,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11647.2,13102.1,0}, {{0.941709,-0.336429,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11678.7,13090.2,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11671.1,13092.5,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11712.7,13078.6,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11720.9,13107.4,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11721.8,13099.1,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11706.5,13080,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11727,13125.9,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11721.5,13127.6,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11717.1,13123.4,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11715.6,13118.6,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11759.7,13069.9,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11751.4,13099.7,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11748.1,13104.2,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11745.2,13107.9,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11755.2,13095,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11758.2,13090.8,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11742.2,13111.8,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11738.1,13116.6,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11731,13125.2,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_Cargo20_military_green_F", {11789,13040.2,2.68044}, {{-0.961844,0.273596,0.00105012},{0.00109178,0,0.999999}}, true },
+ { "Land_Cargo20_military_green_F", {11789,13040.1,0.0454512}, {{-0.961844,0.273596,0.00105012},{0.00109178,0,0.999999}}, true },
+ { "Land_Cargo20_military_green_F", {11786.5,13040.9,0.048193}, {{-0.961844,0.273596,0.00105012},{0.00109178,0,0.999999}}, true },
+ { "Land_JetEngineStarter_01_F", {11775,13043.7,0.0540004}, {{-0.248318,-0.968679,0.000273004},{0.00109941,0,0.999999}}, true },
+ { "Land_Cargo10_red_F", {11782.7,13040.8,0.0440102}, {{0.970054,-0.242887,-0.00106649},{0.00109941,0,0.999999}}, true },
+ { "Land_WoodenCart_F", {11786.1,13048.6,0.0489998}, {{0.837852,-0.545897,-0.000921144},{0.00109941,0,0.999999}}, true },
+ { "Land_PalletTrolley_01_yellow_F", {11789.7,13043.9,0.0447292}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_GarbageContainer_closed_F", {11770.8,13042.2,0.0650001}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "WaterPump_01_forest_F", {11784.7,13043.5,0.0500002}, {{-0.102393,-0.994744,0.000112572},{0.00109941,0,0.999999}}, true },
+ { "Land_PCSet_01_case_F", {11789.8,13063.1,0.04461}, {{-0.973638,0.228096,0.001063},{0.00109178,0,0.999999}}, true },
+ { "Land_WaterCooler_01_new_F", {11788.7,13058.8,0.046}, {{-0.255716,-0.966752,0.000281137},{0.00109941,0,0.999999}}, true },
+ { "Land_Laptop_device_F", {11789.9,13063.2,0.857732}, {{0.582931,-0.812521,-0.000636434},{0.00109178,0,0.999999}}, true },
+ { "Land_Laptop_device_F", {11789.5,13062.8,0.858178}, {{0.963863,-0.266397,-0.00105233},{0.00109178,0,0.999999}}, true },
+ { "Land_ClutterCutter_medium_F", {11760.6,13075.1,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_CampingTable_F", {11789.6,13062.6,0.0448422}, {{0.965925,-0.258819,-0.00105458},{0.00109178,0,0.999999}}, true },
+ { "Land_CampingTable_F", {11787.1,13052.8,0.0475454}, {{0.965925,-0.258819,-0.00105458},{0.00109178,0,0.999999}}, true },
+ { "Land_CampingTable_F", {11788.4,13057.6,0.0461092}, {{0.965926,-0.258819,0},{0,0,1}}, true },
+ { "Land_TripodScreen_01_dual_v2_F", {11789,13061.4,0.0455351}, {{0.862697,0.50572,-0.000941878},{0.00109178,0,0.999999}}, true },
+ { "Land_FieldToilet_F", {11767.9,13058.1,0.0684881}, {{-0.966137,0.258029,0.00105481},{0.00109178,0,0.999999}}, true },
+ { "Land_FieldToilet_F", {11768.5,13060.4,0.0659962}, {{-0.966137,0.258029,0.00105481},{0.00109178,0,0.999999}}, true },
+ { "Land_FieldToilet_F", {11768.2,13059.3,0.0672598}, {{-0.966137,0.258029,0.00105481},{0.00109178,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.4,13053.6,0.86}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.6,13053.5,0.859724}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.3,13053.6,0.85996}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.3,13053.6,0.860057}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.2,13053.7,0.860155}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.1,13053.7,0.860594}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.5,13053.4,0.860086}, {{0,1,0},{0,0,1}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.4,13053.5,0.860269}, {{0,1,0},{0,0,1}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.3,13053.5,0.860304}, {{0,1,0},{0,0,1}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.2,13053.5,0.860404}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787.1,13053.5,0.860502}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11787,13053.6,0.860614}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.5,13053.3,0.860138}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.4,13053.3,0.860196}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.3,13053.4,0.860277}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.3,13053.4,0.860333}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.2,13053.4,0.860445}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.2,13053.3,0.860379}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.3,13053.3,0.860276}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.4,13053.3,0.860153}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.4,13053.2,0.860198}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.3,13053.3,0.860382}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.2,13053.3,0.860442}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.1,13053.3,0.860498}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.1,13053.4,0.860531}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787,13053.4,0.86059}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787,13053.3,0.860598}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.1,13053.3,0.8605}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11787.3,13053.2,0.860266}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11786.9,13052.9,0.861}, {{0.990726,-0.135871,-0.00108922},{0.00109941,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11787.3,13052.7,0.860408}, {{0.990726,-0.135871,-0.00108166},{0.00109178,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11787.2,13052.8,0.860452}, {{0.990726,-0.135871,-0.00108166},{0.00109178,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11787,13052.8,0.860608}, {{0.990726,-0.135871,-0.00108166},{0.00109178,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11787.3,13052.8,0.860398}, {{0.990726,-0.135871,-0.00108166},{0.00109178,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11787.2,13052.9,0.860448}, {{0.990726,-0.135871,-0.00108166},{0.00109178,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11787,13052.9,0.860722}, {{0.990726,-0.135871,-0.00108166},{0.00109178,0,0.999999}}, true },
+ { "Land_RiceBox_F", {11786.9,13053,0.860888}, {{0.990726,-0.135871,-0.00108166},{0.00109178,0,0.999999}}, true },
+ { "Land_MobileScafolding_01_F", {11778.4,13055.9,0.0570002}, {{0.763796,0.645458,-0.000839726},{0.00109941,0,0.999999}}, true },
+ { "Land_MobileScafolding_01_F", {11780.6,13050.6,0.0546398}, {{0.999684,-0.0251029,-0.00109144},{0.00109178,0,0.999999}}, true },
+ { "Land_ButaneTorch_F", {11777.2,13056.8,1.738}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_GasTank_01_yellow_F", {11777.5,13057,0.0580001}, {{-0.810072,-0.58633,0.000890603},{0.00109941,0,0.999999}}, true },
+ { "Land_ToolTrolley_02_F", {11778.2,13056.3,0.0570002}, {{0.90335,-0.428904,-0.000993154},{0.00109941,0,0.999999}}, true },
+ { "Land_WeldingTrolley_01_F", {11779.2,13055,0.0560002}, {{-0.582137,0.813091,0.000640008},{0.00109941,0,0.999999}}, true },
+ { "Land_ClutterCutter_medium_F", {11761.4,13086.4,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11762,13081.9,0}, {{0.980684,-0.195597,0},{0,0,1}}, true },
+ { "Land_Cargo20_military_green_F", {11791.5,13039.5,2.67775}, {{-0.961844,0.273596,0.00105012},{0.00109178,0,0.999999}}, true },
+ { "Land_Cargo20_military_green_F", {11791.5,13039.4,0.0427685}, {{-0.961844,0.273596,0.00105012},{0.00109178,0,0.999999}}, true },
+ { "Land_KartStand_01_F", {11791.2,13047.4,0.0430002}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_Portable_generator_F", {11792,13062.5,0.0422258}, {{-0.237024,-0.971504,0.000258778},{0.00109178,0,0.999999}}, true },
+ { "Land_TacticalBacon_F", {11792.1,13064.4,0.813005}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_BottlePlastic_V2_F", {11792.1,13064.3,0.813012}, {{0,1,0},{0,0,1}}, true },
+ { "Land_BottlePlastic_V2_F", {11792.1,13064.4,0.839183}, {{0,-4.37114e-008,-1},{0,1,-4.37114e-008}}, true },
+ { "Land_CampingChair_V2_F", {11791.1,13065.9,0}, {{-0.964884,-0.262678,0},{0,0,1}}, true },
+ { "Land_CampingChair_V2_F", {11793.7,13064.2,0}, {{0.434194,-0.90082,0},{0,0,1}}, true },
+ { "Land_CampingChair_V2_F", {11791.3,13064.7,0}, {{-0.787892,-0.615813,0},{0,0,1}}, true },
+ { "Land_CampingTable_small_F", {11792.4,13064.3,0}, {{0.2208,0.975319,0},{0,0,1}}, true },
+ { "Land_DieselGroundPowerUnit_01_F", {11792.5,13055.3,0.0419998}, {{0,1,0},{0.00109941,0,0.999999}}, true },
+ { "Land_PressureWasher_01_F", {11791.2,13055.3,0.0430002}, {{0.997338,0.0729075,-0.00109649},{0.00109941,0,0.999999}}, true },
+ { "Land_ClutterCutter_medium_F", {11874.5,13048.9,0}, {{0,1,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11867.6,13049.1,0}, {{0,1,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11860.9,13049.4,0}, {{0,1,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11852.8,13049.5,0}, {{0,1,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11878.9,13049.2,0}, {{0,1,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11889.5,13047.9,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11896.4,13045.3,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11901.9,13043.8,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11904.8,13045.1,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11907.2,13052.1,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11919.5,13070.7,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11926.4,13068.4,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11940,13065.2,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11948.8,13062.2,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11953.4,13060.6,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11963.3,13057.7,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {11980,13052.9,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12008.1,13044.7,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12095.6,13018.4,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12102,13016.6,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12127,13009.4,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12166,12979.5,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12168.4,12975.3,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12168.7,12968.5,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12161.9,12987.6,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12163.9,12983,0}, {{0.531672,-0.846951,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12155.8,12999.7,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_ClutterCutter_medium_F", {12158.7,12993.2,0}, {{0.956847,-0.290591,0},{0,0,1}}, true },
+ { "Land_PortableLight_double_F", {11781.9,13043.6,0.102902}, {{-0.750186,-0.661227,0},{0,0,1}}, false },
+ { "Land_PortableLight_double_F", {11772.5,13041.9,0.0970407}, {{0.0740564,-0.997254,0},{0,0,1}}, false },
+ { "Land_Scrap_MRAP_01_F", {11767,13046.1,0.0691104}, {{-0.943564,-0.33119,0.00103737},{0.00109941,0,0.999999}}, true },
+ { "Land_Device_assembled_F", {11778.5,13041.2,0.0289407}, {{-0.960812,0.277197,0.00105633},{0.00109941,0,0.999999}}, true },
+ { "Land_ScrapHeap_1_F", {11766.8,13050,0.0691848}, {{0.903529,0.428525,-0.000986458},{0.00109178,0,0.999999}}, true },
+ { "Land_Sacks_heap_F", {11787,13047.9,1.09401}, {{-0.669737,0.696034,-0.25882},{-0.222757,0.14418,0.964153}}, true },
+ { "Land_GuardRailing_01_F", {11782,13067,0}, {{-0.952161,0.305596,0},{0,0,1}}, true },
+ { "Land_GuardRailing_01_F", {11787.4,13065.5,0}, {{-0.952161,0.305596,0},{0,0,1}}, true },
+ { "Land_BackAlley_01_l_gate_F", {11784.3,13065.2,0.0510001}, {{0.263031,0.964787,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {11788,13055.8,0}, {{0.964787,-0.263031,0},{0,0,1}}, true },
+ { "Land_DataTerminal_01_F", {11789.6,13062.3,0.0448132}, {{-0.966568,0.256407,0.00105528},{0.00109178,0,0.999999}}, true },
+ { "Land_Wreck_Heli_Attack_02_F", {11778.3,13052.6,0.0581093}, {{0.395257,-0.918571,-0.00043455},{0.00109941,0,0.999999}}, true },
+ { "Land_PortableLight_double_F", {11784.5,13062.8,0.0500007}, {{-0.639157,0.769076,0},{0,0,1}}, false },
+ { "Land_PortableLight_double_F", {11770,13068.5,0.0662217}, {{-0.639157,0.769076,0},{0,0,1}}, false },
+ { "Land_PortableLight_double_F", {11782.8,13063.4,0.0522637}, {{0.940598,0.339523,0},{0,0,1}}, false },
+ { "Land_ScrapHeap_2_F", {11767.1,13053.5,0.0697136}, {{0.273153,0.961971,-0.000298224},{0.00109178,0,0.999999}}, true },
+ { "Land_GymRack_01_F", {11769.2,13063,0.0670271}, {{-0.956656,0.29122,0.00105176},{0.00109941,0,0.999999}}, true },
+ { "Land_GymBench_01_F", {11771.6,13067.3,0.0639992}, {{0.278907,0.960318,-0.000306634},{0.00109941,0,0.999999}}, true },
+ { "Land_GymRack_02_F", {11769.1,13066.3,0.0670094}, {{-0.970012,0.243056,0.00106644},{0.00109941,0,0.999999}}, true },
+ { "Land_GymRack_03_F", {11774,13067.5,0.0618873}, {{0.2471,0.96899,-0.00026978},{0.00109178,0,0.999999}}, true },
+ { "Land_CratesPlastic_F", {11787,13052.2,0.86069}, {{-0.96923,0.246154,0.00105819},{0.00109178,0,0.999999}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11778.7,13066.8,-0.193257}, {{0.267238,0.96363,0},{0,0,1}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11785,13066.9,-0.25}, {{0.263031,0.964787,0},{0,0,1}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11789.9,13063.7,-0.206364}, {{0.267238,0.96363,0},{0,0,1}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11787,13064.5,-0.203082}, {{0.267238,0.96363,0},{0,0,1}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11781.6,13066,-0.196193}, {{0.267238,0.96363,0},{0,0,1}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11783.9,13063.7,-0.199733}, {{0.267238,0.96363,0},{0,0,1}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11776,13067.6,-0.19016}, {{0.267238,0.96363,0},{0,0,1}}, true },
+ { "Land_Sack_F", {11788.4,13053.9,0.0461245}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_Sacks_goods_F", {11787.6,13054.3,0.0470386}, {{-0.775859,0.630906,0.000847069},{0.00109178,0,0.999999}}, true },
+ { "Land_StallWater_F", {11787.2,13050.8,0.0474386}, {{0.963563,-0.267479,-0.001052},{0.00109178,0,0.999999}}, true },
+ { "Land_CrabCages_F", {11793.3,13047.5,0.0418329}, {{-0.973479,0.228776,0.00106283},{0.00109178,0,0.999999}}, true },
+ { "Land_PaperBox_closed_F", {11792.8,13043.2,1.27933}, {{0.299021,0.953592,-0.0353304},{0.0115648,0.0334002,0.999375}}, true },
+ { "Land_PaperBox_closed_F", {11793.3,13044.6,0.0411615}, {{0.299041,0.95424,-0.000326487},{0.00109178,0,0.999999}}, true },
+ { "Land_PaperBox_closed_F", {11792.8,13043.2,0.0412612}, {{0.299041,0.95424,-0.000326487},{0.00109178,0,0.999999}}, true },
+ { "Land_PaperBox_closed_F", {11791.4,13043.6,0.0428081}, {{0.299041,0.95424,-0.000326487},{0.00109178,0,0.999999}}, true },
+ { "Land_PaperBox_closed_F", {11793.3,13044.6,1.27985}, {{0.29893,0.953601,-0.03585},{-0.0272342,0.0460777,0.998567}}, true },
+ { "Land_PaperBox_closed_F", {11791.4,13043.6,1.28312}, {{0.29893,0.953601,-0.03585},{-0.0272342,0.0460777,0.998567}}, true },
+ { "Land_PaperBox_open_full_F", {11791.8,13045,0.0419908}, {{-0.957278,0.289166,0.00105244},{0.00109941,0,0.999999}}, true },
+ { "Land_WoodenCrate_01_stack_x3_F", {11796.2,13060.5,0.0377216}, {{0,1,0},{0.00109178,0,0.999999}}, true },
+ { "Land_WoodenCrate_01_stack_x5_F", {11797.6,13060.3,0.0361176}, {{0.973195,-0.229977,-0.00106252},{0.00109178,0,0.999999}}, true },
+ { "Land_WoodenCrate_01_stack_x5_F", {11797.2,13058.6,0.0364685}, {{-0.977819,0.209448,0.00106757},{0.00109178,0,0.999999}}, true },
+ { "Land_Campfire_F", {11792.8,13065.8,0}, {{0,1,0},{0,0,1}}, false },
+ { "Land_PortableLight_double_F", {11795.1,13061.6,0.0388217}, {{0.932382,0.361475,0},{0,0,1}}, false },
+ { "Land_Cages_F", {11796.1,13055.2,0.0374999}, {{-0.194422,-0.980918,0.000212267},{0.00109178,0,0.999999}}, true },
+ { "Land_Cages_F", {11795.8,13053.7,0.0374999}, {{-0.194422,-0.980918,0.000212267},{0.00109178,0,0.999999}}, true },
+ { "Land_Wall_IndCnc_2deco_F", {11792.7,13062.9,-0.25}, {{0.267238,0.96363,0},{0,0,1}}, true },
+ { "Land_Sacks_heap_F", {11795.3,13052,0.0386171}, {{-0.686998,0.726659,0.000750053},{0.00109178,0,0.999999}}, true },
+ { "Land_Sacks_heap_F", {11795.2,13051.4,0.0386615}, {{0.999998,-0.00192801,-0.00109178},{0.00109178,0,0.999999}}, true },
+ { "Land_Sacks_heap_F", {11795.1,13050.4,0.0388002}, {{0.205024,0.978757,-0.000223842},{0.00109178,0,0.999999}}, true },
+ { "Land_CratesShabby_F", {11796.6,13056.7,0.0369964}, {{-0.973384,0.229177,0.00106272},{0.00109178,0,0.999999}}, true },
+ { "Land_CratesShabby_F", {11796.8,13057.5,0.036869}, {{0.96588,-0.258988,-0.00105453},{0.00109178,0,0.999999}}, true },
+ { "Land_CratesShabby_F", {11796.5,13056.1,0.0375071}, {{0.96588,-0.258988,-0.00105453},{0.00109178,0,0.999999}}, true },
+ { "Land_HelipadCircle_F", {11796,13104.1,0}, {{0.273294,0.961931,0},{0,0,1}}, true },
+ { "Land_Pallet_MilBoxes_F", {12172.6,12960.1,0.0794954}, {{0.399485,0.91674,0},{0,0,1}}, true },
+ // ATMs
+ { "Land_Atm_01_F", {1888.53,12125.3,0.284561}, {{0.99453,-0.104452,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {2104.35,3439.8,0.221501}, {{0.966741,0.255759,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {2457.53,7448.89,0.257828}, {{0.319877,0.947459,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {3029.85,11331.5,0.520308}, {{0.928958,0.370186,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {5176.31,8823.1,0.10381}, {{0.185896,0.982569,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {5379.75,4080.59,0.595273}, {{-0.971422,0.237357,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {5410.69,9928.31,0.277559}, {{0,1,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {5602.78,12501.4,0.149943}, {{0.616564,-0.787305,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {5676.73,10191.7,0.239613}, {{0.156531,0.987673,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {5809.5,10855.2,0.389958}, {{-0.432223,0.901767,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {6569.07,13095.4,0.0477333}, {{-0.916388,0.40029,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {7993.48,7428.29,0.172792}, {{0.179962,-0.983674,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {8333.46,9700.11,0.563959}, {{-0.483228,-0.875495,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {8506.92,12429.8,0.4888}, {{0.181498,-0.983391,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {8959.09,10338.2,0}, {{-0.855434,0.517912,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {8947,13662.5,0.27055}, {{-0.00939054,-0.999956,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {9971.03,13451.9,0.27755}, {{-0.036167,-0.999346,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {10811,6482.04,0.277501}, {{-0.906308,-0.422618,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {10944.1,9870.03,0.487091}, {{0.997449,-0.0713866,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {11178.2,5146.3,0.457275}, {{0.0413349,-0.999145,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {11634.5,13017.3,0.277599}, {{-0.314614,-0.94922,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {11674.7,2258.52,0.33217}, {{-0.887499,-0.460809,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {12624.9,7603.27,0.253271}, {{0.513825,0.857895,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {14252.6,11504.5,0.165345}, {{-0.762126,-0.647429,0},{0,0,1}}, true },
+ { "Land_Atm_01_F", {14349.2,8747.38,0.588572}, {{0.0485784,0.998819,0},{0,0,1}}, true }
};
staticNpcPos[] = {
- //Central
- { "C_man_w_worker_F", { 10871, 9760.375, 0 }, 165.239 },
- { "C_man_w_worker_F", { 10855.375, 9732.125, 0 }, 111.732 },
- { "C_Orestes", { 10859.625, 9740.125, 0 }, 118.274 },
- { "C_man_shorts_4_F_asia", { 10860.75, 9702.875, 0 }, 26.183 }
+ // Southern Trader Camp
+ { "C_man_polo_2_F_asia", { 5031.88,5207.61, 0 }, 005 },
+ { "C_man_p_fugitive_F_asia", { 5028.86, 5209.3, 0 }, 008 },
+ { "C_man_shorts_1_F_asia", { 5031.05,5222.84, 0 }, 200 },
+ // Eastern Trader Camp
+ { "C_man_hunter_1_F", { 11786,13046.8, 0 }, 312 },
+ { "C_man_shorts_1_F_asia", { 11788.4,13052.3, 0 }, 284 },
+ { "C_man_shorts_4_F_asia", { 11770.8,13065.7, 0 }, 125 },
+ // Western Trader Camp
+ { "C_man_polo_2_F_asia", { 2018.09,10650.2, 0 }, 330 },
+ { "C_man_p_fugitive_F_asia", { 2018.92, 10650.9, 0 }, 000 }
};
// Prefered locations for vehicles
class whitelistedVehiclePos {};
diff --git a/Sources/mpmissions/epoch.Altis/mission.sqm b/Sources/mpmissions/epoch.Altis/mission.sqm
index 6bcbb8d8..ff9723fa 100644
--- a/Sources/mpmissions/epoch.Altis/mission.sqm
+++ b/Sources/mpmissions/epoch.Altis/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "a3_map_altis",
+ "a3_map_altis"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Altis/treeView.txt b/Sources/mpmissions/epoch.Altis/treeView.txt
index f2e381a0..5998ba86 100644
Binary files a/Sources/mpmissions/epoch.Altis/treeView.txt and b/Sources/mpmissions/epoch.Altis/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Australia/mission.sqm b/Sources/mpmissions/epoch.Australia/mission.sqm
index 25a02259..2dace0e8 100644
--- a/Sources/mpmissions/epoch.Australia/mission.sqm
+++ b/Sources/mpmissions/epoch.Australia/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "australia",
+ "australia"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Australia/treeView.txt b/Sources/mpmissions/epoch.Australia/treeView.txt
index f6ddb2c8..449bc70b 100644
Binary files a/Sources/mpmissions/epoch.Australia/treeView.txt and b/Sources/mpmissions/epoch.Australia/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Bootcamp_ACR/mission.sqm b/Sources/mpmissions/epoch.Bootcamp_ACR/mission.sqm
index 388a7f09..3aa683b1 100644
--- a/Sources/mpmissions/epoch.Bootcamp_ACR/mission.sqm
+++ b/Sources/mpmissions/epoch.Bootcamp_ACR/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_bootcamp_acr_config",
+ "cup_bootcamp_acr_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Bootcamp_ACR/treeView.txt b/Sources/mpmissions/epoch.Bootcamp_ACR/treeView.txt
index 8908e28f..e2fb9b98 100644
Binary files a/Sources/mpmissions/epoch.Bootcamp_ACR/treeView.txt and b/Sources/mpmissions/epoch.Bootcamp_ACR/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Bornholm/mission.sqm b/Sources/mpmissions/epoch.Bornholm/mission.sqm
index c0896385..24afa4f0 100644
--- a/Sources/mpmissions/epoch.Bornholm/mission.sqm
+++ b/Sources/mpmissions/epoch.Bornholm/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "bornholm",
+ "bornholm"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Bornholm/treeView.txt b/Sources/mpmissions/epoch.Bornholm/treeView.txt
index b6e4a385..efb08591 100644
Binary files a/Sources/mpmissions/epoch.Bornholm/treeView.txt and b/Sources/mpmissions/epoch.Bornholm/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Chernarus/mission.sqm b/Sources/mpmissions/epoch.Chernarus/mission.sqm
index cb0d61be..8677058a 100644
--- a/Sources/mpmissions/epoch.Chernarus/mission.sqm
+++ b/Sources/mpmissions/epoch.Chernarus/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_chernarus_config",
+ "cup_chernarus_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Chernarus/treeView.txt b/Sources/mpmissions/epoch.Chernarus/treeView.txt
index e40e8af0..2850c726 100644
Binary files a/Sources/mpmissions/epoch.Chernarus/treeView.txt and b/Sources/mpmissions/epoch.Chernarus/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm b/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm
index cfdba693..6dfe71fa 100644
--- a/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm
+++ b/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_chernarus_summer_config",
+ "cup_chernarus_summer_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Chernarus_Summer/treeView.txt b/Sources/mpmissions/epoch.Chernarus_Summer/treeView.txt
index cbc3ac67..9c788a85 100644
Binary files a/Sources/mpmissions/epoch.Chernarus_Summer/treeView.txt and b/Sources/mpmissions/epoch.Chernarus_Summer/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Desert_E/mission.sqm b/Sources/mpmissions/epoch.Desert_E/mission.sqm
index de9485c5..cc8ad2f1 100644
--- a/Sources/mpmissions/epoch.Desert_E/mission.sqm
+++ b/Sources/mpmissions/epoch.Desert_E/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_desert_e_config",
+ "cup_desert_e_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Desert_E/treeView.txt b/Sources/mpmissions/epoch.Desert_E/treeView.txt
index 0b876240..4f49ae0b 100644
Binary files a/Sources/mpmissions/epoch.Desert_E/treeView.txt and b/Sources/mpmissions/epoch.Desert_E/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Esseker/mission.sqm b/Sources/mpmissions/epoch.Esseker/mission.sqm
index d9ef6b85..28ac902b 100644
--- a/Sources/mpmissions/epoch.Esseker/mission.sqm
+++ b/Sources/mpmissions/epoch.Esseker/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "esseker",
+ "esseker"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Esseker/treeView.txt b/Sources/mpmissions/epoch.Esseker/treeView.txt
index 9d534e29..802f529c 100644
Binary files a/Sources/mpmissions/epoch.Esseker/treeView.txt and b/Sources/mpmissions/epoch.Esseker/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Mountains_ACR/mission.sqm b/Sources/mpmissions/epoch.Mountains_ACR/mission.sqm
index 700272d3..f1793339 100644
--- a/Sources/mpmissions/epoch.Mountains_ACR/mission.sqm
+++ b/Sources/mpmissions/epoch.Mountains_ACR/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_afghan_config",
+ "cup_afghan_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Mountains_ACR/treeView.txt b/Sources/mpmissions/epoch.Mountains_ACR/treeView.txt
index d595222a..f657dd9c 100644
Binary files a/Sources/mpmissions/epoch.Mountains_ACR/treeView.txt and b/Sources/mpmissions/epoch.Mountains_ACR/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Napf/treeView.txt b/Sources/mpmissions/epoch.Napf/treeView.txt
index 440e8dbc..d670ae7c 100644
Binary files a/Sources/mpmissions/epoch.Napf/treeView.txt and b/Sources/mpmissions/epoch.Napf/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Porto/mission.sqm b/Sources/mpmissions/epoch.Porto/mission.sqm
index c6442b3a..5e97ae95 100644
--- a/Sources/mpmissions/epoch.Porto/mission.sqm
+++ b/Sources/mpmissions/epoch.Porto/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_desert2_config",
+ "cup_desert2_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Porto/treeView.txt b/Sources/mpmissions/epoch.Porto/treeView.txt
index 48ecb858..683ca6fc 100644
Binary files a/Sources/mpmissions/epoch.Porto/treeView.txt and b/Sources/mpmissions/epoch.Porto/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.ProvingGrounds_PMC/mission.sqm b/Sources/mpmissions/epoch.ProvingGrounds_PMC/mission.sqm
index 93a2e959..81fd43af 100644
--- a/Sources/mpmissions/epoch.ProvingGrounds_PMC/mission.sqm
+++ b/Sources/mpmissions/epoch.ProvingGrounds_PMC/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_provinggrounds_pmc_config",
+ "cup_provinggrounds_pmc_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.ProvingGrounds_PMC/treeView.txt b/Sources/mpmissions/epoch.ProvingGrounds_PMC/treeView.txt
index d12bb19e..d9115751 100644
Binary files a/Sources/mpmissions/epoch.ProvingGrounds_PMC/treeView.txt and b/Sources/mpmissions/epoch.ProvingGrounds_PMC/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Sara/mission.sqm b/Sources/mpmissions/epoch.Sara/mission.sqm
index c44f1d8a..5dab1737 100644
--- a/Sources/mpmissions/epoch.Sara/mission.sqm
+++ b/Sources/mpmissions/epoch.Sara/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_sara_config",
+ "cup_sara_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Sara/treeView.txt b/Sources/mpmissions/epoch.Sara/treeView.txt
index a740549b..0452e0fe 100644
Binary files a/Sources/mpmissions/epoch.Sara/treeView.txt and b/Sources/mpmissions/epoch.Sara/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.SaraLite/mission.sqm b/Sources/mpmissions/epoch.SaraLite/mission.sqm
index cdba3c77..bceb9101 100644
--- a/Sources/mpmissions/epoch.SaraLite/mission.sqm
+++ b/Sources/mpmissions/epoch.SaraLite/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_saralite_config",
+ "cup_saralite_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.SaraLite/treeView.txt b/Sources/mpmissions/epoch.SaraLite/treeView.txt
index 00bcbf9d..64383857 100644
Binary files a/Sources/mpmissions/epoch.SaraLite/treeView.txt and b/Sources/mpmissions/epoch.SaraLite/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Sara_dbe1/mission.sqm b/Sources/mpmissions/epoch.Sara_dbe1/mission.sqm
index 2ffa7759..7642012b 100644
--- a/Sources/mpmissions/epoch.Sara_dbe1/mission.sqm
+++ b/Sources/mpmissions/epoch.Sara_dbe1/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_sara_dbe1_config",
+ "cup_sara_dbe1_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Sara_dbe1/treeView.txt b/Sources/mpmissions/epoch.Sara_dbe1/treeView.txt
index ed49bab1..a85f5bc0 100644
Binary files a/Sources/mpmissions/epoch.Sara_dbe1/treeView.txt and b/Sources/mpmissions/epoch.Sara_dbe1/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Shapur_BAF/mission.sqm b/Sources/mpmissions/epoch.Shapur_BAF/mission.sqm
index 94af3790..4c70dbab 100644
--- a/Sources/mpmissions/epoch.Shapur_BAF/mission.sqm
+++ b/Sources/mpmissions/epoch.Shapur_BAF/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_shapur_baf_config",
+ "cup_shapur_baf_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Shapur_BAF/treeView.txt b/Sources/mpmissions/epoch.Shapur_BAF/treeView.txt
index da5630a0..c7a633dc 100644
Binary files a/Sources/mpmissions/epoch.Shapur_BAF/treeView.txt and b/Sources/mpmissions/epoch.Shapur_BAF/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Stratis/mission.sqm b/Sources/mpmissions/epoch.Stratis/mission.sqm
index e846ea5e..8edb55c5 100644
--- a/Sources/mpmissions/epoch.Stratis/mission.sqm
+++ b/Sources/mpmissions/epoch.Stratis/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "a3_map_stratis",
+ "a3_map_stratis"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Stratis/treeView.txt b/Sources/mpmissions/epoch.Stratis/treeView.txt
index 5cc6b264..0b42cdd1 100644
Binary files a/Sources/mpmissions/epoch.Stratis/treeView.txt and b/Sources/mpmissions/epoch.Stratis/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Takistan/mission.sqm b/Sources/mpmissions/epoch.Takistan/mission.sqm
index db303a16..8e4c257e 100644
--- a/Sources/mpmissions/epoch.Takistan/mission.sqm
+++ b/Sources/mpmissions/epoch.Takistan/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_takistan_config",
+ "cup_takistan_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Takistan/treeView.txt b/Sources/mpmissions/epoch.Takistan/treeView.txt
index 06815a9e..e4078d5d 100644
Binary files a/Sources/mpmissions/epoch.Takistan/treeView.txt and b/Sources/mpmissions/epoch.Takistan/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Tanoa/mission.sqm b/Sources/mpmissions/epoch.Tanoa/mission.sqm
index 34e03123..419f2728 100644
--- a/Sources/mpmissions/epoch.Tanoa/mission.sqm
+++ b/Sources/mpmissions/epoch.Tanoa/mission.sqm
@@ -74,7 +74,7 @@ class Mission
class Item1
{
dataType="Marker";
- position[]={9969.2129,298.72034,12166.665};
+ position[]={8649.86,1.29866,6146.53};
name="respawn_east";
type="Empty";
id=1;
@@ -82,7 +82,7 @@ class Mission
class Item2
{
dataType="Marker";
- position[]={9969.2129,298.72034,12166.665};
+ position[]={8649.86,1.29866,6146.53};
name="respawn_west";
type="Empty";
id=2;
diff --git a/Sources/mpmissions/epoch.Tanoa/treeView.txt b/Sources/mpmissions/epoch.Tanoa/treeView.txt
index 9f6b3d2e..1ed13963 100644
Binary files a/Sources/mpmissions/epoch.Tanoa/treeView.txt and b/Sources/mpmissions/epoch.Tanoa/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.VR/mission.sqm b/Sources/mpmissions/epoch.VR/mission.sqm
index b29b6fb6..aa16b2c3 100644
--- a/Sources/mpmissions/epoch.VR/mission.sqm
+++ b/Sources/mpmissions/epoch.VR/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "map_vr",
+ "map_vr"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.VR/treeView.txt b/Sources/mpmissions/epoch.VR/treeView.txt
index 3ed445fb..f9aa217a 100644
Binary files a/Sources/mpmissions/epoch.VR/treeView.txt and b/Sources/mpmissions/epoch.VR/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Woodland_ACR/mission.sqm b/Sources/mpmissions/epoch.Woodland_ACR/mission.sqm
index c594226c..b07eb7f9 100644
--- a/Sources/mpmissions/epoch.Woodland_ACR/mission.sqm
+++ b/Sources/mpmissions/epoch.Woodland_ACR/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_bohemia_config",
+ "cup_bohemia_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Woodland_ACR/treeView.txt b/Sources/mpmissions/epoch.Woodland_ACR/treeView.txt
index b7cb99f4..e71a74cc 100644
Binary files a/Sources/mpmissions/epoch.Woodland_ACR/treeView.txt and b/Sources/mpmissions/epoch.Woodland_ACR/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.Zargabad/mission.sqm b/Sources/mpmissions/epoch.Zargabad/mission.sqm
index 1dde3bdd..836219e7 100644
--- a/Sources/mpmissions/epoch.Zargabad/mission.sqm
+++ b/Sources/mpmissions/epoch.Zargabad/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_zargabad_config",
+ "cup_zargabad_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.Zargabad/treeView.txt b/Sources/mpmissions/epoch.Zargabad/treeView.txt
index df752365..5cf6ec2e 100644
Binary files a/Sources/mpmissions/epoch.Zargabad/treeView.txt and b/Sources/mpmissions/epoch.Zargabad/treeView.txt differ
diff --git a/Sources/mpmissions/epoch.utes/mission.sqm b/Sources/mpmissions/epoch.utes/mission.sqm
index a74f0111..d8038d8c 100644
--- a/Sources/mpmissions/epoch.utes/mission.sqm
+++ b/Sources/mpmissions/epoch.utes/mission.sqm
@@ -22,7 +22,7 @@ binarizationWanted=0;
addons[]=
{
"A3_epoch_config",
- "cup_utes_config",
+ "cup_utes_config"
};
randomSeed=12032465;
class ScenarioData
diff --git a/Sources/mpmissions/epoch.utes/treeView.txt b/Sources/mpmissions/epoch.utes/treeView.txt
index 2e78286e..6ad09122 100644
Binary files a/Sources/mpmissions/epoch.utes/treeView.txt and b/Sources/mpmissions/epoch.utes/treeView.txt differ
diff --git a/Sources/mpmissions/epoch_RyanZed.Tanoa/mission.sqm b/Sources/mpmissions/epoch_RyanZed.Tanoa/mission.sqm
new file mode 100644
index 00000000..5e891ce9
--- /dev/null
+++ b/Sources/mpmissions/epoch_RyanZed.Tanoa/mission.sqm
@@ -0,0 +1,3101 @@
+version=52;
+class EditorData
+{
+ moveGridStep=1;
+ angleGridStep=0.2617994;
+ scaleGridStep=1;
+ autoGroupingDist=10;
+ toggles=1;
+ class ItemIDProvider
+ {
+ nextID=4;
+ };
+ class Camera
+ {
+ pos[]={9954.9746,38.138557,2584.3123};
+ dir[]={0.9258346,-0.32359165,-0.19526258};
+ up[]={0.31662911,0.94619668,-0.066778876};
+ aside[]={-0.20636635,-1.7823186e-007,-0.97848046};
+ };
+};
+binarizationWanted=0;
+addons[]=
+{
+ "A3_epoch_config",
+ "Ryanzombies"
+};
+class AddonsMetaData
+{
+ class List
+ {
+ items=1;
+ class Item0
+ {
+ className="A3_epoch_config";
+ name="A3_epoch_config";
+ };
+ };
+};
+randomSeed=12032465;
+class ScenarioData
+{
+ author="[VB]AWOL";
+};
+class Mission
+{
+ class Intel
+ {
+ briefingName="Epoch Mod";
+ timeOfChanges=28800;
+ startWeather=0;
+ startWind=0;
+ forecastWeather=0;
+ forecastWind=0;
+ forecastWaves=0;
+ forecastLightnings=1;
+ year=2035;
+ month=6;
+ day=24;
+ hour=12;
+ minute=0;
+ startFogDecay=0.013;
+ forecastFogDecay=0.013;
+ };
+ class Entities
+ {
+ items=104;
+ class Item0
+ {
+ dataType="Marker";
+ position[]={7708.6831,6.9953003,7519.856};
+ name="center";
+ type="Empty";
+ id=0;
+ };
+ class Item1
+ {
+ dataType="Marker";
+ position[]={8649.86,1.29866,6146.53};
+ name="respawn_east";
+ type="Empty";
+ id=1;
+ };
+ class Item2
+ {
+ dataType="Marker";
+ position[]={8649.86,1.29866,6146.53};
+ name="respawn_west";
+ type="Empty";
+ id=2;
+ };
+ class Item3
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=4;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=3;
+ };
+ class Item4
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=6;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=5;
+ };
+ class Item5
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=8;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=7;
+ };
+ class Item6
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=10;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=9;
+ };
+ class Item7
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=12;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=11;
+ };
+ class Item8
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=14;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=13;
+ };
+ class Item9
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=16;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=15;
+ };
+ class Item10
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=18;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=17;
+ };
+ class Item11
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=20;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=19;
+ };
+ class Item12
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=22;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=21;
+ };
+ class Item13
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=24;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=23;
+ };
+ class Item14
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=26;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=25;
+ };
+ class Item15
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=28;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=27;
+ };
+ class Item16
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=30;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=29;
+ };
+ class Item17
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=32;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=31;
+ };
+ class Item18
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=34;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=33;
+ };
+ class Item19
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=36;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=35;
+ };
+ class Item20
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=38;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=37;
+ };
+ class Item21
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=40;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=39;
+ };
+ class Item22
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=42;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=41;
+ };
+ class Item23
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=44;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=43;
+ };
+ class Item24
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=46;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=45;
+ };
+ class Item25
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=48;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=47;
+ };
+ class Item26
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=50;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=49;
+ };
+ class Item27
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=52;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=51;
+ };
+ class Item28
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=54;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=53;
+ };
+ class Item29
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=56;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=55;
+ };
+ class Item30
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=58;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=57;
+ };
+ class Item31
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=60;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=59;
+ };
+ class Item32
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=62;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=61;
+ };
+ class Item33
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=64;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=63;
+ };
+ class Item34
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=66;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=65;
+ };
+ class Item35
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=68;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=67;
+ };
+ class Item36
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=70;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=69;
+ };
+ class Item37
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=72;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=71;
+ };
+ class Item38
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=74;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=73;
+ };
+ class Item39
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=76;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=75;
+ };
+ class Item40
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=78;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=77;
+ };
+ class Item41
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=80;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=79;
+ };
+ class Item42
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=82;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=81;
+ };
+ class Item43
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=84;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=83;
+ };
+ class Item44
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=86;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=85;
+ };
+ class Item45
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=88;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=87;
+ };
+ class Item46
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=90;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=89;
+ };
+ class Item47
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=92;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=91;
+ };
+ class Item48
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=94;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=93;
+ };
+ class Item49
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=96;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=95;
+ };
+ class Item50
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=98;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=97;
+ };
+ class Item51
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=100;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=99;
+ };
+ class Item52
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=102;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=101;
+ };
+ class Item53
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=104;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=103;
+ };
+ class Item54
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=106;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=105;
+ };
+ class Item55
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=108;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=107;
+ };
+ class Item56
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=110;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=109;
+ };
+ class Item57
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=112;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=111;
+ };
+ class Item58
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=114;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=113;
+ };
+ class Item59
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=116;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=115;
+ };
+ class Item60
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=118;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=117;
+ };
+ class Item61
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=120;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=119;
+ };
+ class Item62
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=122;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=121;
+ };
+ class Item63
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=124;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=123;
+ };
+ class Item64
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=126;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=125;
+ };
+ class Item65
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=128;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=127;
+ };
+ class Item66
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=130;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=129;
+ };
+ class Item67
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=132;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=131;
+ };
+ class Item68
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=134;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=133;
+ };
+ class Item69
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=136;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=135;
+ };
+ class Item70
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=138;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=137;
+ };
+ class Item71
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=140;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=139;
+ };
+ class Item72
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=142;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=141;
+ };
+ class Item73
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=144;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=143;
+ };
+ class Item74
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=146;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=145;
+ };
+ class Item75
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=148;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=147;
+ };
+ class Item76
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=150;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=149;
+ };
+ class Item77
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=152;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=151;
+ };
+ class Item78
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=154;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=153;
+ };
+ class Item79
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=156;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=155;
+ };
+ class Item80
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=158;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=157;
+ };
+ class Item81
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=160;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=159;
+ };
+ class Item82
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=162;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=161;
+ };
+ class Item83
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=164;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=163;
+ };
+ class Item84
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=166;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=165;
+ };
+ class Item85
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=168;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=167;
+ };
+ class Item86
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=170;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=169;
+ };
+ class Item87
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=172;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=171;
+ };
+ class Item88
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=174;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=173;
+ };
+ class Item89
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=176;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=175;
+ };
+ class Item90
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=178;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=177;
+ };
+ class Item91
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=180;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=179;
+ };
+ class Item92
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=182;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=181;
+ };
+ class Item93
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=184;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=183;
+ };
+ class Item94
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=186;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=185;
+ };
+ class Item95
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=188;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=187;
+ };
+ class Item96
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=190;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=189;
+ };
+ class Item97
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=192;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=191;
+ };
+ class Item98
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=194;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=193;
+ };
+ class Item99
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=196;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=195;
+ };
+ class Item100
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=198;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=197;
+ };
+ class Item101
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=200;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=199;
+ };
+ class Item102
+ {
+ dataType="Group";
+ side="Civilian";
+ class Entities
+ {
+ items=1;
+ class Item0
+ {
+ dataType="Object";
+ class PositionInfo
+ {
+ position[]={9969.2129,298.72415,12166.665};
+ angles[]={0,4.7169838,0};
+ };
+ side="Civilian";
+ flags=7;
+ class Attributes
+ {
+ isPlayable=1;
+ };
+ id=202;
+ type="VirtualMan_EPOCH";
+ };
+ };
+ class Attributes
+ {
+ };
+ id=201;
+ };
+ class Item103
+ {
+ dataType="Marker";
+ position[]={9958.0127,10461.262,12858.563};
+ name="north";
+ type="Empty";
+ id=2;
+ atlOffset=10359.609;
+ };
+ };
+};
diff --git a/Sources/mpmissions/epoch_RyanZed.Tanoa/treeView.txt b/Sources/mpmissions/epoch_RyanZed.Tanoa/treeView.txt
new file mode 100644
index 00000000..8bbbe7ca
Binary files /dev/null and b/Sources/mpmissions/epoch_RyanZed.Tanoa/treeView.txt differ
diff --git a/Tools/.gitignore b/Tools/.gitignore
new file mode 100644
index 00000000..adb36c82
--- /dev/null
+++ b/Tools/.gitignore
@@ -0,0 +1 @@
+*.exe
\ No newline at end of file
diff --git a/Tools/Build/build_epoch.bat b/Tools/Build/build_epoch.bat
deleted file mode 100644
index 2e7e9797..00000000
--- a/Tools/Build/build_epoch.bat
+++ /dev/null
@@ -1,139 +0,0 @@
-@Echo Off
-cls
-color A
-SETLOCAL ENABLEDELAYEDEXPANSION
-
-For /F "Tokens=2* skip=2" %%A In ('REG QUERY "HKLM\SOFTWARE\WOW6432Node\Bohemia Interactive\addonbuilder" /v "Path"') Do (set TOOLS_PATH=%%B)
-IF not DEFINED TOOLS_PATH (
- echo Arma 3 tools not found.
- goto end
-)
-
-SET CURRENT_PATH=%CD%
-SET findWord=\Tools\Build
-SET replaceWord=
-SET MAIN_PATH=!CURRENT_PATH:%findWord%=%replaceWord%!
-SET currentVersion="%MAIN_PATH%\version.txt"
-
-SET currentBuild="%MAIN_PATH%\build.txt"
-SET clientBuildInc="%MAIN_PATH%\Sources\epoch_config\build.hpp"
-SET serverBuildInc="%MAIN_PATH%\Sources\epoch_server\build.hpp"
-SET settingsBuildInc="%MAIN_PATH%\Sources\epoch_server_settings\build.hpp"
-SET coreBuildInc="%MAIN_PATH%\Sources\epoch_server_core\build.hpp"
-
-SET AB_includes_path="%CURRENT_PATH%\includes.txt"
-
-:parse
-IF "%~1"=="" GOTO endparse
-IF "%~1"=="-build" (
- set choice=%~2
- GOTO endparse
-)
-SHIFT
-GOTO parse
-:endparse
-REM ready for action!
-
-:start
-IF not DEFINED choice (
- ECHO ===============================================
- ECHO == Epoch Build Script v1.0 ==
- ECHO == 1. Build Server ==
- ECHO == 2. Build Settings ==
- ECHO == 3. Build Core ==
- ECHO == 4. Build All Maps ==
- ECHO == 5. Build Everything ==
- ECHO ===============================================
- set /p choice=Please select an option.
-)
-if '%choice%'=='' ECHO "%choice%" is not valid please try again
-if '%choice%'=='1' (
- call :increaseBuild
- call :server
-)
-if '%choice%'=='2' (
- call :increaseBuild
- call :settings
-)
-if '%choice%'=='3' (
- call :increaseBuild
- call :core
-)
-if '%choice%'=='4' (
- call :increaseBuild
- call :allmaps
-)
-if '%choice%'=='5' (
- echo building Everything
- call :increaseBuild
- call :server
-)
-ECHO.
-goto start
-:increaseBuild
-SET /p BUILDNUMBER=<%currentBuild%
-SET /A BUILDNUMBER = BUILDNUMBER + 1
-echo %BUILDNUMBER% > %currentBuild%
-GOTO :EOF
-:server
-echo building server pbo
-echo build=%BUILDNUMBER%; > !serverBuildInc!
-SET SOURCE_PATH=%MAIN_PATH%\Sources\epoch_server
-SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\@EpochHive\addons
-SET TEMP_PATH=epoch_server
-rd /s/q P:\!TEMP_PATH!
-xcopy /s/e/y/q/i "!SOURCE_PATH!" P:\!TEMP_PATH!
-START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!TEMP_PATH!" "!OUTPUT_PATH!" -clear -prefix="!TEMP_PATH!" -project="P:\!TEMP_PATH!" -include=!AB_includes_path!
-if '%choice%'=='5' (
- call :settings
-) else (
- goto end
-)
-:settings
-echo building settings pbo
-echo build=%BUILDNUMBER%; > !settingsBuildInc!
-SET SOURCE_PATH=%MAIN_PATH%\Sources\epoch_server_settings
-SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\@EpochHive\addons
-SET TEMP_PATH=epoch_server_settings
-rd /s/q P:\!TEMP_PATH!
-xcopy /s/e/y/q/i "!SOURCE_PATH!" P:\!TEMP_PATH!
-START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!TEMP_PATH!" "!OUTPUT_PATH!" -packonly -clear -prefix="!TEMP_PATH!" -project="P:\!TEMP_PATH!" -include=!AB_includes_path!
-if '%choice%'=='5' (
- call :core
-) else (
- goto end
-)
-:core
-echo building core pbo
-echo build=%BUILDNUMBER%; > !coreBuildInc!
-SET SOURCE_PATH=%MAIN_PATH%\Sources\epoch_server_core
-SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\@EpochHive\addons
-SET TEMP_PATH=epoch_server_core
-rd /s/q P:\!TEMP_PATH!
-xcopy /s/e/y/q/i "!SOURCE_PATH!" P:\!TEMP_PATH!
-START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!TEMP_PATH!" "!OUTPUT_PATH!" -clear -prefix="!TEMP_PATH!" -project="P:\!TEMP_PATH!" -include=!AB_includes_path!
-if '%choice%'=='5' (
- call :allmaps
-) else (
- goto end
-)
-:allmaps
-echo building mpmissions pbo's
-echo build=%BUILDNUMBER%; > !clientBuildInc!
-SET SOURCE_PATH=%MAIN_PATH%\Sources
-SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\MPMissions
-for /f "tokens=*" %%G in ('dir /b /s /a:d "!SOURCE_PATH!\mpmissions\epoch.*"') do (
- SET MISSION=%%~nxG
- echo building !MISSION! pbo
- rd /s/q p:\!MISSION!
- rem Moving files into temp folder
- xcopy /s/e/y/q/i/d "!SOURCE_PATH!\mpmissions\!MISSION!" P:\!MISSION!
- xcopy /s/y/q/i/f "!SOURCE_PATH!\description.ext" P:\!MISSION!
- xcopy /s/e/y/q/i/d "!SOURCE_PATH!\epoch_code" P:\!MISSION!\epoch_code
- xcopy /s/e/y/q/i/d "!SOURCE_PATH!\epoch_config" P:\!MISSION!\epoch_config
- START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!MISSION!" "!OUTPUT_PATH!" -clear -prefix=\ -project=P:\ -include=!AB_includes_path!
-)
-goto end
-:end
-pause
-exit
diff --git a/Tools/Build/build_everything.bat b/Tools/Build/build_everything.bat
deleted file mode 100644
index 2e7374fa..00000000
--- a/Tools/Build/build_everything.bat
+++ /dev/null
@@ -1 +0,0 @@
-call build_epoch.bat -build=5
\ No newline at end of file
diff --git a/Tools/Build/includes.txt b/Tools/Build/includes.txt
deleted file mode 100644
index d721215d..00000000
--- a/Tools/Build/includes.txt
+++ /dev/null
@@ -1 +0,0 @@
-*.xml;*.pac;*.paa;*.sqf;*.sqs;*.bikb;*.fsm;*.wss;*.ogg;*.wav;*.fxy;*.csv;*.html;*.lip;*.txt;*.wrp;*.bisurf;*.rvmat;*.sqm;*.ext;*.hpp
diff --git a/Tools/PowerShell/PBO_packaging_tool_GUI.exe b/Tools/PowerShell/PBO_packaging_tool_GUI.exe
deleted file mode 100644
index 689625d8..00000000
Binary files a/Tools/PowerShell/PBO_packaging_tool_GUI.exe and /dev/null differ
diff --git a/Tools/SQF/getCfgPatches.sqf b/Tools/SQF/getCfgPatches.sqf
index 53fcd5c2..359d09a6 100644
--- a/Tools/SQF/getCfgPatches.sqf
+++ b/Tools/SQF/getCfgPatches.sqf
@@ -1,4 +1,4 @@
-_knownCfgPatches = ["A3Data","A3_BaseConfig_F","A3_Dubbing_Radio_F","A3_Functions_F","A3_Functions_F_EPA","A3_Functions_F_EPC","Map_VR","A3_Map_VR_Scenes","a2_epoch_structures","A3_epoch_assets_1","epoch_objects","A3_epoch_assets_3","Underground_Epoch","A3_epoch_vehicles","a3_epoch_weapons","A3_Data_F","A3_Data_F_Hook","A3_Data_F_ParticleEffects","A3_Data_F_Bootcamp","A3_Data_F_Kart_ParticleEffects","A3_Editor_F","A3_Functions_F_Bootcamp","A3_Functions_F_Curator","A3_Functions_F_Heli","A3_Language_F","A3_Language_F_Beta","A3_Language_F_Curator","A3_Language_F_EPA","A3_Language_F_EPB","A3_Language_F_EPC","A3_Language_F_Gamma","A3_Language_F_Heli","A3_Language_F_Kart","A3_LanguageMissions_F","A3_LanguageMissions_F_Beta","A3_LanguageMissions_F_Gamma","A3_LanguageMissions_F_Kart","A3_Misc_F","A3_Misc_F_Helpers","A3_Modules_F","A3_Modules_F_DynO","A3_Modules_F_Effects","A3_Modules_F_Events","A3_Modules_F_GroupModifiers","A3_Modules_F_HC","A3_Modules_F_Intel","A3_Modules_F_LiveFeed","A3_Modules_F_Marta","A3_Modules_F_Misc","A3_Modules_F_Multiplayer","A3_Modules_F_ObjectModifiers","A3_Modules_F_Sites","A3_Modules_F_Skirmish","A3_Modules_F_StrategicMap","A3_Modules_F_Supports","A3_Modules_F_UAV","A3_Modules_F_Beta","A3_Modules_F_Beta_FiringDrills","A3_Modules_F_EPB","A3_Modules_F_EPB_Misc","A3_Modules_F_Heli","A3_Modules_F_Heli_SpawnAi","A3_Music_F","A3_Music_F_Bootcamp","A3_Music_F_EPA","A3_Music_F_EPB","A3_Music_F_EPC","A3_Music_F_Heli","A3_Roads_F","A3_Rocks_F","A3_Sounds_F","A3_Sounds_F_Bootcamp","A3_Sounds_F_EPB","A3_Sounds_F_EPC","A3_Structures_F","A3_Structures_F_Bridges","A3_Structures_F_Civ","A3_Structures_F_Civ_Accessories","A3_Structures_F_Civ_Ancient","A3_Structures_F_Civ_BellTowers","A3_Structures_F_Civ_Calvaries","A3_Structures_F_Civ_Camping","A3_Structures_F_Civ_Chapels","A3_Structures_F_Civ_Constructions","A3_Structures_F_Civ_Dead","A3_Structures_F_Civ_Garbage","A3_Structures_F_Civ_Graffiti","A3_Structures_F_Civ_InfoBoards","A3_Structures_F_Civ_Kiosks","A3_Structures_F_Civ_Lamps","A3_Structures_F_Civ_Market","A3_Structures_F_Civ_Offices","A3_Structures_F_Civ_Pavements","A3_Structures_F_Civ_PlayGround","A3_Structures_F_Civ_SportsGrounds","A3_Structures_F_Civ_Statues","A3_Structures_F_Civ_Tourism","A3_Structures_F_Dominants","A3_Structures_F_Dominants_Amphitheater","A3_Structures_F_Dominants_Castle","A3_Structures_F_Dominants_Church","A3_Structures_F_Dominants_Hospital","A3_Structures_F_Dominants_Lighthouse","A3_Structures_F_Dominants_WIP","A3_Structures_F_Furniture","A3_Structures_F_Households","A3_Structures_F_Households_Addons","A3_Structures_F_Households_House_Big01","A3_Structures_F_Households_House_Big02","A3_Structures_F_Households_House_Shop01","A3_Structures_F_Households_House_Shop02","A3_Structures_F_Households_House_Small01","A3_Structures_F_Households_House_Small02","A3_Structures_F_Households_House_Small03","A3_Structures_F_Households_Slum","A3_Structures_F_Households_Stone_Big","A3_Structures_F_Households_Stone_Shed","A3_Structures_F_Households_Stone_Small","A3_Structures_F_Households_WIP","A3_Structures_F_Ind","A3_Structures_F_Ind_AirPort","A3_Structures_F_Ind_Cargo","A3_Structures_F_Ind_CarService","A3_Structures_F_Ind_ConcreteMixingPlant","A3_Structures_F_Ind_Crane","A3_Structures_F_Ind_DieselPowerPlant","A3_Structures_F_Ind_Factory","A3_Structures_F_Ind_FuelStation","A3_Structures_F_Ind_FuelStation_Small","A3_Structures_F_Ind_Pipes","A3_Structures_F_Ind_PowerLines","A3_Structures_F_Ind_ReservoirTank","A3_Structures_F_Ind_Shed","A3_Structures_F_Ind_SolarPowerPlant","A3_Structures_F_Ind_Tank","A3_Structures_F_Ind_Transmitter_Tower","A3_Structures_F_Ind_WavePowerPlant","A3_Structures_F_Ind_Windmill","A3_Structures_F_Ind_WindPowerPlant","A3_Structures_F_Items","A3_Structures_F_Items_Documents","A3_Structures_F_Items_Electronics","A3_Structures_F_Items_Cans","A3_Structures_F_Items_Gadgets","A3_Structures_F_Items_Luggage","A3_Structures_F_Items_Medical","A3_Structures_F_Items_Military","A3_Structures_F_Items_Stationery","A3_Structures_F_Items_Tools","A3_Structures_F_Items_Valuables","A3_Structures_F_Items_Vessels","A3_Structures_F_Mil","A3_Structures_F_Mil_BagBunker","A3_Structures_F_Mil_BagFence","A3_Structures_F_Mil_Barracks","A3_Structures_F_Mil_Bunker","A3_Structures_F_Mil_Cargo","A3_Structures_F_Mil_Flags","A3_Structures_F_Mil_Fortification","A3_Structures_F_Mil_Helipads","A3_Structures_F_Mil_Offices","A3_Structures_F_Mil_Radar","A3_Structures_F_Mil_Shelters","A3_Structures_F_Mil_TentHangar","A3_Structures_F_Naval","A3_Structures_F_Naval_Buoys","A3_Structures_F_Naval_Fishing","A3_Structures_F_Naval_Piers","A3_Structures_F_Naval_RowBoats","A3_Structures_F_Research","A3_Structures_F_System","A3_Structures_F_Training","A3_Structures_F_Training_InvisibleTarget","A3_Structures_F_Walls","A3_Structures_F_Bootcamp_Ind_Cargo","A3_Structures_F_Bootcamp_Items_Sport","A3_Structures_F_Bootcamp_System","A3_Structures_F_Bootcamp_Training","A3_Structures_F_Bootcamp_VR_Blocks","A3_Structures_F_Bootcamp_VR_CoverObjects","A3_Structures_F_Bootcamp_VR_Helpers","A3_Structures_F_EPA_Civ_Camping","A3_Structures_F_EPA_Civ_Constructions","A3_Structures_F_EPA_Items_Electronics","A3_Structures_F_EPA_Items_Food","A3_Structures_F_EPA_Items_Medical","A3_Structures_F_EPA_Items_Tools","A3_Structures_F_EPA_Items_Vessels","A3_Structures_F_EPA_Walls","A3_Structures_F_EPB_Civ_Accessories","A3_Structures_F_EPB_Civ_Camping","A3_Structures_F_EPB_Civ_Dead","A3_Structures_F_EPB_Civ_Garbage","A3_Structures_F_EPB_Civ_Graffiti","A3_Structures_F_EPB_Civ_PlayGround","A3_Structures_F_EPB_Furniture","A3_Structures_F_EPB_Items_Documents","A3_Structures_F_EPB_Items_Luggage","A3_Structures_F_EPB_Items_Military","A3_Structures_F_EPB_Items_Vessels","A3_Structures_F_EPB_Naval_Fishing","A3_Structures_F_EPC_Civ_Accessories","A3_Structures_F_EPC_Civ_Camping","A3_Structures_F_EPC_Civ_Garbage","A3_Structures_F_EPC_Civ_InfoBoards","A3_Structures_F_EPC_Civ_Kiosks","A3_Structures_F_EPC_Civ_PlayGround","A3_Structures_F_EPC_Civ_Tourism","A3_Structures_F_EPC_Dominants_GhostHotel","A3_Structures_F_EPC_Dominants_Stadium","A3_Structures_F_EPC_Furniture","A3_Structures_F_EPC_Items_Documents","A3_Structures_F_EPC_Items_Electronics","A3_Structures_F_EPC_Walls","A3_Structures_F_Heli_Civ_Accessories","A3_Structures_F_Heli_Civ_Constructions","A3_Structures_F_Heli_Civ_Garbage","A3_Structures_F_Heli_Civ_Market","A3_Structures_F_Heli_Furniture","A3_Structures_F_Heli_Ind_AirPort","A3_Structures_F_Heli_Ind_Cargo","A3_Structures_F_Heli_Ind_Machines","A3_Structures_F_Heli_Items_Airport","A3_Structures_F_Heli_Items_Luggage","A3_Structures_F_Heli_Items_Sport","A3_Structures_F_Heli_Items_Tools","A3_Structures_F_Heli_VR_Helpers","A3_Structures_F_Kart_Civ_SportsGrounds","A3_Structures_F_Kart_Mil_Flags","A3_UIFonts_F","a3_epoch_structures","A3_Animals_F","A3_Animals_F_AnimConfig","A3_Animals_F_Fishes","A3_Animals_F_Kestrel","A3_Animals_F_Rabbit","A3_Animals_F_Seagull","A3_Animals_F_Snakes","A3_Animals_F_Turtle","A3_Animals_F_Chicken","A3_Animals_F_Dog","A3_Animals_F_Goat","A3_Animals_F_Sheep","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Anims_F_EPA","A3_Anims_F_EPC","A3_Anims_F_Kart","A3_Language_F_Bootcamp","A3_Map_Data","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Plants_F_Bush","A3_Signs_F","A3_Signs_F_AD","A3_Structures_F_Signs_Companies","A3_Structures_F_Bootcamp_Civ_Camping","A3_Structures_F_Bootcamp_Civ_SportsGrounds","A3_Structures_F_Bootcamp_Items_Electronics","A3_Structures_F_Bootcamp_Items_Food","A3_Structures_F_Heli_Items_Electronics","A3_Structures_F_Heli_Items_Food","A3_Structures_F_Kart_Signs_Companies","A3_UI_F","A3_UI_F_Curator","A3_UI_F_Kart","A3_Weapons_F","A3_Weapons_F_NATO","A3_Weapons_F_CSAT","A3_Weapons_F_AAF","A3_weapons_F_FIA","A3_Weapons_F_ItemHolders","A3_Weapons_F_Headgear","A3_Weapons_F_Uniforms","A3_Weapons_F_Vests","A3_Weapons_F_Ammoboxes","A3_Weapons_F_DummyWeapons","A3_Weapons_F_Explosives","A3_Weapons_F_Items","A3_Weapons_F_Launchers_NLAW","A3_Weapons_F_Launchers_LAW","A3_Weapons_F_Launchers_Titan","A3_Weapons_F_EPA_LongRangeRifles_DMR_01","A3_Weapons_F_EBR","A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_LongRangeRifles_M320","A3_Weapons_F_Machineguns_M200","A3_Weapons_F_Machineguns_Zafir","A3_Weapons_F_Pistols_ACPC2","A3_Weapons_F_Pistols_P07","A3_Weapons_F_Pistols_Pistol_heavy_01","A3_Weapons_F_Pistols_Pistol_heavy_02","A3_Weapons_F_Pistols_Rook40","A3_Weapons_F_Rifles_Khaybar","A3_Weapons_F_Rifles_Mk20","A3_Weapons_F_Rifles_MX","A3_Weapons_F_EPB_Rifles_MX_Black","A3_Weapons_F_Rifles_SDAR","A3_Weapons_F_Rifles_TRG20","A3_Weapons_F_Pistols_PDW2000","A3_Weapons_F_Rifles_Vector","a3_weapons_f_rifles_SMG_02","A3_Weapons_F_beta","A3_Weapons_F_Beta_Ammoboxes","A3_Weapons_F_beta_EBR","A3_Weapons_F_EPA_LongRangeRifles_GM6","A3_Weapons_F_EPB_LongRangeRifles_M320","A3_Weapons_F_beta_Rifles_Khaybar","A3_Weapons_F_beta_Rifles_MX","A3_Weapons_F_beta_Rifles_TRG20","A3_Weapons_F_Bootcamp_LongRangeRifles_GM6","A3_Weapons_F_Bootcamp_LongRangeRifles_M320","A3_Weapons_F_EPB_LongRangeRifles_GM3","A3_Weapons_F_gamma","A3_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_EPA_EBR","A3_Weapons_F_EPA_Rifles_MX","A3_Weapons_F_Kart_Pistols_Pistol_Signal_F","a2_epoch_weapons","A3_epoch_assets","A3_Anims_F_Heli","A3_Characters_F","A3_Characters_F_BLUFOR","A3_Characters_F_Civil","A3_Characters_F_Heads","A3_Characters_F_OPFOR","A3_Characters_F_Proxies","A3_Characters_F_Beta","A3_Characters_F_INDEP","A3_Characters_F_Bootcamp","A3_Characters_F_EPB_Heads","A3_Characters_F_Gamma","A3_Data_F_Curator","A3_Data_F_Curator_Eagle","A3_Data_F_Curator_Intel","A3_Data_F_Curator_Misc","A3_Data_F_Curator_Respawn","A3_Data_F_Kart","A3_UAV_F_Characters_F_Gamma","A3_UAV_F_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_gamma_Items","A3_Map_Altis","A3_Map_Altis_Scenes","A3_Missions_F","A3_Missions_F_Beta","A3_Missions_F_Gamma","A3_Missions_F_Kart","A3_Modules_F_Bootcamp","A3_Modules_F_Curator","A3_Modules_F_Curator_Animals","A3_Modules_F_Curator_CAS","A3_Modules_F_Curator_Curator","A3_Modules_F_Curator_Effects","A3_Modules_F_Curator_Environment","A3_Modules_F_Curator_Flares","A3_Modules_F_Curator_Intel","A3_Modules_F_Curator_Lightning","A3_Modules_F_Curator_Mines","A3_Modules_F_Curator_Misc","A3_Modules_F_Curator_Multiplayer","A3_Modules_F_Curator_Objectives","A3_Modules_F_Curator_Ordnance","A3_Modules_F_Curator_Respawn","A3_Modules_F_Curator_Smokeshells","A3_Modules_F_Kart","A3_Modules_F_Kart_TimeTrials","A3_Static_F","A3_Static_F_Mortar_01","A3_Static_F_Beta_Mortar_01","A3_Static_F_Gamma","A3_Static_F_Gamma_Mortar_01","A3_Supplies_F_Heli","A3_Supplies_F_Heli_Bladders","A3_Supplies_F_Heli_CargoNets","A3_Supplies_F_Heli_Fuel","A3_Supplies_F_Heli_Slingload","A3_UI_F_Bootcamp","A3_UI_F_Heli","A3_Weapons_F_Acc","A3_Weapons_F_Beta_Acc","A3_Weapons_F_Bootcamp_Ammoboxes","A3_Weapons_F_EPA","A3_Weapons_F_EPA_Acc","A3_Weapons_F_EPA_Ammoboxes","A3_Weapons_F_EPB","A3_Weapons_F_EPB_Acc","A3_Weapons_F_EPB_Ammoboxes","A3_Weapons_F_EPC","A3_Weapons_F_gamma_Acc","A3_Weapons_F_Kart","A3_Air_F","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Light_02","A3_Air_F_Beta","A3_Air_F_Beta_Heli_Attack_01","A3_Air_F_Beta_Heli_Attack_02","A3_Air_F_Beta_Heli_Transport_01","A3_Air_F_Beta_Heli_Transport_02","A3_Air_F_Beta_Parachute_01","A3_Air_F_Beta_Parachute_02","A3_Air_F_EPB_Heli_Light_03","A3_Air_F_EPC_Plane_CAS_01","A3_Air_F_EPC_Plane_CAS_02","A3_Air_F_Gamma_Plane_Fighter_03","A3_Air_F_Heli","A3_Air_F_Heli_Heli_Attack_01","A3_Air_F_Heli_Heli_Attack_02","A3_Air_F_Heli_Heli_Light_01","A3_Air_F_Heli_Heli_Light_02","A3_Air_F_Heli_Heli_Light_03","A3_Air_F_Heli_Heli_Transport_01","A3_Air_F_Heli_Heli_Transport_02","A3_Air_F_Heli_Heli_Transport_03","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_RTD","A3_Armor_F","A3_armor_f_beta","A3_Armor_F_Panther","A3_armor_f_beta_APC_Tracked_02","A3_Armor_F_EPB_APC_tracked_03","A3_Armor_F_EPB_MBT_03","A3_Armor_F_Slammer","A3_Armor_F_T100K","A3_Boat_F","A3_Boat_F_Boat_Armed_01","A3_Boat_F_Boat_Transport_01","A3_Boat_F_Beta_Boat_Armed_01","A3_Boat_F_Beta_Boat_Transport_01","A3_Boat_F_SDV_01","A3_Boat_F_EPC_Submarine_01_F","A3_Boat_F_Civilian_Boat","A3_Boat_F_Trawler","A3_Boat_F_Gamma_Boat_Transport_01","A3_Boat_F_Heli_Boat_Armed_01","A3_Boat_F_Heli_SDV_01","A3_Characters_F_Common","A3_Characters_F_Bootcamp_Common","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Characters_F_EPC","A3_Characters_F_Kart","A3_Data_F_Curator_Characters","A3_Data_F_Curator_Virtual","A3_Data_F_Heli","A3_Air_F_Gamma_UAV_01","A3_Air_F_Gamma_UAV_02","A3_Missions_F_Bootcamp","A3_Missions_F_Curator","A3_Missions_F_EPA","A3_Missions_F_EPB","A3_Missions_F_EPC","A3_Missions_F_Heli","A3_Modules_F_Bootcamp_Misc","A3_Modules_F_Curator_Chemlights","A3_Soft_F","A3_Soft_F_MRAP_01","A3_Soft_F_MRAP_02","A3_Soft_F_Offroad_01","A3_Soft_F_Quadbike","A3_Soft_F_MRAP_03","A3_Soft_F_Beta_Quadbike","A3_Soft_F_HEMTT","A3_Soft_F_TruckHeavy","A3_Soft_F_EPC_Truck_03","A3_Soft_F_Car","A3_Soft_F_Gamma_Offroad","A3_Soft_F_Gamma_Quadbike","A3_Soft_F_SUV","A3_Soft_F_Gamma_HEMTT","A3_Soft_F_Gamma_TruckHeavy","A3_Soft_F_Truck","A3_Soft_F_Heli_Car","A3_Soft_F_Heli_MRAP_01","A3_Soft_F_Heli_MRAP_02","A3_Soft_F_Heli_MRAP_03","A3_Soft_F_Heli_Quadbike","A3_Soft_F_Heli_SUV","A3_Soft_F_Heli_Truck","A3_Soft_F_Kart_Kart_01","A3_Static_F_Gamma_AA","A3_Static_F_Gamma_AT","A3_Structures_F_Mil_Scrapyard","A3_Structures_F_Wrecks","A3_Structures_F_EPA_Mil_Scrapyard","A3_Weapons_F_Bootcamp","A3_epoch_language","A3_epoch_vehicles_1","A3_Air_F_EPC_Plane_Fighter_03","A3_Armor_F_AMV","A3_Armor_F_Marid","A3_Armor_F_EPC_MBT_01","A3_Armor_F_APC_Wheeled_03","A3_CargoPoses_F","A3_CargoPoses_F_Heli","A3_Soft_F_Crusher_UGV","A3_Soft_F_Bootcamp_Offroad_01","A3_Soft_F_Bootcamp_Quadbike","A3_Soft_F_Bootcamp_Truck","A3_Soft_F_Heli_Crusher_UGV","A3_epoch_config","A3_epoch_code"];
+_knownCfgPatches = ["A3Data","A3_BaseConfig_F","A3_Dubbing_Radio_F","A3_Functions_F","A3_Functions_F_EPA","A3_Functions_F_EPC","Map_VR","A3_Map_VR_Scenes","a3_epoch_community","A3_epoch_assets_1","epoch_objects","A3_epoch_assets_3","A3_epoch_vehicles","a3_epoch_weapons","A3_Data_F","A3_Data_F_Hook","A3_Data_F_ParticleEffects","A3_Data_F_Bootcamp","A3_Data_F_Kart_ParticleEffects","A3_Editor_F","A3_Functions_F_Bootcamp","A3_Functions_F_Curator","A3_Functions_F_Heli","A3_Language_F","A3_Language_F_Beta","A3_Language_F_Curator","A3_Language_F_EPA","A3_Language_F_EPB","A3_Language_F_EPC","A3_Language_F_Gamma","A3_Language_F_Heli","A3_Language_F_Kart","A3_LanguageMissions_F","A3_LanguageMissions_F_Beta","A3_LanguageMissions_F_Gamma","A3_LanguageMissions_F_Kart","A3_Misc_F","A3_Misc_F_Helpers","A3_Modules_F","A3_Modules_F_DynO","A3_Modules_F_Effects","A3_Modules_F_Events","A3_Modules_F_GroupModifiers","A3_Modules_F_HC","A3_Modules_F_Intel","A3_Modules_F_LiveFeed","A3_Modules_F_Marta","A3_Modules_F_Misc","A3_Modules_F_Multiplayer","A3_Modules_F_ObjectModifiers","A3_Modules_F_Sites","A3_Modules_F_Skirmish","A3_Modules_F_StrategicMap","A3_Modules_F_Supports","A3_Modules_F_UAV","A3_Modules_F_Beta","A3_Modules_F_Beta_FiringDrills","A3_Modules_F_EPB","A3_Modules_F_EPB_Misc","A3_Modules_F_Heli","A3_Modules_F_Heli_SpawnAi","A3_Music_F","A3_Music_F_Bootcamp","A3_Music_F_EPA","A3_Music_F_EPB","A3_Music_F_EPC","A3_Music_F_Heli","A3_Roads_F","A3_Rocks_F","A3_Sounds_F","A3_Sounds_F_Bootcamp","A3_Sounds_F_EPB","A3_Sounds_F_EPC","A3_Structures_F","A3_Structures_F_Bridges","A3_Structures_F_Civ","A3_Structures_F_Civ_Accessories","A3_Structures_F_Civ_Ancient","A3_Structures_F_Civ_BellTowers","A3_Structures_F_Civ_Calvaries","A3_Structures_F_Civ_Camping","A3_Structures_F_Civ_Chapels","A3_Structures_F_Civ_Constructions","A3_Structures_F_Civ_Dead","A3_Structures_F_Civ_Garbage","A3_Structures_F_Civ_Graffiti","A3_Structures_F_Civ_InfoBoards","A3_Structures_F_Civ_Kiosks","A3_Structures_F_Civ_Lamps","A3_Structures_F_Civ_Market","A3_Structures_F_Civ_Offices","A3_Structures_F_Civ_Pavements","A3_Structures_F_Civ_PlayGround","A3_Structures_F_Civ_SportsGrounds","A3_Structures_F_Civ_Statues","A3_Structures_F_Civ_Tourism","A3_Structures_F_Dominants","A3_Structures_F_Dominants_Amphitheater","A3_Structures_F_Dominants_Castle","A3_Structures_F_Dominants_Church","A3_Structures_F_Dominants_Hospital","A3_Structures_F_Dominants_Lighthouse","A3_Structures_F_Dominants_WIP","A3_Structures_F_Furniture","A3_Structures_F_Households","A3_Structures_F_Households_Addons","A3_Structures_F_Households_House_Big01","A3_Structures_F_Households_House_Big02","A3_Structures_F_Households_House_Shop01","A3_Structures_F_Households_House_Shop02","A3_Structures_F_Households_House_Small01","A3_Structures_F_Households_House_Small02","A3_Structures_F_Households_House_Small03","A3_Structures_F_Households_Slum","A3_Structures_F_Households_Stone_Big","A3_Structures_F_Households_Stone_Shed","A3_Structures_F_Households_Stone_Small","A3_Structures_F_Households_WIP","A3_Structures_F_Ind","A3_Structures_F_Ind_AirPort","A3_Structures_F_Ind_Cargo","A3_Structures_F_Ind_CarService","A3_Structures_F_Ind_ConcreteMixingPlant","A3_Structures_F_Ind_Crane","A3_Structures_F_Ind_DieselPowerPlant","A3_Structures_F_Ind_Factory","A3_Structures_F_Ind_FuelStation","A3_Structures_F_Ind_FuelStation_Small","A3_Structures_F_Ind_Pipes","A3_Structures_F_Ind_PowerLines","A3_Structures_F_Ind_ReservoirTank","A3_Structures_F_Ind_Shed","A3_Structures_F_Ind_SolarPowerPlant","A3_Structures_F_Ind_Tank","A3_Structures_F_Ind_Transmitter_Tower","A3_Structures_F_Ind_WavePowerPlant","A3_Structures_F_Ind_Windmill","A3_Structures_F_Ind_WindPowerPlant","A3_Structures_F_Items","A3_Structures_F_Items_Documents","A3_Structures_F_Items_Electronics","A3_Structures_F_Items_Cans","A3_Structures_F_Items_Gadgets","A3_Structures_F_Items_Luggage","A3_Structures_F_Items_Medical","A3_Structures_F_Items_Military","A3_Structures_F_Items_Stationery","A3_Structures_F_Items_Tools","A3_Structures_F_Items_Valuables","A3_Structures_F_Items_Vessels","A3_Structures_F_Mil","A3_Structures_F_Mil_BagBunker","A3_Structures_F_Mil_BagFence","A3_Structures_F_Mil_Barracks","A3_Structures_F_Mil_Bunker","A3_Structures_F_Mil_Cargo","A3_Structures_F_Mil_Flags","A3_Structures_F_Mil_Fortification","A3_Structures_F_Mil_Helipads","A3_Structures_F_Mil_Offices","A3_Structures_F_Mil_Radar","A3_Structures_F_Mil_Shelters","A3_Structures_F_Mil_TentHangar","A3_Structures_F_Naval","A3_Structures_F_Naval_Buoys","A3_Structures_F_Naval_Fishing","A3_Structures_F_Naval_Piers","A3_Structures_F_Naval_RowBoats","A3_Structures_F_Research","A3_Structures_F_System","A3_Structures_F_Training","A3_Structures_F_Training_InvisibleTarget","A3_Structures_F_Walls","A3_Structures_F_Bootcamp_Ind_Cargo","A3_Structures_F_Bootcamp_Items_Sport","A3_Structures_F_Bootcamp_System","A3_Structures_F_Bootcamp_Training","A3_Structures_F_Bootcamp_VR_Blocks","A3_Structures_F_Bootcamp_VR_CoverObjects","A3_Structures_F_Bootcamp_VR_Helpers","A3_Structures_F_EPA_Civ_Camping","A3_Structures_F_EPA_Civ_Constructions","A3_Structures_F_EPA_Items_Electronics","A3_Structures_F_EPA_Items_Food","A3_Structures_F_EPA_Items_Medical","A3_Structures_F_EPA_Items_Tools","A3_Structures_F_EPA_Items_Vessels","A3_Structures_F_EPA_Walls","A3_Structures_F_EPB_Civ_Accessories","A3_Structures_F_EPB_Civ_Camping","A3_Structures_F_EPB_Civ_Dead","A3_Structures_F_EPB_Civ_Garbage","A3_Structures_F_EPB_Civ_Graffiti","A3_Structures_F_EPB_Civ_PlayGround","A3_Structures_F_EPB_Furniture","A3_Structures_F_EPB_Items_Documents","A3_Structures_F_EPB_Items_Luggage","A3_Structures_F_EPB_Items_Military","A3_Structures_F_EPB_Items_Vessels","A3_Structures_F_EPB_Naval_Fishing","A3_Structures_F_EPC_Civ_Accessories","A3_Structures_F_EPC_Civ_Camping","A3_Structures_F_EPC_Civ_Garbage","A3_Structures_F_EPC_Civ_InfoBoards","A3_Structures_F_EPC_Civ_Kiosks","A3_Structures_F_EPC_Civ_PlayGround","A3_Structures_F_EPC_Civ_Tourism","A3_Structures_F_EPC_Dominants_GhostHotel","A3_Structures_F_EPC_Dominants_Stadium","A3_Structures_F_EPC_Furniture","A3_Structures_F_EPC_Items_Documents","A3_Structures_F_EPC_Items_Electronics","A3_Structures_F_EPC_Walls","A3_Structures_F_Heli_Civ_Accessories","A3_Structures_F_Heli_Civ_Constructions","A3_Structures_F_Heli_Civ_Garbage","A3_Structures_F_Heli_Civ_Market","A3_Structures_F_Heli_Furniture","A3_Structures_F_Heli_Ind_AirPort","A3_Structures_F_Heli_Ind_Cargo","A3_Structures_F_Heli_Ind_Machines","A3_Structures_F_Heli_Items_Airport","A3_Structures_F_Heli_Items_Luggage","A3_Structures_F_Heli_Items_Sport","A3_Structures_F_Heli_Items_Tools","A3_Structures_F_Heli_VR_Helpers","A3_Structures_F_Kart_Civ_SportsGrounds","A3_Structures_F_Kart_Mil_Flags","A3_UIFonts_F","a3_epoch_structures","A3_Animals_F","A3_Animals_F_AnimConfig","A3_Animals_F_Fishes","A3_Animals_F_Kestrel","A3_Animals_F_Rabbit","A3_Animals_F_Seagull","A3_Animals_F_Snakes","A3_Animals_F_Turtle","A3_Animals_F_Chicken","A3_Animals_F_Dog","A3_Animals_F_Goat","A3_Animals_F_Sheep","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Anims_F_EPA","A3_Anims_F_EPC","A3_Anims_F_Kart","A3_Language_F_Bootcamp","A3_Map_Data","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Plants_F_Bush","A3_Signs_F","A3_Signs_F_AD","A3_Structures_F_Signs_Companies","A3_Structures_F_Bootcamp_Civ_Camping","A3_Structures_F_Bootcamp_Civ_SportsGrounds","A3_Structures_F_Bootcamp_Items_Electronics","A3_Structures_F_Bootcamp_Items_Food","A3_Structures_F_Heli_Items_Electronics","A3_Structures_F_Heli_Items_Food","A3_Structures_F_Kart_Signs_Companies","A3_UI_F","A3_UI_F_Curator","A3_UI_F_Kart","A3_Weapons_F","A3_Weapons_F_NATO","A3_Weapons_F_CSAT","A3_Weapons_F_AAF","A3_weapons_F_FIA","A3_Weapons_F_ItemHolders","A3_Weapons_F_Headgear","A3_Weapons_F_Uniforms","A3_Weapons_F_Vests","A3_Weapons_F_Ammoboxes","A3_Weapons_F_DummyWeapons","A3_Weapons_F_Explosives","A3_Weapons_F_Items","A3_Weapons_F_Launchers_NLAW","A3_Weapons_F_Launchers_LAW","A3_Weapons_F_Launchers_Titan","A3_Weapons_F_EPA_LongRangeRifles_DMR_01","A3_Weapons_F_EBR","A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_LongRangeRifles_M320","A3_Weapons_F_Machineguns_M200","A3_Weapons_F_Machineguns_Zafir","A3_Weapons_F_Pistols_ACPC2","A3_Weapons_F_Pistols_P07","A3_Weapons_F_Pistols_Pistol_heavy_01","A3_Weapons_F_Pistols_Pistol_heavy_02","A3_Weapons_F_Pistols_Rook40","A3_Weapons_F_Rifles_Khaybar","A3_Weapons_F_Rifles_Mk20","A3_Weapons_F_Rifles_MX","A3_Weapons_F_EPB_Rifles_MX_Black","A3_Weapons_F_Rifles_SDAR","A3_Weapons_F_Rifles_TRG20","A3_Weapons_F_Pistols_PDW2000","A3_Weapons_F_Rifles_Vector","a3_weapons_f_rifles_SMG_02","A3_Weapons_F_beta","A3_Weapons_F_Beta_Ammoboxes","A3_Weapons_F_beta_EBR","A3_Weapons_F_EPA_LongRangeRifles_GM6","A3_Weapons_F_EPB_LongRangeRifles_M320","A3_Weapons_F_beta_Rifles_Khaybar","A3_Weapons_F_beta_Rifles_MX","A3_Weapons_F_beta_Rifles_TRG20","A3_Weapons_F_Bootcamp_LongRangeRifles_GM6","A3_Weapons_F_Bootcamp_LongRangeRifles_M320","A3_Weapons_F_EPB_LongRangeRifles_GM3","A3_Weapons_F_gamma","A3_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_EPA_EBR","A3_Weapons_F_EPA_Rifles_MX","A3_Weapons_F_Kart_Pistols_Pistol_Signal_F","a2_epoch_weapons","A3_epoch_assets","A3_Anims_F_Heli","A3_Characters_F","A3_Characters_F_BLUFOR","A3_Characters_F_Civil","A3_Characters_F_Heads","A3_Characters_F_OPFOR","A3_Characters_F_Proxies","A3_Characters_F_Beta","A3_Characters_F_INDEP","A3_Characters_F_Bootcamp","A3_Characters_F_EPB_Heads","A3_Characters_F_Gamma","A3_Data_F_Curator","A3_Data_F_Curator_Eagle","A3_Data_F_Curator_Intel","A3_Data_F_Curator_Misc","A3_Data_F_Curator_Respawn","A3_Data_F_Kart","A3_UAV_F_Characters_F_Gamma","A3_UAV_F_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_gamma_Items","A3_Map_Altis","A3_Map_Altis_Scenes","A3_Missions_F","A3_Missions_F_Beta","A3_Missions_F_Gamma","A3_Missions_F_Kart","A3_Modules_F_Bootcamp","A3_Modules_F_Curator","A3_Modules_F_Curator_Animals","A3_Modules_F_Curator_CAS","A3_Modules_F_Curator_Curator","A3_Modules_F_Curator_Effects","A3_Modules_F_Curator_Environment","A3_Modules_F_Curator_Flares","A3_Modules_F_Curator_Intel","A3_Modules_F_Curator_Lightning","A3_Modules_F_Curator_Mines","A3_Modules_F_Curator_Misc","A3_Modules_F_Curator_Multiplayer","A3_Modules_F_Curator_Objectives","A3_Modules_F_Curator_Ordnance","A3_Modules_F_Curator_Respawn","A3_Modules_F_Curator_Smokeshells","A3_Modules_F_Kart","A3_Modules_F_Kart_TimeTrials","A3_Static_F","A3_Static_F_Mortar_01","A3_Static_F_Beta_Mortar_01","A3_Static_F_Gamma","A3_Static_F_Gamma_Mortar_01","A3_Supplies_F_Heli","A3_Supplies_F_Heli_Bladders","A3_Supplies_F_Heli_CargoNets","A3_Supplies_F_Heli_Fuel","A3_Supplies_F_Heli_Slingload","A3_UI_F_Bootcamp","A3_UI_F_Heli","A3_Weapons_F_Acc","A3_Weapons_F_Beta_Acc","A3_Weapons_F_Bootcamp_Ammoboxes","A3_Weapons_F_EPA","A3_Weapons_F_EPA_Acc","A3_Weapons_F_EPA_Ammoboxes","A3_Weapons_F_EPB","A3_Weapons_F_EPB_Acc","A3_Weapons_F_EPB_Ammoboxes","A3_Weapons_F_EPC","A3_Weapons_F_gamma_Acc","A3_Weapons_F_Kart","A3_Air_F","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Light_02","A3_Air_F_Beta","A3_Air_F_Beta_Heli_Attack_01","A3_Air_F_Beta_Heli_Attack_02","A3_Air_F_Beta_Heli_Transport_01","A3_Air_F_Beta_Heli_Transport_02","A3_Air_F_Beta_Parachute_01","A3_Air_F_Beta_Parachute_02","A3_Air_F_EPB_Heli_Light_03","A3_Air_F_EPC_Plane_CAS_01","A3_Air_F_EPC_Plane_CAS_02","A3_Air_F_Gamma_Plane_Fighter_03","A3_Air_F_Heli","A3_Air_F_Heli_Heli_Attack_01","A3_Air_F_Heli_Heli_Attack_02","A3_Air_F_Heli_Heli_Light_01","A3_Air_F_Heli_Heli_Light_02","A3_Air_F_Heli_Heli_Light_03","A3_Air_F_Heli_Heli_Transport_01","A3_Air_F_Heli_Heli_Transport_02","A3_Air_F_Heli_Heli_Transport_03","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_RTD","A3_Armor_F","A3_armor_f_beta","A3_Armor_F_Panther","A3_armor_f_beta_APC_Tracked_02","A3_Armor_F_EPB_APC_tracked_03","A3_Armor_F_EPB_MBT_03","A3_Armor_F_Slammer","A3_Armor_F_T100K","A3_Boat_F","A3_Boat_F_Boat_Armed_01","A3_Boat_F_Boat_Transport_01","A3_Boat_F_Beta_Boat_Armed_01","A3_Boat_F_Beta_Boat_Transport_01","A3_Boat_F_SDV_01","A3_Boat_F_EPC_Submarine_01_F","A3_Boat_F_Civilian_Boat","A3_Boat_F_Trawler","A3_Boat_F_Gamma_Boat_Transport_01","A3_Boat_F_Heli_Boat_Armed_01","A3_Boat_F_Heli_SDV_01","A3_Characters_F_Common","A3_Characters_F_Bootcamp_Common","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Characters_F_EPC","A3_Characters_F_Kart","A3_Data_F_Curator_Characters","A3_Data_F_Curator_Virtual","A3_Data_F_Heli","A3_Air_F_Gamma_UAV_01","A3_Air_F_Gamma_UAV_02","A3_Missions_F_Bootcamp","A3_Missions_F_Curator","A3_Missions_F_EPA","A3_Missions_F_EPB","A3_Missions_F_EPC","A3_Missions_F_Heli","A3_Modules_F_Bootcamp_Misc","A3_Modules_F_Curator_Chemlights","A3_Soft_F","A3_Soft_F_MRAP_01","A3_Soft_F_MRAP_02","A3_Soft_F_Offroad_01","A3_Soft_F_Quadbike","A3_Soft_F_MRAP_03","A3_Soft_F_Beta_Quadbike","A3_Soft_F_HEMTT","A3_Soft_F_TruckHeavy","A3_Soft_F_EPC_Truck_03","A3_Soft_F_Car","A3_Soft_F_Gamma_Offroad","A3_Soft_F_Gamma_Quadbike","A3_Soft_F_SUV","A3_Soft_F_Gamma_HEMTT","A3_Soft_F_Gamma_TruckHeavy","A3_Soft_F_Truck","A3_Soft_F_Heli_Car","A3_Soft_F_Heli_MRAP_01","A3_Soft_F_Heli_MRAP_02","A3_Soft_F_Heli_MRAP_03","A3_Soft_F_Heli_Quadbike","A3_Soft_F_Heli_SUV","A3_Soft_F_Heli_Truck","A3_Soft_F_Kart_Kart_01","A3_Static_F_Gamma_AA","A3_Static_F_Gamma_AT","A3_Structures_F_Mil_Scrapyard","A3_Structures_F_Wrecks","A3_Structures_F_EPA_Mil_Scrapyard","A3_Weapons_F_Bootcamp","A3_epoch_language","A3_epoch_vehicles_1","A3_Air_F_EPC_Plane_Fighter_03","A3_Armor_F_AMV","A3_Armor_F_Marid","A3_Armor_F_EPC_MBT_01","A3_Armor_F_APC_Wheeled_03","A3_CargoPoses_F","A3_CargoPoses_F_Heli","A3_Soft_F_Crusher_UGV","A3_Soft_F_Bootcamp_Offroad_01","A3_Soft_F_Bootcamp_Quadbike","A3_Soft_F_Bootcamp_Truck","A3_Soft_F_Heli_Crusher_UGV","A3_epoch_config","A3_epoch_code"];
_unknownCfgPatches = [];
"if !((configName _x) in _knownCfgPatches) then {_unknownCfgPatches pushBack (configName _x)}" configClasses (configFile >> "CfgPatches");
copyToClipboard str _unknownCfgPatches;
diff --git a/Tools/SQF/saveLootPositionsVector.sqf b/Tools/SQF/saveLootPositionsVector.sqf
index c6482e46..fbdac529 100644
--- a/Tools/SQF/saveLootPositionsVector.sqf
+++ b/Tools/SQF/saveLootPositionsVector.sqf
@@ -41,7 +41,34 @@ BIS_fnc_returnVector = {
_v
};
-_import = ["Land_Slum_01_F","Land_Shed_03_F","Land_Slum_02_F","Land_House_Native_02_F","Land_House_Small_03_F","Land_House_Native_01_F","Land_Shed_05_F","Land_Shed_04_F","Land_Addon_05_F","Land_Shed_06_F","Land_House_Small_04_F","Land_House_Small_01_F","Land_Shop_Town_04_F","Land_Shop_Town_01_F","Land_House_Small_05_F","Land_Slum_05_F","Land_WaterTower_01_F","Land_Shed_02_F","Land_House_Small_06_F","Land_Shop_Town_02_F","Land_House_Small_02_F","Land_Shed_01_F","Land_Shop_Town_03_F","Land_Addon_03_F","Land_MetalShelter_01_F","Land_MetalShelter_02_F","Land_Slum_03_F","Land_Supermarket_01_F","Land_Shop_City_04_F","Land_Addon_02_F","Land_Addon_04_F","Land_House_Big_05_F","Land_Shop_City_07_F","Land_Addon_01_F","Land_House_Big_03_F","Land_House_Big_01_F","Land_Hotel_02_F","Land_Slum_04_F","Land_GarageShelter_01_F","Land_WoodenShelter_01_F","Land_PierWooden_02_hut_F","Land_Church_03_F","Land_Shed_07_F","Land_School_01_F","Land_Temple_Native_01_F","Land_Shop_City_06_F","Land_Shop_Town_05_F","Land_Shop_City_03_F","Land_Church_01_F","Land_Warehouse_03_F","Land_FireEscape_01_short_F","Land_House_Big_04_F","Land_Shop_City_02_F","Land_Shop_City_01_F","Land_Hotel_01_F","Land_WindmillPump_01_F","Land_Shop_Town_05_addon_F","Land_FuelStation_01_shop_F","Land_FuelStation_01_workshop_F","Land_FuelStation_01_pump_F","Land_FuelStation_02_workshop_F","Land_Mausoleum_01_F","Land_Barracks_01_grey_F","Land_Church_02_F","Land_SCF_01_warehouse_F","Land_Shed_Small_F","Land_GuardHouse_01_F","Land_Airport_01_controlTower_F","Land_Airport_01_terminal_F","Land_FuelStation_02_pump_F","Land_dp_smallTank_F","Land_Barracks_01_camo_F","Land_spp_Transformer_F","Land_TBox_F","Land_FuelStation_02_roof_F","Land_House_Big_02_F","Land_PierWooden_01_dock_F","Land_PierWooden_01_hut_F","Land_SCF_01_storageBin_medium_F","Land_ContainerLine_01_F","Land_DPP_01_waterCooler_F","Land_DPP_01_smallFactory_F","Land_GantryCrane_01_F","Land_ContainerLine_03_F","Land_StorageTank_01_small_F","Land_MobileCrane_01_F","Land_SCF_01_shed_F","Land_ContainerLine_02_F","Land_FireEscape_01_tall_F","Land_MobileCrane_01_hook_F","Land_Shop_City_05_F","Land_MultistoryBuilding_01_F","Land_MultistoryBuilding_03_F","Land_MultistoryBuilding_04_F","Land_Cathedral_01_F","Land_Airport_01_hangar_F","Land_Airport_02_controlTower_F","Land_Airport_02_terminal_F","Land_Airport_02_hangar_right_F","Land_Airport_02_hangar_left_F","Land_BasaltWall_01_gate_F","Land_DPP_01_mainFactory_F","Land_CombineHarvester_01_wreck_F","Land_SCF_01_heap_bagasse_F","Land_SCF_01_generalBuilding_F","Land_SCF_01_washer_F","Land_SCF_01_shredder_F","Land_SCF_01_clarifier_F","Land_SCF_01_feeder_F","Land_SCF_01_chimney_F","Land_SCF_01_boilerBuilding_F","Land_SCF_01_crystallizer_F","Land_SCF_01_crystallizerTowers_F","Land_Radar_Small_F","Land_MiningShovel_01_abandoned_F","Land_SM_01_reservoirTower_F","Land_HaulTruck_01_abandoned_F","Land_Warehouse_01_F","Land_Warehouse_02_F","Land_SM_01_shelter_narrow_F","Land_SM_01_shelter_wide_F","Land_SM_01_shed_unfinished_F","Land_WarehouseShelter_01_F","Land_SY_01_reclaimer_F","Land_SY_01_stockpile_01_F","Land_SY_01_stockpile_02_F","Land_ContainerCrane_01_F","Land_SM_01_shed_F"];
+_import = ["Land_TentHangar_V1_F",
+"Land_TentHangar_V1_dam_F",
+"Land_Dome_Big_F",
+"Land_Dome_Small_F",
+"Land_GH_MainBuilding_entry_F",
+"Land_dp_smallTank_F",
+"Land_i_House_Big_01_V1_dam_F",
+"Land_i_House_Big_01_V2_dam_F",
+"Land_i_House_Big_01_V3_dam_F",
+"Land_u_House_Big_01_V1_dam_F",
+"Land_i_House_Big_02_V2_dam_F",
+"Land_i_Shop_01_V1_dam_F",
+"Land_i_Shop_01_V2_dam_F",
+"Land_i_Shop_01_V3_dam_F",
+"Land_u_Shop_01_V1_dam_F",
+"Land_i_Shop_02_V1_dam_F",
+"Land_i_Shop_02_V2_dam_F",
+"Land_i_Shop_02_V3_dam_F",
+"Land_u_Shop_02_V1_dam_F",
+"Land_i_House_Small_01_V1_dam_F",
+"Land_i_House_Small_01_V2_dam_F",
+"Land_i_House_Small_01_V3_dam_F",
+"Land_u_House_Small_01_V1_dam_F",
+"Land_i_House_Small_02_V1_dam_F",
+"Land_i_House_Small_02_V2_dam_F",
+"Land_i_House_Small_02_V3_dam_F",
+"Land_u_House_Small_02_V1_dam_F",
+"Land_i_House_Small_03_V1_dam_F"];
EPB = [];
{
diff --git a/build.txt b/build.txt
index 5e79214e..81853528 100644
--- a/build.txt
+++ b/build.txt
@@ -1 +1 @@
-571
+639