diff --git a/app/Models/Team.php b/app/Models/Team.php index bffbd9291..59d77cb07 100644 --- a/app/Models/Team.php +++ b/app/Models/Team.php @@ -257,7 +257,8 @@ public function isUserAdmin(User $user): bool */ public function isUserCollaborator(User $user): bool { - return $this->getUserRole($user) !== TeamUser::ROLE_MEMBER; + $userRole = $this->getUserRole($user); + return $userRole !== null && $this->getUserRole($user) !== TeamUser::ROLE_MEMBER; } /** @@ -276,6 +277,7 @@ public function isUserModerator(User $user): bool * Checks if a user is a member of this team or not. * * @param User|null $user + * @return bool */ public function isUserMember(?User $user): bool { @@ -377,9 +379,12 @@ public function getNewAdminUponAdminAccountDeletion(User $user): ?User } $roles = TeamUser::ALL_ROLES; - $newOwner = $this->teamusers->where('user_id', '!=', $user->id)->sortByDesc(static fn($obj, $key) => $roles[$obj->role])->first(); + /** @var TeamUser|null $newOwner */ + $newOwner = $this->teamusers->where('user_id', '!=', $user->id) + ->sortByDesc(static fn($obj, $key) => $roles[$obj->role]) + ->first(); - return $newOwner !== null ? $newOwner->user : null; + return $newOwner?->user; } public function getAvailableTags(): Collection diff --git a/composer.json b/composer.json index d7e890619..bc47f6ba8 100644 --- a/composer.json +++ b/composer.json @@ -34,11 +34,11 @@ "type": "package", "package": { "name": "nnoggie/mythicdungeontools", - "version": "5.1.7", + "version": "5.2.5", "source": { "url": "https://github.com/Wotuu/MythicDungeonTools.git", "type": "git", - "reference": "45d226753d73bdf17ceeec8bc4937d0e49e644f5" + "reference": "f09f57fcd6dc0a0ffbadb66fa106c5a98831a805" } } }, @@ -98,7 +98,7 @@ "laravelcollective/html": "^6.4", "marvinlabs/laravel-discord-logger": "^1.3", "nnoggie/mdt-legacy": "^1.0", - "nnoggie/mythicdungeontools": "5.1.7", + "nnoggie/mythicdungeontools": "5.2.5", "paquettg/php-html-parser": "^3.1", "patreon/patreon": "^1.0.0", "phlak/semver": "^4.1", diff --git a/composer.lock b/composer.lock index c66c7ae17..0b5d8f080 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a2e4cdf3f86154af7ed954cd74b239d4", + "content-hash": "050fe8033219d8b63f2a5c4fcb82eaba", "packages": [ { "name": "akaunting/laravel-language", @@ -5043,11 +5043,11 @@ }, { "name": "nnoggie/mythicdungeontools", - "version": "5.1.7", + "version": "5.2.5", "source": { "type": "git", "url": "https://github.com/Wotuu/MythicDungeonTools.git", - "reference": "45d226753d73bdf17ceeec8bc4937d0e49e644f5" + "reference": "f09f57fcd6dc0a0ffbadb66fa106c5a98831a805" }, "type": "library" }, @@ -14365,6 +14365,6 @@ "ext-lua": "*", "ext-zip": "*" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" } diff --git a/database/seeders/dungeondata/bfa/siegeofboralus/1/enemies.json b/database/seeders/dungeondata/bfa/siegeofboralus/1/enemies.json index 92d428f9f..340347a26 100644 --- a/database/seeders/dungeondata/bfa/siegeofboralus/1/enemies.json +++ b/database/seeders/dungeondata/bfa/siegeofboralus/1/enemies.json @@ -26710,5 +26710,5069 @@ "lat": -58.701395348837, "lng": 228.25674418605, "kill_priority": null + }, + { + "id": 64338, + "mapping_version_id": 420, + "enemy_pack_id": 12879, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -47.78125, + "lng": 276.5625, + "kill_priority": null + }, + { + "id": 64339, + "mapping_version_id": 420, + "enemy_pack_id": 12880, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -47.5, + "lng": 283.0625, + "kill_priority": null + }, + { + "id": 64340, + "mapping_version_id": 420, + "enemy_pack_id": 12880, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.375, + "lng": 283.09375, + "kill_priority": null + }, + { + "id": 64341, + "mapping_version_id": 420, + "enemy_pack_id": 12880, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.0625, + "lng": 279.5, + "kill_priority": null + }, + { + "id": 64342, + "mapping_version_id": 420, + "enemy_pack_id": 12880, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -46.71875, + "lng": 279.15625, + "kill_priority": null + }, + { + "id": 64343, + "mapping_version_id": 420, + "enemy_pack_id": 12880, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.125, + "lng": 281, + "kill_priority": null + }, + { + "id": 64344, + "mapping_version_id": 420, + "enemy_pack_id": 12881, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -39.060837209302, + "lng": 286.37469767442, + "kill_priority": null + }, + { + "id": 64345, + "mapping_version_id": 420, + "enemy_pack_id": 12881, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -37.679627906977, + "lng": 285.18995348837, + "kill_priority": null + }, + { + "id": 64346, + "mapping_version_id": 420, + "enemy_pack_id": 12882, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -38.018976744186, + "lng": 275.71795348837, + "kill_priority": null + }, + { + "id": 64347, + "mapping_version_id": 420, + "enemy_pack_id": 12882, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -37.423627906977, + "lng": 277.06939534884, + "kill_priority": null + }, + { + "id": 64348, + "mapping_version_id": 420, + "enemy_pack_id": 12883, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -34.631441860465, + "lng": 291.35776744186, + "kill_priority": null + }, + { + "id": 64349, + "mapping_version_id": 420, + "enemy_pack_id": 12883, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -31.88688372093, + "lng": 288.02976744186, + "kill_priority": null + }, + { + "id": 64350, + "mapping_version_id": 420, + "enemy_pack_id": 12884, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -29.600744186047, + "lng": 282.64186046512, + "kill_priority": null + }, + { + "id": 64351, + "mapping_version_id": 420, + "enemy_pack_id": 12885, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -42.72223255814, + "lng": 267.1151627907, + "kill_priority": null + }, + { + "id": 64352, + "mapping_version_id": 420, + "enemy_pack_id": 12885, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -41.787534883721, + "lng": 265.44223255814, + "kill_priority": null + }, + { + "id": 64353, + "mapping_version_id": 420, + "enemy_pack_id": 12885, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -40.793302325581, + "lng": 268.60948837209, + "kill_priority": null + }, + { + "id": 64354, + "mapping_version_id": 420, + "enemy_pack_id": 12885, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -40.98976744186, + "lng": 263.94790697674, + "kill_priority": null + }, + { + "id": 64355, + "mapping_version_id": 420, + "enemy_pack_id": 12886, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -50.997581395349, + "lng": 249.33804651163, + "kill_priority": null + }, + { + "id": 64356, + "mapping_version_id": 420, + "enemy_pack_id": 12886, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -51.247627906977, + "lng": 254.85693023256, + "kill_priority": null + }, + { + "id": 64357, + "mapping_version_id": 420, + "enemy_pack_id": 12887, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -49, + "lng": 245.40625, + "kill_priority": null + }, + { + "id": 64358, + "mapping_version_id": 420, + "enemy_pack_id": 12887, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -51.6875, + "lng": 245.25, + "kill_priority": null + }, + { + "id": 64359, + "mapping_version_id": 420, + "enemy_pack_id": 12888, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -47.563794784384, + "lng": 240.31267576695, + "kill_priority": null + }, + { + "id": 64360, + "mapping_version_id": 420, + "enemy_pack_id": 12888, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.93911848048, + "lng": 240.62523801774, + "kill_priority": null + }, + { + "id": 64361, + "mapping_version_id": 420, + "enemy_pack_id": 12889, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.999657262957, + "lng": 224.56236451298, + "kill_priority": null + }, + { + "id": 64362, + "mapping_version_id": 420, + "enemy_pack_id": 12889, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.312357192899, + "lng": 223.5311218366, + "kill_priority": null + }, + { + "id": 64363, + "mapping_version_id": 420, + "enemy_pack_id": 12889, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 26, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -60.625047602367, + "lng": 222.78109986573, + "kill_priority": null + }, + { + "id": 64364, + "mapping_version_id": 420, + "enemy_pack_id": 12890, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 27, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -74.061395348837, + "lng": 232.94213953488, + "kill_priority": null + }, + { + "id": 64365, + "mapping_version_id": 420, + "enemy_pack_id": 12890, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -71.608558139535, + "lng": 232.11460465116, + "kill_priority": null + }, + { + "id": 64366, + "mapping_version_id": 420, + "enemy_pack_id": 12890, + "enemy_patrol_id": null, + "npc_id": 133990, + "floor_id": 47, + "mdt_id": 29, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -69.173581395349, + "lng": 231.18586046512, + "kill_priority": null + }, + { + "id": 64367, + "mapping_version_id": 420, + "enemy_pack_id": 12891, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -44.875, + "lng": 265.53125, + "kill_priority": null + }, + { + "id": 64368, + "mapping_version_id": 420, + "enemy_pack_id": 12892, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.625, + "lng": 276.34375, + "kill_priority": null + }, + { + "id": 64369, + "mapping_version_id": 420, + "enemy_pack_id": 12892, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -44, + "lng": 277.03125, + "kill_priority": null + }, + { + "id": 64370, + "mapping_version_id": 420, + "enemy_pack_id": 12893, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -32.089302325581, + "lng": 277.02176744186, + "kill_priority": null + }, + { + "id": 64371, + "mapping_version_id": 420, + "enemy_pack_id": 12893, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -32.785860465116, + "lng": 274.42009302326, + "kill_priority": null + }, + { + "id": 64372, + "mapping_version_id": 420, + "enemy_pack_id": 12886, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -53.462325581395, + "lng": 249.07013953488, + "kill_priority": null + }, + { + "id": 64373, + "mapping_version_id": 420, + "enemy_pack_id": 12894, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -56.13352391332, + "lng": 239.48258554867, + "kill_priority": null + }, + { + "id": 64374, + "mapping_version_id": 420, + "enemy_pack_id": 12888, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -46.563775743437, + "lng": 237.96892576695, + "kill_priority": null + }, + { + "id": 64375, + "mapping_version_id": 420, + "enemy_pack_id": 12888, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.032906562373, + "lng": 238.62520506144, + "kill_priority": null + }, + { + "id": 64376, + "mapping_version_id": 420, + "enemy_pack_id": 12895, + "enemy_patrol_id": 3168, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.812519040947, + "lng": 228.43753661811, + "kill_priority": null + }, + { + "id": 64377, + "mapping_version_id": 420, + "enemy_pack_id": 12889, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.343521508638, + "lng": 226.62495239645, + "kill_priority": null + }, + { + "id": 64378, + "mapping_version_id": 420, + "enemy_pack_id": 12896, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -72.763534883721, + "lng": 214.34939534884, + "kill_priority": null + }, + { + "id": 64379, + "mapping_version_id": 420, + "enemy_pack_id": 12896, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -70.25711627907, + "lng": 215.81990697674, + "kill_priority": null + }, + { + "id": 64380, + "mapping_version_id": 420, + "enemy_pack_id": 12891, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -46.84375, + "lng": 265, + "kill_priority": null + }, + { + "id": 64381, + "mapping_version_id": 420, + "enemy_pack_id": 12897, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -40.78125, + "lng": 256.15625, + "kill_priority": null + }, + { + "id": 64382, + "mapping_version_id": 420, + "enemy_pack_id": 12897, + "enemy_patrol_id": null, + "npc_id": 129372, + "floor_id": 47, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -42.5625, + "lng": 255.75, + "kill_priority": null + }, + { + "id": 64383, + "mapping_version_id": 420, + "enemy_pack_id": 12879, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -49.75, + "lng": 276.09375, + "kill_priority": null + }, + { + "id": 64384, + "mapping_version_id": 420, + "enemy_pack_id": 12880, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -46.90625, + "lng": 281.0625, + "kill_priority": null + }, + { + "id": 64385, + "mapping_version_id": 420, + "enemy_pack_id": 12883, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -33.196651162791, + "lng": 289.58362790698, + "kill_priority": null + }, + { + "id": 64386, + "mapping_version_id": 420, + "enemy_pack_id": 12884, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -28.475534883721, + "lng": 284.67795348837, + "kill_priority": null + }, + { + "id": 64387, + "mapping_version_id": 420, + "enemy_pack_id": 12885, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -39.364465116279, + "lng": 266.89488372093, + "kill_priority": null + }, + { + "id": 64388, + "mapping_version_id": 420, + "enemy_pack_id": 12886, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -53.569488372093, + "lng": 251.89804651163, + "kill_priority": null + }, + { + "id": 64389, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -48.969159380357, + "lng": 237.37508055985, + "kill_priority": null + }, + { + "id": 64390, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 129374, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -49.973581395349, + "lng": 271.38381395349, + "kill_priority": null + }, + { + "id": 64391, + "mapping_version_id": 420, + "enemy_pack_id": 12879, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -48.96875, + "lng": 277.9375, + "kill_priority": null + }, + { + "id": 64392, + "mapping_version_id": 420, + "enemy_pack_id": 12882, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -36.762790697674, + "lng": 278.73637209302, + "kill_priority": null + }, + { + "id": 64393, + "mapping_version_id": 420, + "enemy_pack_id": 12884, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -29.201860465116, + "lng": 280.52241860465, + "kill_priority": null + }, + { + "id": 64394, + "mapping_version_id": 420, + "enemy_pack_id": 12885, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -38.51311627907, + "lng": 264.87069767442, + "kill_priority": null + }, + { + "id": 64395, + "mapping_version_id": 420, + "enemy_pack_id": 12886, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -53.76, + "lng": 254.80334883721, + "kill_priority": null + }, + { + "id": 64396, + "mapping_version_id": 420, + "enemy_pack_id": 12894, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -56.134319085436, + "lng": 237.38102807392, + "kill_priority": null + }, + { + "id": 64397, + "mapping_version_id": 420, + "enemy_pack_id": 12889, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -59.781430888995, + "lng": 224.81239014566, + "kill_priority": null + }, + { + "id": 64398, + "mapping_version_id": 420, + "enemy_pack_id": 12890, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.174697674419, + "lng": 230.3583255814, + "kill_priority": null + }, + { + "id": 64399, + "mapping_version_id": 420, + "enemy_pack_id": 12896, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -67.893581395349, + "lng": 214.15293023256, + "kill_priority": null + }, + { + "id": 64400, + "mapping_version_id": 420, + "enemy_pack_id": 12898, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.156773626037, + "lng": 216.43716311335, + "kill_priority": null + }, + { + "id": 64401, + "mapping_version_id": 420, + "enemy_pack_id": 12899, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.64725581395, + "lng": 239.75293023256, + "kill_priority": null + }, + { + "id": 64402, + "mapping_version_id": 420, + "enemy_pack_id": 12900, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.50846511628, + "lng": 238.68725581395, + "kill_priority": null + }, + { + "id": 64403, + "mapping_version_id": 420, + "enemy_pack_id": 12901, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -190.6128372093, + "lng": 180.224, + "kill_priority": null + }, + { + "id": 64404, + "mapping_version_id": 420, + "enemy_pack_id": 12902, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -201.88279069767, + "lng": 191.97618604651, + "kill_priority": null + }, + { + "id": 64405, + "mapping_version_id": 420, + "enemy_pack_id": 12891, + "enemy_patrol_id": null, + "npc_id": 129370, + "floor_id": 47, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -44.46875, + "lng": 262.875, + "kill_priority": null + }, + { + "id": 64406, + "mapping_version_id": 420, + "enemy_pack_id": 12891, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -46.53125, + "lng": 262.6875, + "kill_priority": null + }, + { + "id": 64407, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -33.655069767442, + "lng": 283.46344186047, + "kill_priority": null + }, + { + "id": 64408, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -36.643720930233, + "lng": 258.94697674419, + "kill_priority": null + }, + { + "id": 64409, + "mapping_version_id": 420, + "enemy_pack_id": 12895, + "enemy_patrol_id": 3168, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -46.937480959053, + "lng": 230.78116211653, + "kill_priority": null + }, + { + "id": 64410, + "mapping_version_id": 420, + "enemy_pack_id": 12889, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -61.437404795266, + "lng": 225.81242676377, + "kill_priority": null + }, + { + "id": 64411, + "mapping_version_id": 420, + "enemy_pack_id": 12890, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -72.680186046512, + "lng": 229.35813953488, + "kill_priority": null + }, + { + "id": 64412, + "mapping_version_id": 420, + "enemy_pack_id": 12903, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -72.394418604651, + "lng": 207.59813953488, + "kill_priority": null + }, + { + "id": 64413, + "mapping_version_id": 420, + "enemy_pack_id": 12904, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -90.84375, + "lng": 227.1875, + "kill_priority": 0 + }, + { + "id": 64414, + "mapping_version_id": 420, + "enemy_pack_id": 12897, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -40.5, + "lng": 254.15625, + "kill_priority": null + }, + { + "id": 64415, + "mapping_version_id": 420, + "enemy_pack_id": 12905, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -188.64818604651, + "lng": 191.3391627907, + "kill_priority": null + }, + { + "id": 64416, + "mapping_version_id": 420, + "enemy_pack_id": 12906, + "enemy_patrol_id": null, + "npc_id": 129369, + "floor_id": 47, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -202.77581395349, + "lng": 176.44353488372, + "kill_priority": null + }, + { + "id": 64417, + "mapping_version_id": 420, + "enemy_pack_id": 12886, + "enemy_patrol_id": null, + "npc_id": 129371, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -51.104744186047, + "lng": 252.09451162791, + "kill_priority": null + }, + { + "id": 64418, + "mapping_version_id": 420, + "enemy_pack_id": 12887, + "enemy_patrol_id": null, + "npc_id": 129371, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -50.34375, + "lng": 245.3125, + "kill_priority": null + }, + { + "id": 64419, + "mapping_version_id": 420, + "enemy_pack_id": 12894, + "enemy_patrol_id": null, + "npc_id": 129371, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -58.201099341868, + "lng": 239.17757565706, + "kill_priority": null + }, + { + "id": 64420, + "mapping_version_id": 420, + "enemy_pack_id": 12890, + "enemy_patrol_id": null, + "npc_id": 129371, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -70.185674418605, + "lng": 228.50679069767, + "kill_priority": null + }, + { + "id": 64421, + "mapping_version_id": 420, + "enemy_pack_id": 12907, + "enemy_patrol_id": null, + "npc_id": 129371, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.914418604651, + "lng": 219.70753488372, + "kill_priority": null + }, + { + "id": 64422, + "mapping_version_id": 420, + "enemy_pack_id": 12907, + "enemy_patrol_id": null, + "npc_id": 129371, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.259534883721, + "lng": 222.12465116279, + "kill_priority": null + }, + { + "id": 64423, + "mapping_version_id": 420, + "enemy_pack_id": 12908, + "enemy_patrol_id": null, + "npc_id": 129640, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -41.602976744186, + "lng": 223.45227906977, + "kill_priority": null + }, + { + "id": 64424, + "mapping_version_id": 420, + "enemy_pack_id": 12908, + "enemy_patrol_id": null, + "npc_id": 129640, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -39.572837209302, + "lng": 225.1728372093, + "kill_priority": null + }, + { + "id": 64425, + "mapping_version_id": 420, + "enemy_pack_id": 12903, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -73.793488372093, + "lng": 204.77618604651, + "kill_priority": null + }, + { + "id": 64426, + "mapping_version_id": 420, + "enemy_pack_id": 12903, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.49023255814, + "lng": 206.85990697674, + "kill_priority": null + }, + { + "id": 64427, + "mapping_version_id": 420, + "enemy_pack_id": 12903, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -69.387906976744, + "lng": 206.75274418605, + "kill_priority": null + }, + { + "id": 64428, + "mapping_version_id": 420, + "enemy_pack_id": 12903, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -71.233488372093, + "lng": 204.66902325581, + "kill_priority": null + }, + { + "id": 64429, + "mapping_version_id": 420, + "enemy_pack_id": 12907, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.624790549585, + "lng": 218.18750366181, + "kill_priority": null + }, + { + "id": 64430, + "mapping_version_id": 420, + "enemy_pack_id": 12907, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.598325581395, + "lng": 223.5951627907, + "kill_priority": null + }, + { + "id": 64431, + "mapping_version_id": 420, + "enemy_pack_id": 12898, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.313271158346, + "lng": 215.53090212792, + "kill_priority": null + }, + { + "id": 64432, + "mapping_version_id": 420, + "enemy_pack_id": 12899, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.43330232558, + "lng": 241.85451162791, + "kill_priority": null + }, + { + "id": 64433, + "mapping_version_id": 420, + "enemy_pack_id": 12899, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.28911627907, + "lng": 239.27069767442, + "kill_priority": null + }, + { + "id": 64434, + "mapping_version_id": 420, + "enemy_pack_id": 12900, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -146.46772093023, + "lng": 238.20502325581, + "kill_priority": null + }, + { + "id": 64435, + "mapping_version_id": 420, + "enemy_pack_id": 12900, + "enemy_patrol_id": null, + "npc_id": 135258, + "floor_id": 47, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.72911627907, + "lng": 237.0976744186, + "kill_priority": null + }, + { + "id": 64436, + "mapping_version_id": 420, + "enemy_pack_id": 12897, + "enemy_patrol_id": null, + "npc_id": 137521, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -42.34375, + "lng": 253.90625, + "kill_priority": null + }, + { + "id": 64437, + "mapping_version_id": 420, + "enemy_pack_id": 12909, + "enemy_patrol_id": 3169, + "npc_id": 137521, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.522046511628, + "lng": 225.30976744186, + "kill_priority": null + }, + { + "id": 64438, + "mapping_version_id": 420, + "enemy_pack_id": 12909, + "enemy_patrol_id": 3169, + "npc_id": 137521, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -87.938976744186, + "lng": 222.54734883721, + "kill_priority": null + }, + { + "id": 64439, + "mapping_version_id": 420, + "enemy_pack_id": 12904, + "enemy_patrol_id": null, + "npc_id": 137521, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -100.65980759824, + "lng": 222.30837076365, + "kill_priority": null + }, + { + "id": 64440, + "mapping_version_id": 420, + "enemy_pack_id": 12899, + "enemy_patrol_id": null, + "npc_id": 137521, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -116.81339534884, + "lng": 238.65153488372, + "kill_priority": null + }, + { + "id": 64441, + "mapping_version_id": 420, + "enemy_pack_id": 12900, + "enemy_patrol_id": null, + "npc_id": 137521, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -146.77134883721, + "lng": 241.01506976744, + "kill_priority": null + }, + { + "id": 64442, + "mapping_version_id": 420, + "enemy_pack_id": 12896, + "enemy_patrol_id": null, + "npc_id": 128969, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -70.328558139535, + "lng": 212.67051162791, + "kill_priority": null + }, + { + "id": 64443, + "mapping_version_id": 420, + "enemy_pack_id": 12909, + "enemy_patrol_id": 3169, + "npc_id": 128969, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.281925953612, + "lng": 222.59389647246, + "kill_priority": null + }, + { + "id": 64444, + "mapping_version_id": 420, + "enemy_pack_id": 12900, + "enemy_patrol_id": null, + "npc_id": 128969, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -144.16372093023, + "lng": 239.93748837209, + "kill_priority": null + }, + { + "id": 64445, + "mapping_version_id": 420, + "enemy_pack_id": 12901, + "enemy_patrol_id": null, + "npc_id": 128969, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -192.71441860465, + "lng": 181.81358139535, + "kill_priority": null + }, + { + "id": 64446, + "mapping_version_id": 420, + "enemy_pack_id": 12902, + "enemy_patrol_id": null, + "npc_id": 128969, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -201.05525581395, + "lng": 194.27423255814, + "kill_priority": null + }, + { + "id": 64447, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 128969, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -150.62325581395, + "lng": 217.70120930233, + "kill_priority": null + }, + { + "id": 64448, + "mapping_version_id": 420, + "enemy_pack_id": 12905, + "enemy_patrol_id": null, + "npc_id": 128969, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -187.14195348837, + "lng": 188.98158139535, + "kill_priority": null + }, + { + "id": 64449, + "mapping_version_id": 420, + "enemy_pack_id": 12911, + "enemy_patrol_id": null, + "npc_id": 138255, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.64888428703, + "lng": 229.14813377673, + "kill_priority": null + }, + { + "id": 64450, + "mapping_version_id": 420, + "enemy_pack_id": 12912, + "enemy_patrol_id": null, + "npc_id": 135263, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -192.32744186047, + "lng": 199.12037209302, + "kill_priority": null + }, + { + "id": 64451, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 135263, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -149.37302325581, + "lng": 216.77246511628, + "kill_priority": null + }, + { + "id": 64452, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138464, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -154.06437209302, + "lng": 215.90920930233, + "kill_priority": null + }, + { + "id": 64453, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138464, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -151.552, + "lng": 215.03404651163, + "kill_priority": null + }, + { + "id": 64454, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138465, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -152.02827906977, + "lng": 217.60595348837, + "kill_priority": null + }, + { + "id": 64455, + "mapping_version_id": 420, + "enemy_pack_id": 12913, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -181.33730232558, + "lng": 201.93041860465, + "kill_priority": null + }, + { + "id": 64456, + "mapping_version_id": 420, + "enemy_pack_id": 12914, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -167.0608372093, + "lng": 223.13079069767, + "kill_priority": null + }, + { + "id": 64457, + "mapping_version_id": 420, + "enemy_pack_id": 12915, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -176.81860465116, + "lng": 218.51088372093, + "kill_priority": null + }, + { + "id": 64458, + "mapping_version_id": 420, + "enemy_pack_id": 12915, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -175.56241860465, + "lng": 216.25451162791, + "kill_priority": null + }, + { + "id": 64459, + "mapping_version_id": 420, + "enemy_pack_id": 12916, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -193.70269767442, + "lng": 211.4143255814, + "kill_priority": null + }, + { + "id": 64460, + "mapping_version_id": 420, + "enemy_pack_id": 12917, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -187.92186046512, + "lng": 212.08706976744, + "kill_priority": null + }, + { + "id": 64461, + "mapping_version_id": 420, + "enemy_pack_id": 12917, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -182.784, + "lng": 211.74176744186, + "kill_priority": null + }, + { + "id": 64462, + "mapping_version_id": 420, + "enemy_pack_id": 12916, + "enemy_patrol_id": null, + "npc_id": 135241, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -198.6976744186, + "lng": 211.58697674419, + "kill_priority": null + }, + { + "id": 64463, + "mapping_version_id": 420, + "enemy_pack_id": 12913, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -181.81953488372, + "lng": 199.23944186047, + "kill_priority": null + }, + { + "id": 64464, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -180.58120930233, + "lng": 207.00874418605, + "kill_priority": null + }, + { + "id": 64465, + "mapping_version_id": 420, + "enemy_pack_id": 12918, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -171.24018604651, + "lng": 210.08074418605, + "kill_priority": null + }, + { + "id": 64466, + "mapping_version_id": 420, + "enemy_pack_id": 12918, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -172.81190697674, + "lng": 212.5871627907, + "kill_priority": null + }, + { + "id": 64467, + "mapping_version_id": 420, + "enemy_pack_id": 12914, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -165.85227906977, + "lng": 220.61246511628, + "kill_priority": null + }, + { + "id": 64468, + "mapping_version_id": 420, + "enemy_pack_id": 12919, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -181.01581395349, + "lng": 226.01823255814, + "kill_priority": null + }, + { + "id": 64469, + "mapping_version_id": 420, + "enemy_pack_id": 12919, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -177.53302325581, + "lng": 224.94660465116, + "kill_priority": null + }, + { + "id": 64470, + "mapping_version_id": 420, + "enemy_pack_id": 12919, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -178.83088372093, + "lng": 227.38158139535, + "kill_priority": null + }, + { + "id": 64471, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -185.1951627907, + "lng": 220.29097674419, + "kill_priority": null + }, + { + "id": 64472, + "mapping_version_id": 420, + "enemy_pack_id": 12916, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -192.66679069767, + "lng": 209.10437209302, + "kill_priority": null + }, + { + "id": 64473, + "mapping_version_id": 420, + "enemy_pack_id": 12916, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -195.25060465116, + "lng": 209.43776744186, + "kill_priority": null + }, + { + "id": 64474, + "mapping_version_id": 420, + "enemy_pack_id": 12916, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -199.0191627907, + "lng": 207.9791627907, + "kill_priority": null + }, + { + "id": 64475, + "mapping_version_id": 420, + "enemy_pack_id": 12916, + "enemy_patrol_id": null, + "npc_id": 129366, + "floor_id": 47, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -196.77469767442, + "lng": 206.85990697674, + "kill_priority": null + }, + { + "id": 64476, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 135245, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -177.7711627907, + "lng": 202.7936744186, + "kill_priority": null + }, + { + "id": 64477, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": 3170, + "npc_id": 135245, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -167.80502325581, + "lng": 215.04595348837, + "kill_priority": null + }, + { + "id": 64478, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": 3171, + "npc_id": 135245, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -181.45637209302, + "lng": 219.15981395349, + "kill_priority": null + }, + { + "id": 64479, + "mapping_version_id": 420, + "enemy_pack_id": 12918, + "enemy_patrol_id": null, + "npc_id": 129367, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -173.99665116279, + "lng": 210.12241860465, + "kill_priority": null + }, + { + "id": 64480, + "mapping_version_id": 420, + "enemy_pack_id": 12919, + "enemy_patrol_id": null, + "npc_id": 129367, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -179.88465116279, + "lng": 223.76781395349, + "kill_priority": null + }, + { + "id": 64481, + "mapping_version_id": 420, + "enemy_pack_id": 12915, + "enemy_patrol_id": null, + "npc_id": 129367, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.49079069767, + "lng": 218.51088372093, + "kill_priority": null + }, + { + "id": 64482, + "mapping_version_id": 420, + "enemy_pack_id": 12917, + "enemy_patrol_id": null, + "npc_id": 129367, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -185.44520930233, + "lng": 211.95609302326, + "kill_priority": null + }, + { + "id": 64483, + "mapping_version_id": 420, + "enemy_pack_id": 12917, + "enemy_patrol_id": null, + "npc_id": 137511, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -186.624, + "lng": 214.39106976744, + "kill_priority": null + }, + { + "id": 64484, + "mapping_version_id": 420, + "enemy_pack_id": 12917, + "enemy_patrol_id": null, + "npc_id": 137511, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -183.89134883721, + "lng": 214.26604651163, + "kill_priority": null + }, + { + "id": 64485, + "mapping_version_id": 420, + "enemy_pack_id": 12901, + "enemy_patrol_id": null, + "npc_id": 137516, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -194.36948837209, + "lng": 179.83106976744, + "kill_priority": null + }, + { + "id": 64486, + "mapping_version_id": 420, + "enemy_pack_id": 12906, + "enemy_patrol_id": null, + "npc_id": 137516, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -204.00223255814, + "lng": 173.45488372093, + "kill_priority": null + }, + { + "id": 64487, + "mapping_version_id": 420, + "enemy_pack_id": 12902, + "enemy_patrol_id": null, + "npc_id": 137516, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -204.40111627907, + "lng": 191.60706976744, + "kill_priority": null + }, + { + "id": 64488, + "mapping_version_id": 420, + "enemy_pack_id": 12902, + "enemy_patrol_id": null, + "npc_id": 137516, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -203.50809302326, + "lng": 194.21469767442, + "kill_priority": null + }, + { + "id": 64489, + "mapping_version_id": 420, + "enemy_pack_id": 12901, + "enemy_patrol_id": null, + "npc_id": 137517, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -192.35125581395, + "lng": 178.22362790698, + "kill_priority": null + }, + { + "id": 64490, + "mapping_version_id": 420, + "enemy_pack_id": 12902, + "enemy_patrol_id": null, + "npc_id": 137517, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -202.46027906977, + "lng": 196.6496744186, + "kill_priority": null + }, + { + "id": 64491, + "mapping_version_id": 420, + "enemy_pack_id": 12904, + "enemy_patrol_id": null, + "npc_id": 144071, + "floor_id": 47, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.06080204812, + "lng": 220.59864634524, + "kill_priority": null + }, + { + "id": 64492, + "mapping_version_id": 420, + "enemy_pack_id": 12911, + "enemy_patrol_id": null, + "npc_id": 138254, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.30272552422, + "lng": 227.25644877552, + "kill_priority": null + }, + { + "id": 64493, + "mapping_version_id": 420, + "enemy_pack_id": 12911, + "enemy_patrol_id": null, + "npc_id": 138254, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -117.46602058221, + "lng": 228.96630960212, + "kill_priority": null + }, + { + "id": 64494, + "mapping_version_id": 420, + "enemy_pack_id": 12911, + "enemy_patrol_id": null, + "npc_id": 138254, + "floor_id": 47, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -116.8114296767, + "lng": 230.56705205252, + "kill_priority": null + }, + { + "id": 64495, + "mapping_version_id": 420, + "enemy_pack_id": 12911, + "enemy_patrol_id": null, + "npc_id": 138254, + "floor_id": 47, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.03015096144, + "lng": 225.61931079836, + "kill_priority": null + }, + { + "id": 64496, + "mapping_version_id": 420, + "enemy_pack_id": 12912, + "enemy_patrol_id": null, + "npc_id": 128967, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -196.41153488372, + "lng": 198.65004651163, + "kill_priority": null + }, + { + "id": 64497, + "mapping_version_id": 420, + "enemy_pack_id": 12912, + "enemy_patrol_id": null, + "npc_id": 128967, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -194.62548837209, + "lng": 200.20986046512, + "kill_priority": null + }, + { + "id": 64498, + "mapping_version_id": 420, + "enemy_pack_id": 12912, + "enemy_patrol_id": null, + "npc_id": 128967, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -190.40446511628, + "lng": 203.36520930233, + "kill_priority": null + }, + { + "id": 64499, + "mapping_version_id": 420, + "enemy_pack_id": 12912, + "enemy_patrol_id": null, + "npc_id": 128967, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -192.57748837209, + "lng": 201.82920930233, + "kill_priority": null + }, + { + "id": 64500, + "mapping_version_id": 420, + "enemy_pack_id": 12906, + "enemy_patrol_id": null, + "npc_id": 128967, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -204.60353488372, + "lng": 175.94939534884, + "kill_priority": null + }, + { + "id": 64501, + "mapping_version_id": 420, + "enemy_pack_id": 12906, + "enemy_patrol_id": null, + "npc_id": 128967, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -202.11497674419, + "lng": 175.28260465116, + "kill_priority": null + }, + { + "id": 64502, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -167.03702325581, + "lng": 189.63051162791, + "kill_priority": null + }, + { + "id": 64503, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -164.72706976744, + "lng": 187.83851162791, + "kill_priority": null + }, + { + "id": 64504, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -161.98251162791, + "lng": 186.70734883721, + "kill_priority": null + }, + { + "id": 64505, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -159.27962790698, + "lng": 187.49320930233, + "kill_priority": null + }, + { + "id": 64506, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -156.41004651163, + "lng": 188.70176744186, + "kill_priority": null + }, + { + "id": 64507, + "mapping_version_id": 420, + "enemy_pack_id": 12920, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.0368372093, + "lng": 208.25897674419, + "kill_priority": null + }, + { + "id": 64508, + "mapping_version_id": 420, + "enemy_pack_id": 12920, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -104.90641860465, + "lng": 208.51497674419, + "kill_priority": null + }, + { + "id": 64509, + "mapping_version_id": 420, + "enemy_pack_id": 12920, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.35925581395, + "lng": 208.896, + "kill_priority": null + }, + { + "id": 64510, + "mapping_version_id": 420, + "enemy_pack_id": 12904, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.94939859665, + "lng": 222.78172574935, + "kill_priority": null + }, + { + "id": 64511, + "mapping_version_id": 420, + "enemy_pack_id": 12904, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.64225206919, + "lng": 219.72584000662, + "kill_priority": null + }, + { + "id": 64512, + "mapping_version_id": 420, + "enemy_pack_id": 12904, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.313172271154, + "lng": 221.21747686909, + "kill_priority": null + }, + { + "id": 64513, + "mapping_version_id": 420, + "enemy_pack_id": 12921, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -115.42027906977, + "lng": 248.60576744186, + "kill_priority": null + }, + { + "id": 64514, + "mapping_version_id": 420, + "enemy_pack_id": 12921, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -117.73618604651, + "lng": 249.3856744186, + "kill_priority": null + }, + { + "id": 64515, + "mapping_version_id": 420, + "enemy_pack_id": 12921, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -117.03962790698, + "lng": 246.53395348837, + "kill_priority": null + }, + { + "id": 64516, + "mapping_version_id": 420, + "enemy_pack_id": 12921, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -112.95553488372, + "lng": 247.89730232558, + "kill_priority": null + }, + { + "id": 64517, + "mapping_version_id": 420, + "enemy_pack_id": 12921, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.4736744186, + "lng": 245.99218604651, + "kill_priority": null + }, + { + "id": 64518, + "mapping_version_id": 420, + "enemy_pack_id": 12921, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -110.53246511628, + "lng": 247.11739534884, + "kill_priority": null + }, + { + "id": 64519, + "mapping_version_id": 420, + "enemy_pack_id": 12921, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.8303255814, + "lng": 245.21823255814, + "kill_priority": null + }, + { + "id": 64520, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -129.29786046512, + "lng": 238.50269767442, + "kill_priority": null + }, + { + "id": 64521, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -133.69153488372, + "lng": 233.37674418605, + "kill_priority": null + }, + { + "id": 64522, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 26, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.57395348837, + "lng": 251.46939534884, + "kill_priority": null + }, + { + "id": 64523, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 27, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -135.13227906977, + "lng": 251.648, + "kill_priority": null + }, + { + "id": 64524, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -139.8831627907, + "lng": 256.12502325581, + "kill_priority": null + }, + { + "id": 64525, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 29, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -133.57246511628, + "lng": 255.90474418605, + "kill_priority": null + }, + { + "id": 64526, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 30, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -138.41860465116, + "lng": 260.6496744186, + "kill_priority": null + }, + { + "id": 64527, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 31, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -132.03646511628, + "lng": 260.85804651163, + "kill_priority": null + }, + { + "id": 64528, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 32, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -158.52353488372, + "lng": 214.84948837209, + "kill_priority": null + }, + { + "id": 64529, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 33, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -158.05320930233, + "lng": 218.0048372093, + "kill_priority": null + }, + { + "id": 64530, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 34, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -144.31851162791, + "lng": 211.62269767442, + "kill_priority": null + }, + { + "id": 64531, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 35, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -146.27125581395, + "lng": 209.7056744186, + "kill_priority": null + }, + { + "id": 64532, + "mapping_version_id": 420, + "enemy_pack_id": 12910, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 36, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.98511627907, + "lng": 214.272, + "kill_priority": null + }, + { + "id": 64533, + "mapping_version_id": 420, + "enemy_pack_id": 12920, + "enemy_patrol_id": null, + "npc_id": 138247, + "floor_id": 47, + "mdt_id": 37, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.11553488372, + "lng": 210.12241860465, + "kill_priority": null + }, + { + "id": 64534, + "mapping_version_id": 420, + "enemy_pack_id": 12922, + "enemy_patrol_id": null, + "npc_id": 128650, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -71.924093023256, + "lng": 223.7856744186, + "kill_priority": null + }, + { + "id": 64535, + "mapping_version_id": 420, + "enemy_pack_id": 12922, + "enemy_patrol_id": null, + "npc_id": 129879, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -69.173581395349, + "lng": 222.29134883721, + "kill_priority": null + }, + { + "id": 64536, + "mapping_version_id": 420, + "enemy_pack_id": 12922, + "enemy_patrol_id": null, + "npc_id": 129928, + "floor_id": 47, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.073488372093, + "lng": 224.94660465116, + "kill_priority": null + }, + { + "id": 64537, + "mapping_version_id": 420, + "enemy_pack_id": 12895, + "enemy_patrol_id": 3168, + "npc_id": 129928, + "floor_id": 47, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -47.968559590532, + "lng": 228.59365845472, + "kill_priority": null + }, + { + "id": 64538, + "mapping_version_id": 420, + "enemy_pack_id": 12923, + "enemy_patrol_id": null, + "npc_id": 129208, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -153.09990697674, + "lng": 205.19888372093, + "kill_priority": null + }, + { + "id": 64539, + "mapping_version_id": 420, + "enemy_pack_id": 12923, + "enemy_patrol_id": null, + "npc_id": 136483, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -157.20781395349, + "lng": 199.91813953488, + "kill_priority": null + }, + { + "id": 64540, + "mapping_version_id": 420, + "enemy_pack_id": 12923, + "enemy_patrol_id": null, + "npc_id": 136549, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -149.88502325581, + "lng": 198.37023255814, + "kill_priority": null + }, + { + "id": 64541, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 128651, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -209.27702325581, + "lng": 183.57581395349, + "kill_priority": null + }, + { + "id": 64542, + "mapping_version_id": 420, + "enemy_pack_id": 12924, + "enemy_patrol_id": null, + "npc_id": 128652, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -225.78604651163, + "lng": 194.58976744186, + "kill_priority": null + }, + { + "id": 64543, + "mapping_version_id": 420, + "enemy_pack_id": 12924, + "enemy_patrol_id": null, + "npc_id": 137405, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -230.74530232558, + "lng": 189.08874418605, + "kill_priority": null + }, + { + "id": 64544, + "mapping_version_id": 420, + "enemy_pack_id": 12924, + "enemy_patrol_id": null, + "npc_id": 137614, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -226.3456744186, + "lng": 201.72204651163, + "kill_priority": null + }, + { + "id": 64545, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138002, + "floor_id": 47, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -45.19888372093, + "lng": 271.5088372093, + "kill_priority": null + }, + { + "id": 64546, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138002, + "floor_id": 47, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -48.050604651163, + "lng": 269.55609302326, + "kill_priority": null + }, + { + "id": 64547, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138002, + "floor_id": 47, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -56.772465116279, + "lng": 231.66213953488, + "kill_priority": null + }, + { + "id": 64548, + "mapping_version_id": 420, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 138002, + "floor_id": 47, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -58.701395348837, + "lng": 228.25674418605, + "kill_priority": null } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_packs.json b/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_packs.json index c01027cba..22c2fc403 100644 --- a/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_packs.json +++ b/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_packs.json @@ -2686,5 +2686,557 @@ "color_animated": null, "label": "Imported from MDT - group 48", "vertices_json": "[{\"lat\":-231.74530232558,\"lng\":188.08874418605},{\"lat\":-224.78604651163,\"lng\":188.08874418605},{\"lat\":-224.78604651163,\"lng\":202.72204651163},{\"lat\":-231.74530232558,\"lng\":202.72204651163}]" + }, + { + "id": 12879, + "mapping_version_id": 420, + "floor_id": 47, + "group": 9, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 9", + "vertices_json": "[{\"lat\":-50.75,\"lng\":275.09375},{\"lat\":-46.78125,\"lng\":275.09375},{\"lat\":-46.78125,\"lng\":278.9375},{\"lat\":-50.75,\"lng\":278.9375}]" + }, + { + "id": 12880, + "mapping_version_id": 420, + "floor_id": 47, + "group": 1, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 1", + "vertices_json": "[{\"lat\":-48.5,\"lng\":278.15625},{\"lat\":-44.0625,\"lng\":278.15625},{\"lat\":-44.0625,\"lng\":284.09375},{\"lat\":-48.5,\"lng\":284.09375}]" + }, + { + "id": 12881, + "mapping_version_id": 420, + "floor_id": 47, + "group": 2, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 2", + "vertices_json": "[{\"lat\":-40.060837209302,\"lng\":284.18995348837},{\"lat\":-36.679627906977,\"lng\":284.18995348837},{\"lat\":-36.679627906977,\"lng\":287.37469767442},{\"lat\":-40.060837209302,\"lng\":287.37469767442}]" + }, + { + "id": 12882, + "mapping_version_id": 420, + "floor_id": 47, + "group": 5, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 5", + "vertices_json": "[{\"lat\":-39.018976744186,\"lng\":274.71795348837},{\"lat\":-35.762790697674,\"lng\":274.71795348837},{\"lat\":-35.762790697674,\"lng\":279.73637209302},{\"lat\":-39.018976744186,\"lng\":279.73637209302}]" + }, + { + "id": 12883, + "mapping_version_id": 420, + "floor_id": 47, + "group": 3, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 3", + "vertices_json": "[{\"lat\":-35.631441860465,\"lng\":287.02976744186},{\"lat\":-30.88688372093,\"lng\":287.02976744186},{\"lat\":-30.88688372093,\"lng\":292.35776744186},{\"lat\":-35.631441860465,\"lng\":292.35776744186}]" + }, + { + "id": 12884, + "mapping_version_id": 420, + "floor_id": 47, + "group": 4, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 4", + "vertices_json": "[{\"lat\":-30.600744186047,\"lng\":279.52241860465},{\"lat\":-27.475534883721,\"lng\":279.52241860465},{\"lat\":-27.475534883721,\"lng\":285.67795348837},{\"lat\":-30.600744186047,\"lng\":285.67795348837}]" + }, + { + "id": 12885, + "mapping_version_id": 420, + "floor_id": 47, + "group": 8, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 8", + "vertices_json": "[{\"lat\":-43.72223255814,\"lng\":262.94790697674},{\"lat\":-37.51311627907,\"lng\":262.94790697674},{\"lat\":-37.51311627907,\"lng\":269.60948837209},{\"lat\":-43.72223255814,\"lng\":269.60948837209}]" + }, + { + "id": 12886, + "mapping_version_id": 420, + "floor_id": 47, + "group": 12, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 12", + "vertices_json": "[{\"lat\":-54.76,\"lng\":248.07013953488},{\"lat\":-49.997581395349,\"lng\":248.07013953488},{\"lat\":-49.997581395349,\"lng\":255.85693023256},{\"lat\":-54.76,\"lng\":255.85693023256}]" + }, + { + "id": 12887, + "mapping_version_id": 420, + "floor_id": 47, + "group": 13, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 13", + "vertices_json": "[{\"lat\":-52.6875,\"lng\":244.25},{\"lat\":-48,\"lng\":244.25},{\"lat\":-48,\"lng\":246.40625},{\"lat\":-52.6875,\"lng\":246.40625}]" + }, + { + "id": 12888, + "mapping_version_id": 420, + "floor_id": 47, + "group": 14, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 14", + "vertices_json": "[{\"lat\":-48.563794784384,\"lng\":236.96892576695},{\"lat\":-44.032906562373,\"lng\":236.96892576695},{\"lat\":-44.032906562373,\"lng\":241.62523801774},{\"lat\":-48.563794784384,\"lng\":241.62523801774}]" + }, + { + "id": 12889, + "mapping_version_id": 420, + "floor_id": 47, + "group": 17, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 17", + "vertices_json": "[{\"lat\":-64.999657262957,\"lng\":221.78109986573},{\"lat\":-58.781430888995,\"lng\":221.78109986573},{\"lat\":-58.781430888995,\"lng\":227.62495239645},{\"lat\":-64.999657262957,\"lng\":227.62495239645}]" + }, + { + "id": 12890, + "mapping_version_id": 420, + "floor_id": 47, + "group": 18, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 18", + "vertices_json": "[{\"lat\":-76.174697674419,\"lng\":227.50679069767},{\"lat\":-68.173581395349,\"lng\":227.50679069767},{\"lat\":-68.173581395349,\"lng\":233.94213953488},{\"lat\":-76.174697674419,\"lng\":233.94213953488}]" + }, + { + "id": 12891, + "mapping_version_id": 420, + "floor_id": 47, + "group": 10, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 10", + "vertices_json": "[{\"lat\":-47.84375,\"lng\":261.6875},{\"lat\":-43.46875,\"lng\":261.6875},{\"lat\":-43.46875,\"lng\":266.53125},{\"lat\":-47.84375,\"lng\":266.53125}]" + }, + { + "id": 12892, + "mapping_version_id": 420, + "floor_id": 47, + "group": 7, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 7", + "vertices_json": "[{\"lat\":-46.625,\"lng\":275.34375},{\"lat\":-43,\"lng\":275.34375},{\"lat\":-43,\"lng\":278.03125},{\"lat\":-46.625,\"lng\":278.03125}]" + }, + { + "id": 12893, + "mapping_version_id": 420, + "floor_id": 47, + "group": 6, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 6", + "vertices_json": "[{\"lat\":-33.785860465116,\"lng\":273.42009302326},{\"lat\":-31.089302325581002,\"lng\":273.42009302326},{\"lat\":-31.089302325581002,\"lng\":278.02176744186},{\"lat\":-33.785860465116,\"lng\":278.02176744186}]" + }, + { + "id": 12894, + "mapping_version_id": 420, + "floor_id": 47, + "group": 15, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 15", + "vertices_json": "[{\"lat\":-59.201099341868,\"lng\":236.38102807392},{\"lat\":-55.13352391332,\"lng\":236.38102807392},{\"lat\":-55.13352391332,\"lng\":240.48258554867},{\"lat\":-59.201099341868,\"lng\":240.48258554867}]" + }, + { + "id": 12895, + "mapping_version_id": 420, + "floor_id": 47, + "group": 49, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 49", + "vertices_json": "[{\"lat\":-48.968559590532,\"lng\":227.43753661811},{\"lat\":-44.812519040947,\"lng\":227.43753661811},{\"lat\":-44.812519040947,\"lng\":231.78116211653},{\"lat\":-48.968559590532,\"lng\":231.78116211653}]" + }, + { + "id": 12896, + "mapping_version_id": 420, + "floor_id": 47, + "group": 19, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 19", + "vertices_json": "[{\"lat\":-73.763534883721,\"lng\":211.67051162791},{\"lat\":-66.893581395349,\"lng\":211.67051162791},{\"lat\":-66.893581395349,\"lng\":216.81990697674},{\"lat\":-73.763534883721,\"lng\":216.81990697674}]" + }, + { + "id": 12897, + "mapping_version_id": 420, + "floor_id": 47, + "group": 11, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 11", + "vertices_json": "[{\"lat\":-43.5625,\"lng\":252.90625},{\"lat\":-39.5,\"lng\":252.90625},{\"lat\":-39.5,\"lng\":257.15625},{\"lat\":-43.5625,\"lng\":257.15625}]" + }, + { + "id": 12898, + "mapping_version_id": 420, + "floor_id": 47, + "group": 22, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 22", + "vertices_json": "[{\"lat\":-89.156773626037,\"lng\":214.53090212792},{\"lat\":-85.313271158346,\"lng\":214.53090212792},{\"lat\":-85.313271158346,\"lng\":217.43716311335},{\"lat\":-89.156773626037,\"lng\":217.43716311335}]" + }, + { + "id": 12899, + "mapping_version_id": 420, + "floor_id": 47, + "group": 26, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 26", + "vertices_json": "[{\"lat\":-122.43330232558,\"lng\":237.65153488372},{\"lat\":-113.28911627907,\"lng\":237.65153488372},{\"lat\":-113.28911627907,\"lng\":242.85451162791},{\"lat\":-122.43330232558,\"lng\":242.85451162791}]" + }, + { + "id": 12900, + "mapping_version_id": 420, + "floor_id": 47, + "group": 28, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 28", + "vertices_json": "[{\"lat\":-147.77134883721,\"lng\":236.0976744186},{\"lat\":-140.50846511628,\"lng\":236.0976744186},{\"lat\":-140.50846511628,\"lng\":242.01506976744},{\"lat\":-147.77134883721,\"lng\":242.01506976744}]" + }, + { + "id": 12901, + "mapping_version_id": 420, + "floor_id": 47, + "group": 39, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 39", + "vertices_json": "[{\"lat\":-195.36948837209,\"lng\":177.22362790698},{\"lat\":-189.6128372093,\"lng\":177.22362790698},{\"lat\":-189.6128372093,\"lng\":182.81358139535},{\"lat\":-195.36948837209,\"lng\":182.81358139535}]" + }, + { + "id": 12902, + "mapping_version_id": 420, + "floor_id": 47, + "group": 38, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 38", + "vertices_json": "[{\"lat\":-205.40111627907,\"lng\":190.60706976744},{\"lat\":-200.05525581395,\"lng\":190.60706976744},{\"lat\":-200.05525581395,\"lng\":197.6496744186},{\"lat\":-205.40111627907,\"lng\":197.6496744186}]" + }, + { + "id": 12903, + "mapping_version_id": 420, + "floor_id": 47, + "group": 20, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 20", + "vertices_json": "[{\"lat\":-76.49023255814,\"lng\":203.66902325581},{\"lat\":-68.387906976744,\"lng\":203.66902325581},{\"lat\":-68.387906976744,\"lng\":208.59813953488},{\"lat\":-76.49023255814,\"lng\":208.59813953488}]" + }, + { + "id": 12904, + "mapping_version_id": 420, + "floor_id": 47, + "group": 24, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 24", + "vertices_json": "[{\"lat\":-102.06080204812,\"lng\":218.72584000662},{\"lat\":-89.84375,\"lng\":218.72584000662},{\"lat\":-89.84375,\"lng\":228.1875},{\"lat\":-102.06080204812,\"lng\":228.1875}]" + }, + { + "id": 12905, + "mapping_version_id": 420, + "floor_id": 47, + "group": 44, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 44", + "vertices_json": "[{\"lat\":-189.64818604651,\"lng\":187.98158139535},{\"lat\":-186.14195348837,\"lng\":187.98158139535},{\"lat\":-186.14195348837,\"lng\":192.3391627907},{\"lat\":-189.64818604651,\"lng\":192.3391627907}]" + }, + { + "id": 12906, + "mapping_version_id": 420, + "floor_id": 47, + "group": 40, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 40", + "vertices_json": "[{\"lat\":-205.60353488372,\"lng\":172.45488372093},{\"lat\":-201.11497674419,\"lng\":172.45488372093},{\"lat\":-201.11497674419,\"lng\":177.44353488372},{\"lat\":-205.60353488372,\"lng\":177.44353488372}]" + }, + { + "id": 12907, + "mapping_version_id": 420, + "floor_id": 47, + "group": 21, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 21", + "vertices_json": "[{\"lat\":-84.914418604651,\"lng\":217.18750366181},{\"lat\":-79.598325581395,\"lng\":217.18750366181},{\"lat\":-79.598325581395,\"lng\":224.5951627907},{\"lat\":-84.914418604651,\"lng\":224.5951627907}]" + }, + { + "id": 12908, + "mapping_version_id": 420, + "floor_id": 47, + "group": 16, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 16", + "vertices_json": "[{\"lat\":-42.602976744186,\"lng\":222.45227906977},{\"lat\":-38.572837209302,\"lng\":222.45227906977},{\"lat\":-38.572837209302,\"lng\":226.1728372093},{\"lat\":-42.602976744186,\"lng\":226.1728372093}]" + }, + { + "id": 12909, + "mapping_version_id": 420, + "floor_id": 47, + "group": 23, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 23", + "vertices_json": "[{\"lat\":-88.938976744186,\"lng\":221.54734883721},{\"lat\":-84.281925953612,\"lng\":221.54734883721},{\"lat\":-84.281925953612,\"lng\":226.30976744186},{\"lat\":-88.938976744186,\"lng\":226.30976744186}]" + }, + { + "id": 12910, + "mapping_version_id": 420, + "floor_id": 47, + "group": 29, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 29", + "vertices_json": "[{\"lat\":-159.52353488372,\"lng\":208.7056744186},{\"lat\":-142.98511627907,\"lng\":208.7056744186},{\"lat\":-142.98511627907,\"lng\":219.0048372093},{\"lat\":-159.52353488372,\"lng\":219.0048372093}]" + }, + { + "id": 12911, + "mapping_version_id": 420, + "floor_id": 47, + "group": 25, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 25", + "vertices_json": "[{\"lat\":-120.64888428703,\"lng\":224.61931079836},{\"lat\":-115.8114296767,\"lng\":224.61931079836},{\"lat\":-115.8114296767,\"lng\":231.56705205252},{\"lat\":-120.64888428703,\"lng\":231.56705205252}]" + }, + { + "id": 12912, + "mapping_version_id": 420, + "floor_id": 47, + "group": 37, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 37", + "vertices_json": "[{\"lat\":-197.41153488372,\"lng\":197.65004651163},{\"lat\":-189.40446511628,\"lng\":197.65004651163},{\"lat\":-189.40446511628,\"lng\":204.36520930233},{\"lat\":-197.41153488372,\"lng\":204.36520930233}]" + }, + { + "id": 12913, + "mapping_version_id": 420, + "floor_id": 47, + "group": 30, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 30", + "vertices_json": "[{\"lat\":-182.81953488372,\"lng\":198.23944186047},{\"lat\":-180.33730232558,\"lng\":198.23944186047},{\"lat\":-180.33730232558,\"lng\":202.93041860465},{\"lat\":-182.81953488372,\"lng\":202.93041860465}]" + }, + { + "id": 12914, + "mapping_version_id": 420, + "floor_id": 47, + "group": 33, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 33", + "vertices_json": "[{\"lat\":-168.0608372093,\"lng\":219.61246511628},{\"lat\":-164.85227906977,\"lng\":219.61246511628},{\"lat\":-164.85227906977,\"lng\":224.13079069767},{\"lat\":-168.0608372093,\"lng\":224.13079069767}]" + }, + { + "id": 12915, + "mapping_version_id": 420, + "floor_id": 47, + "group": 32, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 32", + "vertices_json": "[{\"lat\":-177.81860465116,\"lng\":215.25451162791},{\"lat\":-173.49079069767,\"lng\":215.25451162791},{\"lat\":-173.49079069767,\"lng\":219.51088372093},{\"lat\":-177.81860465116,\"lng\":219.51088372093}]" + }, + { + "id": 12916, + "mapping_version_id": 420, + "floor_id": 47, + "group": 36, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 36", + "vertices_json": "[{\"lat\":-200.0191627907,\"lng\":205.85990697674},{\"lat\":-191.66679069767,\"lng\":205.85990697674},{\"lat\":-191.66679069767,\"lng\":212.58697674419},{\"lat\":-200.0191627907,\"lng\":212.58697674419}]" + }, + { + "id": 12917, + "mapping_version_id": 420, + "floor_id": 47, + "group": 35, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 35", + "vertices_json": "[{\"lat\":-188.92186046512,\"lng\":210.74176744186},{\"lat\":-181.784,\"lng\":210.74176744186},{\"lat\":-181.784,\"lng\":215.39106976744},{\"lat\":-188.92186046512,\"lng\":215.39106976744}]" + }, + { + "id": 12918, + "mapping_version_id": 420, + "floor_id": 47, + "group": 31, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 31", + "vertices_json": "[{\"lat\":-174.99665116279,\"lng\":209.08074418605},{\"lat\":-170.24018604651,\"lng\":209.08074418605},{\"lat\":-170.24018604651,\"lng\":213.5871627907},{\"lat\":-174.99665116279,\"lng\":213.5871627907}]" + }, + { + "id": 12919, + "mapping_version_id": 420, + "floor_id": 47, + "group": 34, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 34", + "vertices_json": "[{\"lat\":-182.01581395349,\"lng\":222.76781395349},{\"lat\":-176.53302325581,\"lng\":222.76781395349},{\"lat\":-176.53302325581,\"lng\":228.38158139535},{\"lat\":-182.01581395349,\"lng\":228.38158139535}]" + }, + { + "id": 12920, + "mapping_version_id": 420, + "floor_id": 47, + "group": 45, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 45", + "vertices_json": "[{\"lat\":-110.11553488372,\"lng\":207.25897674419},{\"lat\":-101.0368372093,\"lng\":207.25897674419},{\"lat\":-101.0368372093,\"lng\":211.12241860465},{\"lat\":-110.11553488372,\"lng\":211.12241860465}]" + }, + { + "id": 12921, + "mapping_version_id": 420, + "floor_id": 47, + "group": 27, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 27", + "vertices_json": "[{\"lat\":-118.73618604651,\"lng\":244.21823255814},{\"lat\":-109.53246511628,\"lng\":244.21823255814},{\"lat\":-109.53246511628,\"lng\":250.3856744186},{\"lat\":-118.73618604651,\"lng\":250.3856744186}]" + }, + { + "id": 12922, + "mapping_version_id": 420, + "floor_id": 47, + "group": 46, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 46", + "vertices_json": "[{\"lat\":-76.073488372093,\"lng\":221.29134883721},{\"lat\":-68.173581395349,\"lng\":221.29134883721},{\"lat\":-68.173581395349,\"lng\":225.94660465116},{\"lat\":-76.073488372093,\"lng\":225.94660465116}]" + }, + { + "id": 12923, + "mapping_version_id": 420, + "floor_id": 47, + "group": 47, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 47", + "vertices_json": "[{\"lat\":-158.20781395349,\"lng\":197.37023255814},{\"lat\":-148.88502325581,\"lng\":197.37023255814},{\"lat\":-148.88502325581,\"lng\":206.19888372093},{\"lat\":-158.20781395349,\"lng\":206.19888372093}]" + }, + { + "id": 12924, + "mapping_version_id": 420, + "floor_id": 47, + "group": 48, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 48", + "vertices_json": "[{\"lat\":-231.74530232558,\"lng\":188.08874418605},{\"lat\":-224.78604651163,\"lng\":188.08874418605},{\"lat\":-224.78604651163,\"lng\":202.72204651163},{\"lat\":-231.74530232558,\"lng\":202.72204651163}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_patrols.json b/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_patrols.json index 5a5a38ad7..189a5deca 100644 --- a/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_patrols.json +++ b/database/seeders/dungeondata/bfa/siegeofboralus/1/enemy_patrols.json @@ -245,5 +245,57 @@ "weight": 2, "vertices_json": "[{\"lat\":-170.0018604651163,\"lng\":215.0519069767442},{\"lat\":-171.0139534883721,\"lng\":218.30251162790694},{\"lat\":-173.44893023255815,\"lng\":221.35069767441857},{\"lat\":-175.62790697674419,\"lng\":221.6126511627907},{\"lat\":-178.67609302325582,\"lng\":220.2195348837209},{\"lat\":-176.36613953488373,\"lng\":215.04},{\"lat\":-173.4965581395349,\"lng\":212.9086511627907},{\"lat\":-170.0018604651163,\"lng\":215.0519069767442}]" } + }, + { + "id": 3168, + "mapping_version_id": 420, + "floor_id": 47, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-49.18176744186047,\"lng\":230.02493023255815},{\"lat\":-48.830511627907,\"lng\":233.35293023255815},{\"lat\":-50.82493023255814,\"lng\":234.81153488372095},{\"lat\":-53.90288372093024,\"lng\":238.05023255813956},{\"lat\":-55.575813953488385,\"lng\":239.56241860465116},{\"lat\":-53.90288372093024,\"lng\":238.05023255813956},{\"lat\":-50.82493023255814,\"lng\":234.81153488372095},{\"lat\":-48.830511627907,\"lng\":233.35293023255815},{\"lat\":-49.18176744186047,\"lng\":230.02493023255815}]" + } + }, + { + "id": 3169, + "mapping_version_id": 420, + "floor_id": 47, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-87.52223255813954,\"lng\":222.7319069767442},{\"lat\":-92.07665116279071,\"lng\":224.89302325581394},{\"lat\":-87.52223255813954,\"lng\":222.7319069767442},{\"lat\":-87.52223255813954,\"lng\":222.7319069767442}]" + } + }, + { + "id": 3170, + "mapping_version_id": 420, + "floor_id": 47, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-170.0018604651163,\"lng\":215.0519069767442},{\"lat\":-171.0139534883721,\"lng\":218.30251162790694},{\"lat\":-173.44893023255815,\"lng\":221.35069767441857},{\"lat\":-175.62790697674419,\"lng\":221.6126511627907},{\"lat\":-178.67609302325582,\"lng\":220.2195348837209},{\"lat\":-176.36613953488373,\"lng\":215.04},{\"lat\":-173.4965581395349,\"lng\":212.9086511627907},{\"lat\":-170.0018604651163,\"lng\":215.0519069767442}]" + } + }, + { + "id": 3171, + "mapping_version_id": 420, + "floor_id": 47, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-183.43293023255814,\"lng\":219.2074418604651},{\"lat\":-185.856,\"lng\":218.16558139534882},{\"lat\":-187.39795348837208,\"lng\":216.9986976744186},{\"lat\":-187.86232558139534,\"lng\":215.59962790697674},{\"lat\":-187.39795348837208,\"lng\":216.9986976744186},{\"lat\":-185.856,\"lng\":218.16558139534882},{\"lat\":-183.43293023255814,\"lng\":219.2074418604651},{\"lat\":-181.80167441860465,\"lng\":220.07665116279068},{\"lat\":-180.12279069767442,\"lng\":220.77320930232557},{\"lat\":-181.80167441860465,\"lng\":220.07665116279068},{\"lat\":-183.43293023255814,\"lng\":219.2074418604651}]" + } } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/bfa/siegeofboralus/1/map_icons.json b/database/seeders/dungeondata/bfa/siegeofboralus/1/map_icons.json index 523b27181..9b6dbdf09 100644 --- a/database/seeders/dungeondata/bfa/siegeofboralus/1/map_icons.json +++ b/database/seeders/dungeondata/bfa/siegeofboralus/1/map_icons.json @@ -466,5 +466,70 @@ "permanent_tooltip": 0, "seasonal_index": null, "is_admin": true + }, + { + "mapping_version_id": 420, + "floor_id": 47, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 12, + "lat": -44.0625, + "lng": 289.5, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 420, + "floor_id": 47, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 12, + "lat": -50.5625, + "lng": 240.8125, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 420, + "floor_id": 47, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 12, + "lat": -152.125, + "lng": 207.9375, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 420, + "floor_id": 47, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 12, + "lat": -211.375, + "lng": 185.6875, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 420, + "floor_id": 47, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 10, + "lat": -50.84375, + "lng": 294.53125, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_union_areas.json b/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_union_areas.json index 5dd8bf0d3..72a08d404 100644 --- a/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_union_areas.json +++ b/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_union_areas.json @@ -33,5 +33,12 @@ "floor_id": 303, "floor_union_id": 386, "vertices_json": "[{\"lat\":\"2.21872\",\"lng\":\"-2.53568\"},{\"lat\":\"-256.737556\",\"lng\":\"-1.5848\"},{\"lat\":\"-257.371475\",\"lng\":\"386.374173\"},{\"lat\":\"2.85264\",\"lng\":\"384.155453\"}]" + }, + { + "id": 385, + "mapping_version_id": 420, + "floor_id": 303, + "floor_union_id": 403, + "vertices_json": "[{\"lat\":\"2.21872\",\"lng\":\"-2.53568\"},{\"lat\":\"-256.737556\",\"lng\":\"-1.5848\"},{\"lat\":\"-257.371475\",\"lng\":\"386.374173\"},{\"lat\":\"2.85264\",\"lng\":\"384.155453\"}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_unions.json b/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_unions.json index b005df742..91e8c927b 100644 --- a/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_unions.json +++ b/database/seeders/dungeondata/bfa/siegeofboralus/2/floor_unions.json @@ -48,5 +48,15 @@ "lng": 200.36, "size": 430, "rotation": 90 + }, + { + "id": 403, + "mapping_version_id": 420, + "floor_id": 303, + "target_floor_id": 47, + "lat": -66.9, + "lng": 200.36, + "size": 430, + "rotation": 90 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/bfa/siegeofboralus/npcs.json b/database/seeders/dungeondata/bfa/siegeofboralus/npcs.json index ec16d5f9c..89332351c 100644 --- a/database/seeders/dungeondata/bfa/siegeofboralus/npcs.json +++ b/database/seeders/dungeondata/bfa/siegeofboralus/npcs.json @@ -84,7 +84,7 @@ "display_id": 84821, "encounter_id": 2654, "name": "Chopper Redhook", - "base_health": 111391476, + "base_health": 111479604, "health_percentage": null, "level": 80, "mdt_scale": 1.3, @@ -141,7 +141,7 @@ "display_id": 67541, "encounter_id": 2134, "name": "Hadal Darkfathom", - "base_health": 159130680, + "base_health": 151293749, "health_percentage": null, "level": 80, "mdt_scale": 1.5, @@ -186,7 +186,7 @@ "display_id": 87990, "encounter_id": 2140, "name": "Viqgoth", - "base_health": 497283375, + "base_health": 497759691, "health_percentage": null, "level": 80, "mdt_scale": 1.5, @@ -243,7 +243,7 @@ "display_id": 82843, "encounter_id": null, "name": "Ashvane Sniper", - "base_health": 19891335, + "base_health": 17917940, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -317,6 +317,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17198, + "mapping_version_id": 420, + "npc_id": 128967, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17019, "mapping_version_id": 405, @@ -363,7 +370,7 @@ "display_id": 84067, "encounter_id": null, "name": "Ashvane Commander", - "base_health": 31826136, + "base_health": 31854114, "health_percentage": null, "level": 80, "mdt_scale": 1.2, @@ -379,6 +386,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -398,6 +408,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17184, + "mapping_version_id": 420, + "npc_id": 128969, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 17005, "mapping_version_id": 405, @@ -444,7 +461,7 @@ "display_id": 88579, "encounter_id": 2173, "name": "Dread Captain Lockwood", - "base_health": 97467542, + "base_health": 97544654, "health_percentage": null, "level": 80, "mdt_scale": 1.6, @@ -488,6 +505,9 @@ }, { "spell_id": 463182 + }, + { + "spell_id": 471578 } ], "npc_enemy_forces": [] @@ -501,7 +521,7 @@ "display_id": 81424, "encounter_id": null, "name": "Bilge Rat Buccaneer", - "base_health": 19891335, + "base_health": 17917940, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -572,6 +592,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17190, + "mapping_version_id": 420, + "npc_id": 129366, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17011, "mapping_version_id": 405, @@ -618,7 +645,7 @@ "display_id": 80475, "encounter_id": null, "name": "Bilge Rat Tempest", - "base_health": 15913070, + "base_health": 15927059, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -692,6 +719,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17192, + "mapping_version_id": 420, + "npc_id": 129367, + "enemy_forces": 7, + "enemy_forces_teeming": null + }, { "id": 17013, "mapping_version_id": 405, @@ -738,7 +772,7 @@ "display_id": 84134, "encounter_id": null, "name": "Irontide Raider", - "base_health": 31826136, + "base_health": 27872350, "health_percentage": null, "level": 80, "mdt_scale": 1.2, @@ -754,6 +788,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -770,6 +807,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17179, + "mapping_version_id": 420, + "npc_id": 129369, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 17000, "mapping_version_id": 405, @@ -813,10 +857,10 @@ "classification_id": 2, "npc_type_id": 8, "npc_class_id": 1, - "display_id": 79077, + "display_id": 84327, "encounter_id": null, "name": "Irontide Waveshaper", - "base_health": 15913070, + "base_health": 15927057, "health_percentage": null, "level": 80, "mdt_scale": 1.1, @@ -890,6 +934,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17178, + "mapping_version_id": 420, + "npc_id": 129370, + "enemy_forces": 6, + "enemy_forces_teeming": null + }, { "id": 16999, "mapping_version_id": 405, @@ -936,7 +987,7 @@ "display_id": 86085, "encounter_id": null, "name": "Riptide Shredder", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -1013,6 +1064,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17180, + "mapping_version_id": 420, + "npc_id": 129371, + "enemy_forces": 6, + "enemy_forces_teeming": null + }, { "id": 17001, "mapping_version_id": 405, @@ -1059,7 +1117,7 @@ "display_id": 84136, "encounter_id": null, "name": "Blacktar Bomber", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1.1, @@ -1136,6 +1194,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17176, + "mapping_version_id": 420, + "npc_id": 129372, + "enemy_forces": 6, + "enemy_forces_teeming": null + }, { "id": 16997, "mapping_version_id": 405, @@ -1238,7 +1303,7 @@ "display_id": 86006, "encounter_id": null, "name": "Scrimshaw Enforcer", - "base_health": 31826136, + "base_health": 25881468, "health_percentage": null, "level": 80, "mdt_scale": 1.1, @@ -1312,6 +1377,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17177, + "mapping_version_id": 420, + "npc_id": 129374, + "enemy_forces": 8, + "enemy_forces_teeming": null + }, { "id": 16998, "mapping_version_id": 405, @@ -1358,7 +1430,7 @@ "display_id": 30222, "encounter_id": null, "name": "Snarling Dockhound", - "base_health": 18221353, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 0.8, @@ -1381,6 +1453,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17181, + "mapping_version_id": 420, + "npc_id": 129640, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17002, "mapping_version_id": 405, @@ -1427,7 +1506,7 @@ "display_id": 81286, "encounter_id": 2654, "name": "Irontide Cleaver", - "base_health": 19891335, + "base_health": 15925657, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -1466,7 +1545,7 @@ "display_id": 85144, "encounter_id": null, "name": "Irontide Powdershot", - "base_health": 3978267, + "base_health": 3318137, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -1700,7 +1779,7 @@ "display_id": 83892, "encounter_id": null, "name": "Scrimshaw Gutter", - "base_health": 3978267, + "base_health": 3981764, "health_percentage": null, "level": 80, "mdt_scale": 0.9, @@ -1771,6 +1850,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17175, + "mapping_version_id": 420, + "npc_id": 133990, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 16996, "mapping_version_id": 405, @@ -1817,7 +1903,7 @@ "display_id": 52277, "encounter_id": null, "name": "Bilge Rat Pillager", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -1888,6 +1974,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17189, + "mapping_version_id": 420, + "npc_id": 135241, + "enemy_forces": 7, + "enemy_forces_teeming": null + }, { "id": 17010, "mapping_version_id": 405, @@ -1934,7 +2027,7 @@ "display_id": 68059, "encounter_id": null, "name": "Bilge Rat Demolisher", - "base_health": 39782670, + "base_health": 35835879, "health_percentage": null, "level": 80, "mdt_scale": 1.2, @@ -1963,6 +2056,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17191, + "mapping_version_id": 420, + "npc_id": 135245, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 17012, "mapping_version_id": 405, @@ -2009,7 +2109,7 @@ "display_id": 79068, "encounter_id": null, "name": "Irontide Curseblade", - "base_health": 3978267, + "base_health": 3981764, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -2083,6 +2183,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17182, + "mapping_version_id": 420, + "npc_id": 135258, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17003, "mapping_version_id": 405, @@ -2129,7 +2236,7 @@ "display_id": 86436, "encounter_id": null, "name": "Ashvane Spotter", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1.1, @@ -2209,6 +2316,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17186, + "mapping_version_id": 420, + "npc_id": 135263, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17007, "mapping_version_id": 405, @@ -2262,7 +2376,7 @@ "display_id": 84385, "encounter_id": 2173, "name": "Ashvane Deckhand", - "base_health": 9945668, + "base_health": 7962829, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -2343,7 +2457,7 @@ "display_id": 82852, "encounter_id": 2173, "name": "Ashvane Cannoneer", - "base_health": 19891335, + "base_health": 15925657, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -2388,7 +2502,7 @@ "display_id": 88448, "encounter_id": 2140, "name": "Gripping Terror", - "base_health": 23869602, + "base_health": 23892465, "health_percentage": null, "level": 80, "mdt_scale": 1.1, @@ -2417,7 +2531,7 @@ "display_id": 80319, "encounter_id": null, "name": "Bilge Rat Cutthroat", - "base_health": 15913068, + "base_health": 15927057, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -2488,6 +2602,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17193, + "mapping_version_id": 420, + "npc_id": 137511, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17014, "mapping_version_id": 405, @@ -2534,7 +2655,7 @@ "display_id": 79889, "encounter_id": null, "name": "Ashvane Invader", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -2611,6 +2732,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17194, + "mapping_version_id": 420, + "npc_id": 137516, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17015, "mapping_version_id": 405, @@ -2657,7 +2785,7 @@ "display_id": 82852, "encounter_id": null, "name": "Ashvane Destroyer", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -2728,6 +2856,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17195, + "mapping_version_id": 420, + "npc_id": 137517, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17016, "mapping_version_id": 405, @@ -2774,7 +2909,7 @@ "display_id": 85144, "encounter_id": null, "name": "Irontide Powdershot", - "base_health": 3978267, + "base_health": 3981764, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -2845,6 +2980,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17183, + "mapping_version_id": 420, + "npc_id": 137521, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17004, "mapping_version_id": 405, @@ -2891,7 +3033,7 @@ "display_id": 86691, "encounter_id": 2140, "name": "Demolishing Terror", - "base_health": 47739204, + "base_health": 38227943, "health_percentage": null, "level": 80, "mdt_scale": 1.1, @@ -2985,7 +3127,7 @@ "display_id": 83892, "encounter_id": null, "name": "Scrimshaw Gutter", - "base_health": 3978267, + "base_health": 3981764, "health_percentage": null, "level": 80, "mdt_scale": 0.8, @@ -3056,6 +3198,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17200, + "mapping_version_id": 420, + "npc_id": 138002, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17021, "mapping_version_id": 405, @@ -3156,7 +3305,7 @@ "display_id": 79068, "encounter_id": null, "name": "Irontide Curseblade", - "base_health": 3978267, + "base_health": 3981764, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -3227,6 +3376,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17199, + "mapping_version_id": 420, + "npc_id": 138247, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17020, "mapping_version_id": 405, @@ -3273,7 +3429,7 @@ "display_id": 85144, "encounter_id": null, "name": "Irontide Powdershot", - "base_health": 3978267, + "base_health": 3981764, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -3344,6 +3500,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17197, + "mapping_version_id": 420, + "npc_id": 138254, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17018, "mapping_version_id": 405, @@ -3390,7 +3553,7 @@ "display_id": 86436, "encounter_id": null, "name": "Ashvane Spotter", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -3406,6 +3569,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -3428,6 +3594,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17185, + "mapping_version_id": 420, + "npc_id": 138255, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17006, "mapping_version_id": 405, @@ -3474,7 +3647,7 @@ "display_id": 84385, "encounter_id": null, "name": "Ashvane Deckhand", - "base_health": 9945668, + "base_health": 9954411, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -3545,6 +3718,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17187, + "mapping_version_id": 420, + "npc_id": 138464, + "enemy_forces": 2, + "enemy_forces_teeming": null + }, { "id": 17008, "mapping_version_id": 405, @@ -3591,7 +3771,7 @@ "display_id": 88542, "encounter_id": null, "name": "Ashvane Cannoneer", - "base_health": 19891335, + "base_health": 19908822, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -3607,6 +3787,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -3620,6 +3803,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17188, + "mapping_version_id": 420, + "npc_id": 138465, + "enemy_forces": 8, + "enemy_forces_teeming": null + }, { "id": 17009, "mapping_version_id": 405, @@ -4259,10 +4449,10 @@ "classification_id": 2, "npc_type_id": 8, "npc_class_id": 1, - "display_id": 79077, + "display_id": 84327, "encounter_id": null, "name": "Irontide Waveshaper", - "base_health": 15913070, + "base_health": 15927059, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -4336,6 +4526,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17196, + "mapping_version_id": 420, + "npc_id": 144071, + "enemy_forces": 6, + "enemy_forces_teeming": null + }, { "id": 17017, "mapping_version_id": 405, diff --git a/database/seeders/dungeondata/mapping_versions.json b/database/seeders/dungeondata/mapping_versions.json index f33144102..b38267ebc 100644 --- a/database/seeders/dungeondata/mapping_versions.json +++ b/database/seeders/dungeondata/mapping_versions.json @@ -5353,5 +5353,80 @@ "created_at": "2024-10-22T14:58:26.000000Z", "updated_at": "2024-10-22T14:58:26.000000Z", "merged": false + }, + { + "id": 416, + "dungeon_id": 115, + "version": 7, + "enemy_forces_required": 489, + "enemy_forces_required_teeming": 1000, + "enemy_forces_shrouded": null, + "enemy_forces_shrouded_zul_gamux": null, + "timer_max_seconds": 1980, + "mdt_mapping_hash": "4c8a279c91e5a755d4e34cc721169722", + "facade_enabled": 1, + "created_at": "2024-11-05T10:54:34.000000Z", + "updated_at": "2024-11-05T10:54:34.000000Z", + "merged": false + }, + { + "id": 417, + "dungeon_id": 113, + "version": 8, + "enemy_forces_required": 460, + "enemy_forces_required_teeming": 1000, + "enemy_forces_shrouded": null, + "enemy_forces_shrouded_zul_gamux": null, + "timer_max_seconds": 1800, + "mdt_mapping_hash": "28f348e6b8ae65c43ddc5aa76254b590", + "facade_enabled": 1, + "created_at": "2024-11-05T11:04:12.000000Z", + "updated_at": "2024-11-05T11:04:12.000000Z", + "merged": false + }, + { + "id": 418, + "dungeon_id": 108, + "version": 10, + "enemy_forces_required": 485, + "enemy_forces_required_teeming": 1000, + "enemy_forces_shrouded": null, + "enemy_forces_shrouded_zul_gamux": null, + "timer_max_seconds": 1800, + "mdt_mapping_hash": "c982e049fae6b3039eb90f04edc4741b", + "facade_enabled": 1, + "created_at": "2024-11-05T11:11:01.000000Z", + "updated_at": "2024-11-05T11:11:02.000000Z", + "merged": false + }, + { + "id": 419, + "dungeon_id": 34, + "version": 8, + "enemy_forces_required": 332, + "enemy_forces_required_teeming": 1000, + "enemy_forces_shrouded": null, + "enemy_forces_shrouded_zul_gamux": null, + "timer_max_seconds": 1920, + "mdt_mapping_hash": "8c2fba8c2c52c261dc91ddd545b7d7bd", + "facade_enabled": 1, + "created_at": "2024-11-05T11:21:03.000000Z", + "updated_at": "2024-11-05T11:21:04.000000Z", + "merged": false + }, + { + "id": 420, + "dungeon_id": 18, + "version": 7, + "enemy_forces_required": 494, + "enemy_forces_required_teeming": 319, + "enemy_forces_shrouded": null, + "enemy_forces_shrouded_zul_gamux": null, + "timer_max_seconds": 2040, + "mdt_mapping_hash": "34a3fdbee6bf9bac22fc3b5cfc6c43ee", + "facade_enabled": 1, + "created_at": "2024-11-05T11:23:01.000000Z", + "updated_at": "2024-11-05T11:23:01.000000Z", + "merged": false } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/dungeon_floor_switch_markers.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/dungeon_floor_switch_markers.json index 7d729f2d6..33dba7995 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/dungeon_floor_switch_markers.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/dungeon_floor_switch_markers.json @@ -75,5 +75,16 @@ "direction": null, "lat": -102.75, "lng": 90.75 + }, + { + "id": 1734, + "mapping_version_id": 419, + "floor_id": 89, + "source_floor_id": null, + "target_floor_id": 90, + "linked_dungeon_floor_switch_marker_id": 1737, + "direction": null, + "lat": -102.75, + "lng": 90.75 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemies.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemies.json index 81d1550ec..ac17c0985 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemies.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemies.json @@ -15358,5 +15358,2429 @@ "lat": -103.67051851852, "lng": 78.923851851852, "kill_priority": null + }, + { + "id": 64199, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 162693, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.59407407407, + "lng": 31.061333333333, + "kill_priority": null + }, + { + "id": 64200, + "mapping_version_id": 419, + "enemy_pack_id": 12844, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.17362962963, + "lng": 285.67703703704, + "kill_priority": null + }, + { + "id": 64201, + "mapping_version_id": 419, + "enemy_pack_id": 12844, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.802074074074, + "lng": 285.88562962963, + "kill_priority": null + }, + { + "id": 64202, + "mapping_version_id": 419, + "enemy_pack_id": 12844, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.23051851852, + "lng": 279.39081481481, + "kill_priority": null + }, + { + "id": 64203, + "mapping_version_id": 419, + "enemy_pack_id": 12844, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.745185185185, + "lng": 279.47614814815, + "kill_priority": null + }, + { + "id": 64204, + "mapping_version_id": 419, + "enemy_pack_id": 12845, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.10725925926, + "lng": 260.03911111111, + "kill_priority": null + }, + { + "id": 64205, + "mapping_version_id": 419, + "enemy_pack_id": 12846, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -100.47525925926, + "lng": 238.88592592593, + "kill_priority": null + }, + { + "id": 64206, + "mapping_version_id": 419, + "enemy_pack_id": 12847, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.7117037037, + "lng": 239.50222222222, + "kill_priority": null + }, + { + "id": 64207, + "mapping_version_id": 419, + "enemy_pack_id": 12848, + "enemy_patrol_id": 3162, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.036444444444, + "lng": 231.936, + "kill_priority": null + }, + { + "id": 64208, + "mapping_version_id": 419, + "enemy_pack_id": 12848, + "enemy_patrol_id": 3162, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.64, + "lng": 228.864, + "kill_priority": null + }, + { + "id": 64209, + "mapping_version_id": 419, + "enemy_pack_id": 12848, + "enemy_patrol_id": 3162, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -74.970074074074, + "lng": 225.6877037037, + "kill_priority": null + }, + { + "id": 64210, + "mapping_version_id": 419, + "enemy_pack_id": 12849, + "enemy_patrol_id": 3163, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.18992592593, + "lng": 219.32562962963, + "kill_priority": null + }, + { + "id": 64211, + "mapping_version_id": 419, + "enemy_pack_id": 12849, + "enemy_patrol_id": 3163, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.77955555556, + "lng": 219.38251851852, + "kill_priority": null + }, + { + "id": 64212, + "mapping_version_id": 419, + "enemy_pack_id": 12850, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -112.2797037037, + "lng": 193.4317037037, + "kill_priority": null + }, + { + "id": 64213, + "mapping_version_id": 419, + "enemy_pack_id": 12850, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -112.39348148148, + "lng": 187.47733333333, + "kill_priority": null + }, + { + "id": 64214, + "mapping_version_id": 419, + "enemy_pack_id": 12850, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -112.46933333333, + "lng": 181.42814814815, + "kill_priority": null + }, + { + "id": 64215, + "mapping_version_id": 419, + "enemy_pack_id": 12851, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -70.4, + "lng": 256.59733333333, + "kill_priority": null + }, + { + "id": 64216, + "mapping_version_id": 419, + "enemy_pack_id": 12851, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 89, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -70.646518518519, + "lng": 250.48177777778, + "kill_priority": null + }, + { + "id": 64224, + "mapping_version_id": 419, + "enemy_pack_id": 12856, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -129.80148148148, + "lng": 287.8482962963, + "kill_priority": null + }, + { + "id": 64225, + "mapping_version_id": 419, + "enemy_pack_id": 12856, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -126.464, + "lng": 289.76355555556, + "kill_priority": null + }, + { + "id": 64226, + "mapping_version_id": 419, + "enemy_pack_id": 12856, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.06696296296, + "lng": 291.38488888889, + "kill_priority": null + }, + { + "id": 64227, + "mapping_version_id": 419, + "enemy_pack_id": 12857, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.131259259259, + "lng": 267.49155555556, + "kill_priority": null + }, + { + "id": 64228, + "mapping_version_id": 419, + "enemy_pack_id": 12857, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.150222222222, + "lng": 271.14192592593, + "kill_priority": null + }, + { + "id": 64229, + "mapping_version_id": 419, + "enemy_pack_id": 12857, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.838518518519, + "lng": 267.33037037037, + "kill_priority": null + }, + { + "id": 64230, + "mapping_version_id": 419, + "enemy_pack_id": 12857, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.952296296296, + "lng": 271.104, + "kill_priority": null + }, + { + "id": 64231, + "mapping_version_id": 419, + "enemy_pack_id": 12858, + "enemy_patrol_id": 3164, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.545185185185, + "lng": 207.55911111111, + "kill_priority": null + }, + { + "id": 64232, + "mapping_version_id": 419, + "enemy_pack_id": 12858, + "enemy_patrol_id": 3164, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.563555555556, + "lng": 204.27851851852, + "kill_priority": null + }, + { + "id": 64233, + "mapping_version_id": 419, + "enemy_pack_id": 12858, + "enemy_patrol_id": 3164, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -76.752592592593, + "lng": 207.54962962963, + "kill_priority": null + }, + { + "id": 64234, + "mapping_version_id": 419, + "enemy_pack_id": 12858, + "enemy_patrol_id": 3164, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.564740740741, + "lng": 204.29748148148, + "kill_priority": null + }, + { + "id": 64235, + "mapping_version_id": 419, + "enemy_pack_id": 12858, + "enemy_patrol_id": 3164, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -74.913185185185, + "lng": 204.27851851852, + "kill_priority": null + }, + { + "id": 64236, + "mapping_version_id": 419, + "enemy_pack_id": 12859, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.34488888889, + "lng": 205.00859259259, + "kill_priority": null + }, + { + "id": 64237, + "mapping_version_id": 419, + "enemy_pack_id": 12859, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.88148148148, + "lng": 204.88533333333, + "kill_priority": null + }, + { + "id": 64238, + "mapping_version_id": 419, + "enemy_pack_id": 12860, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -202.33481481481, + "lng": 196.92088888889, + "kill_priority": null + }, + { + "id": 64239, + "mapping_version_id": 419, + "enemy_pack_id": 12860, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -205.66281481481, + "lng": 198.58014814815, + "kill_priority": null + }, + { + "id": 64240, + "mapping_version_id": 419, + "enemy_pack_id": 12860, + "enemy_patrol_id": null, + "npc_id": 165138, + "floor_id": 89, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -202.33481481481, + "lng": 200.448, + "kill_priority": null + }, + { + "id": 64241, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.102814814815, + "lng": 284.46340740741, + "kill_priority": null + }, + { + "id": 64242, + "mapping_version_id": 419, + "enemy_pack_id": 12845, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.71288888889, + "lng": 265.48148148148, + "kill_priority": null + }, + { + "id": 64243, + "mapping_version_id": 419, + "enemy_pack_id": 12846, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.92651851852, + "lng": 233.52888888889, + "kill_priority": null + }, + { + "id": 64244, + "mapping_version_id": 419, + "enemy_pack_id": 12847, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -134.66548148148, + "lng": 234.59081481481, + "kill_priority": null + }, + { + "id": 64245, + "mapping_version_id": 419, + "enemy_pack_id": 12851, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.905185185185, + "lng": 256.57837037037, + "kill_priority": null + }, + { + "id": 64246, + "mapping_version_id": 419, + "enemy_pack_id": 12851, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -64.180148148148, + "lng": 250.50074074074, + "kill_priority": null + }, + { + "id": 64247, + "mapping_version_id": 419, + "enemy_pack_id": 12850, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.32888888889, + "lng": 184.38637037037, + "kill_priority": null + }, + { + "id": 64248, + "mapping_version_id": 419, + "enemy_pack_id": 12850, + "enemy_patrol_id": null, + "npc_id": 166302, + "floor_id": 89, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.29096296296, + "lng": 190.28385185185, + "kill_priority": null + }, + { + "id": 64249, + "mapping_version_id": 419, + "enemy_pack_id": 12845, + "enemy_patrol_id": null, + "npc_id": 163121, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.640888888889, + "lng": 260.14340740741, + "kill_priority": null + }, + { + "id": 64250, + "mapping_version_id": 419, + "enemy_pack_id": 12846, + "enemy_patrol_id": null, + "npc_id": 163121, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.573925925926, + "lng": 233.27288888889, + "kill_priority": null + }, + { + "id": 64251, + "mapping_version_id": 419, + "enemy_pack_id": 12846, + "enemy_patrol_id": null, + "npc_id": 163121, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -110.26962962963, + "lng": 233.27288888889, + "kill_priority": null + }, + { + "id": 64252, + "mapping_version_id": 419, + "enemy_pack_id": 12851, + "enemy_patrol_id": null, + "npc_id": 163121, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -66.910814814815, + "lng": 261.75525925926, + "kill_priority": null + }, + { + "id": 64253, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 165137, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.01214814815, + "lng": 256.55940740741, + "kill_priority": null + }, + { + "id": 64254, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 165137, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.062564570642, + "lng": 255.37665895156, + "kill_priority": 0 + }, + { + "id": 64255, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 165137, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -131.12888888889, + "lng": 211.14311111111, + "kill_priority": null + }, + { + "id": 64256, + "mapping_version_id": 419, + "enemy_pack_id": 12847, + "enemy_patrol_id": null, + "npc_id": 165872, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -126.50192592593, + "lng": 243.88266666667, + "kill_priority": null + }, + { + "id": 64257, + "mapping_version_id": 419, + "enemy_pack_id": 12846, + "enemy_patrol_id": null, + "npc_id": 165872, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.04592592593, + "lng": 239.09451851852, + "kill_priority": null + }, + { + "id": 64260, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 162691, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -96.521481481481, + "lng": 218.23525925926, + "kill_priority": null + }, + { + "id": 64261, + "mapping_version_id": 419, + "enemy_pack_id": 12862, + "enemy_patrol_id": null, + "npc_id": 163128, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -195.63140740741, + "lng": 236.20266666667, + "kill_priority": null + }, + { + "id": 64262, + "mapping_version_id": 419, + "enemy_pack_id": 12863, + "enemy_patrol_id": 3165, + "npc_id": 163128, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -219.15004273892, + "lng": 190.97815252575, + "kill_priority": null + }, + { + "id": 64263, + "mapping_version_id": 419, + "enemy_pack_id": 12864, + "enemy_patrol_id": null, + "npc_id": 163128, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -190.43555555556, + "lng": 168.8557037037, + "kill_priority": null + }, + { + "id": 64264, + "mapping_version_id": 419, + "enemy_pack_id": 12864, + "enemy_patrol_id": null, + "npc_id": 163128, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -194.86340740741, + "lng": 176.0237037037, + "kill_priority": null + }, + { + "id": 64265, + "mapping_version_id": 419, + "enemy_pack_id": 12865, + "enemy_patrol_id": 3166, + "npc_id": 163128, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.55288888889, + "lng": 133.04414814815, + "kill_priority": null + }, + { + "id": 64266, + "mapping_version_id": 419, + "enemy_pack_id": 12866, + "enemy_patrol_id": null, + "npc_id": 163128, + "floor_id": 89, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.4162962963, + "lng": 150.80296296296, + "kill_priority": null + }, + { + "id": 64267, + "mapping_version_id": 419, + "enemy_pack_id": 12867, + "enemy_patrol_id": null, + "npc_id": 163128, + "floor_id": 89, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -70.893037037037, + "lng": 112.13748148148, + "kill_priority": null + }, + { + "id": 64268, + "mapping_version_id": 419, + "enemy_pack_id": 12862, + "enemy_patrol_id": null, + "npc_id": 163619, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -188.90903703704, + "lng": 235.98459259259, + "kill_priority": null + }, + { + "id": 64269, + "mapping_version_id": 419, + "enemy_pack_id": 12864, + "enemy_patrol_id": null, + "npc_id": 163619, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -186.32059259259, + "lng": 176.72533333333, + "kill_priority": null + }, + { + "id": 64270, + "mapping_version_id": 419, + "enemy_pack_id": 12865, + "enemy_patrol_id": 3166, + "npc_id": 163619, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.77422222222, + "lng": 138.82785185185, + "kill_priority": null + }, + { + "id": 64271, + "mapping_version_id": 419, + "enemy_pack_id": 12866, + "enemy_patrol_id": null, + "npc_id": 163619, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -116.43259259259, + "lng": 150.82192592593, + "kill_priority": null + }, + { + "id": 64272, + "mapping_version_id": 419, + "enemy_pack_id": 12868, + "enemy_patrol_id": null, + "npc_id": 163619, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -73.841777777778, + "lng": 135.44296296296, + "kill_priority": null + }, + { + "id": 64273, + "mapping_version_id": 419, + "enemy_pack_id": 12868, + "enemy_patrol_id": null, + "npc_id": 163619, + "floor_id": 89, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -73.784888888889, + "lng": 128.65422222222, + "kill_priority": null + }, + { + "id": 64274, + "mapping_version_id": 419, + "enemy_pack_id": 12867, + "enemy_patrol_id": null, + "npc_id": 163619, + "floor_id": 89, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -79.853037037037, + "lng": 101.58459259259, + "kill_priority": null + }, + { + "id": 64275, + "mapping_version_id": 419, + "enemy_pack_id": 12869, + "enemy_patrol_id": null, + "npc_id": 163618, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -197.31911111111, + "lng": 217.60948148148, + "kill_priority": null + }, + { + "id": 64276, + "mapping_version_id": 419, + "enemy_pack_id": 12870, + "enemy_patrol_id": null, + "npc_id": 163618, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -140.47762962963, + "lng": 98.351407407407, + "kill_priority": null + }, + { + "id": 64277, + "mapping_version_id": 419, + "enemy_pack_id": 12871, + "enemy_patrol_id": null, + "npc_id": 163618, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.21005656786, + "lng": 120.47619144232, + "kill_priority": 0 + }, + { + "id": 64278, + "mapping_version_id": 419, + "enemy_pack_id": 12869, + "enemy_patrol_id": null, + "npc_id": 163126, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -197.56562962963, + "lng": 211.38014814815, + "kill_priority": null + }, + { + "id": 64279, + "mapping_version_id": 419, + "enemy_pack_id": 12870, + "enemy_patrol_id": null, + "npc_id": 163126, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -140.24059259259, + "lng": 92.510814814815, + "kill_priority": null + }, + { + "id": 64280, + "mapping_version_id": 419, + "enemy_pack_id": 12871, + "enemy_patrol_id": null, + "npc_id": 163126, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -124.51244963277, + "lng": 124.63476048703, + "kill_priority": 0 + }, + { + "id": 64281, + "mapping_version_id": 419, + "enemy_pack_id": 12871, + "enemy_patrol_id": null, + "npc_id": 163126, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.62678360397, + "lng": 119.1307720455, + "kill_priority": 0 + }, + { + "id": 64282, + "mapping_version_id": 419, + "enemy_pack_id": 12869, + "enemy_patrol_id": null, + "npc_id": 163122, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -202.40118518519, + "lng": 213.57985185185, + "kill_priority": null + }, + { + "id": 64283, + "mapping_version_id": 419, + "enemy_pack_id": 12869, + "enemy_patrol_id": null, + "npc_id": 163122, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -192.45511111111, + "lng": 213.17214814815, + "kill_priority": null + }, + { + "id": 64284, + "mapping_version_id": 419, + "enemy_pack_id": 12870, + "enemy_patrol_id": null, + "npc_id": 163122, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -140.24059259259, + "lng": 104.25837037037, + "kill_priority": null + }, + { + "id": 64285, + "mapping_version_id": 419, + "enemy_pack_id": 12870, + "enemy_patrol_id": null, + "npc_id": 163122, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -146.98192592593, + "lng": 98.161777777778, + "kill_priority": null + }, + { + "id": 64286, + "mapping_version_id": 419, + "enemy_pack_id": 12870, + "enemy_patrol_id": null, + "npc_id": 163122, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -134.10607407407, + "lng": 98.901333333333, + "kill_priority": null + }, + { + "id": 64287, + "mapping_version_id": 419, + "enemy_pack_id": 12871, + "enemy_patrol_id": null, + "npc_id": 163122, + "floor_id": 89, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -117.41842008592, + "lng": 115.70606812633, + "kill_priority": 0 + }, + { + "id": 64288, + "mapping_version_id": 419, + "enemy_pack_id": 12871, + "enemy_patrol_id": null, + "npc_id": 163122, + "floor_id": 89, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -128.0594644062, + "lng": 119.98694802529, + "kill_priority": 0 + }, + { + "id": 64289, + "mapping_version_id": 419, + "enemy_pack_id": 12863, + "enemy_patrol_id": 3165, + "npc_id": 165919, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -217.33250143485, + "lng": 188.43359470004, + "kill_priority": null + }, + { + "id": 64290, + "mapping_version_id": 419, + "enemy_pack_id": 12872, + "enemy_patrol_id": null, + "npc_id": 165919, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -145.93896296296, + "lng": 126.12266666667, + "kill_priority": null + }, + { + "id": 64291, + "mapping_version_id": 419, + "enemy_pack_id": 12872, + "enemy_patrol_id": null, + "npc_id": 165919, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.02755555556, + "lng": 131.51762962963, + "kill_priority": null + }, + { + "id": 64292, + "mapping_version_id": 419, + "enemy_pack_id": 12865, + "enemy_patrol_id": 3166, + "npc_id": 165919, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.252148148148, + "lng": 132.10548148148, + "kill_priority": null + }, + { + "id": 64293, + "mapping_version_id": 419, + "enemy_pack_id": 12867, + "enemy_patrol_id": null, + "npc_id": 165919, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.614814814815, + "lng": 106.93214814815, + "kill_priority": null + }, + { + "id": 64294, + "mapping_version_id": 419, + "enemy_pack_id": 12863, + "enemy_patrol_id": 3165, + "npc_id": 165222, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -215.36858446734, + "lng": 185.74015137047, + "kill_priority": null + }, + { + "id": 64295, + "mapping_version_id": 419, + "enemy_pack_id": 12867, + "enemy_patrol_id": null, + "npc_id": 165222, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -69.906962962963, + "lng": 102.95940740741, + "kill_priority": null + }, + { + "id": 64296, + "mapping_version_id": 419, + "enemy_pack_id": 12864, + "enemy_patrol_id": null, + "npc_id": 165824, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -199.424, + "lng": 167.40503703704, + "kill_priority": null + }, + { + "id": 64297, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 165197, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -61.522359690849, + "lng": 79.99129868353, + "kill_priority": 0 + }, + { + "id": 64298, + "mapping_version_id": 419, + "enemy_pack_id": 12871, + "enemy_patrol_id": null, + "npc_id": 166079, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.33236742211, + "lng": 128.42639696897, + "kill_priority": 0 + }, + { + "id": 64299, + "mapping_version_id": 419, + "enemy_pack_id": 12871, + "enemy_patrol_id": null, + "npc_id": 166079, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.21005656786, + "lng": 112.64829676992, + "kill_priority": 0 + }, + { + "id": 64300, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.920592592593, + "lng": 137.56681481481, + "kill_priority": null + }, + { + "id": 64301, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.873185185185, + "lng": 133.888, + "kill_priority": null + }, + { + "id": 64302, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.224, + "lng": 145.01925925926, + "kill_priority": null + }, + { + "id": 64303, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.187259259259, + "lng": 145.09511111111, + "kill_priority": null + }, + { + "id": 64304, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.024888888889, + "lng": 141.28355555556, + "kill_priority": null + }, + { + "id": 64305, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -87.665777777778, + "lng": 133.65096296296, + "kill_priority": null + }, + { + "id": 64306, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -87.931259259259, + "lng": 137.33925925926, + "kill_priority": null + }, + { + "id": 64307, + "mapping_version_id": 419, + "enemy_pack_id": 12873, + "enemy_patrol_id": null, + "npc_id": 171500, + "floor_id": 89, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.035555555556, + "lng": 141.07496296296, + "kill_priority": null + }, + { + "id": 64308, + "mapping_version_id": 419, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 163157, + "floor_id": 89, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.67051851852, + "lng": 78.923851851852, + "kill_priority": null } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_packs.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_packs.json index d38fff01b..f2a6a5a6d 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_packs.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_packs.json @@ -1822,5 +1822,305 @@ "color_animated": null, "label": "Imported from MDT - group 22", "vertices_json": "[{\"lat\":-89.187259259259,\"lng\":132.65096296296},{\"lat\":-82.873185185185,\"lng\":132.65096296296},{\"lat\":-82.873185185185,\"lng\":146.09511111111},{\"lat\":-89.187259259259,\"lng\":146.09511111111}]" + }, + { + "id": 12844, + "mapping_version_id": 419, + "floor_id": 89, + "group": 1, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 1", + "vertices_json": "[{\"lat\":-107.23051851852,\"lng\":278.39081481481},{\"lat\":-98.745185185185,\"lng\":278.39081481481},{\"lat\":-98.745185185185,\"lng\":286.88562962963},{\"lat\":-107.23051851852,\"lng\":286.88562962963}]" + }, + { + "id": 12845, + "mapping_version_id": 419, + "floor_id": 89, + "group": 3, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 3", + "vertices_json": "[{\"lat\":-107.10725925926,\"lng\":259.03911111111},{\"lat\":-98.640888888889,\"lng\":259.03911111111},{\"lat\":-98.640888888889,\"lng\":266.48148148148},{\"lat\":-107.10725925926,\"lng\":266.48148148148}]" + }, + { + "id": 12846, + "mapping_version_id": 419, + "floor_id": 89, + "group": 7, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 7", + "vertices_json": "[{\"lat\":-111.26962962963,\"lng\":232.27288888889},{\"lat\":-96.573925925926,\"lng\":232.27288888889},{\"lat\":-96.573925925926,\"lng\":240.09451851852},{\"lat\":-111.26962962963,\"lng\":240.09451851852}]" + }, + { + "id": 12847, + "mapping_version_id": 419, + "floor_id": 89, + "group": 9, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 9", + "vertices_json": "[{\"lat\":-135.66548148148,\"lng\":233.59081481481},{\"lat\":-125.50192592593,\"lng\":233.59081481481},{\"lat\":-125.50192592593,\"lng\":244.88266666667},{\"lat\":-135.66548148148,\"lng\":244.88266666667}]" + }, + { + "id": 12848, + "mapping_version_id": 419, + "floor_id": 89, + "group": 6, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 6", + "vertices_json": "[{\"lat\":-81.64,\"lng\":224.6877037037},{\"lat\":-73.970074074074,\"lng\":224.6877037037},{\"lat\":-73.970074074074,\"lng\":232.936},{\"lat\":-81.64,\"lng\":232.936}]" + }, + { + "id": 12849, + "mapping_version_id": 419, + "floor_id": 89, + "group": 8, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 8", + "vertices_json": "[{\"lat\":-120.77955555556,\"lng\":218.32562962963},{\"lat\":-112.18992592593,\"lng\":218.32562962963},{\"lat\":-112.18992592593,\"lng\":220.38251851852},{\"lat\":-120.77955555556,\"lng\":220.38251851852}]" + }, + { + "id": 12850, + "mapping_version_id": 419, + "floor_id": 89, + "group": 12, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 12", + "vertices_json": "[{\"lat\":-119.32888888889,\"lng\":180.42814814815},{\"lat\":-111.2797037037,\"lng\":180.42814814815},{\"lat\":-111.2797037037,\"lng\":194.4317037037},{\"lat\":-119.32888888889,\"lng\":194.4317037037}]" + }, + { + "id": 12851, + "mapping_version_id": 419, + "floor_id": 89, + "group": 5, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 5", + "vertices_json": "[{\"lat\":-71.646518518519,\"lng\":249.48177777778},{\"lat\":-62.905185185185,\"lng\":249.48177777778},{\"lat\":-62.905185185185,\"lng\":262.75525925926},{\"lat\":-71.646518518519,\"lng\":262.75525925926}]" + }, + { + "id": 12856, + "mapping_version_id": 419, + "floor_id": 89, + "group": 2, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 2", + "vertices_json": "[{\"lat\":-131.06696296296,\"lng\":286.8482962963},{\"lat\":-125.464,\"lng\":286.8482962963},{\"lat\":-125.464,\"lng\":292.38488888889},{\"lat\":-131.06696296296,\"lng\":292.38488888889}]" + }, + { + "id": 12857, + "mapping_version_id": 419, + "floor_id": 89, + "group": 4, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 4", + "vertices_json": "[{\"lat\":-79.952296296296,\"lng\":266.33037037037},{\"lat\":-74.131259259259,\"lng\":266.33037037037},{\"lat\":-74.131259259259,\"lng\":272.14192592593},{\"lat\":-79.952296296296,\"lng\":272.14192592593}]" + }, + { + "id": 12858, + "mapping_version_id": 419, + "floor_id": 89, + "group": 10, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 10", + "vertices_json": "[{\"lat\":-83.564740740741,\"lng\":203.27851851852},{\"lat\":-73.913185185185,\"lng\":203.27851851852},{\"lat\":-73.913185185185,\"lng\":208.55911111111},{\"lat\":-83.564740740741,\"lng\":208.55911111111}]" + }, + { + "id": 12859, + "mapping_version_id": 419, + "floor_id": 89, + "group": 11, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 11", + "vertices_json": "[{\"lat\":-112.88148148148,\"lng\":203.88533333333},{\"lat\":-107.34488888889,\"lng\":203.88533333333},{\"lat\":-107.34488888889,\"lng\":206.00859259259},{\"lat\":-112.88148148148,\"lng\":206.00859259259}]" + }, + { + "id": 12860, + "mapping_version_id": 419, + "floor_id": 89, + "group": 15, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 15", + "vertices_json": "[{\"lat\":-206.66281481481,\"lng\":195.92088888889},{\"lat\":-201.33481481481,\"lng\":195.92088888889},{\"lat\":-201.33481481481,\"lng\":201.448},{\"lat\":-206.66281481481,\"lng\":201.448}]" + }, + { + "id": 12862, + "mapping_version_id": 419, + "floor_id": 89, + "group": 13, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 13", + "vertices_json": "[{\"lat\":-196.63140740741,\"lng\":234.98459259259},{\"lat\":-187.90903703704,\"lng\":234.98459259259},{\"lat\":-187.90903703704,\"lng\":237.20266666667},{\"lat\":-196.63140740741,\"lng\":237.20266666667}]" + }, + { + "id": 12863, + "mapping_version_id": 419, + "floor_id": 89, + "group": 16, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 16", + "vertices_json": "[{\"lat\":-220.15004273892,\"lng\":184.74015137047},{\"lat\":-214.36858446734,\"lng\":184.74015137047},{\"lat\":-214.36858446734,\"lng\":191.97815252575},{\"lat\":-220.15004273892,\"lng\":191.97815252575}]" + }, + { + "id": 12864, + "mapping_version_id": 419, + "floor_id": 89, + "group": 17, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 17", + "vertices_json": "[{\"lat\":-200.424,\"lng\":166.40503703704},{\"lat\":-185.32059259259,\"lng\":166.40503703704},{\"lat\":-185.32059259259,\"lng\":177.72533333333},{\"lat\":-200.424,\"lng\":177.72533333333}]" + }, + { + "id": 12865, + "mapping_version_id": 419, + "floor_id": 89, + "group": 21, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 21", + "vertices_json": "[{\"lat\":-107.55288888889,\"lng\":131.10548148148},{\"lat\":-98.252148148148,\"lng\":131.10548148148},{\"lat\":-98.252148148148,\"lng\":139.82785185185},{\"lat\":-107.55288888889,\"lng\":139.82785185185}]" + }, + { + "id": 12866, + "mapping_version_id": 419, + "floor_id": 89, + "group": 20, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 20", + "vertices_json": "[{\"lat\":-117.43259259259,\"lng\":149.80296296296},{\"lat\":-108.4162962963,\"lng\":149.80296296296},{\"lat\":-108.4162962963,\"lng\":151.82192592593},{\"lat\":-117.43259259259,\"lng\":151.82192592593}]" + }, + { + "id": 12867, + "mapping_version_id": 419, + "floor_id": 89, + "group": 24, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 24", + "vertices_json": "[{\"lat\":-80.853037037037,\"lng\":100.58459259259},{\"lat\":-68.906962962963,\"lng\":100.58459259259},{\"lat\":-68.906962962963,\"lng\":113.13748148148},{\"lat\":-80.853037037037,\"lng\":113.13748148148}]" + }, + { + "id": 12868, + "mapping_version_id": 419, + "floor_id": 89, + "group": 23, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 23", + "vertices_json": "[{\"lat\":-74.841777777778,\"lng\":127.65422222222},{\"lat\":-72.784888888889,\"lng\":127.65422222222},{\"lat\":-72.784888888889,\"lng\":136.44296296296},{\"lat\":-74.841777777778,\"lng\":136.44296296296}]" + }, + { + "id": 12869, + "mapping_version_id": 419, + "floor_id": 89, + "group": 14, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 14", + "vertices_json": "[{\"lat\":-203.40118518519,\"lng\":210.38014814815},{\"lat\":-191.45511111111,\"lng\":210.38014814815},{\"lat\":-191.45511111111,\"lng\":218.60948148148},{\"lat\":-203.40118518519,\"lng\":218.60948148148}]" + }, + { + "id": 12870, + "mapping_version_id": 419, + "floor_id": 89, + "group": 19, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 19", + "vertices_json": "[{\"lat\":-147.98192592593,\"lng\":91.510814814815},{\"lat\":-133.10607407407,\"lng\":91.510814814815},{\"lat\":-133.10607407407,\"lng\":105.25837037037},{\"lat\":-147.98192592593,\"lng\":105.25837037037}]" + }, + { + "id": 12871, + "mapping_version_id": 419, + "floor_id": 89, + "group": 25, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 25", + "vertices_json": "[{\"lat\":-129.0594644062,\"lng\":111.64829676992},{\"lat\":-112.62678360397,\"lng\":111.64829676992},{\"lat\":-112.62678360397,\"lng\":129.42639696897},{\"lat\":-129.0594644062,\"lng\":129.42639696897}]" + }, + { + "id": 12872, + "mapping_version_id": 419, + "floor_id": 89, + "group": 18, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 18", + "vertices_json": "[{\"lat\":-146.93896296296,\"lng\":125.12266666667},{\"lat\":-140.02755555556,\"lng\":125.12266666667},{\"lat\":-140.02755555556,\"lng\":132.51762962963},{\"lat\":-146.93896296296,\"lng\":132.51762962963}]" + }, + { + "id": 12873, + "mapping_version_id": 419, + "floor_id": 89, + "group": 22, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 22", + "vertices_json": "[{\"lat\":-89.187259259259,\"lng\":132.65096296296},{\"lat\":-82.873185185185,\"lng\":132.65096296296},{\"lat\":-82.873185185185,\"lng\":146.09511111111},{\"lat\":-89.187259259259,\"lng\":146.09511111111}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_patrols.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_patrols.json index 8d44cba22..033170af2 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_patrols.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/enemy_patrols.json @@ -362,5 +362,70 @@ "weight": 2, "vertices_json": "[{\"lat\":-97.78251851851851,\"lng\":132.49422222222225},{\"lat\":-93.6391111111111,\"lng\":139.0174814814815},{\"lat\":-98.22814814814815,\"lng\":151.5140740740741},{\"lat\":-103.30074074074074,\"lng\":150.73659259259261},{\"lat\":-111.70133333333332,\"lng\":145.06666666666666},{\"lat\":-112.28918518518518,\"lng\":133.25274074074076},{\"lat\":-105.84177777777778,\"lng\":129.82992592592595},{\"lat\":-99.88740740740741,\"lng\":127.87674074074074},{\"lat\":-97.78251851851851,\"lng\":132.49422222222225}]" } + }, + { + "id": 3162, + "mapping_version_id": 419, + "floor_id": 89, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-82.37511111111111,\"lng\":228.37096296296298},{\"lat\":-85.28592592592592,\"lng\":213.07733333333337},{\"lat\":-82.85866666666666,\"lng\":224.10429629629633},{\"lat\":-82.65007407407407,\"lng\":224.72059259259262},{\"lat\":-83.90162962962962,\"lng\":235.81392592592593},{\"lat\":-86.1202962962963,\"lng\":245.86429629629637},{\"lat\":-82.37511111111111,\"lng\":228.37096296296298}]" + } + }, + { + "id": 3163, + "mapping_version_id": 419, + "floor_id": 89, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-116.82133333333333,\"lng\":219.922962962963},{\"lat\":-114.16651851851852,\"lng\":226.6074074074074},{\"lat\":-115.5128888888889,\"lng\":239.50222222222223},{\"lat\":-117.39022222222222,\"lng\":245.6746666666667},{\"lat\":-118.19614814814815,\"lng\":251.98933333333332},{\"lat\":-115.5128888888889,\"lng\":239.50222222222223},{\"lat\":-114.16651851851852,\"lng\":226.6074074074074},{\"lat\":-116.82133333333333,\"lng\":219.922962962963}]" + } + }, + { + "id": 3164, + "mapping_version_id": 419, + "floor_id": 89, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-124.58666666666664,\"lng\":206.62044444444447},{\"lat\":-125.8477037037037,\"lng\":220.96592592592594},{\"lat\":-125.71496296296294,\"lng\":233.45303703703703},{\"lat\":-121.2871111111111,\"lng\":240.0331851851852},{\"lat\":-103.02577777777778,\"lng\":248.89837037037037},{\"lat\":-91.61007407407406,\"lng\":248.6328888888889},{\"lat\":-78.31703703703704,\"lng\":250.2447407407408},{\"lat\":-79.92888888888889,\"lng\":240.30814814814818},{\"lat\":-94.96651851851851,\"lng\":227.82103703703706},{\"lat\":-106.92266666666667,\"lng\":213.3143703703704},{\"lat\":-116.992,\"lng\":208.3460740740741},{\"lat\":-124.58666666666664,\"lng\":206.62044444444447}]" + } + }, + { + "id": 3165, + "mapping_version_id": 419, + "floor_id": 89, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-220.79525925925927,\"lng\":188.0177777777778},{\"lat\":-212.71703703703704,\"lng\":177.29422222222223},{\"lat\":-207.34103703703704,\"lng\":176.4408888888889},{\"lat\":-198.53274074074073,\"lng\":181.80740740740742},{\"lat\":-200.89362962962963,\"lng\":191.26044444444446},{\"lat\":-207.34103703703704,\"lng\":194.91081481481484},{\"lat\":-215.07792592592594,\"lng\":196.63644444444446},{\"lat\":-220.79525925925927,\"lng\":188.0177777777778}]" + } + }, + { + "id": 3166, + "mapping_version_id": 419, + "floor_id": 89, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-97.78251851851851,\"lng\":132.49422222222225},{\"lat\":-93.6391111111111,\"lng\":139.0174814814815},{\"lat\":-98.22814814814815,\"lng\":151.5140740740741},{\"lat\":-103.30074074074074,\"lng\":150.73659259259261},{\"lat\":-111.70133333333332,\"lng\":145.06666666666666},{\"lat\":-112.28918518518518,\"lng\":133.25274074074076},{\"lat\":-105.84177777777778,\"lng\":129.82992592592595},{\"lat\":-99.88740740740741,\"lng\":127.87674074074074},{\"lat\":-97.78251851851851,\"lng\":132.49422222222225}]" + } } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/map_icons.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/map_icons.json index ba57bf2b6..544a9f275 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/map_icons.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/map_icons.json @@ -1454,5 +1454,148 @@ "permanent_tooltip": 0, "seasonal_index": null, "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 69, + "lat": -64.173449393162, + "lng": 276.09947370907, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.bloody_javelin", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 68, + "lat": -88.286702540339, + "lng": 280.61489663686, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.discarded_shield", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 65, + "lat": -81.273589427225, + "lng": 152.55621322164, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.discharged_anima", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 69, + "lat": -72.052111412317, + "lng": 61.291419509807, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.bloody_javelin", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 68, + "lat": -138.43339889007, + "lng": 262.6501735283, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.discarded_shield", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 65, + "lat": -226.82009132983, + "lng": 212.50419990196, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.discharged_anima", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 10, + "lat": -103.92197349347, + "lng": 296.20482916151, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 68, + "lat": -191.17636147883, + "lng": 157.55176245541, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.discarded_shield", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 65, + "lat": -172.82640038667, + "lng": 179.06967463774, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.discharged_anima", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 68, + "lat": -121.04564009441, + "lng": 140.93183428023, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.discarded_shield", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 419, + "floor_id": 89, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 69, + "lat": -147.65572566603, + "lng": 86.269131907487, + "comment": "mapping.map_icons.shadowlands.the_necrotic_wake.bloody_javelin", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/mountable_areas.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/mountable_areas.json index 1fb9be941..e511e111a 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/1/mountable_areas.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/1/mountable_areas.json @@ -47,5 +47,12 @@ "floor_id": 89, "speed": null, "vertices_json": "[{\"lat\":\"-75.541828\",\"lng\":\"173.350352\"},{\"lat\":\"-136.898946\",\"lng\":\"172.525659\"},{\"lat\":\"-151.74341\",\"lng\":\"217.059051\"},{\"lat\":\"-167.742443\",\"lng\":\"216.729174\"},{\"lat\":\"-166.257997\",\"lng\":\"163.454042\"},{\"lat\":\"-138.053515\",\"lng\":\"132.940422\"},{\"lat\":\"-131.455976\",\"lng\":\"155.372056\"},{\"lat\":\"-122.21942\",\"lng\":\"164.278735\"},{\"lat\":\"-82.304306\",\"lng\":\"163.783919\"},{\"lat\":\"-74.057381\",\"lng\":\"155.04218\"},{\"lat\":\"-70.758612\",\"lng\":\"135.579438\"},{\"lat\":\"-71.748243\",\"lng\":\"116.281635\"},{\"lat\":\"-64.490949\",\"lng\":\"112.158172\"},{\"lat\":\"-63.996134\",\"lng\":\"124.363621\"},{\"lat\":\"-32.822759\",\"lng\":\"94.674693\"},{\"lat\":\"-99.952724\",\"lng\":\"19.132865\"},{\"lat\":\"-171.37109\",\"lng\":\"85.10826\"},{\"lat\":\"-171.206151\",\"lng\":\"97.808524\"},{\"lat\":\"-151.248594\",\"lng\":\"119.250527\"},{\"lat\":\"-152.897979\",\"lng\":\"128.322144\"},{\"lat\":\"-185.885677\",\"lng\":\"153.062918\"},{\"lat\":\"-206.832865\",\"lng\":\"152.403164\"},{\"lat\":\"-233.5529\",\"lng\":\"178.628383\"},{\"lat\":\"-233.058085\",\"lng\":\"217.388928\"},{\"lat\":\"-204.358788\",\"lng\":\"245.098594\"},{\"lat\":\"-174.834798\",\"lng\":\"244.43884\"},{\"lat\":\"-166.587874\",\"lng\":\"234.047716\"},{\"lat\":\"-160.48515\",\"lng\":\"247.242795\"},{\"lat\":\"-163.948858\",\"lng\":\"297.549034\"},{\"lat\":\"-135.744376\",\"lng\":\"323.774254\"},{\"lat\":\"-122.054482\",\"lng\":\"323.774254\"},{\"lat\":\"-68.119596\",\"lng\":\"325.2587\"},{\"lat\":\"-42.55413\",\"lng\":\"294.580141\"},{\"lat\":\"-40.574868\",\"lng\":\"219.698067\"},{\"lat\":\"-55.914148\",\"lng\":\"185.720738\"}]" + }, + { + "id": 119, + "mapping_version_id": 419, + "floor_id": 89, + "speed": null, + "vertices_json": "[{\"lat\":\"-75.541828\",\"lng\":\"173.350352\"},{\"lat\":\"-136.898946\",\"lng\":\"172.525659\"},{\"lat\":\"-151.74341\",\"lng\":\"217.059051\"},{\"lat\":\"-167.742443\",\"lng\":\"216.729174\"},{\"lat\":\"-166.257997\",\"lng\":\"163.454042\"},{\"lat\":\"-138.053515\",\"lng\":\"132.940422\"},{\"lat\":\"-131.455976\",\"lng\":\"155.372056\"},{\"lat\":\"-122.21942\",\"lng\":\"164.278735\"},{\"lat\":\"-82.304306\",\"lng\":\"163.783919\"},{\"lat\":\"-74.057381\",\"lng\":\"155.04218\"},{\"lat\":\"-70.758612\",\"lng\":\"135.579438\"},{\"lat\":\"-71.748243\",\"lng\":\"116.281635\"},{\"lat\":\"-64.490949\",\"lng\":\"112.158172\"},{\"lat\":\"-63.996134\",\"lng\":\"124.363621\"},{\"lat\":\"-32.822759\",\"lng\":\"94.674693\"},{\"lat\":\"-99.952724\",\"lng\":\"19.132865\"},{\"lat\":\"-171.37109\",\"lng\":\"85.10826\"},{\"lat\":\"-171.206151\",\"lng\":\"97.808524\"},{\"lat\":\"-151.248594\",\"lng\":\"119.250527\"},{\"lat\":\"-152.897979\",\"lng\":\"128.322144\"},{\"lat\":\"-185.885677\",\"lng\":\"153.062918\"},{\"lat\":\"-206.832865\",\"lng\":\"152.403164\"},{\"lat\":\"-233.5529\",\"lng\":\"178.628383\"},{\"lat\":\"-233.058085\",\"lng\":\"217.388928\"},{\"lat\":\"-204.358788\",\"lng\":\"245.098594\"},{\"lat\":\"-174.834798\",\"lng\":\"244.43884\"},{\"lat\":\"-166.587874\",\"lng\":\"234.047716\"},{\"lat\":\"-160.48515\",\"lng\":\"247.242795\"},{\"lat\":\"-163.948858\",\"lng\":\"297.549034\"},{\"lat\":\"-135.744376\",\"lng\":\"323.774254\"},{\"lat\":\"-122.054482\",\"lng\":\"323.774254\"},{\"lat\":\"-68.119596\",\"lng\":\"325.2587\"},{\"lat\":\"-42.55413\",\"lng\":\"294.580141\"},{\"lat\":\"-40.574868\",\"lng\":\"219.698067\"},{\"lat\":\"-55.914148\",\"lng\":\"185.720738\"}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/dungeon_floor_switch_markers.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/dungeon_floor_switch_markers.json index d058b41d5..66dd81634 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/dungeon_floor_switch_markers.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/dungeon_floor_switch_markers.json @@ -152,5 +152,27 @@ "direction": null, "lat": -195.62, "lng": 197 + }, + { + "id": 1735, + "mapping_version_id": 419, + "floor_id": 90, + "source_floor_id": null, + "target_floor_id": 91, + "linked_dungeon_floor_switch_marker_id": 1736, + "direction": null, + "lat": -143.25, + "lng": 195.5 + }, + { + "id": 1737, + "mapping_version_id": 419, + "floor_id": 90, + "source_floor_id": null, + "target_floor_id": 89, + "linked_dungeon_floor_switch_marker_id": 1734, + "direction": null, + "lat": -195.62, + "lng": 197 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemies.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemies.json index 26928b572..f787b5e3a 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemies.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemies.json @@ -5734,5 +5734,917 @@ "lat": -91.306666666667, "lng": 197.21634408602, "kill_priority": null + }, + { + "id": 64217, + "mapping_version_id": 419, + "enemy_pack_id": 12852, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 90, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -172.78623655914, + "lng": 148.36989247312, + "kill_priority": null + }, + { + "id": 64218, + "mapping_version_id": 419, + "enemy_pack_id": 12852, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 90, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -183.59053763441, + "lng": 155.27913978495, + "kill_priority": null + }, + { + "id": 64219, + "mapping_version_id": 419, + "enemy_pack_id": 12853, + "enemy_patrol_id": 3167, + "npc_id": 162729, + "floor_id": 90, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.84774193548, + "lng": 187.62322580645, + "kill_priority": null + }, + { + "id": 64220, + "mapping_version_id": 419, + "enemy_pack_id": 12854, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 90, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.06322580645, + "lng": 244.03956989247, + "kill_priority": null + }, + { + "id": 64221, + "mapping_version_id": 419, + "enemy_pack_id": 12854, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 90, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -105.79956989247, + "lng": 231.69376344086, + "kill_priority": null + }, + { + "id": 64222, + "mapping_version_id": 419, + "enemy_pack_id": 12855, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 90, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.93462365591, + "lng": 144.73634408602, + "kill_priority": null + }, + { + "id": 64223, + "mapping_version_id": 419, + "enemy_pack_id": 12855, + "enemy_patrol_id": null, + "npc_id": 162729, + "floor_id": 90, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.52860215054, + "lng": 159.61462365591, + "kill_priority": null + }, + { + "id": 64258, + "mapping_version_id": 419, + "enemy_pack_id": 12861, + "enemy_patrol_id": null, + "npc_id": 165872, + "floor_id": 90, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -170.08860215054, + "lng": 243.04860215054, + "kill_priority": null + }, + { + "id": 64259, + "mapping_version_id": 419, + "enemy_pack_id": 12855, + "enemy_patrol_id": null, + "npc_id": 165872, + "floor_id": 90, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.1264516129, + "lng": 162.65634408602, + "kill_priority": null + }, + { + "id": 64309, + "mapping_version_id": 419, + "enemy_pack_id": 12852, + "enemy_patrol_id": null, + "npc_id": 173016, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -172.82752688172, + "lng": 159.44946236559, + "kill_priority": null + }, + { + "id": 64310, + "mapping_version_id": 419, + "enemy_pack_id": 12853, + "enemy_patrol_id": 3167, + "npc_id": 173016, + "floor_id": 90, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.35225806452, + "lng": 204.29075268817, + "kill_priority": null + }, + { + "id": 64311, + "mapping_version_id": 419, + "enemy_pack_id": 12854, + "enemy_patrol_id": null, + "npc_id": 173016, + "floor_id": 90, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": "inspiring", + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.87870967742, + "lng": 237.69462365591, + "kill_priority": null + }, + { + "id": 64312, + "mapping_version_id": 419, + "enemy_pack_id": 12855, + "enemy_patrol_id": null, + "npc_id": 173016, + "floor_id": 90, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -122.75612903226, + "lng": 154.85247311828, + "kill_priority": null + }, + { + "id": 64313, + "mapping_version_id": 419, + "enemy_pack_id": 12853, + "enemy_patrol_id": 3167, + "npc_id": 172981, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.86279569892, + "lng": 195.82623655914, + "kill_priority": null + }, + { + "id": 64314, + "mapping_version_id": 419, + "enemy_pack_id": 12854, + "enemy_patrol_id": null, + "npc_id": 172981, + "floor_id": 90, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -120.87053763441, + "lng": 229.20258064516, + "kill_priority": null + }, + { + "id": 64315, + "mapping_version_id": 419, + "enemy_pack_id": 12853, + "enemy_patrol_id": 3167, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.22279569892, + "lng": 192.52301075269, + "kill_priority": null + }, + { + "id": 64316, + "mapping_version_id": 419, + "enemy_pack_id": 12853, + "enemy_patrol_id": 3167, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.72817204301, + "lng": 195.59225806452, + "kill_priority": null + }, + { + "id": 64317, + "mapping_version_id": 419, + "enemy_pack_id": 12853, + "enemy_patrol_id": 3167, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.29161290323, + "lng": 198.66150537634, + "kill_priority": null + }, + { + "id": 64318, + "mapping_version_id": 419, + "enemy_pack_id": 12874, + "enemy_patrol_id": null, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -153.86150537634, + "lng": 141.8735483871, + "kill_priority": null + }, + { + "id": 64319, + "mapping_version_id": 419, + "enemy_pack_id": 12874, + "enemy_patrol_id": null, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -147.21376344086, + "lng": 141.79096774194, + "kill_priority": null + }, + { + "id": 64320, + "mapping_version_id": 419, + "enemy_pack_id": 12874, + "enemy_patrol_id": null, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -153.8752688172, + "lng": 154.27440860215, + "kill_priority": null + }, + { + "id": 64321, + "mapping_version_id": 419, + "enemy_pack_id": 12874, + "enemy_patrol_id": null, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -147.11741935484, + "lng": 147.99827956989, + "kill_priority": null + }, + { + "id": 64322, + "mapping_version_id": 419, + "enemy_pack_id": 12874, + "enemy_patrol_id": null, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -147.14494623656, + "lng": 154.10924731183, + "kill_priority": null + }, + { + "id": 64323, + "mapping_version_id": 419, + "enemy_pack_id": 12874, + "enemy_patrol_id": null, + "npc_id": 166264, + "floor_id": 90, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -153.90279569892, + "lng": 147.75053763441, + "kill_priority": null + }, + { + "id": 64324, + "mapping_version_id": 419, + "enemy_pack_id": 12861, + "enemy_patrol_id": null, + "npc_id": 165911, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -182.07655913978, + "lng": 235.63010752688, + "kill_priority": null + }, + { + "id": 64325, + "mapping_version_id": 419, + "enemy_pack_id": 12855, + "enemy_patrol_id": null, + "npc_id": 165911, + "floor_id": 90, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.95182795699, + "lng": 152.08602150538, + "kill_priority": null + }, + { + "id": 64326, + "mapping_version_id": 419, + "enemy_pack_id": 12875, + "enemy_patrol_id": null, + "npc_id": 167731, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -152.32, + "lng": 205.24043010753, + "kill_priority": null + }, + { + "id": 64327, + "mapping_version_id": 419, + "enemy_pack_id": 12875, + "enemy_patrol_id": null, + "npc_id": 173044, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -152.48516129032, + "lng": 185.57247311828, + "kill_priority": null + }, + { + "id": 64328, + "mapping_version_id": 419, + "enemy_pack_id": 12876, + "enemy_patrol_id": null, + "npc_id": 163621, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -96.02752688172, + "lng": 138.14365591398, + "kill_priority": null + }, + { + "id": 64329, + "mapping_version_id": 419, + "enemy_pack_id": 12876, + "enemy_patrol_id": null, + "npc_id": 163622, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.883870967742, + "lng": 138.70795698925, + "kill_priority": null + }, + { + "id": 64330, + "mapping_version_id": 419, + "enemy_pack_id": 12876, + "enemy_patrol_id": null, + "npc_id": 163622, + "floor_id": 90, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.003440860215, + "lng": 129.73419354839, + "kill_priority": null + }, + { + "id": 64331, + "mapping_version_id": 419, + "enemy_pack_id": 12876, + "enemy_patrol_id": null, + "npc_id": 163622, + "floor_id": 90, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.29376344086, + "lng": 128.26150537634, + "kill_priority": null + }, + { + "id": 64332, + "mapping_version_id": 419, + "enemy_pack_id": 12877, + "enemy_patrol_id": null, + "npc_id": 163623, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.223655913978, + "lng": 247.78322580645, + "kill_priority": null + }, + { + "id": 64333, + "mapping_version_id": 419, + "enemy_pack_id": 12877, + "enemy_patrol_id": null, + "npc_id": 163623, + "floor_id": 90, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -89.035698924731, + "lng": 257.69290322581, + "kill_priority": null + }, + { + "id": 64334, + "mapping_version_id": 419, + "enemy_pack_id": 12877, + "enemy_patrol_id": null, + "npc_id": 163623, + "floor_id": 90, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.697634408602, + "lng": 260.59698924731, + "kill_priority": null + }, + { + "id": 64335, + "mapping_version_id": 419, + "enemy_pack_id": 12877, + "enemy_patrol_id": null, + "npc_id": 163620, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.720430107527, + "lng": 250.26064516129, + "kill_priority": null + }, + { + "id": 64336, + "mapping_version_id": 419, + "enemy_pack_id": 12878, + "enemy_patrol_id": null, + "npc_id": 164578, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -90.769892473118, + "lng": 179.35139784946, + "kill_priority": null + }, + { + "id": 64337, + "mapping_version_id": 419, + "enemy_pack_id": 12878, + "enemy_patrol_id": null, + "npc_id": 162689, + "floor_id": 90, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.306666666667, + "lng": 197.21634408602, + "kill_priority": null } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_packs.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_packs.json index 9ee52dffc..79c598e94 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_packs.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_packs.json @@ -718,5 +718,125 @@ "color_animated": null, "label": "Imported from MDT - group 35", "vertices_json": "[{\"lat\":-92.306666666667,\"lng\":178.35139784946},{\"lat\":-89.769892473118,\"lng\":178.35139784946},{\"lat\":-89.769892473118,\"lng\":198.21634408602},{\"lat\":-92.306666666667,\"lng\":198.21634408602}]" + }, + { + "id": 12852, + "mapping_version_id": 419, + "floor_id": 90, + "group": 26, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 26", + "vertices_json": "[{\"lat\":-184.59053763441,\"lng\":147.36989247312},{\"lat\":-171.78623655914,\"lng\":147.36989247312},{\"lat\":-171.78623655914,\"lng\":160.44946236559},{\"lat\":-184.59053763441,\"lng\":160.44946236559}]" + }, + { + "id": 12853, + "mapping_version_id": 419, + "floor_id": 90, + "group": 28, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 28", + "vertices_json": "[{\"lat\":-131.86279569892,\"lng\":186.62322580645},{\"lat\":-113.22279569892,\"lng\":186.62322580645},{\"lat\":-113.22279569892,\"lng\":205.29075268817},{\"lat\":-131.86279569892,\"lng\":205.29075268817}]" + }, + { + "id": 12854, + "mapping_version_id": 419, + "floor_id": 90, + "group": 30, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 30", + "vertices_json": "[{\"lat\":-122.06322580645,\"lng\":228.20258064516},{\"lat\":-104.79956989247,\"lng\":228.20258064516},{\"lat\":-104.79956989247,\"lng\":245.03956989247},{\"lat\":-122.06322580645,\"lng\":245.03956989247}]" + }, + { + "id": 12855, + "mapping_version_id": 419, + "floor_id": 90, + "group": 31, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 31", + "vertices_json": "[{\"lat\":-123.75612903226,\"lng\":143.73634408602},{\"lat\":-102.52860215054,\"lng\":143.73634408602},{\"lat\":-102.52860215054,\"lng\":163.65634408602},{\"lat\":-123.75612903226,\"lng\":163.65634408602}]" + }, + { + "id": 12861, + "mapping_version_id": 419, + "floor_id": 90, + "group": 27, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 27", + "vertices_json": "[{\"lat\":-183.07655913978,\"lng\":234.63010752688},{\"lat\":-169.08860215054,\"lng\":234.63010752688},{\"lat\":-169.08860215054,\"lng\":244.04860215054},{\"lat\":-183.07655913978,\"lng\":244.04860215054}]" + }, + { + "id": 12874, + "mapping_version_id": 419, + "floor_id": 90, + "group": 29, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 29", + "vertices_json": "[{\"lat\":-154.90279569892,\"lng\":140.79096774194},{\"lat\":-146.11741935484,\"lng\":140.79096774194},{\"lat\":-146.11741935484,\"lng\":155.27440860215},{\"lat\":-154.90279569892,\"lng\":155.27440860215}]" + }, + { + "id": 12875, + "mapping_version_id": 419, + "floor_id": 90, + "group": 32, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 32", + "vertices_json": "[{\"lat\":-153.48516129032,\"lng\":184.57247311828},{\"lat\":-151.32,\"lng\":184.57247311828},{\"lat\":-151.32,\"lng\":206.24043010753},{\"lat\":-153.48516129032,\"lng\":206.24043010753}]" + }, + { + "id": 12876, + "mapping_version_id": 419, + "floor_id": 90, + "group": 33, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 33", + "vertices_json": "[{\"lat\":-98.29376344086,\"lng\":127.26150537634001},{\"lat\":-84.883870967742,\"lng\":127.26150537634001},{\"lat\":-84.883870967742,\"lng\":139.70795698925},{\"lat\":-98.29376344086,\"lng\":139.70795698925}]" + }, + { + "id": 12877, + "mapping_version_id": 419, + "floor_id": 90, + "group": 34, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 34", + "vertices_json": "[{\"lat\":-99.697634408602,\"lng\":246.78322580645},{\"lat\":-87.223655913978,\"lng\":246.78322580645},{\"lat\":-87.223655913978,\"lng\":261.59698924731},{\"lat\":-99.697634408602,\"lng\":261.59698924731}]" + }, + { + "id": 12878, + "mapping_version_id": 419, + "floor_id": 90, + "group": 35, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 35", + "vertices_json": "[{\"lat\":-92.306666666667,\"lng\":178.35139784946},{\"lat\":-89.769892473118,\"lng\":178.35139784946},{\"lat\":-89.769892473118,\"lng\":198.21634408602},{\"lat\":-92.306666666667,\"lng\":198.21634408602}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_patrols.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_patrols.json index 0557dd4bc..562da6988 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_patrols.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/2/enemy_patrols.json @@ -89,5 +89,18 @@ "weight": 2, "vertices_json": "[{\"lat\":-117.8425806451613,\"lng\":204.20817204301076},{\"lat\":-118.25548387096774,\"lng\":173.62580645161296},{\"lat\":-123.072688172043,\"lng\":165.6980645161291},{\"lat\":-130.72516129032257,\"lng\":159.73849462365592},{\"lat\":-141.77720430107527,\"lng\":157.89419354838714},{\"lat\":-152.55397849462366,\"lng\":157.19225806451618},{\"lat\":-162.76645161290324,\"lng\":156.47655913978497},{\"lat\":-170.84559139784946,\"lng\":153.64129032258066},{\"lat\":-162.76645161290324,\"lng\":156.47655913978497},{\"lat\":-152.55397849462366,\"lng\":157.19225806451618},{\"lat\":-141.77720430107527,\"lng\":157.89419354838714},{\"lat\":-130.72516129032257,\"lng\":159.73849462365592},{\"lat\":-123.072688172043,\"lng\":165.6980645161291},{\"lat\":-118.25548387096774,\"lng\":173.62580645161296},{\"lat\":-118.22795698924733,\"lng\":215.5767741935484},{\"lat\":-123.9810752688172,\"lng\":222.43096774193552},{\"lat\":-130.21591397849463,\"lng\":228.77591397849469},{\"lat\":-138.90064516129033,\"lng\":233.45548387096775},{\"lat\":-147.14494623655915,\"lng\":236.80000000000004},{\"lat\":-157.05462365591396,\"lng\":236.34580645161296},{\"lat\":-172.31827956989247,\"lng\":234.90064516129036},{\"lat\":-157.05462365591396,\"lng\":236.34580645161296},{\"lat\":-147.14494623655915,\"lng\":236.80000000000004},{\"lat\":-138.90064516129033,\"lng\":233.45548387096775},{\"lat\":-130.21591397849463,\"lng\":228.77591397849469},{\"lat\":-123.76086021505375,\"lng\":219.98107526881728},{\"lat\":-118.22795698924733,\"lng\":215.5767741935484},{\"lat\":-117.8425806451613,\"lng\":204.20817204301076}]" } + }, + { + "id": 3167, + "mapping_version_id": 419, + "floor_id": 90, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-117.8425806451613,\"lng\":204.20817204301076},{\"lat\":-118.25548387096774,\"lng\":173.62580645161296},{\"lat\":-123.072688172043,\"lng\":165.6980645161291},{\"lat\":-130.72516129032257,\"lng\":159.73849462365592},{\"lat\":-141.77720430107527,\"lng\":157.89419354838714},{\"lat\":-152.55397849462366,\"lng\":157.19225806451618},{\"lat\":-162.76645161290324,\"lng\":156.47655913978497},{\"lat\":-170.84559139784946,\"lng\":153.64129032258066},{\"lat\":-162.76645161290324,\"lng\":156.47655913978497},{\"lat\":-152.55397849462366,\"lng\":157.19225806451618},{\"lat\":-141.77720430107527,\"lng\":157.89419354838714},{\"lat\":-130.72516129032257,\"lng\":159.73849462365592},{\"lat\":-123.072688172043,\"lng\":165.6980645161291},{\"lat\":-118.25548387096774,\"lng\":173.62580645161296},{\"lat\":-118.22795698924733,\"lng\":215.5767741935484},{\"lat\":-123.9810752688172,\"lng\":222.43096774193552},{\"lat\":-130.21591397849463,\"lng\":228.77591397849469},{\"lat\":-138.90064516129033,\"lng\":233.45548387096775},{\"lat\":-147.14494623655915,\"lng\":236.80000000000004},{\"lat\":-157.05462365591396,\"lng\":236.34580645161296},{\"lat\":-172.31827956989247,\"lng\":234.90064516129036},{\"lat\":-157.05462365591396,\"lng\":236.34580645161296},{\"lat\":-147.14494623655915,\"lng\":236.80000000000004},{\"lat\":-138.90064516129033,\"lng\":233.45548387096775},{\"lat\":-130.21591397849463,\"lng\":228.77591397849469},{\"lat\":-123.76086021505375,\"lng\":219.98107526881728},{\"lat\":-118.22795698924733,\"lng\":215.5767741935484},{\"lat\":-117.8425806451613,\"lng\":204.20817204301076}]" + } } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/3/dungeon_floor_switch_markers.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/3/dungeon_floor_switch_markers.json index 8e48ea94e..363daa9d1 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/3/dungeon_floor_switch_markers.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/3/dungeon_floor_switch_markers.json @@ -75,5 +75,16 @@ "direction": null, "lat": -145, "lng": 194 + }, + { + "id": 1736, + "mapping_version_id": 419, + "floor_id": 91, + "source_floor_id": null, + "target_floor_id": 90, + "linked_dungeon_floor_switch_marker_id": 1735, + "direction": null, + "lat": -145, + "lng": 194 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_union_areas.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_union_areas.json index 168eec54d..713501839 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_union_areas.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_union_areas.json @@ -82,5 +82,19 @@ "floor_id": 305, "floor_union_id": 394, "vertices_json": "[{\"lat\":\"-256.803867\",\"lng\":\"264.766777\"},{\"lat\":\"-151.864081\",\"lng\":\"262.77605\"},{\"lat\":\"-152.14847\",\"lng\":\"384.779215\"},{\"lat\":\"-257.372646\",\"lng\":\"385.916774\"}]" + }, + { + "id": 383, + "mapping_version_id": 419, + "floor_id": 305, + "floor_union_id": 401, + "vertices_json": "[{\"lat\":\"0.813041\",\"lng\":\"-1.626083\"},{\"lat\":\"-256.921066\",\"lng\":\"-0.813041\"},{\"lat\":\"-256.514545\",\"lng\":\"265.864521\"},{\"lat\":\"-153.664815\",\"lng\":\"264.238438\"},{\"lat\":\"-153.258294\",\"lng\":\"383.755516\"},{\"lat\":\"1.219562\",\"lng\":\"382.942475\"}]" + }, + { + "id": 384, + "mapping_version_id": 419, + "floor_id": 305, + "floor_union_id": 402, + "vertices_json": "[{\"lat\":\"-256.803867\",\"lng\":\"264.766777\"},{\"lat\":\"-151.864081\",\"lng\":\"262.77605\"},{\"lat\":\"-152.14847\",\"lng\":\"384.779215\"},{\"lat\":\"-257.372646\",\"lng\":\"385.916774\"}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_unions.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_unions.json index 1398a5031..f6206e83a 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_unions.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/4/floor_unions.json @@ -118,5 +118,25 @@ "lng": 324.96, "size": 186, "rotation": 0 + }, + { + "id": 401, + "mapping_version_id": 419, + "floor_id": 305, + "target_floor_id": 89, + "lat": -121.9, + "lng": 208.17, + "size": 270, + "rotation": 0 + }, + { + "id": 402, + "mapping_version_id": 419, + "floor_id": 305, + "target_floor_id": 90, + "lat": -193.37, + "lng": 324.96, + "size": 186, + "rotation": 0 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/shadowlands/necroticwake_a/npcs.json b/database/seeders/dungeondata/shadowlands/necroticwake_a/npcs.json index 17d85f566..6c4917408 100644 --- a/database/seeders/dungeondata/shadowlands/necroticwake_a/npcs.json +++ b/database/seeders/dungeondata/shadowlands/necroticwake_a/npcs.json @@ -8,7 +8,7 @@ "display_id": 96477, "encounter_id": 2392, "name": "Surgeon Stitchflesh", - "base_health": 85930569, + "base_health": 68798844, "health_percentage": null, "level": 60, "mdt_scale": 1.5, @@ -273,6 +273,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17154, + "mapping_version_id": 419, + "npc_id": 162729, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17074, "mapping_version_id": 409, @@ -397,6 +404,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17157, + "mapping_version_id": 419, + "npc_id": 163121, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 17077, "mapping_version_id": 409, @@ -701,6 +715,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17160, + "mapping_version_id": 419, + "npc_id": 163128, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17080, "mapping_version_id": 409, @@ -912,6 +933,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17162, + "mapping_version_id": 419, + "npc_id": 163618, + "enemy_forces": 8, + "enemy_forces_teeming": null + }, { "id": 17082, "mapping_version_id": 409, @@ -1036,6 +1064,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17161, + "mapping_version_id": 419, + "npc_id": 163619, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17081, "mapping_version_id": 409, @@ -1121,6 +1156,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17174, + "mapping_version_id": 419, + "npc_id": 163620, + "enemy_forces": 6, + "enemy_forces_teeming": null + }, { "id": 17094, "mapping_version_id": 409, @@ -1203,6 +1245,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17173, + "mapping_version_id": 419, + "npc_id": 163621, + "enemy_forces": 6, + "enemy_forces_teeming": null + }, { "id": 17093, "mapping_version_id": 409, @@ -1487,7 +1536,7 @@ "display_id": 96218, "encounter_id": null, "name": "Stitchflesh's Creation", - "base_health": 47739204, + "base_health": 39817642, "health_percentage": null, "level": 60, "mdt_scale": 1.5, @@ -1662,6 +1711,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17158, + "mapping_version_id": 419, + "npc_id": 165137, + "enemy_forces": 18, + "enemy_forces_teeming": null + }, { "id": 17078, "mapping_version_id": 409, @@ -1789,6 +1845,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17155, + "mapping_version_id": 419, + "npc_id": 165138, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17075, "mapping_version_id": 409, @@ -1877,6 +1940,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17166, + "mapping_version_id": 419, + "npc_id": 165197, + "enemy_forces": 24, + "enemy_forces_teeming": null + }, { "id": 17086, "mapping_version_id": 409, @@ -2004,6 +2074,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17164, + "mapping_version_id": 419, + "npc_id": 165222, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17084, "mapping_version_id": 409, @@ -2183,6 +2260,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17165, + "mapping_version_id": 419, + "npc_id": 165824, + "enemy_forces": 20, + "enemy_forces_teeming": null + }, { "id": 17085, "mapping_version_id": 409, @@ -2319,6 +2403,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17159, + "mapping_version_id": 419, + "npc_id": 165872, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17079, "mapping_version_id": 409, @@ -2446,6 +2537,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17170, + "mapping_version_id": 419, + "npc_id": 165911, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17090, "mapping_version_id": 409, @@ -2528,6 +2626,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17163, + "mapping_version_id": 419, + "npc_id": 165919, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 17083, "mapping_version_id": 409, @@ -2838,6 +2943,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17156, + "mapping_version_id": 419, + "npc_id": 166302, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17076, "mapping_version_id": 409, @@ -3032,6 +3144,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17171, + "mapping_version_id": 419, + "npc_id": 167731, + "enemy_forces": 8, + "enemy_forces_teeming": null + }, { "id": 17091, "mapping_version_id": 409, @@ -3293,7 +3412,7 @@ "display_id": 96132, "encounter_id": null, "name": "Shuffling Corpse", - "base_health": 6545484, + "base_health": 7167175, "health_percentage": null, "level": 60, "mdt_scale": 0.7, @@ -3357,6 +3476,13 @@ ], "npc_spells": [], "npc_enemy_forces": [ + { + "id": 17167, + "mapping_version_id": 419, + "npc_id": 171500, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17087, "mapping_version_id": 409, @@ -3486,6 +3612,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17169, + "mapping_version_id": 419, + "npc_id": 172981, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 17089, "mapping_version_id": 409, @@ -3619,6 +3752,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17168, + "mapping_version_id": 419, + "npc_id": 173016, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17088, "mapping_version_id": 409, @@ -3713,6 +3853,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17172, + "mapping_version_id": 419, + "npc_id": 173044, + "enemy_forces": 8, + "enemy_forces_teeming": null + }, { "id": 17092, "mapping_version_id": 409, diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/dungeon_floor_switch_markers.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/dungeon_floor_switch_markers.json index 02030f5d0..29e14b78e 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/dungeon_floor_switch_markers.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/dungeon_floor_switch_markers.json @@ -86,5 +86,16 @@ "direction": null, "lat": -154.77, "lng": 44.6 + }, + { + "id": 1732, + "mapping_version_id": 418, + "floor_id": 282, + "source_floor_id": null, + "target_floor_id": 283, + "linked_dungeon_floor_switch_marker_id": 1733, + "direction": null, + "lat": -154.77, + "lng": 44.6 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemies.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemies.json index 0863af06d..9acd78ec0 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemies.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemies.json @@ -35806,5 +35806,4421 @@ "lat": -101.0944, "lng": 75.4432, "kill_priority": null + }, + { + "id": 63973, + "mapping_version_id": 418, + "enemy_pack_id": 12779, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.1376, + "lng": 291.7888, + "kill_priority": 0 + }, + { + "id": 63974, + "mapping_version_id": 418, + "enemy_pack_id": 12780, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -165.4528, + "lng": 312.20906666667, + "kill_priority": null + }, + { + "id": 63975, + "mapping_version_id": 418, + "enemy_pack_id": 12781, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -171.65653333333, + "lng": 292.48, + "kill_priority": null + }, + { + "id": 63976, + "mapping_version_id": 418, + "enemy_pack_id": 12782, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -149.15413333333, + "lng": 284.21973333333, + "kill_priority": null + }, + { + "id": 63977, + "mapping_version_id": 418, + "enemy_pack_id": 12782, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -152.87466666667, + "lng": 284.11733333333, + "kill_priority": null + }, + { + "id": 63978, + "mapping_version_id": 418, + "enemy_pack_id": 12782, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -150.99733333333, + "lng": 287.4624, + "kill_priority": null + }, + { + "id": 63979, + "mapping_version_id": 418, + "enemy_pack_id": 12783, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -180.5568, + "lng": 284.9536, + "kill_priority": 0 + }, + { + "id": 63980, + "mapping_version_id": 418, + "enemy_pack_id": 12783, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -177.32266666667, + "lng": 281.94986666667, + "kill_priority": 0 + }, + { + "id": 63981, + "mapping_version_id": 418, + "enemy_pack_id": 12784, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -158.9504, + "lng": 263.79946666667, + "kill_priority": 0 + }, + { + "id": 63982, + "mapping_version_id": 418, + "enemy_pack_id": 12784, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -158.72, + "lng": 267.8784, + "kill_priority": 0 + }, + { + "id": 63983, + "mapping_version_id": 418, + "enemy_pack_id": 12785, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.7184, + "lng": 267.48586666667, + "kill_priority": null + }, + { + "id": 63984, + "mapping_version_id": 418, + "enemy_pack_id": 12786, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.82666666667, + "lng": 316.9792, + "kill_priority": 0 + }, + { + "id": 63985, + "mapping_version_id": 418, + "enemy_pack_id": 12786, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.61706666667, + "lng": 313.53173333333, + "kill_priority": 0 + }, + { + "id": 63986, + "mapping_version_id": 418, + "enemy_pack_id": 12786, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -124.27946666667, + "lng": 309.75146666667, + "kill_priority": 0 + }, + { + "id": 63987, + "mapping_version_id": 418, + "enemy_pack_id": 12787, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -105.69386666667, + "lng": 282.5216, + "kill_priority": null + }, + { + "id": 63988, + "mapping_version_id": 418, + "enemy_pack_id": 12788, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.973333333333, + "lng": 286.03733333333, + "kill_priority": null + }, + { + "id": 63989, + "mapping_version_id": 418, + "enemy_pack_id": 12788, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.638933333333, + "lng": 282.06933333333, + "kill_priority": null + }, + { + "id": 63990, + "mapping_version_id": 418, + "enemy_pack_id": 12788, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.7392, + "lng": 283.392, + "kill_priority": null + }, + { + "id": 63991, + "mapping_version_id": 418, + "enemy_pack_id": 12789, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.3584, + "lng": 247.97866666667, + "kill_priority": null + }, + { + "id": 63992, + "mapping_version_id": 418, + "enemy_pack_id": 12789, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.1744, + "lng": 244.18986666667, + "kill_priority": null + }, + { + "id": 63993, + "mapping_version_id": 418, + "enemy_pack_id": 12789, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.998933333333, + "lng": 240.7168, + "kill_priority": null + }, + { + "id": 63994, + "mapping_version_id": 418, + "enemy_pack_id": 12790, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.176, + "lng": 219.0592, + "kill_priority": null + }, + { + "id": 63995, + "mapping_version_id": 418, + "enemy_pack_id": 12790, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.33173333333, + "lng": 218.27413333333, + "kill_priority": null + }, + { + "id": 63996, + "mapping_version_id": 418, + "enemy_pack_id": 12790, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -122.4192, + "lng": 217.81333333333, + "kill_priority": null + }, + { + "id": 63997, + "mapping_version_id": 418, + "enemy_pack_id": 12791, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 26, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -132.43733333333, + "lng": 222.40426666667, + "kill_priority": null + }, + { + "id": 63998, + "mapping_version_id": 418, + "enemy_pack_id": 12791, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 27, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -135.7568, + "lng": 226.2784, + "kill_priority": null + }, + { + "id": 63999, + "mapping_version_id": 418, + "enemy_pack_id": 12791, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.90133333333, + "lng": 226.90986666667, + "kill_priority": null + }, + { + "id": 64000, + "mapping_version_id": 418, + "enemy_pack_id": 12792, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 29, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.27253333333, + "lng": 229.36746666667, + "kill_priority": null + }, + { + "id": 64001, + "mapping_version_id": 418, + "enemy_pack_id": 12793, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 30, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -115.6663461757, + "lng": 243.28742107873, + "kill_priority": 0 + }, + { + "id": 64002, + "mapping_version_id": 418, + "enemy_pack_id": 12793, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 31, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.38041026267, + "lng": 244.49469107046, + "kill_priority": 0 + }, + { + "id": 64003, + "mapping_version_id": 418, + "enemy_pack_id": 12793, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 32, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.60799075858, + "lng": 247.29353080194, + "kill_priority": 0 + }, + { + "id": 64004, + "mapping_version_id": 418, + "enemy_pack_id": 12779, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 33, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.54506666667, + "lng": 294.92053333333, + "kill_priority": 0 + }, + { + "id": 64005, + "mapping_version_id": 418, + "enemy_pack_id": 12794, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 34, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -51.908266666667, + "lng": 194.9696, + "kill_priority": null + }, + { + "id": 64006, + "mapping_version_id": 418, + "enemy_pack_id": 12780, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 35, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -169.77066666667, + "lng": 310.8608, + "kill_priority": null + }, + { + "id": 64007, + "mapping_version_id": 418, + "enemy_pack_id": 12780, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 36, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -168.95146666667, + "lng": 315.1872, + "kill_priority": null + }, + { + "id": 64008, + "mapping_version_id": 418, + "enemy_pack_id": 12781, + "enemy_patrol_id": null, + "npc_id": 216336, + "floor_id": 282, + "mdt_id": 37, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -168.84053333333, + "lng": 288.7168, + "kill_priority": null + }, + { + "id": 64009, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -179.23413333333, + "lng": 273.4848, + "kill_priority": null + }, + { + "id": 64010, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -162.048, + "lng": 320.88746666667, + "kill_priority": null + }, + { + "id": 64011, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -147.23413333333, + "lng": 323.37066666667, + "kill_priority": null + }, + { + "id": 64012, + "mapping_version_id": 418, + "enemy_pack_id": 12795, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -139.0592, + "lng": 311.00586666667, + "kill_priority": null + }, + { + "id": 64013, + "mapping_version_id": 418, + "enemy_pack_id": 12795, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -137.41226666667, + "lng": 307.456, + "kill_priority": null + }, + { + "id": 64014, + "mapping_version_id": 418, + "enemy_pack_id": 12796, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.85813333333, + "lng": 254.60053333333, + "kill_priority": null + }, + { + "id": 64015, + "mapping_version_id": 418, + "enemy_pack_id": 12796, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -137.99253333333, + "lng": 251.52853333333, + "kill_priority": null + }, + { + "id": 64016, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.6624, + "lng": 258.75626666667, + "kill_priority": null + }, + { + "id": 64017, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -116.05333333333, + "lng": 297.2672, + "kill_priority": null + }, + { + "id": 64018, + "mapping_version_id": 418, + "enemy_pack_id": 12797, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.2448, + "lng": 305.97973333333, + "kill_priority": 0 + }, + { + "id": 64019, + "mapping_version_id": 418, + "enemy_pack_id": 12797, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.40693333333, + "lng": 314.3168, + "kill_priority": 0 + }, + { + "id": 64020, + "mapping_version_id": 418, + "enemy_pack_id": 12797, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.36426666667, + "lng": 310.2976, + "kill_priority": 0 + }, + { + "id": 64021, + "mapping_version_id": 418, + "enemy_pack_id": 12798, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.4384, + "lng": 294.17813333333, + "kill_priority": null + }, + { + "id": 64022, + "mapping_version_id": 418, + "enemy_pack_id": 12798, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.571733333333, + "lng": 290.19306666667, + "kill_priority": null + }, + { + "id": 64023, + "mapping_version_id": 418, + "enemy_pack_id": 12798, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.6096, + "lng": 293.70026666667, + "kill_priority": null + }, + { + "id": 64024, + "mapping_version_id": 418, + "enemy_pack_id": 12799, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -104.9856, + "lng": 276.0448, + "kill_priority": null + }, + { + "id": 64025, + "mapping_version_id": 418, + "enemy_pack_id": 12799, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.52693333333, + "lng": 278.9632, + "kill_priority": null + }, + { + "id": 64026, + "mapping_version_id": 418, + "enemy_pack_id": 12800, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -61.934933333333, + "lng": 263.3216, + "kill_priority": null + }, + { + "id": 64027, + "mapping_version_id": 418, + "enemy_pack_id": 12800, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.472533333333, + "lng": 267.84426666667, + "kill_priority": null + }, + { + "id": 64028, + "mapping_version_id": 418, + "enemy_pack_id": 12800, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.2592, + "lng": 272.34986666667, + "kill_priority": null + }, + { + "id": 64029, + "mapping_version_id": 418, + "enemy_pack_id": 12801, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -61.0816, + "lng": 291.5584, + "kill_priority": null + }, + { + "id": 64030, + "mapping_version_id": 418, + "enemy_pack_id": 12801, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -58.487466666667, + "lng": 294.45973333333, + "kill_priority": null + }, + { + "id": 64031, + "mapping_version_id": 418, + "enemy_pack_id": 12801, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -60.3648, + "lng": 298.14613333333, + "kill_priority": null + }, + { + "id": 64032, + "mapping_version_id": 418, + "enemy_pack_id": 12802, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 26, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.4816, + "lng": 232.4224, + "kill_priority": null + }, + { + "id": 64033, + "mapping_version_id": 418, + "enemy_pack_id": 12802, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 27, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -87.227733333333, + "lng": 233.56586666667, + "kill_priority": null + }, + { + "id": 64034, + "mapping_version_id": 418, + "enemy_pack_id": 12802, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -79.189333333333, + "lng": 231.66293333333, + "kill_priority": null + }, + { + "id": 64035, + "mapping_version_id": 418, + "enemy_pack_id": 12803, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 29, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -131.49866666667, + "lng": 240.86186666667, + "kill_priority": null + }, + { + "id": 64036, + "mapping_version_id": 418, + "enemy_pack_id": 12803, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 30, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -134.98026666667, + "lng": 238.03733333333, + "kill_priority": null + }, + { + "id": 64037, + "mapping_version_id": 418, + "enemy_pack_id": 12804, + "enemy_patrol_id": 3150, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 31, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.77066666667, + "lng": 234.32533333333, + "kill_priority": null + }, + { + "id": 64038, + "mapping_version_id": 418, + "enemy_pack_id": 12804, + "enemy_patrol_id": 3150, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 32, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -123.4176, + "lng": 229.80266666667, + "kill_priority": null + }, + { + "id": 64039, + "mapping_version_id": 418, + "enemy_pack_id": 12805, + "enemy_patrol_id": 3152, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 33, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.2656, + "lng": 255.32586666667, + "kill_priority": null + }, + { + "id": 64040, + "mapping_version_id": 418, + "enemy_pack_id": 12805, + "enemy_patrol_id": 3152, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 34, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -105.728, + "lng": 259.75466666667, + "kill_priority": null + }, + { + "id": 64041, + "mapping_version_id": 418, + "enemy_pack_id": 12805, + "enemy_patrol_id": 3152, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 35, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -110.24213333333, + "lng": 257.8944, + "kill_priority": null + }, + { + "id": 64042, + "mapping_version_id": 418, + "enemy_pack_id": 12806, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 36, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -94.139733333333, + "lng": 246.9632, + "kill_priority": null + }, + { + "id": 64043, + "mapping_version_id": 418, + "enemy_pack_id": 12806, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 37, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.296533333333, + "lng": 251.10186666667, + "kill_priority": null + }, + { + "id": 64044, + "mapping_version_id": 418, + "enemy_pack_id": 12806, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 38, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -94.523733333333, + "lng": 255.22346666667, + "kill_priority": null + }, + { + "id": 64045, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 39, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -158.7456, + "lng": 294.15253333333, + "kill_priority": null + }, + { + "id": 64046, + "mapping_version_id": 418, + "enemy_pack_id": 12807, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 40, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.41866666667, + "lng": 323.26826666667, + "kill_priority": null + }, + { + "id": 64047, + "mapping_version_id": 418, + "enemy_pack_id": 12807, + "enemy_patrol_id": null, + "npc_id": 216341, + "floor_id": 282, + "mdt_id": 41, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -105.0368, + "lng": 323.6608, + "kill_priority": null + }, + { + "id": 64048, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -150.86933333333, + "lng": 310.51093333333, + "kill_priority": null + }, + { + "id": 64049, + "mapping_version_id": 418, + "enemy_pack_id": 12808, + "enemy_patrol_id": null, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.182933333333, + "lng": 312.91733333333, + "kill_priority": 0 + }, + { + "id": 64050, + "mapping_version_id": 418, + "enemy_pack_id": 12808, + "enemy_patrol_id": null, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.191466666667, + "lng": 307.90826666667, + "kill_priority": 0 + }, + { + "id": 64051, + "mapping_version_id": 418, + "enemy_pack_id": 12801, + "enemy_patrol_id": null, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.146666666667, + "lng": 294.92906666667, + "kill_priority": null + }, + { + "id": 64052, + "mapping_version_id": 418, + "enemy_pack_id": 12792, + "enemy_patrol_id": null, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.57653333333, + "lng": 225.96266666667, + "kill_priority": null + }, + { + "id": 64053, + "mapping_version_id": 418, + "enemy_pack_id": 12804, + "enemy_patrol_id": 3150, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.43413333333, + "lng": 230.31466666667, + "kill_priority": null + }, + { + "id": 64054, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.9888, + "lng": 259.3024, + "kill_priority": 0 + }, + { + "id": 64055, + "mapping_version_id": 418, + "enemy_pack_id": 12806, + "enemy_patrol_id": null, + "npc_id": 216293, + "floor_id": 282, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.3824, + "lng": 250.88853333333, + "kill_priority": null + }, + { + "id": 64056, + "mapping_version_id": 418, + "enemy_pack_id": 12779, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.9136, + "lng": 290.85866666667, + "kill_priority": 0 + }, + { + "id": 64057, + "mapping_version_id": 418, + "enemy_pack_id": 12784, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -154.81173333333, + "lng": 265.2672, + "kill_priority": 0 + }, + { + "id": 64058, + "mapping_version_id": 418, + "enemy_pack_id": 12809, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -136.63089601031, + "lng": 283.81844457166, + "kill_priority": 0 + }, + { + "id": 64059, + "mapping_version_id": 418, + "enemy_pack_id": 12809, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -139.66355408511, + "lng": 286.32605279342, + "kill_priority": 0 + }, + { + "id": 64060, + "mapping_version_id": 418, + "enemy_pack_id": 12785, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.4656, + "lng": 270.91626666667, + "kill_priority": null + }, + { + "id": 64061, + "mapping_version_id": 418, + "enemy_pack_id": 12785, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -139.88693333333, + "lng": 267.17013333333, + "kill_priority": null + }, + { + "id": 64062, + "mapping_version_id": 418, + "enemy_pack_id": 12786, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -117.08586666667, + "lng": 313.20746666667, + "kill_priority": 0 + }, + { + "id": 64063, + "mapping_version_id": 418, + "enemy_pack_id": 12786, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.8592, + "lng": 309.58933333333, + "kill_priority": 0 + }, + { + "id": 64064, + "mapping_version_id": 418, + "enemy_pack_id": 12787, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.3232, + "lng": 279.424, + "kill_priority": null + }, + { + "id": 64065, + "mapping_version_id": 418, + "enemy_pack_id": 12810, + "enemy_patrol_id": 3151, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.896, + "lng": 266.3168, + "kill_priority": null + }, + { + "id": 64066, + "mapping_version_id": 418, + "enemy_pack_id": 12810, + "enemy_patrol_id": 3151, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.009066666667, + "lng": 264.49066666667, + "kill_priority": null + }, + { + "id": 64067, + "mapping_version_id": 418, + "enemy_pack_id": 12810, + "enemy_patrol_id": 3151, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.872533333333, + "lng": 268.8256, + "kill_priority": null + }, + { + "id": 64068, + "mapping_version_id": 418, + "enemy_pack_id": 12811, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -72.772266666667, + "lng": 311.1168, + "kill_priority": 0 + }, + { + "id": 64069, + "mapping_version_id": 418, + "enemy_pack_id": 12811, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -72.072533333333, + "lng": 307.54986666667, + "kill_priority": 0 + }, + { + "id": 64070, + "mapping_version_id": 418, + "enemy_pack_id": 12789, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.549333333333, + "lng": 243.49866666667, + "kill_priority": null + }, + { + "id": 64071, + "mapping_version_id": 418, + "enemy_pack_id": 12789, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.9984, + "lng": 239.8976, + "kill_priority": null + }, + { + "id": 64072, + "mapping_version_id": 418, + "enemy_pack_id": 12805, + "enemy_patrol_id": 3152, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.10826666667, + "lng": 263.68853333333, + "kill_priority": 0 + }, + { + "id": 64073, + "mapping_version_id": 418, + "enemy_pack_id": 12805, + "enemy_patrol_id": 3152, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -122.8288, + "lng": 262.272, + "kill_priority": 0 + }, + { + "id": 64074, + "mapping_version_id": 418, + "enemy_pack_id": 12812, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -100.736, + "lng": 237.43146666667, + "kill_priority": null + }, + { + "id": 64075, + "mapping_version_id": 418, + "enemy_pack_id": 12812, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.00586666667, + "lng": 240.5632, + "kill_priority": null + }, + { + "id": 64076, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 214840, + "floor_id": 282, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.0016, + "lng": 306.5344, + "kill_priority": null + }, + { + "id": 64077, + "mapping_version_id": 418, + "enemy_pack_id": 12813, + "enemy_patrol_id": null, + "npc_id": 217533, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -46.122666666667, + "lng": 322.2784, + "kill_priority": null + }, + { + "id": 64078, + "mapping_version_id": 418, + "enemy_pack_id": 12800, + "enemy_patrol_id": null, + "npc_id": 218324, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -55.6544, + "lng": 268.40746666667, + "kill_priority": null + }, + { + "id": 64079, + "mapping_version_id": 418, + "enemy_pack_id": 12790, + "enemy_patrol_id": null, + "npc_id": 217531, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -116.06186666667, + "lng": 211.1232, + "kill_priority": null + }, + { + "id": 64080, + "mapping_version_id": 418, + "enemy_pack_id": 12794, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -48.597333333333, + "lng": 196.8384, + "kill_priority": null + }, + { + "id": 64081, + "mapping_version_id": 418, + "enemy_pack_id": 12794, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -54.314666666667, + "lng": 197.70026666667, + "kill_priority": null + }, + { + "id": 64082, + "mapping_version_id": 418, + "enemy_pack_id": 12794, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -51.165866666667, + "lng": 198.69013333333, + "kill_priority": null + }, + { + "id": 64083, + "mapping_version_id": 418, + "enemy_pack_id": 12814, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.0784, + "lng": 183.99573333333, + "kill_priority": null + }, + { + "id": 64084, + "mapping_version_id": 418, + "enemy_pack_id": 12814, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -67.336533333333, + "lng": 177.408, + "kill_priority": null + }, + { + "id": 64085, + "mapping_version_id": 418, + "enemy_pack_id": 12815, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.650133333333, + "lng": 157.85813333333, + "kill_priority": null + }, + { + "id": 64086, + "mapping_version_id": 418, + "enemy_pack_id": 12815, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -71.586133333333, + "lng": 161.21173333333, + "kill_priority": null + }, + { + "id": 64087, + "mapping_version_id": 418, + "enemy_pack_id": 12816, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -79.863466666667, + "lng": 146.11626666667, + "kill_priority": null + }, + { + "id": 64088, + "mapping_version_id": 418, + "enemy_pack_id": 12816, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -81.186133333333, + "lng": 149.3248, + "kill_priority": null + }, + { + "id": 64089, + "mapping_version_id": 418, + "enemy_pack_id": 12816, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -81.211733333333, + "lng": 156.37333333333, + "kill_priority": null + }, + { + "id": 64090, + "mapping_version_id": 418, + "enemy_pack_id": 12816, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -81.664, + "lng": 152.66133333333, + "kill_priority": null + }, + { + "id": 64091, + "mapping_version_id": 418, + "enemy_pack_id": 12817, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -89.4464, + "lng": 153.3696, + "kill_priority": null + }, + { + "id": 64092, + "mapping_version_id": 418, + "enemy_pack_id": 12817, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.177066666667, + "lng": 152.20053333333, + "kill_priority": null + }, + { + "id": 64093, + "mapping_version_id": 418, + "enemy_pack_id": 12817, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.6992, + "lng": 146.92693333333, + "kill_priority": null + }, + { + "id": 64094, + "mapping_version_id": 418, + "enemy_pack_id": 12817, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.970666666667, + "lng": 149.48693333333, + "kill_priority": null + }, + { + "id": 64095, + "mapping_version_id": 418, + "enemy_pack_id": 12818, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.647466666667, + "lng": 133.25653333333, + "kill_priority": 0 + }, + { + "id": 64096, + "mapping_version_id": 418, + "enemy_pack_id": 12818, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.1472, + "lng": 135.7056, + "kill_priority": 0 + }, + { + "id": 64097, + "mapping_version_id": 418, + "enemy_pack_id": 12818, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -89.6256, + "lng": 131.49866666667, + "kill_priority": 0 + }, + { + "id": 64098, + "mapping_version_id": 418, + "enemy_pack_id": 12818, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.893866666667, + "lng": 130.39786666667, + "kill_priority": 0 + }, + { + "id": 64099, + "mapping_version_id": 418, + "enemy_pack_id": 12819, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.17706666667, + "lng": 144.16213333333, + "kill_priority": null + }, + { + "id": 64100, + "mapping_version_id": 418, + "enemy_pack_id": 12819, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.40906666667, + "lng": 137.36106666667, + "kill_priority": null + }, + { + "id": 64101, + "mapping_version_id": 418, + "enemy_pack_id": 12819, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -110.83946666667, + "lng": 143.54773333333, + "kill_priority": null + }, + { + "id": 64102, + "mapping_version_id": 418, + "enemy_pack_id": 12820, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -69.632, + "lng": 77.687466666667, + "kill_priority": null + }, + { + "id": 64103, + "mapping_version_id": 418, + "enemy_pack_id": 12820, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 26, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -67.6096, + "lng": 81.928533333333, + "kill_priority": null + }, + { + "id": 64104, + "mapping_version_id": 418, + "enemy_pack_id": 12820, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 27, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -66.466133333333, + "lng": 74.3936, + "kill_priority": null + }, + { + "id": 64105, + "mapping_version_id": 418, + "enemy_pack_id": 12820, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.803733333333, + "lng": 82.133333333333, + "kill_priority": null + }, + { + "id": 64106, + "mapping_version_id": 418, + "enemy_pack_id": 12820, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 29, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.199466666667, + "lng": 75.400533333333, + "kill_priority": null + }, + { + "id": 64107, + "mapping_version_id": 418, + "enemy_pack_id": 12820, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 30, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -60.987733333333, + "lng": 79.214933333333, + "kill_priority": null + }, + { + "id": 64108, + "mapping_version_id": 418, + "enemy_pack_id": 12821, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 33, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -61.610666666667, + "lng": 110.9504, + "kill_priority": null + }, + { + "id": 64109, + "mapping_version_id": 418, + "enemy_pack_id": 12821, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 34, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -64.9216, + "lng": 111.5392, + "kill_priority": null + }, + { + "id": 64110, + "mapping_version_id": 418, + "enemy_pack_id": 12821, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 35, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -59.246933333333, + "lng": 116.5568, + "kill_priority": null + }, + { + "id": 64111, + "mapping_version_id": 418, + "enemy_pack_id": 12821, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 36, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -59.178666666667, + "lng": 113.18613333333, + "kill_priority": null + }, + { + "id": 64112, + "mapping_version_id": 418, + "enemy_pack_id": 12822, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 37, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -68.386133333333, + "lng": 127.7952, + "kill_priority": null + }, + { + "id": 64113, + "mapping_version_id": 418, + "enemy_pack_id": 12822, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 38, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -71.68, + "lng": 127.40266666667, + "kill_priority": null + }, + { + "id": 64114, + "mapping_version_id": 418, + "enemy_pack_id": 12822, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 39, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -73.2928, + "lng": 124.1856, + "kill_priority": null + }, + { + "id": 64115, + "mapping_version_id": 418, + "enemy_pack_id": 12823, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 40, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.647466666667, + "lng": 116.1472, + "kill_priority": null + }, + { + "id": 64116, + "mapping_version_id": 418, + "enemy_pack_id": 12823, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 41, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.565333333333, + "lng": 118.5024, + "kill_priority": null + }, + { + "id": 64117, + "mapping_version_id": 418, + "enemy_pack_id": 12823, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 42, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.894933333333, + "lng": 120.73813333333, + "kill_priority": null + }, + { + "id": 64118, + "mapping_version_id": 418, + "enemy_pack_id": 12823, + "enemy_patrol_id": null, + "npc_id": 216337, + "floor_id": 282, + "mdt_id": 43, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -89.088, + "lng": 118.53653333333, + "kill_priority": null + }, + { + "id": 64119, + "mapping_version_id": 418, + "enemy_pack_id": 12824, + "enemy_patrol_id": null, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -51.217066666667, + "lng": 183.808, + "kill_priority": null + }, + { + "id": 64120, + "mapping_version_id": 418, + "enemy_pack_id": 12824, + "enemy_patrol_id": null, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -53.009066666667, + "lng": 179.584, + "kill_priority": null + }, + { + "id": 64121, + "mapping_version_id": 418, + "enemy_pack_id": 12825, + "enemy_patrol_id": null, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.916266666667, + "lng": 149.0176, + "kill_priority": null + }, + { + "id": 64122, + "mapping_version_id": 418, + "enemy_pack_id": 12819, + "enemy_patrol_id": null, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.40266666667, + "lng": 137.20746666667, + "kill_priority": null + }, + { + "id": 64123, + "mapping_version_id": 418, + "enemy_pack_id": 12817, + "enemy_patrol_id": null, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -89.233066666667, + "lng": 149.67466666667, + "kill_priority": null + }, + { + "id": 64124, + "mapping_version_id": 418, + "enemy_pack_id": 12826, + "enemy_patrol_id": 3153, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.45973333333, + "lng": 134.17813333333, + "kill_priority": 0 + }, + { + "id": 64125, + "mapping_version_id": 418, + "enemy_pack_id": 12827, + "enemy_patrol_id": 3154, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -124.86826666667, + "lng": 112.6912, + "kill_priority": 0 + }, + { + "id": 64126, + "mapping_version_id": 418, + "enemy_pack_id": 12827, + "enemy_patrol_id": 3154, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -120.51626666667, + "lng": 114.03946666667, + "kill_priority": 0 + }, + { + "id": 64127, + "mapping_version_id": 418, + "enemy_pack_id": 12827, + "enemy_patrol_id": 3154, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -129.152, + "lng": 111.24906666667, + "kill_priority": 0 + }, + { + "id": 64128, + "mapping_version_id": 418, + "enemy_pack_id": 12828, + "enemy_patrol_id": 3156, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -53.879466666667, + "lng": 136.3712, + "kill_priority": null + }, + { + "id": 64129, + "mapping_version_id": 418, + "enemy_pack_id": 12822, + "enemy_patrol_id": null, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -69.205333333333, + "lng": 124.16853333333, + "kill_priority": null + }, + { + "id": 64130, + "mapping_version_id": 418, + "enemy_pack_id": 12829, + "enemy_patrol_id": 3157, + "npc_id": 216333, + "floor_id": 282, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -74.538666666667, + "lng": 109.78986666667, + "kill_priority": null + }, + { + "id": 64131, + "mapping_version_id": 418, + "enemy_pack_id": 12814, + "enemy_patrol_id": null, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -64.529066666667, + "lng": 180.38613333333, + "kill_priority": null + }, + { + "id": 64132, + "mapping_version_id": 418, + "enemy_pack_id": 12818, + "enemy_patrol_id": null, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.202666666667, + "lng": 134.6048, + "kill_priority": 0 + }, + { + "id": 64133, + "mapping_version_id": 418, + "enemy_pack_id": 12826, + "enemy_patrol_id": 3153, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.96693333333, + "lng": 136.79786666667, + "kill_priority": 0 + }, + { + "id": 64134, + "mapping_version_id": 418, + "enemy_pack_id": 12825, + "enemy_patrol_id": null, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -65.169066666667, + "lng": 145.0752, + "kill_priority": 0 + }, + { + "id": 64135, + "mapping_version_id": 418, + "enemy_pack_id": 12827, + "enemy_patrol_id": 3154, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -123.74186666667, + "lng": 117.0688, + "kill_priority": 0 + }, + { + "id": 64136, + "mapping_version_id": 418, + "enemy_pack_id": 12827, + "enemy_patrol_id": 3154, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -128.29013333333, + "lng": 115.4048, + "kill_priority": 0 + }, + { + "id": 64137, + "mapping_version_id": 418, + "enemy_pack_id": 12830, + "enemy_patrol_id": null, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.7136, + "lng": 99.7632, + "kill_priority": null + }, + { + "id": 64138, + "mapping_version_id": 418, + "enemy_pack_id": 12828, + "enemy_patrol_id": 3156, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -64.0768, + "lng": 135.72266666667, + "kill_priority": null + }, + { + "id": 64139, + "mapping_version_id": 418, + "enemy_pack_id": 12821, + "enemy_patrol_id": null, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.0528, + "lng": 114.85013333333, + "kill_priority": null + }, + { + "id": 64140, + "mapping_version_id": 418, + "enemy_pack_id": 12829, + "enemy_patrol_id": 3157, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.421333333333, + "lng": 113.72373333333, + "kill_priority": null + }, + { + "id": 64141, + "mapping_version_id": 418, + "enemy_pack_id": 12819, + "enemy_patrol_id": null, + "npc_id": 223253, + "floor_id": 282, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.2544, + "lng": 140.76586666667, + "kill_priority": null + }, + { + "id": 64142, + "mapping_version_id": 418, + "enemy_pack_id": 12815, + "enemy_patrol_id": null, + "npc_id": 216338, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -67.490133333333, + "lng": 159.57333333333, + "kill_priority": null + }, + { + "id": 64143, + "mapping_version_id": 418, + "enemy_pack_id": 12831, + "enemy_patrol_id": 3155, + "npc_id": 216338, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.160533333333, + "lng": 143.19786666667, + "kill_priority": null + }, + { + "id": 64144, + "mapping_version_id": 418, + "enemy_pack_id": 12828, + "enemy_patrol_id": 3156, + "npc_id": 216338, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -58.820266666667, + "lng": 136.32853333333, + "kill_priority": null + }, + { + "id": 64145, + "mapping_version_id": 418, + "enemy_pack_id": 12829, + "enemy_patrol_id": 3157, + "npc_id": 216338, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -73.2928, + "lng": 114.6368, + "kill_priority": null + }, + { + "id": 64146, + "mapping_version_id": 418, + "enemy_pack_id": 12820, + "enemy_patrol_id": null, + "npc_id": 216338, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -65.2032, + "lng": 78.3616, + "kill_priority": 0 + }, + { + "id": 64147, + "mapping_version_id": 418, + "enemy_pack_id": 12816, + "enemy_patrol_id": null, + "npc_id": 216340, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -77.7984, + "lng": 151.424, + "kill_priority": null + }, + { + "id": 64148, + "mapping_version_id": 418, + "enemy_pack_id": 12818, + "enemy_patrol_id": null, + "npc_id": 216340, + "floor_id": 282, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -87.936, + "lng": 136.7808, + "kill_priority": 0 + }, + { + "id": 64149, + "mapping_version_id": 418, + "enemy_pack_id": 12819, + "enemy_patrol_id": null, + "npc_id": 216340, + "floor_id": 282, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.40053333333, + "lng": 140.50986666667, + "kill_priority": null + }, + { + "id": 64150, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216340, + "floor_id": 282, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.3808, + "lng": 128.77653333333, + "kill_priority": null + }, + { + "id": 64151, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216340, + "floor_id": 282, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.583466666667, + "lng": 122.83733333333, + "kill_priority": null + }, + { + "id": 64152, + "mapping_version_id": 418, + "enemy_pack_id": 12830, + "enemy_patrol_id": null, + "npc_id": 216340, + "floor_id": 282, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.986133333333, + "lng": 100.31786666667, + "kill_priority": null + }, + { + "id": 64153, + "mapping_version_id": 418, + "enemy_pack_id": 12830, + "enemy_patrol_id": null, + "npc_id": 216340, + "floor_id": 282, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.38133333333, + "lng": 99.2, + "kill_priority": null + }, + { + "id": 64195, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213179, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -63.470933333333, + "lng": 250.3168, + "kill_priority": null + }, + { + "id": 64196, + "mapping_version_id": 418, + "enemy_pack_id": 12843, + "enemy_patrol_id": null, + "npc_id": 215405, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.132266666667, + "lng": 69.853866666667, + "kill_priority": null + }, + { + "id": 64197, + "mapping_version_id": 418, + "enemy_pack_id": 12843, + "enemy_patrol_id": null, + "npc_id": 220599, + "floor_id": 282, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.0944, + "lng": 75.4432, + "kill_priority": null } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_packs.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_packs.json index 5f689eae7..9e04c87f0 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_packs.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_packs.json @@ -5158,5 +5158,653 @@ "color_animated": null, "label": "Imported from MDT - group 71", "vertices_json": "[{\"lat\":-102.0944,\"lng\":68.853866666667},{\"lat\":-87.132266666667,\"lng\":68.853866666667},{\"lat\":-87.132266666667,\"lng\":76.4432},{\"lat\":-102.0944,\"lng\":76.4432}]" + }, + { + "id": 12779, + "mapping_version_id": 418, + "floor_id": 282, + "group": 66, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 66", + "vertices_json": "[{\"lat\":-107.1376,\"lng\":289.85866666667},{\"lat\":-100.9136,\"lng\":289.85866666667},{\"lat\":-100.9136,\"lng\":295.92053333333},{\"lat\":-107.1376,\"lng\":295.92053333333}]" + }, + { + "id": 12780, + "mapping_version_id": 418, + "floor_id": 282, + "group": 68, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 68", + "vertices_json": "[{\"lat\":-170.77066666667,\"lng\":309.8608},{\"lat\":-164.4528,\"lng\":309.8608},{\"lat\":-164.4528,\"lng\":316.1872},{\"lat\":-170.77066666667,\"lng\":316.1872}]" + }, + { + "id": 12781, + "mapping_version_id": 418, + "floor_id": 282, + "group": 69, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 69", + "vertices_json": "[{\"lat\":-172.65653333333,\"lng\":287.7168},{\"lat\":-167.84053333333,\"lng\":287.7168},{\"lat\":-167.84053333333,\"lng\":293.48},{\"lat\":-172.65653333333,\"lng\":293.48}]" + }, + { + "id": 12782, + "mapping_version_id": 418, + "floor_id": 282, + "group": 1, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 1", + "vertices_json": "[{\"lat\":-153.87466666667,\"lng\":283.11733333333},{\"lat\":-148.15413333333,\"lng\":283.11733333333},{\"lat\":-148.15413333333,\"lng\":288.4624},{\"lat\":-153.87466666667,\"lng\":288.4624}]" + }, + { + "id": 12783, + "mapping_version_id": 418, + "floor_id": 282, + "group": 5, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 5", + "vertices_json": "[{\"lat\":-181.5568,\"lng\":280.94986666667},{\"lat\":-176.32266666667,\"lng\":280.94986666667},{\"lat\":-176.32266666667,\"lng\":285.9536},{\"lat\":-181.5568,\"lng\":285.9536}]" + }, + { + "id": 12784, + "mapping_version_id": 418, + "floor_id": 282, + "group": 4, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 4", + "vertices_json": "[{\"lat\":-159.9504,\"lng\":262.79946666667},{\"lat\":-153.81173333333,\"lng\":262.79946666667},{\"lat\":-153.81173333333,\"lng\":268.8784},{\"lat\":-159.9504,\"lng\":268.8784}]" + }, + { + "id": 12785, + "mapping_version_id": 418, + "floor_id": 282, + "group": 3, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 3", + "vertices_json": "[{\"lat\":-144.7184,\"lng\":266.17013333333},{\"lat\":-138.88693333333,\"lng\":266.17013333333},{\"lat\":-138.88693333333,\"lng\":271.91626666667},{\"lat\":-144.7184,\"lng\":271.91626666667}]" + }, + { + "id": 12786, + "mapping_version_id": 418, + "floor_id": 282, + "group": 26, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 26", + "vertices_json": "[{\"lat\":-125.27946666667,\"lng\":308.58933333333},{\"lat\":-116.08586666667,\"lng\":308.58933333333},{\"lat\":-116.08586666667,\"lng\":317.9792},{\"lat\":-125.27946666667,\"lng\":317.9792}]" + }, + { + "id": 12787, + "mapping_version_id": 418, + "floor_id": 282, + "group": 22, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 22", + "vertices_json": "[{\"lat\":-106.69386666667,\"lng\":278.424},{\"lat\":-101.3232,\"lng\":278.424},{\"lat\":-101.3232,\"lng\":283.5216},{\"lat\":-106.69386666667,\"lng\":283.5216}]" + }, + { + "id": 12788, + "mapping_version_id": 418, + "floor_id": 282, + "group": 31, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 31", + "vertices_json": "[{\"lat\":-87.638933333333,\"lng\":281.06933333333},{\"lat\":-81.7392,\"lng\":281.06933333333},{\"lat\":-81.7392,\"lng\":287.03733333333},{\"lat\":-87.638933333333,\"lng\":287.03733333333}]" + }, + { + "id": 12789, + "mapping_version_id": 418, + "floor_id": 282, + "group": 17, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 17", + "vertices_json": "[{\"lat\":-86.998933333333,\"lng\":238.8976},{\"lat\":-77.549333333333,\"lng\":238.8976},{\"lat\":-77.549333333333,\"lng\":248.97866666667},{\"lat\":-86.998933333333,\"lng\":248.97866666667}]" + }, + { + "id": 12790, + "mapping_version_id": 418, + "floor_id": 282, + "group": 9, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 9", + "vertices_json": "[{\"lat\":-123.4192,\"lng\":210.1232},{\"lat\":-113.176,\"lng\":210.1232},{\"lat\":-113.176,\"lng\":220.0592},{\"lat\":-123.4192,\"lng\":220.0592}]" + }, + { + "id": 12791, + "mapping_version_id": 418, + "floor_id": 282, + "group": 8, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 8", + "vertices_json": "[{\"lat\":-136.7568,\"lng\":221.40426666667},{\"lat\":-129.90133333333,\"lng\":221.40426666667},{\"lat\":-129.90133333333,\"lng\":227.90986666667},{\"lat\":-136.7568,\"lng\":227.90986666667}]" + }, + { + "id": 12792, + "mapping_version_id": 418, + "floor_id": 282, + "group": 10, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 10", + "vertices_json": "[{\"lat\":-110.57653333333,\"lng\":224.96266666667},{\"lat\":-106.27253333333,\"lng\":224.96266666667},{\"lat\":-106.27253333333,\"lng\":230.36746666667},{\"lat\":-110.57653333333,\"lng\":230.36746666667}]" + }, + { + "id": 12793, + "mapping_version_id": 418, + "floor_id": 282, + "group": 12, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 12", + "vertices_json": "[{\"lat\":-120.60799075858,\"lng\":242.28742107873},{\"lat\":-114.6663461757,\"lng\":242.28742107873},{\"lat\":-114.6663461757,\"lng\":248.29353080194},{\"lat\":-120.60799075858,\"lng\":248.29353080194}]" + }, + { + "id": 12794, + "mapping_version_id": 418, + "floor_id": 282, + "group": 35, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 35", + "vertices_json": "[{\"lat\":-55.314666666667,\"lng\":193.9696},{\"lat\":-47.597333333333,\"lng\":193.9696},{\"lat\":-47.597333333333,\"lng\":199.69013333333},{\"lat\":-55.314666666667,\"lng\":199.69013333333}]" + }, + { + "id": 12795, + "mapping_version_id": 418, + "floor_id": 282, + "group": 34, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 34", + "vertices_json": "[{\"lat\":-140.0592,\"lng\":306.456},{\"lat\":-136.41226666667,\"lng\":306.456},{\"lat\":-136.41226666667,\"lng\":312.00586666667},{\"lat\":-140.0592,\"lng\":312.00586666667}]" + }, + { + "id": 12796, + "mapping_version_id": 418, + "floor_id": 282, + "group": 6, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 6", + "vertices_json": "[{\"lat\":-142.85813333333,\"lng\":250.52853333333},{\"lat\":-136.99253333333,\"lng\":250.52853333333},{\"lat\":-136.99253333333,\"lng\":255.60053333333},{\"lat\":-142.85813333333,\"lng\":255.60053333333}]" + }, + { + "id": 12797, + "mapping_version_id": 418, + "floor_id": 282, + "group": 23, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 23", + "vertices_json": "[{\"lat\":-104.40693333333,\"lng\":304.97973333333},{\"lat\":-102.2448,\"lng\":304.97973333333},{\"lat\":-102.2448,\"lng\":315.3168},{\"lat\":-104.40693333333,\"lng\":315.3168}]" + }, + { + "id": 12798, + "mapping_version_id": 418, + "floor_id": 282, + "group": 24, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 24", + "vertices_json": "[{\"lat\":-84.6096,\"lng\":289.19306666667},{\"lat\":-77.4384,\"lng\":289.19306666667},{\"lat\":-77.4384,\"lng\":295.17813333333},{\"lat\":-84.6096,\"lng\":295.17813333333}]" + }, + { + "id": 12799, + "mapping_version_id": 418, + "floor_id": 282, + "group": 72, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 72", + "vertices_json": "[{\"lat\":-109.52693333333,\"lng\":275.0448},{\"lat\":-103.9856,\"lng\":275.0448},{\"lat\":-103.9856,\"lng\":279.9632},{\"lat\":-109.52693333333,\"lng\":279.9632}]" + }, + { + "id": 12800, + "mapping_version_id": 418, + "floor_id": 282, + "group": 20, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 20", + "vertices_json": "[{\"lat\":-63.472533333333,\"lng\":262.3216},{\"lat\":-54.6544,\"lng\":262.3216},{\"lat\":-54.6544,\"lng\":273.34986666667},{\"lat\":-63.472533333333,\"lng\":273.34986666667}]" + }, + { + "id": 12801, + "mapping_version_id": 418, + "floor_id": 282, + "group": 30, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 30", + "vertices_json": "[{\"lat\":-64.146666666667,\"lng\":290.5584},{\"lat\":-57.487466666667,\"lng\":290.5584},{\"lat\":-57.487466666667,\"lng\":299.14613333333},{\"lat\":-64.146666666667,\"lng\":299.14613333333}]" + }, + { + "id": 12802, + "mapping_version_id": 418, + "floor_id": 282, + "group": 16, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 16", + "vertices_json": "[{\"lat\":-88.227733333333,\"lng\":230.66293333333},{\"lat\":-78.189333333333,\"lng\":230.66293333333},{\"lat\":-78.189333333333,\"lng\":234.56586666667},{\"lat\":-88.227733333333,\"lng\":234.56586666667}]" + }, + { + "id": 12803, + "mapping_version_id": 418, + "floor_id": 282, + "group": 7, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 7", + "vertices_json": "[{\"lat\":-135.98026666667,\"lng\":237.03733333333},{\"lat\":-130.49866666667,\"lng\":237.03733333333},{\"lat\":-130.49866666667,\"lng\":241.86186666667},{\"lat\":-135.98026666667,\"lng\":241.86186666667}]" + }, + { + "id": 12804, + "mapping_version_id": 418, + "floor_id": 282, + "group": 11, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 11", + "vertices_json": "[{\"lat\":-124.4176,\"lng\":228.80266666667},{\"lat\":-117.43413333333,\"lng\":228.80266666667},{\"lat\":-117.43413333333,\"lng\":235.32533333333},{\"lat\":-124.4176,\"lng\":235.32533333333}]" + }, + { + "id": 12805, + "mapping_version_id": 418, + "floor_id": 282, + "group": 13, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 13", + "vertices_json": "[{\"lat\":-123.8288,\"lng\":254.32586666667},{\"lat\":-104.728,\"lng\":254.32586666667},{\"lat\":-104.728,\"lng\":264.68853333333},{\"lat\":-123.8288,\"lng\":264.68853333333}]" + }, + { + "id": 12806, + "mapping_version_id": 418, + "floor_id": 282, + "group": 19, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 19", + "vertices_json": "[{\"lat\":-98.3824,\"lng\":245.9632},{\"lat\":-91.296533333333,\"lng\":245.9632},{\"lat\":-91.296533333333,\"lng\":256.22346666667},{\"lat\":-98.3824,\"lng\":256.22346666667}]" + }, + { + "id": 12807, + "mapping_version_id": 418, + "floor_id": 282, + "group": 74, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 74", + "vertices_json": "[{\"lat\":-106.0368,\"lng\":322.26826666667},{\"lat\":-100.41866666667,\"lng\":322.26826666667},{\"lat\":-100.41866666667,\"lng\":324.6608},{\"lat\":-106.0368,\"lng\":324.6608}]" + }, + { + "id": 12808, + "mapping_version_id": 418, + "floor_id": 282, + "group": 73, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 73", + "vertices_json": "[{\"lat\":-100.191466666667,\"lng\":306.90826666667},{\"lat\":-98.182933333333,\"lng\":306.90826666667},{\"lat\":-98.182933333333,\"lng\":313.91733333333},{\"lat\":-100.191466666667,\"lng\":313.91733333333}]" + }, + { + "id": 12809, + "mapping_version_id": 418, + "floor_id": 282, + "group": 2, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 2", + "vertices_json": "[{\"lat\":-140.66355408511,\"lng\":282.81844457166},{\"lat\":-135.63089601031,\"lng\":282.81844457166},{\"lat\":-135.63089601031,\"lng\":287.32605279342},{\"lat\":-140.66355408511,\"lng\":287.32605279342}]" + }, + { + "id": 12810, + "mapping_version_id": 418, + "floor_id": 282, + "group": 21, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 21", + "vertices_json": "[{\"lat\":-86.009066666667,\"lng\":263.49066666667},{\"lat\":-79.896,\"lng\":263.49066666667},{\"lat\":-79.896,\"lng\":269.8256},{\"lat\":-86.009066666667,\"lng\":269.8256}]" + }, + { + "id": 12811, + "mapping_version_id": 418, + "floor_id": 282, + "group": 29, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 29", + "vertices_json": "[{\"lat\":-73.772266666667,\"lng\":306.54986666667},{\"lat\":-71.072533333333,\"lng\":306.54986666667},{\"lat\":-71.072533333333,\"lng\":312.1168},{\"lat\":-73.772266666667,\"lng\":312.1168}]" + }, + { + "id": 12812, + "mapping_version_id": 418, + "floor_id": 282, + "group": 15, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 15", + "vertices_json": "[{\"lat\":-104.00586666667,\"lng\":236.43146666667},{\"lat\":-99.736,\"lng\":236.43146666667},{\"lat\":-99.736,\"lng\":241.5632},{\"lat\":-104.00586666667,\"lng\":241.5632}]" + }, + { + "id": 12813, + "mapping_version_id": 418, + "floor_id": 282, + "group": 32, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 32", + "vertices_json": "[{\"lat\":-47.122666666667,\"lng\":321.2784},{\"lat\":-45.122666666667,\"lng\":321.2784},{\"lat\":-45.122666666667,\"lng\":323.2784},{\"lat\":-47.122666666667,\"lng\":323.2784}]" + }, + { + "id": 12814, + "mapping_version_id": 418, + "floor_id": 282, + "group": 37, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 37", + "vertices_json": "[{\"lat\":-68.336533333333,\"lng\":176.408},{\"lat\":-62.0784,\"lng\":176.408},{\"lat\":-62.0784,\"lng\":184.99573333333},{\"lat\":-68.336533333333,\"lng\":184.99573333333}]" + }, + { + "id": 12815, + "mapping_version_id": 418, + "floor_id": 282, + "group": 38, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 38", + "vertices_json": "[{\"lat\":-72.586133333333,\"lng\":156.85813333333},{\"lat\":-62.650133333333,\"lng\":156.85813333333},{\"lat\":-62.650133333333,\"lng\":162.21173333333},{\"lat\":-72.586133333333,\"lng\":162.21173333333}]" + }, + { + "id": 12816, + "mapping_version_id": 418, + "floor_id": 282, + "group": 41, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 41", + "vertices_json": "[{\"lat\":-82.664,\"lng\":145.11626666667},{\"lat\":-76.7984,\"lng\":145.11626666667},{\"lat\":-76.7984,\"lng\":157.37333333333},{\"lat\":-82.664,\"lng\":157.37333333333}]" + }, + { + "id": 12817, + "mapping_version_id": 418, + "floor_id": 282, + "group": 43, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 43", + "vertices_json": "[{\"lat\":-93.970666666667,\"lng\":145.92693333333},{\"lat\":-88.233066666667,\"lng\":145.92693333333},{\"lat\":-88.233066666667,\"lng\":154.3696},{\"lat\":-93.970666666667,\"lng\":154.3696}]" + }, + { + "id": 12818, + "mapping_version_id": 418, + "floor_id": 282, + "group": 44, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 44", + "vertices_json": "[{\"lat\":-93.893866666667,\"lng\":129.39786666667},{\"lat\":-83.1472,\"lng\":129.39786666667},{\"lat\":-83.1472,\"lng\":137.7808},{\"lat\":-93.893866666667,\"lng\":137.7808}]" + }, + { + "id": 12819, + "mapping_version_id": 418, + "floor_id": 282, + "group": 46, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 46", + "vertices_json": "[{\"lat\":-114.2544,\"lng\":136.20746666667},{\"lat\":-106.40053333333,\"lng\":136.20746666667},{\"lat\":-106.40053333333,\"lng\":145.16213333333},{\"lat\":-114.2544,\"lng\":145.16213333333}]" + }, + { + "id": 12820, + "mapping_version_id": 418, + "floor_id": 282, + "group": 70, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 70", + "vertices_json": "[{\"lat\":-70.632,\"lng\":73.3936},{\"lat\":-59.987733333333,\"lng\":73.3936},{\"lat\":-59.987733333333,\"lng\":83.133333333333},{\"lat\":-70.632,\"lng\":83.133333333333}]" + }, + { + "id": 12821, + "mapping_version_id": 418, + "floor_id": 282, + "group": 50, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 50", + "vertices_json": "[{\"lat\":-65.9216,\"lng\":109.9504},{\"lat\":-58.178666666667,\"lng\":109.9504},{\"lat\":-58.178666666667,\"lng\":117.5568},{\"lat\":-65.9216,\"lng\":117.5568}]" + }, + { + "id": 12822, + "mapping_version_id": 418, + "floor_id": 282, + "group": 53, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 53", + "vertices_json": "[{\"lat\":-74.2928,\"lng\":123.16853333333},{\"lat\":-67.386133333333,\"lng\":123.16853333333},{\"lat\":-67.386133333333,\"lng\":128.7952},{\"lat\":-74.2928,\"lng\":128.7952}]" + }, + { + "id": 12823, + "mapping_version_id": 418, + "floor_id": 282, + "group": 49, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 49", + "vertices_json": "[{\"lat\":-90.088,\"lng\":115.1472},{\"lat\":-83.565333333333,\"lng\":115.1472},{\"lat\":-83.565333333333,\"lng\":121.73813333333},{\"lat\":-90.088,\"lng\":121.73813333333}]" + }, + { + "id": 12824, + "mapping_version_id": 418, + "floor_id": 282, + "group": 36, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 36", + "vertices_json": "[{\"lat\":-54.009066666667,\"lng\":178.584},{\"lat\":-50.217066666667,\"lng\":178.584},{\"lat\":-50.217066666667,\"lng\":184.808},{\"lat\":-54.009066666667,\"lng\":184.808}]" + }, + { + "id": 12825, + "mapping_version_id": 418, + "floor_id": 282, + "group": 39, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 39", + "vertices_json": "[{\"lat\":-66.169066666667,\"lng\":144.0752},{\"lat\":-61.916266666667,\"lng\":144.0752},{\"lat\":-61.916266666667,\"lng\":150.0176},{\"lat\":-66.169066666667,\"lng\":150.0176}]" + }, + { + "id": 12826, + "mapping_version_id": 418, + "floor_id": 282, + "group": 45, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 45", + "vertices_json": "[{\"lat\":-122.96693333333,\"lng\":133.17813333333},{\"lat\":-117.45973333333,\"lng\":133.17813333333},{\"lat\":-117.45973333333,\"lng\":137.79786666667},{\"lat\":-122.96693333333,\"lng\":137.79786666667}]" + }, + { + "id": 12827, + "mapping_version_id": 418, + "floor_id": 282, + "group": 47, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 47", + "vertices_json": "[{\"lat\":-130.152,\"lng\":110.24906666667},{\"lat\":-119.51626666667,\"lng\":110.24906666667},{\"lat\":-119.51626666667,\"lng\":118.0688},{\"lat\":-130.152,\"lng\":118.0688}]" + }, + { + "id": 12828, + "mapping_version_id": 418, + "floor_id": 282, + "group": 40, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 40", + "vertices_json": "[{\"lat\":-65.0768,\"lng\":134.72266666667},{\"lat\":-52.879466666667,\"lng\":134.72266666667},{\"lat\":-52.879466666667,\"lng\":137.3712},{\"lat\":-65.0768,\"lng\":137.3712}]" + }, + { + "id": 12829, + "mapping_version_id": 418, + "floor_id": 282, + "group": 51, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 51", + "vertices_json": "[{\"lat\":-79.421333333333,\"lng\":108.78986666667},{\"lat\":-72.2928,\"lng\":108.78986666667},{\"lat\":-72.2928,\"lng\":115.6368},{\"lat\":-79.421333333333,\"lng\":115.6368}]" + }, + { + "id": 12830, + "mapping_version_id": 418, + "floor_id": 282, + "group": 48, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 48", + "vertices_json": "[{\"lat\":-104.38133333333,\"lng\":98.2},{\"lat\":-92.986133333333,\"lng\":98.2},{\"lat\":-92.986133333333,\"lng\":101.31786666667},{\"lat\":-104.38133333333,\"lng\":101.31786666667}]" + }, + { + "id": 12831, + "mapping_version_id": 418, + "floor_id": 282, + "group": 42, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 42", + "vertices_json": "[{\"lat\":-98.160533333333,\"lng\":142.19786666667},{\"lat\":-96.160533333333,\"lng\":142.19786666667},{\"lat\":-96.160533333333,\"lng\":144.19786666667},{\"lat\":-98.160533333333,\"lng\":144.19786666667}]" + }, + { + "id": 12843, + "mapping_version_id": 418, + "floor_id": 282, + "group": 71, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 71", + "vertices_json": "[{\"lat\":-102.0944,\"lng\":68.853866666667},{\"lat\":-87.132266666667,\"lng\":68.853866666667},{\"lat\":-87.132266666667,\"lng\":76.4432},{\"lat\":-102.0944,\"lng\":76.4432}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_patrols.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_patrols.json index a38d64f83..eae1da595 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_patrols.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/enemy_patrols.json @@ -492,5 +492,109 @@ "weight": 2, "vertices_json": "[{\"lat\":-73.2928,\"lng\":114.63680000000001},{\"lat\":-66.36373333333334,\"lng\":115.42186666666666},{\"lat\":-73.2928,\"lng\":114.63680000000001},{\"lat\":-85.70026666666668,\"lng\":110.5664},{\"lat\":-73.2928,\"lng\":114.63680000000001}]" } + }, + { + "id": 3150, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-109.39733333333334,\"lng\":233.98400000000007},{\"lat\":-113.04106666666668,\"lng\":235.88693333333336},{\"lat\":-117.1456,\"lng\":237.74720000000002},{\"lat\":-121.25013333333334,\"lng\":238.336},{\"lat\":-125.75573333333334,\"lng\":238.23360000000002},{\"lat\":-131.13173333333336,\"lng\":237.35466666666667},{\"lat\":-125.75573333333334,\"lng\":238.23360000000002},{\"lat\":-121.25013333333334,\"lng\":238.336},{\"lat\":-117.1456,\"lng\":237.74720000000002},{\"lat\":-113.04106666666668,\"lng\":235.88693333333336},{\"lat\":-109.39733333333334,\"lng\":233.98400000000007}]" + } + }, + { + "id": 3151, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-84.87253333333335,\"lng\":269.7984},{\"lat\":-81.98826666666668,\"lng\":273.4250666666667},{\"lat\":-79.83786666666667,\"lng\":276.2581333333334},{\"lat\":-75.63946666666668,\"lng\":279.1936},{\"lat\":-79.83786666666667,\"lng\":276.2581333333334},{\"lat\":-81.98826666666668,\"lng\":273.4250666666667},{\"lat\":-84.87253333333335,\"lng\":269.7984},{\"lat\":-87.37280000000001,\"lng\":266.0864},{\"lat\":-90.70080000000002,\"lng\":261.2992},{\"lat\":-91.97226666666667,\"lng\":258.26133333333337},{\"lat\":-90.70080000000002,\"lng\":261.2992},{\"lat\":-87.37280000000001,\"lng\":266.0864},{\"lat\":-84.87253333333335,\"lng\":269.7984}]" + } + }, + { + "id": 3152, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-115.74613333333333,\"lng\":265.0538666666667},{\"lat\":-113.64693333333335,\"lng\":262.1952},{\"lat\":-113.2544,\"lng\":258.1845333333334},{\"lat\":-116.67626666666669,\"lng\":255.2490666666667},{\"lat\":-118.82666666666667,\"lng\":255.6416},{\"lat\":-124.69760000000001,\"lng\":257.9882666666667},{\"lat\":-125.09013333333334,\"lng\":260.0448},{\"lat\":-123.42613333333335,\"lng\":263.8592},{\"lat\":-121.66826666666667,\"lng\":264.8405333333334},{\"lat\":-115.74613333333333,\"lng\":265.0538666666667}]" + } + }, + { + "id": 3153, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-118.58773333333335,\"lng\":135.15946666666667},{\"lat\":-118.53653333333334,\"lng\":140.43306666666666},{\"lat\":-114.8416,\"lng\":145.54453333333333},{\"lat\":-118.78399999999999,\"lng\":139.20426666666668},{\"lat\":-118.58773333333335,\"lng\":135.15946666666667},{\"lat\":-123.76746666666666,\"lng\":130.93546666666668},{\"lat\":-127.21493333333335,\"lng\":126.09706666666668},{\"lat\":-131.33653333333334,\"lng\":119.75680000000001},{\"lat\":-128.512,\"lng\":110.0288},{\"lat\":-125.73866666666667,\"lng\":103.62880000000001},{\"lat\":-128.512,\"lng\":110.0288},{\"lat\":-131.33653333333334,\"lng\":119.75680000000001},{\"lat\":-127.21493333333335,\"lng\":126.09706666666668},{\"lat\":-123.76746666666666,\"lng\":130.93546666666668},{\"lat\":-118.58773333333335,\"lng\":135.15946666666667}]" + } + }, + { + "id": 3154, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-126.25920000000002,\"lng\":116.51413333333336},{\"lat\":-124.75733333333335,\"lng\":107.44320000000002},{\"lat\":-115.14880000000001,\"lng\":106.46186666666668},{\"lat\":-124.75733333333335,\"lng\":107.44320000000002},{\"lat\":-126.25920000000002,\"lng\":116.51413333333336},{\"lat\":-125.24373333333335,\"lng\":122.83733333333333},{\"lat\":-122.97386666666668,\"lng\":131.02080000000004},{\"lat\":-121.36960000000002,\"lng\":133.05173333333335},{\"lat\":-122.97386666666668,\"lng\":131.02080000000004},{\"lat\":-125.24373333333335,\"lng\":122.83733333333333},{\"lat\":-126.25920000000002,\"lng\":116.51413333333336}]" + } + }, + { + "id": 3155, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-97.16053333333333,\"lng\":143.19786666666667},{\"lat\":-82.54293333333334,\"lng\":150.51093333333333},{\"lat\":-97.16053333333333,\"lng\":143.19786666666667},{\"lat\":-115.75466666666668,\"lng\":137.8474666666667},{\"lat\":-97.16053333333333,\"lng\":143.19786666666667}]" + } + }, + { + "id": 3156, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-58.820266666666676,\"lng\":136.32853333333333},{\"lat\":-62.28480000000001,\"lng\":118.37440000000004},{\"lat\":-58.820266666666676,\"lng\":136.32853333333333},{\"lat\":-62.464000000000006,\"lng\":145.77493333333337},{\"lat\":-58.820266666666676,\"lng\":136.32853333333333},{\"lat\":-58.820266666666676,\"lng\":136.32853333333333}]" + } + }, + { + "id": 3157, + "mapping_version_id": 418, + "floor_id": 282, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-73.2928,\"lng\":114.63680000000001},{\"lat\":-66.36373333333334,\"lng\":115.42186666666666},{\"lat\":-73.2928,\"lng\":114.63680000000001},{\"lat\":-85.70026666666668,\"lng\":110.5664},{\"lat\":-73.2928,\"lng\":114.63680000000001}]" + } } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/map_icons.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/map_icons.json index ce093302f..f5a1133ce 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/1/map_icons.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/1/map_icons.json @@ -232,5 +232,83 @@ "permanent_tooltip": 0, "seasonal_index": null, "is_admin": true + }, + { + "mapping_version_id": 418, + "floor_id": 282, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 10, + "lat": -201.5, + "lng": 332.75, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 418, + "floor_id": 282, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 99, + "lat": -155.9127977352, + "lng": 268.05973560661, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 418, + "floor_id": 282, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 99, + "lat": -140.49282495371, + "lng": 283.17056448628, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 418, + "floor_id": 282, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 99, + "lat": -115.60157059334, + "lng": 247.87448031716, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 418, + "floor_id": 282, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 99, + "lat": -99.352855331494, + "lng": 129.76166455557, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 418, + "floor_id": 282, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 99, + "lat": -133.04919789327, + "lng": 68.890340475211, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/dungeon_floor_switch_markers.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/dungeon_floor_switch_markers.json index aa93181d6..f04675b73 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/dungeon_floor_switch_markers.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/dungeon_floor_switch_markers.json @@ -86,5 +86,16 @@ "direction": null, "lat": -57.66, "lng": 281.75 + }, + { + "id": 1733, + "mapping_version_id": 418, + "floor_id": 283, + "source_floor_id": null, + "target_floor_id": 282, + "linked_dungeon_floor_switch_marker_id": 1732, + "direction": null, + "lat": -57.66, + "lng": 281.75 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemies.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemies.json index 7bea2310e..a56b7b9b8 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemies.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemies.json @@ -8062,5 +8062,1013 @@ "lat": -138.95472081218, "lng": 188.6083248731, "kill_priority": null + }, + { + "id": 64154, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -61.673908629442, + "lng": 278.57218274112, + "kill_priority": null + }, + { + "id": 64155, + "mapping_version_id": 418, + "enemy_pack_id": 12832, + "enemy_patrol_id": null, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.00873096447, + "lng": 201.56426395939, + "kill_priority": null + }, + { + "id": 64156, + "mapping_version_id": 418, + "enemy_pack_id": 12832, + "enemy_patrol_id": null, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -127.15532994924, + "lng": 205.77461928934, + "kill_priority": null + }, + { + "id": 64157, + "mapping_version_id": 418, + "enemy_pack_id": 12833, + "enemy_patrol_id": null, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -69.340913705584, + "lng": 247.76121827411, + "kill_priority": 0 + }, + { + "id": 64158, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -67.677563451777, + "lng": 232.27126903553, + "kill_priority": null + }, + { + "id": 64159, + "mapping_version_id": 418, + "enemy_pack_id": 12834, + "enemy_patrol_id": null, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.677360406091, + "lng": 213.37664974619, + "kill_priority": 0 + }, + { + "id": 64160, + "mapping_version_id": 418, + "enemy_pack_id": 12835, + "enemy_patrol_id": 3158, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.7476142132, + "lng": 245.2661928934, + "kill_priority": 0 + }, + { + "id": 64161, + "mapping_version_id": 418, + "enemy_pack_id": 12835, + "enemy_patrol_id": 3158, + "npc_id": 216364, + "floor_id": 283, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -122.68507614213, + "lng": 238.74274111675, + "kill_priority": 0 + }, + { + "id": 64162, + "mapping_version_id": 418, + "enemy_pack_id": 12836, + "enemy_patrol_id": 3159, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.689137055838, + "lng": 240.02923857868, + "kill_priority": null + }, + { + "id": 64163, + "mapping_version_id": 418, + "enemy_pack_id": 12836, + "enemy_patrol_id": 3159, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -90.535634517767, + "lng": 235.87086294416, + "kill_priority": null + }, + { + "id": 64164, + "mapping_version_id": 418, + "enemy_pack_id": 12836, + "enemy_patrol_id": 3159, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.404467005076, + "lng": 230.46497461929, + "kill_priority": null + }, + { + "id": 64165, + "mapping_version_id": 418, + "enemy_pack_id": 12836, + "enemy_patrol_id": 3159, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.921218274112, + "lng": 235.0261928934, + "kill_priority": null + }, + { + "id": 64166, + "mapping_version_id": 418, + "enemy_pack_id": 12836, + "enemy_patrol_id": 3159, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.646497461929, + "lng": 239.5614213198, + "kill_priority": null + }, + { + "id": 64167, + "mapping_version_id": 418, + "enemy_pack_id": 12837, + "enemy_patrol_id": 3160, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.37827411168, + "lng": 234.22050761421, + "kill_priority": null + }, + { + "id": 64168, + "mapping_version_id": 418, + "enemy_pack_id": 12837, + "enemy_patrol_id": 3160, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.62639593909, + "lng": 239.22355329949, + "kill_priority": null + }, + { + "id": 64169, + "mapping_version_id": 418, + "enemy_pack_id": 12837, + "enemy_patrol_id": 3160, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.09055837563, + "lng": 238.58680203046, + "kill_priority": null + }, + { + "id": 64170, + "mapping_version_id": 418, + "enemy_pack_id": 12837, + "enemy_patrol_id": 3160, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.40365482234, + "lng": 243.60284263959, + "kill_priority": null + }, + { + "id": 64171, + "mapping_version_id": 418, + "enemy_pack_id": 12837, + "enemy_patrol_id": 3160, + "npc_id": 216365, + "floor_id": 283, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.58923857868, + "lng": 234.83126903553, + "kill_priority": null + }, + { + "id": 64172, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": 3161, + "npc_id": 217039, + "floor_id": 283, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -114.71918781726, + "lng": 212.89583756345, + "kill_priority": null + }, + { + "id": 64173, + "mapping_version_id": 418, + "enemy_pack_id": 12838, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -59.906598984772, + "lng": 261.09401015228, + "kill_priority": 0 + }, + { + "id": 64174, + "mapping_version_id": 418, + "enemy_pack_id": 12838, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.739492385787, + "lng": 257.26050761421, + "kill_priority": 0 + }, + { + "id": 64175, + "mapping_version_id": 418, + "enemy_pack_id": 12839, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.374822335025, + "lng": 272.55553299492, + "kill_priority": 0 + }, + { + "id": 64176, + "mapping_version_id": 418, + "enemy_pack_id": 12839, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -79.827817258883, + "lng": 276.10314720812, + "kill_priority": 0 + }, + { + "id": 64177, + "mapping_version_id": 418, + "enemy_pack_id": 12833, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -74.824771573604, + "lng": 245.85096446701, + "kill_priority": 0 + }, + { + "id": 64178, + "mapping_version_id": 418, + "enemy_pack_id": 12833, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -71.731979695431, + "lng": 242.30335025381, + "kill_priority": 0 + }, + { + "id": 64179, + "mapping_version_id": 418, + "enemy_pack_id": 12840, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -60.673299492386, + "lng": 235.96182741117, + "kill_priority": 0 + }, + { + "id": 64180, + "mapping_version_id": 418, + "enemy_pack_id": 12840, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -58.33421319797, + "lng": 240.43208121827, + "kill_priority": 0 + }, + { + "id": 64181, + "mapping_version_id": 418, + "enemy_pack_id": 12840, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.154720812183, + "lng": 243.58984771574, + "kill_priority": 0 + }, + { + "id": 64182, + "mapping_version_id": 418, + "enemy_pack_id": 12841, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -74.123045685279, + "lng": 221.99228426396, + "kill_priority": 0 + }, + { + "id": 64183, + "mapping_version_id": 418, + "enemy_pack_id": 12841, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -76.228223350254, + "lng": 218.41868020305, + "kill_priority": 0 + }, + { + "id": 64184, + "mapping_version_id": 418, + "enemy_pack_id": 12834, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -90.132791878173, + "lng": 207.6069035533, + "kill_priority": 0 + }, + { + "id": 64185, + "mapping_version_id": 418, + "enemy_pack_id": 12834, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.142131979695, + "lng": 216.74233502538, + "kill_priority": 0 + }, + { + "id": 64186, + "mapping_version_id": 418, + "enemy_pack_id": 12834, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.829644670051, + "lng": 212.37604060914, + "kill_priority": 0 + }, + { + "id": 64187, + "mapping_version_id": 418, + "enemy_pack_id": 12834, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.415634517766, + "lng": 208.55553299492, + "kill_priority": 0 + }, + { + "id": 64188, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.484263959391, + "lng": 259.74253807107, + "kill_priority": null + }, + { + "id": 64189, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -94.90192893401, + "lng": 263.08223350254, + "kill_priority": null + }, + { + "id": 64190, + "mapping_version_id": 418, + "enemy_pack_id": 12842, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.20934010152, + "lng": 257.94923857868, + "kill_priority": 0 + }, + { + "id": 64191, + "mapping_version_id": 418, + "enemy_pack_id": 12842, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -112.32812182741, + "lng": 254.38862944162, + "kill_priority": 0 + }, + { + "id": 64192, + "mapping_version_id": 418, + "enemy_pack_id": 12842, + "enemy_patrol_id": null, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.86152284264, + "lng": 258.39106598985, + "kill_priority": 0 + }, + { + "id": 64193, + "mapping_version_id": 418, + "enemy_pack_id": 12835, + "enemy_patrol_id": 3158, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -124.3614213198, + "lng": 247.03350253807, + "kill_priority": 0 + }, + { + "id": 64194, + "mapping_version_id": 418, + "enemy_pack_id": 12835, + "enemy_patrol_id": 3158, + "npc_id": 216363, + "floor_id": 283, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -127.11634517766, + "lng": 243.32994923858, + "kill_priority": 0 + }, + { + "id": 64198, + "mapping_version_id": 418, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 215407, + "floor_id": 283, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -138.95472081218, + "lng": 188.6083248731, + "kill_priority": null } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_packs.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_packs.json index db62dcd63..4998a51cb 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_packs.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_packs.json @@ -1054,5 +1054,137 @@ "color_animated": null, "label": "Imported from MDT - group 61", "vertices_json": "[{\"lat\":-114.86152284264,\"lng\":253.38862944162},{\"lat\":-108.20934010152,\"lng\":253.38862944162},{\"lat\":-108.20934010152,\"lng\":259.39106598985},{\"lat\":-114.86152284264,\"lng\":259.39106598985}]" + }, + { + "id": 12832, + "mapping_version_id": 418, + "floor_id": 283, + "group": 63, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 63", + "vertices_json": "[{\"lat\":-128.15532994924,\"lng\":200.56426395939},{\"lat\":-120.00873096447,\"lng\":200.56426395939},{\"lat\":-120.00873096447,\"lng\":206.77461928934},{\"lat\":-128.15532994924,\"lng\":206.77461928934}]" + }, + { + "id": 12833, + "mapping_version_id": 418, + "floor_id": 283, + "group": 56, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 56", + "vertices_json": "[{\"lat\":-75.824771573604,\"lng\":241.30335025381},{\"lat\":-68.340913705584,\"lng\":241.30335025381},{\"lat\":-68.340913705584,\"lng\":248.76121827411},{\"lat\":-75.824771573604,\"lng\":248.76121827411}]" + }, + { + "id": 12834, + "mapping_version_id": 418, + "floor_id": 283, + "group": 64, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 64", + "vertices_json": "[{\"lat\":-91.132791878173,\"lng\":206.6069035533},{\"lat\":-81.829644670051,\"lng\":206.6069035533},{\"lat\":-81.829644670051,\"lng\":217.74233502538},{\"lat\":-91.132791878173,\"lng\":217.74233502538}]" + }, + { + "id": 12835, + "mapping_version_id": 418, + "floor_id": 283, + "group": 62, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 62", + "vertices_json": "[{\"lat\":-128.11634517765998,\"lng\":237.74274111675},{\"lat\":-117.7476142132,\"lng\":237.74274111675},{\"lat\":-117.7476142132,\"lng\":248.03350253807},{\"lat\":-128.11634517765998,\"lng\":248.03350253807}]" + }, + { + "id": 12836, + "mapping_version_id": 418, + "floor_id": 283, + "group": 59, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 59", + "vertices_json": "[{\"lat\":-91.535634517767,\"lng\":229.46497461929},{\"lat\":-79.646497461929,\"lng\":229.46497461929},{\"lat\":-79.646497461929,\"lng\":241.02923857868},{\"lat\":-91.535634517767,\"lng\":241.02923857868}]" + }, + { + "id": 12837, + "mapping_version_id": 418, + "floor_id": 283, + "group": 60, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 60", + "vertices_json": "[{\"lat\":-115.58923857868,\"lng\":233.22050761421},{\"lat\":-105.09055837563,\"lng\":233.22050761421},{\"lat\":-105.09055837563,\"lng\":244.60284263959},{\"lat\":-115.58923857868,\"lng\":244.60284263959}]" + }, + { + "id": 12838, + "mapping_version_id": 418, + "floor_id": 283, + "group": 55, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 55", + "vertices_json": "[{\"lat\":-63.739492385787,\"lng\":256.26050761421},{\"lat\":-58.906598984772,\"lng\":256.26050761421},{\"lat\":-58.906598984772,\"lng\":262.09401015228},{\"lat\":-63.739492385787,\"lng\":262.09401015228}]" + }, + { + "id": 12839, + "mapping_version_id": 418, + "floor_id": 283, + "group": 54, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 54", + "vertices_json": "[{\"lat\":-83.374822335025,\"lng\":271.55553299492},{\"lat\":-78.827817258883,\"lng\":271.55553299492},{\"lat\":-78.827817258883,\"lng\":277.10314720812},{\"lat\":-83.374822335025,\"lng\":277.10314720812}]" + }, + { + "id": 12840, + "mapping_version_id": 418, + "floor_id": 283, + "group": 57, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 57", + "vertices_json": "[{\"lat\":-63.154720812183,\"lng\":234.96182741117},{\"lat\":-57.33421319797,\"lng\":234.96182741117},{\"lat\":-57.33421319797,\"lng\":244.58984771574},{\"lat\":-63.154720812183,\"lng\":244.58984771574}]" + }, + { + "id": 12841, + "mapping_version_id": 418, + "floor_id": 283, + "group": 58, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 58", + "vertices_json": "[{\"lat\":-77.228223350254,\"lng\":217.41868020305},{\"lat\":-73.123045685279,\"lng\":217.41868020305},{\"lat\":-73.123045685279,\"lng\":222.99228426396},{\"lat\":-77.228223350254,\"lng\":222.99228426396}]" + }, + { + "id": 12842, + "mapping_version_id": 418, + "floor_id": 283, + "group": 61, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 61", + "vertices_json": "[{\"lat\":-114.86152284264,\"lng\":253.38862944162},{\"lat\":-108.20934010152,\"lng\":253.38862944162},{\"lat\":-108.20934010152,\"lng\":259.39106598985},{\"lat\":-114.86152284264,\"lng\":259.39106598985}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_patrols.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_patrols.json index 06c19dfca..b7905f9f7 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_patrols.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/2/enemy_patrols.json @@ -362,5 +362,57 @@ "weight": 2, "vertices_json": "[{\"lat\":-113.02984771573603,\"lng\":215.33888324873092},{\"lat\":-99.52812182741117,\"lng\":232.79106598984768},{\"lat\":-113.02984771573603,\"lng\":215.33888324873092},{\"lat\":-113.02984771573603,\"lng\":215.33888324873092}]" } + }, + { + "id": 3158, + "mapping_version_id": 418, + "floor_id": 283, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-118.74761421319795,\"lng\":245.266192893401},{\"lat\":-106.23350253807106,\"lng\":260.0934010152284},{\"lat\":-127.94802030456853,\"lng\":233.9476142131979},{\"lat\":-118.74761421319795,\"lng\":245.266192893401}]" + } + }, + { + "id": 3159, + "mapping_version_id": 418, + "floor_id": 283, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-83.92121827411168,\"lng\":235.026192893401},{\"lat\":-75.99431472081217,\"lng\":226.5275126903553},{\"lat\":-65.27350253807104,\"lng\":236.3646700507614},{\"lat\":-63.480203045685265,\"lng\":246.87756345177667},{\"lat\":-55.21543147208123,\"lng\":259.83350253807106},{\"lat\":-64.59776649746193,\"lng\":273.0233502538071},{\"lat\":-72.86253807106597,\"lng\":265.6422335025381},{\"lat\":-80.68548223350254,\"lng\":256.70172588832486},{\"lat\":-88.06659898477157,\"lng\":247.09847715736035},{\"lat\":-83.92121827411168,\"lng\":235.026192893401}]" + } + }, + { + "id": 3160, + "mapping_version_id": 418, + "floor_id": 283, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-109.37827411167514,\"lng\":234.2205076142132},{\"lat\":-117.61705583756343,\"lng\":227.4241624365482},{\"lat\":-120.52791878172587,\"lng\":214.46822335025382},{\"lat\":-111.58741116751268,\"lng\":206.6452791878172},{\"lat\":-101.7502538071066,\"lng\":207.76284263959388},{\"lat\":-95.9415228426396,\"lng\":217.82091370558373},{\"lat\":-95.04487309644671,\"lng\":231.23167512690353},{\"lat\":-97.28000000000002,\"lng\":238.15796954314717},{\"lat\":-109.37827411167514,\"lng\":234.2205076142132}]" + } + }, + { + "id": 3161, + "mapping_version_id": 418, + "floor_id": 283, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-113.02984771573603,\"lng\":215.33888324873092},{\"lat\":-99.52812182741117,\"lng\":232.79106598984768},{\"lat\":-113.02984771573603,\"lng\":215.33888324873092},{\"lat\":-113.02984771573603,\"lng\":215.33888324873092}]" + } } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_union_areas.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_union_areas.json index a8ff1dfec..20369a162 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_union_areas.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_union_areas.json @@ -124,5 +124,19 @@ "floor_id": 284, "floor_union_id": 390, "vertices_json": "[{\"lat\":\"-184.286514\",\"lng\":\"-2.70093\"},{\"lat\":\"-257.211618\",\"lng\":\"-1.454347\"},{\"lat\":\"-258.665964\",\"lng\":\"331.17554\"},{\"lat\":\"-120.087492\",\"lng\":\"169.119755\"},{\"lat\":\"-183.247695\",\"lng\":\"64.199022\"}]" + }, + { + "id": 381, + "mapping_version_id": 418, + "floor_id": 284, + "floor_union_id": 399, + "vertices_json": "[{\"lat\":\"-186.156389\",\"lng\":\"-1.454347\"},{\"lat\":\"-185.948625\",\"lng\":\"65.653369\"},{\"lat\":\"-122.788422\",\"lng\":\"168.911991\"},{\"lat\":\"-257.834909\",\"lng\":\"326.8125\"},{\"lat\":\"-257.003854\",\"lng\":\"385.194135\"},{\"lat\":\"2.70093\",\"lng\":\"384.986371\"},{\"lat\":\"1.454347\",\"lng\":\"-2.493166\"}]" + }, + { + "id": 382, + "mapping_version_id": 418, + "floor_id": 284, + "floor_union_id": 400, + "vertices_json": "[{\"lat\":\"-184.286514\",\"lng\":\"-2.70093\"},{\"lat\":\"-257.211618\",\"lng\":\"-1.454347\"},{\"lat\":\"-258.665964\",\"lng\":\"331.17554\"},{\"lat\":\"-120.087492\",\"lng\":\"169.119755\"},{\"lat\":\"-183.247695\",\"lng\":\"64.199022\"}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_unions.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_unions.json index ef4b70d47..880f90e0f 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_unions.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/3/floor_unions.json @@ -178,5 +178,25 @@ "lng": 118.67, "size": 197, "rotation": 0 + }, + { + "id": 399, + "mapping_version_id": 418, + "floor_id": 284, + "target_floor_id": 282, + "lat": -134.66, + "lng": 192.07, + "size": 300, + "rotation": 0 + }, + { + "id": 400, + "mapping_version_id": 418, + "floor_id": 284, + "target_floor_id": 283, + "lat": -206.94, + "lng": 118.67, + "size": 197, + "rotation": 0 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/ara_karacityofechoes/npcs.json b/database/seeders/dungeondata/tww/ara_karacityofechoes/npcs.json index 77065d53e..e899c196f 100644 --- a/database/seeders/dungeondata/tww/ara_karacityofechoes/npcs.json +++ b/database/seeders/dungeondata/tww/ara_karacityofechoes/npcs.json @@ -154,6 +154,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17141, + "mapping_version_id": 418, + "npc_id": 214840, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17039, "mapping_version_id": 407, @@ -475,6 +482,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17140, + "mapping_version_id": 418, + "npc_id": 216293, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 17038, "mapping_version_id": 407, @@ -613,6 +627,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17146, + "mapping_version_id": 418, + "npc_id": 216333, + "enemy_forces": 7, + "enemy_forces_teeming": null + }, { "id": 17044, "mapping_version_id": 407, @@ -679,7 +700,7 @@ "npc_class_id": 1, "display_id": 120876, "encounter_id": null, - "name": "Starved Crawler", + "name": "Ravenous Crawler", "base_health": 5092182, "health_percentage": null, "level": 80, @@ -751,6 +772,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17138, + "mapping_version_id": 418, + "npc_id": 216336, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17036, "mapping_version_id": 407, @@ -892,6 +920,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17145, + "mapping_version_id": 418, + "npc_id": 216337, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 17043, "mapping_version_id": 407, @@ -980,6 +1015,9 @@ } ], "npc_spells": [ + { + "spell_id": 432868 + }, { "spell_id": 434252 }, @@ -997,6 +1035,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17148, + "mapping_version_id": 418, + "npc_id": 216338, + "enemy_forces": 20, + "enemy_forces_teeming": null + }, { "id": 17046, "mapping_version_id": 407, @@ -1135,6 +1180,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17149, + "mapping_version_id": 418, + "npc_id": 216340, + "enemy_forces": 7, + "enemy_forces_teeming": null + }, { "id": 17047, "mapping_version_id": 407, @@ -1273,6 +1325,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17139, + "mapping_version_id": 418, + "npc_id": 216341, + "enemy_forces": 2, + "enemy_forces_teeming": null + }, { "id": 17037, "mapping_version_id": 407, @@ -1414,6 +1473,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17153, + "mapping_version_id": 418, + "npc_id": 216363, + "enemy_forces": 3, + "enemy_forces_teeming": null + }, { "id": 17051, "mapping_version_id": 407, @@ -1519,6 +1585,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17150, + "mapping_version_id": 418, + "npc_id": 216364, + "enemy_forces": 14, + "enemy_forces_teeming": null + }, { "id": 17048, "mapping_version_id": 407, @@ -1660,6 +1733,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17151, + "mapping_version_id": 418, + "npc_id": 216365, + "enemy_forces": 3, + "enemy_forces_teeming": null + }, { "id": 17049, "mapping_version_id": 407, @@ -1785,6 +1865,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17152, + "mapping_version_id": 418, + "npc_id": 217039, + "enemy_forces": 35, + "enemy_forces_teeming": null + }, { "id": 17050, "mapping_version_id": 407, @@ -1887,6 +1974,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17144, + "mapping_version_id": 418, + "npc_id": 217531, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 17042, "mapping_version_id": 407, @@ -1998,6 +2092,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17142, + "mapping_version_id": 418, + "npc_id": 217533, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 17040, "mapping_version_id": 407, @@ -2106,6 +2207,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17143, + "mapping_version_id": 418, + "npc_id": 218324, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 17041, "mapping_version_id": 407, @@ -2227,7 +2335,7 @@ "display_id": 117870, "encounter_id": null, "name": "Bloodstained Webmage", - "base_health": 7160880, + "base_health": 5733236, "health_percentage": null, "level": 80, "mdt_scale": 1.1, @@ -2382,6 +2490,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17147, + "mapping_version_id": 418, + "npc_id": 223253, + "enemy_forces": 7, + "enemy_forces_teeming": null + }, { "id": 17045, "mapping_version_id": 407, diff --git a/database/seeders/dungeondata/tww/thedawnbreaker/1/enemies.json b/database/seeders/dungeondata/tww/thedawnbreaker/1/enemies.json index e67758a59..890490c1b 100644 --- a/database/seeders/dungeondata/tww/thedawnbreaker/1/enemies.json +++ b/database/seeders/dungeondata/tww/thedawnbreaker/1/enemies.json @@ -22534,5 +22534,3749 @@ "lat": -143.65751351351, "lng": 130.23827027027, "kill_priority": null + }, + { + "id": 63817, + "mapping_version_id": 417, + "enemy_pack_id": 12733, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -189.01627586207, + "lng": 301.3843862069, + "kill_priority": 0 + }, + { + "id": 63818, + "mapping_version_id": 417, + "enemy_pack_id": 12733, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -184.7084137931, + "lng": 304.72474482759, + "kill_priority": 0 + }, + { + "id": 63819, + "mapping_version_id": 417, + "enemy_pack_id": 12733, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -188.11233103448, + "lng": 308.06863448276, + "kill_priority": 0 + }, + { + "id": 63820, + "mapping_version_id": 417, + "enemy_pack_id": 12734, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -95.847783783784, + "lng": 210.50118918919, + "kill_priority": 0 + }, + { + "id": 63821, + "mapping_version_id": 417, + "enemy_pack_id": 12735, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -94.989837837838, + "lng": 205.4227027027, + "kill_priority": 0 + }, + { + "id": 63822, + "mapping_version_id": 417, + "enemy_pack_id": 12735, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.274378378378, + "lng": 209.37340540541, + "kill_priority": null + }, + { + "id": 63823, + "mapping_version_id": 417, + "enemy_pack_id": 12736, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -81.864648648649, + "lng": 223.08324324324, + "kill_priority": 0 + }, + { + "id": 63824, + "mapping_version_id": 417, + "enemy_pack_id": 12736, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.348540540541, + "lng": 226.35243243243, + "kill_priority": 0 + }, + { + "id": 63825, + "mapping_version_id": 417, + "enemy_pack_id": 12737, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.70637837838, + "lng": 201.12951351351, + "kill_priority": 0 + }, + { + "id": 63826, + "mapping_version_id": 417, + "enemy_pack_id": 12738, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.20172972973, + "lng": 112.37016216216, + "kill_priority": null + }, + { + "id": 63827, + "mapping_version_id": 417, + "enemy_pack_id": 12739, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.504, + "lng": 118.89816216216, + "kill_priority": null + }, + { + "id": 63828, + "mapping_version_id": 417, + "enemy_pack_id": 12740, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -124.21881081081, + "lng": 148.32086486486, + "kill_priority": null + }, + { + "id": 63829, + "mapping_version_id": 417, + "enemy_pack_id": 12741, + "enemy_patrol_id": null, + "npc_id": 213894, + "floor_id": 293, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.03416216216, + "lng": 153.59308108108, + "kill_priority": null + }, + { + "id": 63830, + "mapping_version_id": 417, + "enemy_pack_id": 12733, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -191.9187862069, + "lng": 304.84833103448, + "kill_priority": 0 + }, + { + "id": 63831, + "mapping_version_id": 417, + "enemy_pack_id": 12733, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -186.26206896552, + "lng": 306.38433103448, + "kill_priority": 0 + }, + { + "id": 63832, + "mapping_version_id": 417, + "enemy_pack_id": 12734, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.234594594595, + "lng": 214.55567567568, + "kill_priority": 0 + }, + { + "id": 63833, + "mapping_version_id": 417, + "enemy_pack_id": 12736, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.92627027027, + "lng": 223.42572972973, + "kill_priority": 0 + }, + { + "id": 63834, + "mapping_version_id": 417, + "enemy_pack_id": 12742, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -123.53383783784, + "lng": 141.83783783784, + "kill_priority": 0 + }, + { + "id": 63835, + "mapping_version_id": 417, + "enemy_pack_id": 12740, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -122.45794594595, + "lng": 147.49405405405, + "kill_priority": 0 + }, + { + "id": 63836, + "mapping_version_id": 417, + "enemy_pack_id": 12739, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.822702702703, + "lng": 118.11978378378, + "kill_priority": null + }, + { + "id": 63837, + "mapping_version_id": 417, + "enemy_pack_id": 12743, + "enemy_patrol_id": null, + "npc_id": 213892, + "floor_id": 293, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -136.17816216216, + "lng": 148.67718918919, + "kill_priority": null + }, + { + "id": 63838, + "mapping_version_id": 417, + "enemy_pack_id": 12733, + "enemy_patrol_id": null, + "npc_id": 214761, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -188.57136551724, + "lng": 304.45991724138, + "kill_priority": 0 + }, + { + "id": 63839, + "mapping_version_id": 417, + "enemy_pack_id": 12735, + "enemy_patrol_id": null, + "npc_id": 214761, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.163243243243, + "lng": 207.39805405405, + "kill_priority": 0 + }, + { + "id": 63840, + "mapping_version_id": 417, + "enemy_pack_id": 12734, + "enemy_patrol_id": null, + "npc_id": 214762, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.373405405405, + "lng": 212.62183783784, + "kill_priority": null + }, + { + "id": 63841, + "mapping_version_id": 417, + "enemy_pack_id": 12737, + "enemy_patrol_id": null, + "npc_id": 214762, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -110.16302702703, + "lng": 199.20951351351, + "kill_priority": 0 + }, + { + "id": 63842, + "mapping_version_id": 417, + "enemy_pack_id": 12736, + "enemy_patrol_id": null, + "npc_id": 210966, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.141189189189, + "lng": 224.6572972973, + "kill_priority": null + }, + { + "id": 63843, + "mapping_version_id": 417, + "enemy_pack_id": 12737, + "enemy_patrol_id": null, + "npc_id": 210966, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.84778378378, + "lng": 200.8492972973, + "kill_priority": 0 + }, + { + "id": 63844, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 210966, + "floor_id": 293, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.451891891892, + "lng": 171.50616216216, + "kill_priority": null + }, + { + "id": 63845, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 210966, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.096432432432, + "lng": 177.92345945946, + "kill_priority": null + }, + { + "id": 63846, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 210966, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.07027027027, + "lng": 147.59437837838, + "kill_priority": null + }, + { + "id": 63847, + "mapping_version_id": 417, + "enemy_pack_id": 12744, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -94.671567567568, + "lng": 167.83567567568, + "kill_priority": null + }, + { + "id": 63848, + "mapping_version_id": 417, + "enemy_pack_id": 12744, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -96.529297297297, + "lng": 167.8252972973, + "kill_priority": null + }, + { + "id": 63849, + "mapping_version_id": 417, + "enemy_pack_id": 12745, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.539243243243, + "lng": 143.55718918919, + "kill_priority": null + }, + { + "id": 63850, + "mapping_version_id": 417, + "enemy_pack_id": 12746, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.02637837838, + "lng": 133.80151351351, + "kill_priority": null + }, + { + "id": 63851, + "mapping_version_id": 417, + "enemy_pack_id": 12746, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -116.74291891892, + "lng": 132.48, + "kill_priority": null + }, + { + "id": 63852, + "mapping_version_id": 417, + "enemy_pack_id": 12747, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.867675675676, + "lng": 118.12324324324, + "kill_priority": null + }, + { + "id": 63853, + "mapping_version_id": 417, + "enemy_pack_id": 12748, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.422918918919, + "lng": 139.63762162162, + "kill_priority": null + }, + { + "id": 63854, + "mapping_version_id": 417, + "enemy_pack_id": 12749, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.013405405405, + "lng": 134.91891891892, + "kill_priority": null + }, + { + "id": 63855, + "mapping_version_id": 417, + "enemy_pack_id": 12750, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -101.15805405405, + "lng": 132.41081081081, + "kill_priority": null + }, + { + "id": 63856, + "mapping_version_id": 417, + "enemy_pack_id": 12751, + "enemy_patrol_id": 3148, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.300540540541, + "lng": 129.0067027027, + "kill_priority": null + }, + { + "id": 63857, + "mapping_version_id": 417, + "enemy_pack_id": 12751, + "enemy_patrol_id": 3148, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.815783783784, + "lng": 130.00302702703, + "kill_priority": null + }, + { + "id": 63858, + "mapping_version_id": 417, + "enemy_pack_id": 12752, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.767567567568, + "lng": 125.09751351351, + "kill_priority": null + }, + { + "id": 63859, + "mapping_version_id": 417, + "enemy_pack_id": 12753, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.000552187458, + "lng": 119.56270139963, + "kill_priority": 0 + }, + { + "id": 63860, + "mapping_version_id": 417, + "enemy_pack_id": 12738, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.24627027027, + "lng": 112.42551351351, + "kill_priority": null + }, + { + "id": 63861, + "mapping_version_id": 417, + "enemy_pack_id": 12754, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.115891891892, + "lng": 148.25513513514, + "kill_priority": null + }, + { + "id": 63862, + "mapping_version_id": 417, + "enemy_pack_id": 12754, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.424648648649, + "lng": 148.23091891892, + "kill_priority": null + }, + { + "id": 63863, + "mapping_version_id": 417, + "enemy_pack_id": 12755, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.165621621622, + "lng": 158.69924324324, + "kill_priority": null + }, + { + "id": 63864, + "mapping_version_id": 417, + "enemy_pack_id": 12755, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.092540540541, + "lng": 156.86918918919, + "kill_priority": null + }, + { + "id": 63865, + "mapping_version_id": 417, + "enemy_pack_id": 12755, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.255567567568, + "lng": 156.90032432432, + "kill_priority": null + }, + { + "id": 63866, + "mapping_version_id": 417, + "enemy_pack_id": 12756, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.770594594595, + "lng": 165.15805405405, + "kill_priority": null + }, + { + "id": 63867, + "mapping_version_id": 417, + "enemy_pack_id": 12757, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.71675675676, + "lng": 153.72108108108, + "kill_priority": null + }, + { + "id": 63868, + "mapping_version_id": 417, + "enemy_pack_id": 12758, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -110.71654054054, + "lng": 135.1852972973, + "kill_priority": null + }, + { + "id": 63869, + "mapping_version_id": 417, + "enemy_pack_id": 12759, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 26, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.25102702703, + "lng": 141.184, + "kill_priority": null + }, + { + "id": 63870, + "mapping_version_id": 417, + "enemy_pack_id": 12742, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -123.5372972973, + "lng": 143.80627027027, + "kill_priority": null + }, + { + "id": 63871, + "mapping_version_id": 417, + "enemy_pack_id": 12740, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 30, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -123.1532972973, + "lng": 149.08540540541, + "kill_priority": null + }, + { + "id": 63872, + "mapping_version_id": 417, + "enemy_pack_id": 12760, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 31, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -123.86594594595, + "lng": 159.84778378378, + "kill_priority": null + }, + { + "id": 63873, + "mapping_version_id": 417, + "enemy_pack_id": 12760, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 32, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -123.82443243243, + "lng": 161.50486486486, + "kill_priority": null + }, + { + "id": 63874, + "mapping_version_id": 417, + "enemy_pack_id": 12760, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 33, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -125.38464864865, + "lng": 160.72648648649, + "kill_priority": null + }, + { + "id": 63875, + "mapping_version_id": 417, + "enemy_pack_id": 12761, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 34, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -129.13124324324, + "lng": 162.91632432432, + "kill_priority": null + }, + { + "id": 63876, + "mapping_version_id": 417, + "enemy_pack_id": 12762, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 35, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -132.48, + "lng": 141.70291891892, + "kill_priority": null + }, + { + "id": 63877, + "mapping_version_id": 417, + "enemy_pack_id": 12763, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 36, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.255567567568, + "lng": 132.07524324324, + "kill_priority": null + }, + { + "id": 63878, + "mapping_version_id": 417, + "enemy_pack_id": 12764, + "enemy_patrol_id": 3149, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 37, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -129.46681081081, + "lng": 143.8547027027, + "kill_priority": null + }, + { + "id": 63879, + "mapping_version_id": 417, + "enemy_pack_id": 12764, + "enemy_patrol_id": 3149, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 38, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -129.37686486486, + "lng": 145.92, + "kill_priority": null + }, + { + "id": 63880, + "mapping_version_id": 417, + "enemy_pack_id": 12765, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 39, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.33513513514, + "lng": 149.23762162162, + "kill_priority": null + }, + { + "id": 63881, + "mapping_version_id": 417, + "enemy_pack_id": 12765, + "enemy_patrol_id": null, + "npc_id": 213893, + "floor_id": 293, + "mdt_id": 40, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -128.38054054054, + "lng": 149.31718918919, + "kill_priority": null + }, + { + "id": 63882, + "mapping_version_id": 417, + "enemy_pack_id": 12766, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -89.157189189189, + "lng": 135.42745945946, + "kill_priority": null + }, + { + "id": 63883, + "mapping_version_id": 417, + "enemy_pack_id": 12766, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -87.904864864865, + "lng": 134.20972972973, + "kill_priority": null + }, + { + "id": 63884, + "mapping_version_id": 417, + "enemy_pack_id": 12767, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -89.430486486486, + "lng": 168.05362162162, + "kill_priority": null + }, + { + "id": 63885, + "mapping_version_id": 417, + "enemy_pack_id": 12767, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.229405405405, + "lng": 168.06745945946, + "kill_priority": null + }, + { + "id": 63886, + "mapping_version_id": 417, + "enemy_pack_id": 12743, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -136.32345945946, + "lng": 146.71913513514, + "kill_priority": 0 + }, + { + "id": 63887, + "mapping_version_id": 417, + "enemy_pack_id": 12768, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.663783783784, + "lng": 148.2412972973, + "kill_priority": null + }, + { + "id": 63888, + "mapping_version_id": 417, + "enemy_pack_id": 12768, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -96.729945945946, + "lng": 148.27935135135, + "kill_priority": null + }, + { + "id": 63889, + "mapping_version_id": 417, + "enemy_pack_id": 12768, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -100.58032432432, + "lng": 148.23437837838, + "kill_priority": null + }, + { + "id": 63890, + "mapping_version_id": 417, + "enemy_pack_id": 12745, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.459891891892, + "lng": 141.96583783784, + "kill_priority": null + }, + { + "id": 63891, + "mapping_version_id": 417, + "enemy_pack_id": 12745, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.435243243243, + "lng": 141.88281081081, + "kill_priority": null + }, + { + "id": 63892, + "mapping_version_id": 417, + "enemy_pack_id": 12769, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.467027027027, + "lng": 124.93491891892, + "kill_priority": null + }, + { + "id": 63893, + "mapping_version_id": 417, + "enemy_pack_id": 12747, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -83.853837837838, + "lng": 119.89102702703, + "kill_priority": null + }, + { + "id": 63894, + "mapping_version_id": 417, + "enemy_pack_id": 12749, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -96.695351351351, + "lng": 133.69081081081, + "kill_priority": null + }, + { + "id": 63895, + "mapping_version_id": 417, + "enemy_pack_id": 12750, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.33772972973, + "lng": 131.11697297297, + "kill_priority": null + }, + { + "id": 63896, + "mapping_version_id": 417, + "enemy_pack_id": 12751, + "enemy_patrol_id": 3148, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.207135135135, + "lng": 130.58421621622, + "kill_priority": null + }, + { + "id": 63897, + "mapping_version_id": 417, + "enemy_pack_id": 12770, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.277965436674, + "lng": 133.09198500691, + "kill_priority": 0 + }, + { + "id": 63898, + "mapping_version_id": 417, + "enemy_pack_id": 12771, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -105.54464864865, + "lng": 126.60237837838, + "kill_priority": null + }, + { + "id": 63899, + "mapping_version_id": 417, + "enemy_pack_id": 12754, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.303135135135, + "lng": 148.27589189189, + "kill_priority": null + }, + { + "id": 63900, + "mapping_version_id": 417, + "enemy_pack_id": 12756, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.926702702703, + "lng": 165.21340540541, + "kill_priority": null + }, + { + "id": 63901, + "mapping_version_id": 417, + "enemy_pack_id": 12756, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.829405405405, + "lng": 166.96735135135, + "kill_priority": null + }, + { + "id": 63902, + "mapping_version_id": 417, + "enemy_pack_id": 12757, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.34681081081, + "lng": 152.50335135135, + "kill_priority": null + }, + { + "id": 63903, + "mapping_version_id": 417, + "enemy_pack_id": 12757, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -110.93448648649, + "lng": 155.04259459459, + "kill_priority": null + }, + { + "id": 63904, + "mapping_version_id": 417, + "enemy_pack_id": 12772, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.96972972973, + "lng": 142.44324324324, + "kill_priority": null + }, + { + "id": 63905, + "mapping_version_id": 417, + "enemy_pack_id": 12741, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -128.43243243243, + "lng": 154.55135135135, + "kill_priority": null + }, + { + "id": 63906, + "mapping_version_id": 417, + "enemy_pack_id": 12741, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 29, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -128.41859459459, + "lng": 152.76281081081, + "kill_priority": null + }, + { + "id": 63907, + "mapping_version_id": 417, + "enemy_pack_id": 12773, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 30, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -124.26032432432, + "lng": 155.78291891892, + "kill_priority": null + }, + { + "id": 63908, + "mapping_version_id": 417, + "enemy_pack_id": 12761, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 31, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -129.10356756757, + "lng": 161.26962162162, + "kill_priority": null + }, + { + "id": 63909, + "mapping_version_id": 417, + "enemy_pack_id": 12774, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 32, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -131.28648648649, + "lng": 166.10940540541, + "kill_priority": null + }, + { + "id": 63910, + "mapping_version_id": 417, + "enemy_pack_id": 12774, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 33, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -131.26227027027, + "lng": 168.01556756757, + "kill_priority": null + }, + { + "id": 63911, + "mapping_version_id": 417, + "enemy_pack_id": 12775, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 34, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -137.28518918919, + "lng": 165.81881081081, + "kill_priority": null + }, + { + "id": 63912, + "mapping_version_id": 417, + "enemy_pack_id": 12775, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 35, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -137.20216216216, + "lng": 167.59005405405, + "kill_priority": null + }, + { + "id": 63913, + "mapping_version_id": 417, + "enemy_pack_id": 12762, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 36, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -133.81881081081, + "lng": 142.85145945946, + "kill_priority": null + }, + { + "id": 63914, + "mapping_version_id": 417, + "enemy_pack_id": 12764, + "enemy_patrol_id": 3149, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 37, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.94054054054, + "lng": 144.97210810811, + "kill_priority": null + }, + { + "id": 63915, + "mapping_version_id": 417, + "enemy_pack_id": 12753, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 38, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.913945945946, + "lng": 119.51394594595, + "kill_priority": null + }, + { + "id": 63916, + "mapping_version_id": 417, + "enemy_pack_id": 12753, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 39, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -90.170810810811, + "lng": 119.60043243243, + "kill_priority": null + }, + { + "id": 63917, + "mapping_version_id": 417, + "enemy_pack_id": 12770, + "enemy_patrol_id": null, + "npc_id": 213895, + "floor_id": 293, + "mdt_id": 40, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.159783783784, + "lng": 133.10616216216, + "kill_priority": 0 + }, + { + "id": 63918, + "mapping_version_id": 417, + "enemy_pack_id": 12770, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.347027027027, + "lng": 131.38335135135, + "kill_priority": 0 + }, + { + "id": 63919, + "mapping_version_id": 417, + "enemy_pack_id": 12770, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.426162162162, + "lng": 131.39372972973, + "kill_priority": 0 + }, + { + "id": 63920, + "mapping_version_id": 417, + "enemy_pack_id": 12746, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.60756756757, + "lng": 132.04756756757, + "kill_priority": null + }, + { + "id": 63921, + "mapping_version_id": 417, + "enemy_pack_id": 12747, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.701189189189, + "lng": 119.98443243243, + "kill_priority": null + }, + { + "id": 63922, + "mapping_version_id": 417, + "enemy_pack_id": 12748, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.350486486486, + "lng": 138.06010810811, + "kill_priority": null + }, + { + "id": 63923, + "mapping_version_id": 417, + "enemy_pack_id": 12739, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -100.01643243243, + "lng": 119.96367567568, + "kill_priority": null + }, + { + "id": 63924, + "mapping_version_id": 417, + "enemy_pack_id": 12771, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -105.06032432432, + "lng": 124.89340540541, + "kill_priority": null + }, + { + "id": 63925, + "mapping_version_id": 417, + "enemy_pack_id": 12753, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -90.968426303904, + "lng": 121.28124267638, + "kill_priority": 0 + }, + { + "id": 63926, + "mapping_version_id": 417, + "enemy_pack_id": 12738, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -91.136, + "lng": 114.58075675676, + "kill_priority": null + }, + { + "id": 63927, + "mapping_version_id": 417, + "enemy_pack_id": 12776, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.15783783784, + "lng": 146.17945945946, + "kill_priority": null + }, + { + "id": 63928, + "mapping_version_id": 417, + "enemy_pack_id": 12772, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.58551351351, + "lng": 140.70659459459, + "kill_priority": null + }, + { + "id": 63929, + "mapping_version_id": 417, + "enemy_pack_id": 12772, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.89664864865, + "lng": 142.21837837838, + "kill_priority": null + }, + { + "id": 63930, + "mapping_version_id": 417, + "enemy_pack_id": 12759, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.24064864865, + "lng": 139.44043243243, + "kill_priority": null + }, + { + "id": 63931, + "mapping_version_id": 417, + "enemy_pack_id": 12775, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -139.008, + "lng": 166.784, + "kill_priority": null + }, + { + "id": 63932, + "mapping_version_id": 417, + "enemy_pack_id": 12763, + "enemy_patrol_id": null, + "npc_id": 211341, + "floor_id": 293, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.515459459459, + "lng": 132.69448648649, + "kill_priority": null + }, + { + "id": 63933, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213932, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -152.48951351351, + "lng": 147.99913513514, + "kill_priority": null + }, + { + "id": 63934, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213932, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.954162162162, + "lng": 170.3507027027, + "kill_priority": null + }, + { + "id": 63935, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213932, + "floor_id": 293, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -104.12627027027, + "lng": 141.50227027027, + "kill_priority": null + }, + { + "id": 63936, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213932, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -115.77081081081, + "lng": 143.46724324324, + "kill_priority": null + }, + { + "id": 63937, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213932, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -126.04886486486, + "lng": 135.15762162162, + "kill_priority": null + }, + { + "id": 63938, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213932, + "floor_id": 293, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.36475675676, + "lng": 158.62659459459, + "kill_priority": null + }, + { + "id": 63939, + "mapping_version_id": 417, + "enemy_pack_id": 12777, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.505945945946, + "lng": 170.96648648649, + "kill_priority": null + }, + { + "id": 63940, + "mapping_version_id": 417, + "enemy_pack_id": 12777, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -94.374054054054, + "lng": 170.95956756757, + "kill_priority": 0 + }, + { + "id": 63941, + "mapping_version_id": 417, + "enemy_pack_id": 12743, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -137.39589189189, + "lng": 148.33816216216, + "kill_priority": null + }, + { + "id": 63942, + "mapping_version_id": 417, + "enemy_pack_id": 12768, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.819675675676, + "lng": 149.91913513514, + "kill_priority": null + }, + { + "id": 63943, + "mapping_version_id": 417, + "enemy_pack_id": 12768, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.895351351351, + "lng": 150.05751351351, + "kill_priority": null + }, + { + "id": 63944, + "mapping_version_id": 417, + "enemy_pack_id": 12769, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.733837837838, + "lng": 125.47113513514, + "kill_priority": null + }, + { + "id": 63945, + "mapping_version_id": 417, + "enemy_pack_id": 12769, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.121081081081, + "lng": 126.73383783784, + "kill_priority": null + }, + { + "id": 63946, + "mapping_version_id": 417, + "enemy_pack_id": 12748, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.291243243243, + "lng": 138.08086486486, + "kill_priority": null + }, + { + "id": 63947, + "mapping_version_id": 417, + "enemy_pack_id": 12752, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.999135135135, + "lng": 123.67567567568, + "kill_priority": null + }, + { + "id": 63948, + "mapping_version_id": 417, + "enemy_pack_id": 12771, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.88691891892, + "lng": 125.312, + "kill_priority": null + }, + { + "id": 63949, + "mapping_version_id": 417, + "enemy_pack_id": 12754, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -85.275675675676, + "lng": 149.83264864865, + "kill_priority": null + }, + { + "id": 63950, + "mapping_version_id": 417, + "enemy_pack_id": 12754, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -87.219891891892, + "lng": 149.86032432432, + "kill_priority": null + }, + { + "id": 63951, + "mapping_version_id": 417, + "enemy_pack_id": 12755, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.044108108108, + "lng": 158.66118918919, + "kill_priority": null + }, + { + "id": 63952, + "mapping_version_id": 417, + "enemy_pack_id": 12756, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.978594594595, + "lng": 166.96389189189, + "kill_priority": null + }, + { + "id": 63953, + "mapping_version_id": 417, + "enemy_pack_id": 12757, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -107.89708108108, + "lng": 154.20886486486, + "kill_priority": null + }, + { + "id": 63954, + "mapping_version_id": 417, + "enemy_pack_id": 12757, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.08713513514, + "lng": 155.44735135135, + "kill_priority": null + }, + { + "id": 63955, + "mapping_version_id": 417, + "enemy_pack_id": 12776, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.20627027027, + "lng": 144.37708108108, + "kill_priority": null + }, + { + "id": 63956, + "mapping_version_id": 417, + "enemy_pack_id": 12758, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.05254054054, + "lng": 134.11286486486, + "kill_priority": null + }, + { + "id": 63957, + "mapping_version_id": 417, + "enemy_pack_id": 12758, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.95913513514, + "lng": 136.12627027027, + "kill_priority": null + }, + { + "id": 63958, + "mapping_version_id": 417, + "enemy_pack_id": 12742, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 22, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -125.17708108108, + "lng": 142.94832432432, + "kill_priority": null + }, + { + "id": 63959, + "mapping_version_id": 417, + "enemy_pack_id": 12773, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 23, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -122.68972972973, + "lng": 154.83156756757, + "kill_priority": null + }, + { + "id": 63960, + "mapping_version_id": 417, + "enemy_pack_id": 12761, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 24, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.92324324324, + "lng": 162.1587027027, + "kill_priority": null + }, + { + "id": 63961, + "mapping_version_id": 417, + "enemy_pack_id": 12774, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 25, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -132.92972972973, + "lng": 167.10572972973, + "kill_priority": null + }, + { + "id": 63962, + "mapping_version_id": 417, + "enemy_pack_id": 12763, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 26, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.923675675676, + "lng": 130.85405405405, + "kill_priority": null + }, + { + "id": 63963, + "mapping_version_id": 417, + "enemy_pack_id": 12778, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 27, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.884756756757, + "lng": 128.25254054054, + "kill_priority": null + }, + { + "id": 63964, + "mapping_version_id": 417, + "enemy_pack_id": 12778, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 28, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -86.085189189189, + "lng": 126.89989189189, + "kill_priority": null + }, + { + "id": 63965, + "mapping_version_id": 417, + "enemy_pack_id": 12753, + "enemy_patrol_id": null, + "npc_id": 213934, + "floor_id": 293, + "mdt_id": 29, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.68713822201, + "lng": 121.21874633819, + "kill_priority": 0 + }, + { + "id": 63966, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 211261, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.170378378378, + "lng": 175.19740540541, + "kill_priority": null + }, + { + "id": 63967, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 211263, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -136.56908108108, + "lng": 151.77340540541, + "kill_priority": null + }, + { + "id": 63968, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 211262, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -92.201513513514, + "lng": 125.37081081081, + "kill_priority": null + }, + { + "id": 63969, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213885, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.74443243243, + "lng": 121.53081081081, + "kill_priority": null + }, + { + "id": 63970, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 211087, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.97751351351, + "lng": 221.46421621622, + "kill_priority": null + }, + { + "id": 63971, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 211089, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -116.85362162162, + "lng": 154.07740540541, + "kill_priority": null + }, + { + "id": 63972, + "mapping_version_id": 417, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213937, + "floor_id": 293, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.65751351351, + "lng": 130.23827027027, + "kill_priority": null } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_packs.json b/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_packs.json index b728ab4f5..a214ef079 100644 --- a/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_packs.json +++ b/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_packs.json @@ -3310,5 +3310,557 @@ "color_animated": null, "label": "Imported from MDT - group 13", "vertices_json": "[{\"lat\":-87.085189189189,\"lng\":125.89989189189},{\"lat\":-83.884756756757,\"lng\":125.89989189189},{\"lat\":-83.884756756757,\"lng\":129.25254054054},{\"lat\":-87.085189189189,\"lng\":129.25254054054}]" + }, + { + "id": 12733, + "mapping_version_id": 417, + "floor_id": 293, + "group": 1, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 1", + "vertices_json": "[{\"lat\":-192.9187862069,\"lng\":300.3843862069},{\"lat\":-183.7084137931,\"lng\":300.3843862069},{\"lat\":-183.7084137931,\"lng\":309.06863448276},{\"lat\":-192.9187862069,\"lng\":309.06863448276}]" + }, + { + "id": 12734, + "mapping_version_id": 417, + "floor_id": 293, + "group": 3, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 3", + "vertices_json": "[{\"lat\":-100.234594594595,\"lng\":209.50118918919},{\"lat\":-94.847783783784,\"lng\":209.50118918919},{\"lat\":-94.847783783784,\"lng\":215.55567567568},{\"lat\":-100.234594594595,\"lng\":215.55567567568}]" + }, + { + "id": 12735, + "mapping_version_id": 417, + "floor_id": 293, + "group": 4, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 4", + "vertices_json": "[{\"lat\":-95.989837837838,\"lng\":204.4227027027},{\"lat\":-90.274378378378,\"lng\":204.4227027027},{\"lat\":-90.274378378378,\"lng\":210.37340540541},{\"lat\":-95.989837837838,\"lng\":210.37340540541}]" + }, + { + "id": 12736, + "mapping_version_id": 417, + "floor_id": 293, + "group": 5, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 5", + "vertices_json": "[{\"lat\":-85.92627027027,\"lng\":222.08324324324},{\"lat\":-80.864648648649,\"lng\":222.08324324324},{\"lat\":-80.864648648649,\"lng\":227.35243243243},{\"lat\":-85.92627027027,\"lng\":227.35243243243}]" + }, + { + "id": 12737, + "mapping_version_id": 417, + "floor_id": 293, + "group": 6, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 6", + "vertices_json": "[{\"lat\":-112.84778378378,\"lng\":198.20951351351},{\"lat\":-108.70637837838,\"lng\":198.20951351351},{\"lat\":-108.70637837838,\"lng\":202.12951351351},{\"lat\":-112.84778378378,\"lng\":202.12951351351}]" + }, + { + "id": 12738, + "mapping_version_id": 417, + "floor_id": 293, + "group": 32, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 32", + "vertices_json": "[{\"lat\":-94.24627027027,\"lng\":111.37016216216},{\"lat\":-90.136,\"lng\":111.37016216216},{\"lat\":-90.136,\"lng\":115.58075675676},{\"lat\":-94.24627027027,\"lng\":115.58075675676}]" + }, + { + "id": 12739, + "mapping_version_id": 417, + "floor_id": 293, + "group": 17, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 17", + "vertices_json": "[{\"lat\":-102.504,\"lng\":117.11978378378},{\"lat\":-98.822702702703,\"lng\":117.11978378378},{\"lat\":-98.822702702703,\"lng\":120.96367567568},{\"lat\":-102.504,\"lng\":120.96367567568}]" + }, + { + "id": 12740, + "mapping_version_id": 417, + "floor_id": 293, + "group": 36, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 36", + "vertices_json": "[{\"lat\":-125.21881081081,\"lng\":146.49405405405},{\"lat\":-121.45794594595,\"lng\":146.49405405405},{\"lat\":-121.45794594595,\"lng\":150.08540540541},{\"lat\":-125.21881081081,\"lng\":150.08540540541}]" + }, + { + "id": 12741, + "mapping_version_id": 417, + "floor_id": 293, + "group": 46, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 46", + "vertices_json": "[{\"lat\":-131.03416216216,\"lng\":151.76281081081},{\"lat\":-127.41859459458999,\"lng\":151.76281081081},{\"lat\":-127.41859459458999,\"lng\":155.55135135135},{\"lat\":-131.03416216216,\"lng\":155.55135135135}]" + }, + { + "id": 12742, + "mapping_version_id": 417, + "floor_id": 293, + "group": 35, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 35", + "vertices_json": "[{\"lat\":-126.17708108108,\"lng\":140.83783783784},{\"lat\":-122.53383783784,\"lng\":140.83783783784},{\"lat\":-122.53383783784,\"lng\":144.80627027027},{\"lat\":-126.17708108108,\"lng\":144.80627027027}]" + }, + { + "id": 12743, + "mapping_version_id": 417, + "floor_id": 293, + "group": 42, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 42", + "vertices_json": "[{\"lat\":-138.39589189189,\"lng\":145.71913513514},{\"lat\":-135.17816216216,\"lng\":145.71913513514},{\"lat\":-135.17816216216,\"lng\":149.67718918919},{\"lat\":-138.39589189189,\"lng\":149.67718918919}]" + }, + { + "id": 12744, + "mapping_version_id": 417, + "floor_id": 293, + "group": 49, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 49", + "vertices_json": "[{\"lat\":-97.529297297297,\"lng\":166.8252972973},{\"lat\":-93.671567567568,\"lng\":166.8252972973},{\"lat\":-93.671567567568,\"lng\":168.83567567568},{\"lat\":-97.529297297297,\"lng\":168.83567567568}]" + }, + { + "id": 12745, + "mapping_version_id": 417, + "floor_id": 293, + "group": 26, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 26", + "vertices_json": "[{\"lat\":-100.435243243243,\"lng\":140.88281081081},{\"lat\":-96.459891891892,\"lng\":140.88281081081},{\"lat\":-96.459891891892,\"lng\":144.55718918919},{\"lat\":-100.435243243243,\"lng\":144.55718918919}]" + }, + { + "id": 12746, + "mapping_version_id": 417, + "floor_id": 293, + "group": 33, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 33", + "vertices_json": "[{\"lat\":-119.60756756757,\"lng\":131.04756756757},{\"lat\":-115.74291891892,\"lng\":131.04756756757},{\"lat\":-115.74291891892,\"lng\":134.80151351351},{\"lat\":-119.60756756757,\"lng\":134.80151351351}]" + }, + { + "id": 12747, + "mapping_version_id": 417, + "floor_id": 293, + "group": 15, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 15", + "vertices_json": "[{\"lat\":-86.701189189189,\"lng\":117.12324324324},{\"lat\":-82.853837837838,\"lng\":117.12324324324},{\"lat\":-82.853837837838,\"lng\":120.98443243243},{\"lat\":-86.701189189189,\"lng\":120.98443243243}]" + }, + { + "id": 12748, + "mapping_version_id": 417, + "floor_id": 293, + "group": 25, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 25", + "vertices_json": "[{\"lat\":-94.291243243243,\"lng\":137.06010810811},{\"lat\":-90.350486486486,\"lng\":137.06010810811},{\"lat\":-90.350486486486,\"lng\":140.63762162162},{\"lat\":-94.291243243243,\"lng\":140.63762162162}]" + }, + { + "id": 12749, + "mapping_version_id": 417, + "floor_id": 293, + "group": 22, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 22", + "vertices_json": "[{\"lat\":-99.013405405405,\"lng\":132.69081081081},{\"lat\":-95.695351351351,\"lng\":132.69081081081},{\"lat\":-95.695351351351,\"lng\":135.91891891892},{\"lat\":-99.013405405405,\"lng\":135.91891891892}]" + }, + { + "id": 12750, + "mapping_version_id": 417, + "floor_id": 293, + "group": 20, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 20", + "vertices_json": "[{\"lat\":-103.33772972973,\"lng\":130.11697297297},{\"lat\":-100.15805405405,\"lng\":130.11697297297},{\"lat\":-100.15805405405,\"lng\":133.41081081081},{\"lat\":-103.33772972973,\"lng\":133.41081081081}]" + }, + { + "id": 12751, + "mapping_version_id": 417, + "floor_id": 293, + "group": 21, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 21", + "vertices_json": "[{\"lat\":-100.815783783784,\"lng\":128.0067027027},{\"lat\":-97.207135135135,\"lng\":128.0067027027},{\"lat\":-97.207135135135,\"lng\":131.58421621622},{\"lat\":-100.815783783784,\"lng\":131.58421621622}]" + }, + { + "id": 12752, + "mapping_version_id": 417, + "floor_id": 293, + "group": 18, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 18", + "vertices_json": "[{\"lat\":-100.999135135135,\"lng\":122.67567567568},{\"lat\":-97.767567567568,\"lng\":122.67567567568},{\"lat\":-97.767567567568,\"lng\":126.09751351351},{\"lat\":-100.999135135135,\"lng\":126.09751351351}]" + }, + { + "id": 12753, + "mapping_version_id": 417, + "floor_id": 293, + "group": 16, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 16", + "vertices_json": "[{\"lat\":-94.913945945946,\"lng\":118.51394594595},{\"lat\":-89.170810810811,\"lng\":118.51394594595},{\"lat\":-89.170810810811,\"lng\":122.28124267638},{\"lat\":-94.913945945946,\"lng\":122.28124267638}]" + }, + { + "id": 12754, + "mapping_version_id": 417, + "floor_id": 293, + "group": 11, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 11", + "vertices_json": "[{\"lat\":-89.115891891892,\"lng\":147.23091891892},{\"lat\":-83.424648648649,\"lng\":147.23091891892},{\"lat\":-83.424648648649,\"lng\":150.86032432432},{\"lat\":-89.115891891892,\"lng\":150.86032432432}]" + }, + { + "id": 12755, + "mapping_version_id": 417, + "floor_id": 293, + "group": 10, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 10", + "vertices_json": "[{\"lat\":-85.092540540541,\"lng\":155.86918918919},{\"lat\":-81.165621621622,\"lng\":155.86918918919},{\"lat\":-81.165621621622,\"lng\":159.69924324324},{\"lat\":-85.092540540541,\"lng\":159.69924324324}]" + }, + { + "id": 12756, + "mapping_version_id": 417, + "floor_id": 293, + "group": 9, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 9", + "vertices_json": "[{\"lat\":-85.829405405405,\"lng\":164.15805405405},{\"lat\":-81.926702702703,\"lng\":164.15805405405},{\"lat\":-81.926702702703,\"lng\":167.96735135135},{\"lat\":-85.829405405405,\"lng\":167.96735135135}]" + }, + { + "id": 12757, + "mapping_version_id": 417, + "floor_id": 293, + "group": 31, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 31", + "vertices_json": "[{\"lat\":-111.93448648649,\"lng\":151.50335135135},{\"lat\":-106.89708108108,\"lng\":151.50335135135},{\"lat\":-106.89708108108,\"lng\":156.44735135135},{\"lat\":-111.93448648649,\"lng\":156.44735135135}]" + }, + { + "id": 12758, + "mapping_version_id": 417, + "floor_id": 293, + "group": 30, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 30", + "vertices_json": "[{\"lat\":-111.71654054054,\"lng\":133.11286486486},{\"lat\":-107.95913513514,\"lng\":133.11286486486},{\"lat\":-107.95913513514,\"lng\":137.12627027027},{\"lat\":-111.71654054054,\"lng\":137.12627027027}]" + }, + { + "id": 12759, + "mapping_version_id": 417, + "floor_id": 293, + "group": 34, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 34", + "vertices_json": "[{\"lat\":-120.25102702703,\"lng\":138.44043243243},{\"lat\":-118.24064864865,\"lng\":138.44043243243},{\"lat\":-118.24064864865,\"lng\":142.184},{\"lat\":-120.25102702703,\"lng\":142.184}]" + }, + { + "id": 12760, + "mapping_version_id": 417, + "floor_id": 293, + "group": 38, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 38", + "vertices_json": "[{\"lat\":-126.38464864865,\"lng\":158.84778378378},{\"lat\":-122.82443243243,\"lng\":158.84778378378},{\"lat\":-122.82443243243,\"lng\":162.50486486486},{\"lat\":-126.38464864865,\"lng\":162.50486486486}]" + }, + { + "id": 12761, + "mapping_version_id": 417, + "floor_id": 293, + "group": 39, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 39", + "vertices_json": "[{\"lat\":-131.92324324324,\"lng\":160.26962162162},{\"lat\":-128.10356756757,\"lng\":160.26962162162},{\"lat\":-128.10356756757,\"lng\":163.91632432432},{\"lat\":-131.92324324324,\"lng\":163.91632432432}]" + }, + { + "id": 12762, + "mapping_version_id": 417, + "floor_id": 293, + "group": 43, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 43", + "vertices_json": "[{\"lat\":-134.81881081081,\"lng\":140.70291891892},{\"lat\":-131.48,\"lng\":140.70291891892},{\"lat\":-131.48,\"lng\":143.85145945946},{\"lat\":-134.81881081081,\"lng\":143.85145945946}]" + }, + { + "id": 12763, + "mapping_version_id": 417, + "floor_id": 293, + "group": 12, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 12", + "vertices_json": "[{\"lat\":-83.255567567568,\"lng\":129.85405405405},{\"lat\":-79.515459459459,\"lng\":129.85405405405},{\"lat\":-79.515459459459,\"lng\":133.69448648649},{\"lat\":-83.255567567568,\"lng\":133.69448648649}]" + }, + { + "id": 12764, + "mapping_version_id": 417, + "floor_id": 293, + "group": 44, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 44", + "vertices_json": "[{\"lat\":-131.94054054054,\"lng\":142.8547027027},{\"lat\":-128.37686486486,\"lng\":142.8547027027},{\"lat\":-128.37686486486,\"lng\":146.92},{\"lat\":-131.94054054054,\"lng\":146.92}]" + }, + { + "id": 12765, + "mapping_version_id": 417, + "floor_id": 293, + "group": 45, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 45", + "vertices_json": "[{\"lat\":-131.33513513514,\"lng\":148.23762162162},{\"lat\":-127.38054054054001,\"lng\":148.23762162162},{\"lat\":-127.38054054054001,\"lng\":150.31718918919},{\"lat\":-131.33513513514,\"lng\":150.31718918919}]" + }, + { + "id": 12766, + "mapping_version_id": 417, + "floor_id": 293, + "group": 24, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 24", + "vertices_json": "[{\"lat\":-90.157189189189,\"lng\":133.20972972973},{\"lat\":-86.904864864865,\"lng\":133.20972972973},{\"lat\":-86.904864864865,\"lng\":136.42745945946},{\"lat\":-90.157189189189,\"lng\":136.42745945946}]" + }, + { + "id": 12767, + "mapping_version_id": 417, + "floor_id": 293, + "group": 8, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 8", + "vertices_json": "[{\"lat\":-92.229405405405,\"lng\":167.05362162162},{\"lat\":-88.430486486486,\"lng\":167.05362162162},{\"lat\":-88.430486486486,\"lng\":169.06745945946},{\"lat\":-92.229405405405,\"lng\":169.06745945946}]" + }, + { + "id": 12768, + "mapping_version_id": 417, + "floor_id": 293, + "group": 28, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 28", + "vertices_json": "[{\"lat\":-101.58032432432,\"lng\":147.23437837838},{\"lat\":-95.729945945946,\"lng\":147.23437837838},{\"lat\":-95.729945945946,\"lng\":151.05751351351},{\"lat\":-101.58032432432,\"lng\":151.05751351351}]" + }, + { + "id": 12769, + "mapping_version_id": 417, + "floor_id": 293, + "group": 14, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 14", + "vertices_json": "[{\"lat\":-81.467027027027,\"lng\":123.93491891892},{\"lat\":-77.733837837838,\"lng\":123.93491891892},{\"lat\":-77.733837837838,\"lng\":127.73383783784},{\"lat\":-81.467027027027,\"lng\":127.73383783784}]" + }, + { + "id": 12770, + "mapping_version_id": 417, + "floor_id": 293, + "group": 23, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 23", + "vertices_json": "[{\"lat\":-94.426162162162,\"lng\":130.38335135135},{\"lat\":-90.277965436674,\"lng\":130.38335135135},{\"lat\":-90.277965436674,\"lng\":134.10616216216},{\"lat\":-94.426162162162,\"lng\":134.10616216216}]" + }, + { + "id": 12771, + "mapping_version_id": 417, + "floor_id": 293, + "group": 19, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 19", + "vertices_json": "[{\"lat\":-107.88691891892,\"lng\":123.89340540541},{\"lat\":-104.06032432432,\"lng\":123.89340540541},{\"lat\":-104.06032432432,\"lng\":127.60237837838},{\"lat\":-107.88691891892,\"lng\":127.60237837838}]" + }, + { + "id": 12772, + "mapping_version_id": 417, + "floor_id": 293, + "group": 29, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 29", + "vertices_json": "[{\"lat\":-110.89664864865,\"lng\":139.70659459459},{\"lat\":-106.96972972973,\"lng\":139.70659459459},{\"lat\":-106.96972972973,\"lng\":143.44324324324},{\"lat\":-110.89664864865,\"lng\":143.44324324324}]" + }, + { + "id": 12773, + "mapping_version_id": 417, + "floor_id": 293, + "group": 37, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 37", + "vertices_json": "[{\"lat\":-125.26032432432,\"lng\":153.83156756757},{\"lat\":-121.68972972973,\"lng\":153.83156756757},{\"lat\":-121.68972972973,\"lng\":156.78291891892},{\"lat\":-125.26032432432,\"lng\":156.78291891892}]" + }, + { + "id": 12774, + "mapping_version_id": 417, + "floor_id": 293, + "group": 40, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 40", + "vertices_json": "[{\"lat\":-133.92972972973,\"lng\":165.10940540541},{\"lat\":-130.26227027027,\"lng\":165.10940540541},{\"lat\":-130.26227027027,\"lng\":169.01556756757},{\"lat\":-133.92972972973,\"lng\":169.01556756757}]" + }, + { + "id": 12775, + "mapping_version_id": 417, + "floor_id": 293, + "group": 41, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 41", + "vertices_json": "[{\"lat\":-140.008,\"lng\":164.81881081081},{\"lat\":-136.20216216216,\"lng\":164.81881081081},{\"lat\":-136.20216216216,\"lng\":168.59005405405},{\"lat\":-140.008,\"lng\":168.59005405405}]" + }, + { + "id": 12776, + "mapping_version_id": 417, + "floor_id": 293, + "group": 27, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 27", + "vertices_json": "[{\"lat\":-103.20627027027,\"lng\":143.37708108108},{\"lat\":-101.15783783784,\"lng\":143.37708108108},{\"lat\":-101.15783783784,\"lng\":147.17945945946},{\"lat\":-103.20627027027,\"lng\":147.17945945946}]" + }, + { + "id": 12777, + "mapping_version_id": 417, + "floor_id": 293, + "group": 7, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 7", + "vertices_json": "[{\"lat\":-95.374054054054,\"lng\":169.95956756757},{\"lat\":-91.505945945946,\"lng\":169.95956756757},{\"lat\":-91.505945945946,\"lng\":171.96648648649},{\"lat\":-95.374054054054,\"lng\":171.96648648649}]" + }, + { + "id": 12778, + "mapping_version_id": 417, + "floor_id": 293, + "group": 13, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 13", + "vertices_json": "[{\"lat\":-87.085189189189,\"lng\":125.89989189189},{\"lat\":-83.884756756757,\"lng\":125.89989189189},{\"lat\":-83.884756756757,\"lng\":129.25254054054},{\"lat\":-87.085189189189,\"lng\":129.25254054054}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_patrols.json b/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_patrols.json index aabdfa5ae..13f2323b1 100644 --- a/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_patrols.json +++ b/database/seeders/dungeondata/tww/thedawnbreaker/1/enemy_patrols.json @@ -11,5 +11,31 @@ "weight": 2, "vertices_json": "[{\"lat\":-129.54291891891893,\"lng\":144.57772972972975},{\"lat\":-128.79567567567568,\"lng\":143.3945945945946},{\"lat\":-127.79243243243243,\"lng\":142.6438918918919},{\"lat\":-127.14897297297298,\"lng\":142.57124324324326},{\"lat\":-127.79243243243243,\"lng\":142.6438918918919},{\"lat\":-128.79567567567568,\"lng\":143.3945945945946},{\"lat\":-129.54291891891893,\"lng\":144.57772972972975},{\"lat\":-129.83351351351354,\"lng\":146.1863783783784},{\"lat\":-129.25924324324325,\"lng\":147.69124324324326},{\"lat\":-128.14875675675677,\"lng\":148.72908108108112},{\"lat\":-126.93102702702703,\"lng\":149.87762162162164},{\"lat\":-125.14248648648649,\"lng\":149.87762162162164},{\"lat\":-126.93102702702703,\"lng\":149.87762162162164},{\"lat\":-128.14875675675677,\"lng\":148.72908108108112},{\"lat\":-129.25924324324325,\"lng\":147.69124324324326},{\"lat\":-129.83351351351354,\"lng\":146.1863783783784},{\"lat\":-129.54291891891893,\"lng\":144.57772972972975}]" } + }, + { + "id": 3148, + "mapping_version_id": 417, + "floor_id": 293, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-98.20713513513513,\"lng\":130.58421621621622},{\"lat\":-97.08972972972973,\"lng\":131.49405405405406},{\"lat\":-96.08302702702703,\"lng\":132.50075675675677},{\"lat\":-97.08972972972973,\"lng\":131.49405405405406},{\"lat\":-98.20713513513513,\"lng\":130.58421621621622},{\"lat\":-98.61535135135136,\"lng\":128.89254054054055},{\"lat\":-99.06508108108109,\"lng\":127.76129729729732},{\"lat\":-100.28281081081082,\"lng\":126.04194594594597},{\"lat\":-101.31372972972974,\"lng\":124.82767567567569},{\"lat\":-102.33081081081082,\"lng\":123.49578378378379},{\"lat\":-101.31372972972974,\"lng\":124.82767567567569},{\"lat\":-100.28281081081082,\"lng\":126.04194594594597},{\"lat\":-99.06508108108109,\"lng\":127.76129729729732},{\"lat\":-98.61535135135136,\"lng\":128.89254054054055},{\"lat\":-98.20713513513513,\"lng\":130.58421621621622}]" + } + }, + { + "id": 3149, + "mapping_version_id": 417, + "floor_id": 293, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-129.54291891891893,\"lng\":144.57772972972975},{\"lat\":-128.79567567567568,\"lng\":143.3945945945946},{\"lat\":-127.79243243243243,\"lng\":142.6438918918919},{\"lat\":-127.14897297297298,\"lng\":142.57124324324326},{\"lat\":-127.79243243243243,\"lng\":142.6438918918919},{\"lat\":-128.79567567567568,\"lng\":143.3945945945946},{\"lat\":-129.54291891891893,\"lng\":144.57772972972975},{\"lat\":-129.83351351351354,\"lng\":146.1863783783784},{\"lat\":-129.25924324324325,\"lng\":147.69124324324326},{\"lat\":-128.14875675675677,\"lng\":148.72908108108112},{\"lat\":-126.93102702702703,\"lng\":149.87762162162164},{\"lat\":-125.14248648648649,\"lng\":149.87762162162164},{\"lat\":-126.93102702702703,\"lng\":149.87762162162164},{\"lat\":-128.14875675675677,\"lng\":148.72908108108112},{\"lat\":-129.25924324324325,\"lng\":147.69124324324326},{\"lat\":-129.83351351351354,\"lng\":146.1863783783784},{\"lat\":-129.54291891891893,\"lng\":144.57772972972975}]" + } } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thedawnbreaker/1/map_icons.json b/database/seeders/dungeondata/tww/thedawnbreaker/1/map_icons.json index 2ec190a34..02d0f88fe 100644 --- a/database/seeders/dungeondata/tww/thedawnbreaker/1/map_icons.json +++ b/database/seeders/dungeondata/tww/thedawnbreaker/1/map_icons.json @@ -89,5 +89,18 @@ "permanent_tooltip": 0, "seasonal_index": null, "is_admin": true + }, + { + "mapping_version_id": 417, + "floor_id": 293, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 10, + "lat": -200.75, + "lng": 291.5, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_union_areas.json b/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_union_areas.json index 13c3f9932..1609fc143 100644 --- a/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_union_areas.json +++ b/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_union_areas.json @@ -96,5 +96,19 @@ "floor_id": 304, "floor_union_id": 388, "vertices_json": "[{\"lat\":\"-258.080562\",\"lng\":\"254.89231\"},{\"lat\":\"-257.241548\",\"lng\":\"385.10721\"},{\"lat\":\"-166.963692\",\"lng\":\"384.435999\"},{\"lat\":\"-166.963692\",\"lng\":\"253.382086\"}]" + }, + { + "id": 379, + "mapping_version_id": 417, + "floor_id": 304, + "floor_union_id": 397, + "vertices_json": "[{\"lat\":\"-256.628323\",\"lng\":\"-1.443354\"},{\"lat\":\"-257.205664\",\"lng\":\"255.762311\"},{\"lat\":\"-168.872406\",\"lng\":\"255.184969\"},{\"lat\":\"-169.161077\",\"lng\":\"385.952832\"},{\"lat\":\"2.598037\",\"lng\":\"383.643466\"},{\"lat\":\"1.732025\",\"lng\":\"-2.309366\"}]" + }, + { + "id": 380, + "mapping_version_id": 417, + "floor_id": 304, + "floor_union_id": 398, + "vertices_json": "[{\"lat\":\"-258.080562\",\"lng\":\"254.89231\"},{\"lat\":\"-257.241548\",\"lng\":\"385.10721\"},{\"lat\":\"-166.963692\",\"lng\":\"384.435999\"},{\"lat\":\"-166.963692\",\"lng\":\"253.382086\"}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_unions.json b/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_unions.json index 2ad3d4f54..3cfc4315c 100644 --- a/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_unions.json +++ b/database/seeders/dungeondata/tww/thedawnbreaker/2/floor_unions.json @@ -138,5 +138,25 @@ "lng": -17.14, "size": 725, "rotation": 0 + }, + { + "id": 397, + "mapping_version_id": 417, + "floor_id": 304, + "target_floor_id": 293, + "lat": -175.82, + "lng": 237.92, + "size": 740, + "rotation": 0 + }, + { + "id": 398, + "mapping_version_id": 417, + "floor_id": 304, + "target_floor_id": 293, + "lat": -31.46, + "lng": -17.14, + "size": 725, + "rotation": 0 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thedawnbreaker/npcs.json b/database/seeders/dungeondata/tww/thedawnbreaker/npcs.json index 36b705b58..9006e9a9b 100644 --- a/database/seeders/dungeondata/tww/thedawnbreaker/npcs.json +++ b/database/seeders/dungeondata/tww/thedawnbreaker/npcs.json @@ -49,6 +49,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -65,6 +68,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17128, + "mapping_version_id": 417, + "npc_id": 210966, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 17026, "mapping_version_id": 406, @@ -141,6 +151,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -206,7 +219,7 @@ "display_id": 114315, "encounter_id": 2581, "name": "Anubikkaj", - "base_health": 208859018, + "base_health": 139349505, "health_percentage": null, "level": 80, "mdt_scale": 1.7, @@ -222,6 +235,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -275,7 +291,7 @@ "display_id": 115760, "encounter_id": null, "name": "Ascendant Viscoxria", - "base_health": 56690306, + "base_health": 37826761, "health_percentage": null, "level": 80, "mdt_scale": 2.5, @@ -291,6 +307,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -310,6 +329,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17134, + "mapping_version_id": 417, + "npc_id": 211261, + "enemy_forces": 25, + "enemy_forces_teeming": null + }, { "id": 17032, "mapping_version_id": 406, @@ -386,6 +412,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -408,6 +437,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17136, + "mapping_version_id": 417, + "npc_id": 211262, + "enemy_forces": 25, + "enemy_forces_teeming": null + }, { "id": 17034, "mapping_version_id": 406, @@ -484,6 +520,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -509,6 +548,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17135, + "mapping_version_id": 417, + "npc_id": 211263, + "enemy_forces": 25, + "enemy_forces_teeming": null + }, { "id": 17033, "mapping_version_id": 406, @@ -584,6 +630,9 @@ "npc_characteristics": [ { "characteristic_id": 1 + }, + { + "characteristic_id": 19 } ], "npc_spells": [ @@ -607,6 +656,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17131, + "mapping_version_id": 417, + "npc_id": 211341, + "enemy_forces": 16, + "enemy_forces_teeming": null + }, { "id": 17029, "mapping_version_id": 406, @@ -733,6 +789,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -758,6 +817,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17137, + "mapping_version_id": 417, + "npc_id": 213885, + "enemy_forces": 30, + "enemy_forces_teeming": null + }, { "id": 17035, "mapping_version_id": 406, @@ -892,6 +958,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17125, + "mapping_version_id": 417, + "npc_id": 213892, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 17023, "mapping_version_id": 406, @@ -1026,6 +1099,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17129, + "mapping_version_id": 417, + "npc_id": 213893, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 17027, "mapping_version_id": 406, @@ -1157,6 +1237,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17124, + "mapping_version_id": 417, + "npc_id": 213894, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 17022, "mapping_version_id": 406, @@ -1294,6 +1381,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17130, + "mapping_version_id": 417, + "npc_id": 213895, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 17028, "mapping_version_id": 406, @@ -1383,7 +1477,7 @@ "display_id": 116834, "encounter_id": null, "name": "Sureki Militant", - "base_health": 32754194, + "base_health": 35835879, "health_percentage": null, "level": 80, "mdt_scale": 1.8, @@ -1415,6 +1509,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17132, + "mapping_version_id": 417, + "npc_id": 213932, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 17030, "mapping_version_id": 406, @@ -1491,6 +1592,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -1504,6 +1608,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17133, + "mapping_version_id": 417, + "npc_id": 213934, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 17031, "mapping_version_id": 406, @@ -1580,6 +1691,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -1698,6 +1812,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -1717,6 +1834,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17126, + "mapping_version_id": 417, + "npc_id": 214761, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 17024, "mapping_version_id": 406, @@ -1793,6 +1917,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -1806,6 +1933,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17127, + "mapping_version_id": 417, + "npc_id": 214762, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 17025, "mapping_version_id": 406, diff --git a/database/seeders/dungeondata/tww/thestonevault/1/enemies.json b/database/seeders/dungeondata/tww/thestonevault/1/enemies.json index e839525e9..edbbb3d09 100644 --- a/database/seeders/dungeondata/tww/thestonevault/1/enemies.json +++ b/database/seeders/dungeondata/tww/thestonevault/1/enemies.json @@ -15118,5 +15118,3053 @@ "lat": -88.398230206423, "lng": 314.69083419636, "kill_priority": 0 + }, + { + "id": 63690, + "mapping_version_id": 416, + "enemy_pack_id": 12696, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -40.995068493151, + "lng": 203.3797260274, + "kill_priority": null + }, + { + "id": 63691, + "mapping_version_id": 416, + "enemy_pack_id": 12696, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -41.196712328767, + "lng": 208.35945205479, + "kill_priority": null + }, + { + "id": 63692, + "mapping_version_id": 416, + "enemy_pack_id": 12697, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -54.566575342466, + "lng": 203.62520547945, + "kill_priority": null + }, + { + "id": 63693, + "mapping_version_id": 416, + "enemy_pack_id": 12698, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.19397260274, + "lng": 201.95068493151, + "kill_priority": null + }, + { + "id": 63694, + "mapping_version_id": 416, + "enemy_pack_id": 12698, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.044931506849, + "lng": 205.75561643836, + "kill_priority": null + }, + { + "id": 63695, + "mapping_version_id": 416, + "enemy_pack_id": 12698, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -62.027397260274, + "lng": 209.55178082192, + "kill_priority": null + }, + { + "id": 63696, + "mapping_version_id": 416, + "enemy_pack_id": 12699, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80, + "lng": 198.09315068493, + "kill_priority": null + }, + { + "id": 63697, + "mapping_version_id": 416, + "enemy_pack_id": 12700, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.27123287671, + "lng": 257.63945205479, + "kill_priority": null + }, + { + "id": 63698, + "mapping_version_id": 416, + "enemy_pack_id": 12700, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -109.20328767123, + "lng": 257.90246575342, + "kill_priority": null + }, + { + "id": 63699, + "mapping_version_id": 416, + "enemy_pack_id": 12701, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.52273972603, + "lng": 298.65205479452, + "kill_priority": null + }, + { + "id": 63700, + "mapping_version_id": 416, + "enemy_pack_id": 12702, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -79.342465753425, + "lng": 284.19506849315, + "kill_priority": null + }, + { + "id": 63701, + "mapping_version_id": 416, + "enemy_pack_id": 12702, + "enemy_patrol_id": null, + "npc_id": 212389, + "floor_id": 301, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -77.992328767123, + "lng": 287.77205479452, + "kill_priority": null + }, + { + "id": 63702, + "mapping_version_id": 416, + "enemy_pack_id": 12696, + "enemy_patrol_id": null, + "npc_id": 210109, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -44.177534246575, + "lng": 205.68547945205, + "kill_priority": null + }, + { + "id": 63703, + "mapping_version_id": 416, + "enemy_pack_id": 12699, + "enemy_patrol_id": null, + "npc_id": 210109, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.730410958904, + "lng": 201.92438356164, + "kill_priority": null + }, + { + "id": 63704, + "mapping_version_id": 416, + "enemy_pack_id": 12703, + "enemy_patrol_id": null, + "npc_id": 210109, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.611506849315, + "lng": 203.11671232877, + "kill_priority": null + }, + { + "id": 63705, + "mapping_version_id": 416, + "enemy_pack_id": 12703, + "enemy_patrol_id": null, + "npc_id": 210109, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -84.734246575342, + "lng": 207.10575342466, + "kill_priority": null + }, + { + "id": 63706, + "mapping_version_id": 416, + "enemy_pack_id": 12704, + "enemy_patrol_id": null, + "npc_id": 210109, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -76.203835616438, + "lng": 212.38356164384, + "kill_priority": null + }, + { + "id": 63707, + "mapping_version_id": 416, + "enemy_pack_id": 12697, + "enemy_patrol_id": null, + "npc_id": 212453, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -54.601643835616, + "lng": 207.36, + "kill_priority": null + }, + { + "id": 63708, + "mapping_version_id": 416, + "enemy_pack_id": 12699, + "enemy_patrol_id": null, + "npc_id": 212453, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -79.903561643836, + "lng": 201.94191780822, + "kill_priority": null + }, + { + "id": 63709, + "mapping_version_id": 416, + "enemy_pack_id": 12704, + "enemy_patrol_id": null, + "npc_id": 212453, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -79.964931506849, + "lng": 212.26082191781, + "kill_priority": null + }, + { + "id": 63710, + "mapping_version_id": 416, + "enemy_pack_id": 12704, + "enemy_patrol_id": null, + "npc_id": 212453, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -80.175342465753, + "lng": 216.09205479452, + "kill_priority": null + }, + { + "id": 63711, + "mapping_version_id": 416, + "enemy_pack_id": 12697, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -50.67397260274, + "lng": 207.20219178082, + "kill_priority": null + }, + { + "id": 63712, + "mapping_version_id": 416, + "enemy_pack_id": 12697, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -50.805479452055, + "lng": 203.43232876712, + "kill_priority": null + }, + { + "id": 63713, + "mapping_version_id": 416, + "enemy_pack_id": 12698, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -65.727123287671, + "lng": 203.95835616438, + "kill_priority": null + }, + { + "id": 63714, + "mapping_version_id": 416, + "enemy_pack_id": 12698, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -65.665753424658, + "lng": 207.65808219178, + "kill_priority": null + }, + { + "id": 63715, + "mapping_version_id": 416, + "enemy_pack_id": 12699, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -75.853150684932, + "lng": 197.86520547945, + "kill_priority": null + }, + { + "id": 63716, + "mapping_version_id": 416, + "enemy_pack_id": 12704, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -76.028493150685, + "lng": 216.03068493151, + "kill_priority": null + }, + { + "id": 63717, + "mapping_version_id": 416, + "enemy_pack_id": 12705, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -112.96800753263, + "lng": 169.47306749044, + "kill_priority": 0 + }, + { + "id": 63718, + "mapping_version_id": 416, + "enemy_pack_id": 12706, + "enemy_patrol_id": null, + "npc_id": 222923, + "floor_id": 301, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -137.01260273973, + "lng": 148.49753424658, + "kill_priority": null + }, + { + "id": 63719, + "mapping_version_id": 416, + "enemy_pack_id": 12707, + "enemy_patrol_id": null, + "npc_id": 212765, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.1895890411, + "lng": 221.09808219178, + "kill_priority": null + }, + { + "id": 63720, + "mapping_version_id": 416, + "enemy_pack_id": 12708, + "enemy_patrol_id": null, + "npc_id": 212765, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.814794520548, + "lng": 280.96876712329, + "kill_priority": null + }, + { + "id": 63721, + "mapping_version_id": 416, + "enemy_pack_id": 12709, + "enemy_patrol_id": 3142, + "npc_id": 212765, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -90.634520547945, + "lng": 294.70684931507, + "kill_priority": null + }, + { + "id": 63722, + "mapping_version_id": 416, + "enemy_pack_id": 12710, + "enemy_patrol_id": 3145, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -147.7698630137, + "lng": 133.43561643836, + "kill_priority": null + }, + { + "id": 63723, + "mapping_version_id": 416, + "enemy_pack_id": 12707, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.402739726027, + "lng": 220.81753424658, + "kill_priority": null + }, + { + "id": 63724, + "mapping_version_id": 416, + "enemy_pack_id": 12707, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.235068493151, + "lng": 217.26684931507, + "kill_priority": null + }, + { + "id": 63725, + "mapping_version_id": 416, + "enemy_pack_id": 12707, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -103.45205479452, + "lng": 216.73205479452, + "kill_priority": null + }, + { + "id": 63726, + "mapping_version_id": 416, + "enemy_pack_id": 12711, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.54904109589, + "lng": 189.79945205479, + "kill_priority": null + }, + { + "id": 63727, + "mapping_version_id": 416, + "enemy_pack_id": 12705, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.09762734784, + "lng": 172.36983707325, + "kill_priority": 0 + }, + { + "id": 63728, + "mapping_version_id": 416, + "enemy_pack_id": 12712, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -122.78085923213, + "lng": 158.70845367838, + "kill_priority": 0 + }, + { + "id": 63729, + "mapping_version_id": 416, + "enemy_pack_id": 12712, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -119.66986512684, + "lng": 157.19494590472, + "kill_priority": 0 + }, + { + "id": 63730, + "mapping_version_id": 416, + "enemy_pack_id": 12706, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -140.16, + "lng": 150.67178082192, + "kill_priority": null + }, + { + "id": 63731, + "mapping_version_id": 416, + "enemy_pack_id": 12713, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -170.88631005862, + "lng": 122.1621489367, + "kill_priority": 0 + }, + { + "id": 63732, + "mapping_version_id": 416, + "enemy_pack_id": 12713, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -165.97113239003, + "lng": 118.9636324707, + "kill_priority": 0 + }, + { + "id": 63733, + "mapping_version_id": 416, + "enemy_pack_id": 12713, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -168.66483302885, + "lng": 120.4862460369, + "kill_priority": 0 + }, + { + "id": 63734, + "mapping_version_id": 416, + "enemy_pack_id": 12714, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -121.13875798782, + "lng": 139.6858707233, + "kill_priority": 0 + }, + { + "id": 63735, + "mapping_version_id": 416, + "enemy_pack_id": 12710, + "enemy_patrol_id": 3145, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -144.64, + "lng": 131.6997260274, + "kill_priority": null + }, + { + "id": 63736, + "mapping_version_id": 416, + "enemy_pack_id": 12715, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -165.61461853994, + "lng": 159.25008165728, + "kill_priority": 0 + }, + { + "id": 63737, + "mapping_version_id": 416, + "enemy_pack_id": 12716, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.63329279064, + "lng": 141.40897386273, + "kill_priority": 0 + }, + { + "id": 63738, + "mapping_version_id": 416, + "enemy_pack_id": 12716, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -177.24883861308, + "lng": 143.16583320651, + "kill_priority": 0 + }, + { + "id": 63739, + "mapping_version_id": 416, + "enemy_pack_id": 12716, + "enemy_patrol_id": null, + "npc_id": 212764, + "floor_id": 301, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -172.60374157139, + "lng": 139.96448034598, + "kill_priority": 0 + }, + { + "id": 63740, + "mapping_version_id": 416, + "enemy_pack_id": 12717, + "enemy_patrol_id": null, + "npc_id": 221979, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -104.81095890411, + "lng": 243.6295890411, + "kill_priority": null + }, + { + "id": 63741, + "mapping_version_id": 416, + "enemy_pack_id": 12717, + "enemy_patrol_id": null, + "npc_id": 221979, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -112.83287671233, + "lng": 243.25260273973, + "kill_priority": null + }, + { + "id": 63742, + "mapping_version_id": 416, + "enemy_pack_id": 12718, + "enemy_patrol_id": 3143, + "npc_id": 221979, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -104.46904109589, + "lng": 267.80054794521, + "kill_priority": null + }, + { + "id": 63743, + "mapping_version_id": 416, + "enemy_pack_id": 12708, + "enemy_patrol_id": null, + "npc_id": 221979, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -93.746849315068, + "lng": 283.33589041096, + "kill_priority": null + }, + { + "id": 63744, + "mapping_version_id": 416, + "enemy_pack_id": 12708, + "enemy_patrol_id": null, + "npc_id": 221979, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.201095890411, + "lng": 285.2997260274, + "kill_priority": null + }, + { + "id": 63745, + "mapping_version_id": 416, + "enemy_pack_id": 12717, + "enemy_patrol_id": null, + "npc_id": 214350, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.70356164384, + "lng": 243.32273972603, + "kill_priority": null + }, + { + "id": 63746, + "mapping_version_id": 416, + "enemy_pack_id": 12718, + "enemy_patrol_id": 3143, + "npc_id": 214350, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -108.21260273973, + "lng": 268.09863013699, + "kill_priority": null + }, + { + "id": 63747, + "mapping_version_id": 416, + "enemy_pack_id": 12700, + "enemy_patrol_id": null, + "npc_id": 214350, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -111.56164383562, + "lng": 261.17260273973, + "kill_priority": null + }, + { + "id": 63748, + "mapping_version_id": 416, + "enemy_pack_id": 12701, + "enemy_patrol_id": null, + "npc_id": 214350, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -100.79561643836, + "lng": 302.36931506849, + "kill_priority": null + }, + { + "id": 63749, + "mapping_version_id": 416, + "enemy_pack_id": 12701, + "enemy_patrol_id": null, + "npc_id": 214350, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.945753424658, + "lng": 296.72328767123, + "kill_priority": null + }, + { + "id": 63750, + "mapping_version_id": 416, + "enemy_pack_id": 12718, + "enemy_patrol_id": 3143, + "npc_id": 212400, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.08219178082, + "lng": 271.29863013699, + "kill_priority": null + }, + { + "id": 63751, + "mapping_version_id": 416, + "enemy_pack_id": 12701, + "enemy_patrol_id": null, + "npc_id": 212400, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -97.437808219178, + "lng": 300.44931506849, + "kill_priority": null + }, + { + "id": 63752, + "mapping_version_id": 416, + "enemy_pack_id": 12702, + "enemy_patrol_id": null, + "npc_id": 212400, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -82.963287671233, + "lng": 285.91342465753, + "kill_priority": null + }, + { + "id": 63753, + "mapping_version_id": 416, + "enemy_pack_id": 12702, + "enemy_patrol_id": null, + "npc_id": 212400, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -81.525479452055, + "lng": 289.58684931507, + "kill_priority": null + }, + { + "id": 63754, + "mapping_version_id": 416, + "enemy_pack_id": 12711, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -102.44383561644, + "lng": 194.02520547945, + "kill_priority": null + }, + { + "id": 63755, + "mapping_version_id": 416, + "enemy_pack_id": 12711, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.332054794521, + "lng": 191.44767123288, + "kill_priority": null + }, + { + "id": 63756, + "mapping_version_id": 416, + "enemy_pack_id": 12719, + "enemy_patrol_id": 3144, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -128.8504109589, + "lng": 146.78794520548, + "kill_priority": null + }, + { + "id": 63757, + "mapping_version_id": 416, + "enemy_pack_id": 12719, + "enemy_patrol_id": 3144, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -125.11561643836, + "lng": 147.93643835616, + "kill_priority": null + }, + { + "id": 63758, + "mapping_version_id": 416, + "enemy_pack_id": 12719, + "enemy_patrol_id": 3144, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -124.37917808219, + "lng": 151.57479452055, + "kill_priority": null + }, + { + "id": 63759, + "mapping_version_id": 416, + "enemy_pack_id": 12719, + "enemy_patrol_id": 3144, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -127.78082191781, + "lng": 150.49643835616, + "kill_priority": null + }, + { + "id": 63760, + "mapping_version_id": 416, + "enemy_pack_id": 12719, + "enemy_patrol_id": 3144, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -131.84876712329, + "lng": 149.21643835616, + "kill_priority": null + }, + { + "id": 63761, + "mapping_version_id": 416, + "enemy_pack_id": 12720, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -134.72438356164, + "lng": 156.20383561644, + "kill_priority": null + }, + { + "id": 63762, + "mapping_version_id": 416, + "enemy_pack_id": 12706, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.87726027397, + "lng": 152.81095890411, + "kill_priority": null + }, + { + "id": 63763, + "mapping_version_id": 416, + "enemy_pack_id": 12714, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -120.57700626621, + "lng": 136.96204812774, + "kill_priority": 0 + }, + { + "id": 63764, + "mapping_version_id": 416, + "enemy_pack_id": 12714, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -118.93389084411, + "lng": 142.15027030501, + "kill_priority": 0 + }, + { + "id": 63765, + "mapping_version_id": 416, + "enemy_pack_id": 12714, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -117.50736163524, + "lng": 139.94514175868, + "kill_priority": 0 + }, + { + "id": 63766, + "mapping_version_id": 416, + "enemy_pack_id": 12714, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 13, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -117.07525607113, + "lng": 137.22129383337, + "kill_priority": 0 + }, + { + "id": 63767, + "mapping_version_id": 416, + "enemy_pack_id": 12710, + "enemy_patrol_id": 3145, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 14, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.40493150685, + "lng": 133.26904109589, + "kill_priority": null + }, + { + "id": 63768, + "mapping_version_id": 416, + "enemy_pack_id": 12710, + "enemy_patrol_id": 3145, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 15, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -144.25424657534, + "lng": 135.31178082192, + "kill_priority": null + }, + { + "id": 63769, + "mapping_version_id": 416, + "enemy_pack_id": 12710, + "enemy_patrol_id": 3145, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 16, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -147.63835616438, + "lng": 136.97753424658, + "kill_priority": null + }, + { + "id": 63770, + "mapping_version_id": 416, + "enemy_pack_id": 12721, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 17, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -147.68219178082, + "lng": 125.10684931507, + "kill_priority": null + }, + { + "id": 63771, + "mapping_version_id": 416, + "enemy_pack_id": 12715, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 18, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -166.63019106516, + "lng": 161.63179617552, + "kill_priority": 0 + }, + { + "id": 63772, + "mapping_version_id": 416, + "enemy_pack_id": 12715, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 19, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -169.59724325311, + "lng": 161.35876028818, + "kill_priority": 0 + }, + { + "id": 63773, + "mapping_version_id": 416, + "enemy_pack_id": 12716, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 20, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.90669191682, + "lng": 138.59786898751, + "kill_priority": 0 + }, + { + "id": 63774, + "mapping_version_id": 416, + "enemy_pack_id": 12716, + "enemy_patrol_id": null, + "npc_id": 212405, + "floor_id": 301, + "mdt_id": 21, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -177.13171343687, + "lng": 140.35473748095, + "kill_priority": 0 + }, + { + "id": 63775, + "mapping_version_id": 416, + "enemy_pack_id": 12705, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -115.25874786973, + "lng": 170.77015722992, + "kill_priority": 0 + }, + { + "id": 63776, + "mapping_version_id": 416, + "enemy_pack_id": 12720, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -138.45917808219, + "lng": 157.42246575342, + "kill_priority": null + }, + { + "id": 63777, + "mapping_version_id": 416, + "enemy_pack_id": 12720, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -130.78794520548, + "lng": 156.30904109589, + "kill_priority": null + }, + { + "id": 63778, + "mapping_version_id": 416, + "enemy_pack_id": 12713, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -171.23836356021, + "lng": 119.15666347868, + "kill_priority": 0 + }, + { + "id": 63779, + "mapping_version_id": 416, + "enemy_pack_id": 12713, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -168.38981628294, + "lng": 117.16632235391, + "kill_priority": 0 + }, + { + "id": 63780, + "mapping_version_id": 416, + "enemy_pack_id": 12722, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -138.07342465753, + "lng": 141.2997260274, + "kill_priority": null + }, + { + "id": 63781, + "mapping_version_id": 416, + "enemy_pack_id": 12722, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 7, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -145.01698630137, + "lng": 145.58684931507, + "kill_priority": null + }, + { + "id": 63782, + "mapping_version_id": 416, + "enemy_pack_id": 12722, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 8, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -141.2997260274, + "lng": 143.80712328767, + "kill_priority": null + }, + { + "id": 63783, + "mapping_version_id": 416, + "enemy_pack_id": 12721, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 9, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -151.55726027397, + "lng": 126.49205479452, + "kill_priority": null + }, + { + "id": 63784, + "mapping_version_id": 416, + "enemy_pack_id": 12721, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 10, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -144.24547945205, + "lng": 123.67780821918, + "kill_priority": null + }, + { + "id": 63785, + "mapping_version_id": 416, + "enemy_pack_id": 12715, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 11, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -166.01424657534, + "lng": 163.0597260274, + "kill_priority": null + }, + { + "id": 63786, + "mapping_version_id": 416, + "enemy_pack_id": 12715, + "enemy_patrol_id": null, + "npc_id": 213338, + "floor_id": 301, + "mdt_id": 12, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -169.43342465753, + "lng": 163.13863013699, + "kill_priority": null + }, + { + "id": 63787, + "mapping_version_id": 416, + "enemy_pack_id": 12712, + "enemy_patrol_id": null, + "npc_id": 213343, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -120.36068347578, + "lng": 160.17810539299, + "kill_priority": 0 + }, + { + "id": 63788, + "mapping_version_id": 416, + "enemy_pack_id": null, + "enemy_patrol_id": 3146, + "npc_id": 213343, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.59869951948, + "lng": 150.07479125578, + "kill_priority": 0 + }, + { + "id": 63789, + "mapping_version_id": 416, + "enemy_pack_id": 12723, + "enemy_patrol_id": null, + "npc_id": 213343, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -155.49964778688, + "lng": 141.01610449988, + "kill_priority": 0 + }, + { + "id": 63790, + "mapping_version_id": 416, + "enemy_pack_id": 12723, + "enemy_patrol_id": null, + "npc_id": 213343, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 1, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -159.71589245655, + "lng": 143.47582012199, + "kill_priority": 0 + }, + { + "id": 63791, + "mapping_version_id": 416, + "enemy_pack_id": 12724, + "enemy_patrol_id": null, + "npc_id": 214264, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.37753424658, + "lng": 209.63945205479, + "kill_priority": null + }, + { + "id": 63792, + "mapping_version_id": 416, + "enemy_pack_id": 12725, + "enemy_patrol_id": null, + "npc_id": 214264, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.08712328767, + "lng": 203.58136986301, + "kill_priority": null + }, + { + "id": 63793, + "mapping_version_id": 416, + "enemy_pack_id": 12725, + "enemy_patrol_id": null, + "npc_id": 214264, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -113.14849315068, + "lng": 207.51780821918, + "kill_priority": null + }, + { + "id": 63794, + "mapping_version_id": 416, + "enemy_pack_id": 12726, + "enemy_patrol_id": null, + "npc_id": 214264, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.56164383562, + "lng": 202.74849315068, + "kill_priority": null + }, + { + "id": 63795, + "mapping_version_id": 416, + "enemy_pack_id": 12727, + "enemy_patrol_id": null, + "npc_id": 214066, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.97424657534, + "lng": 197.13753424658, + "kill_priority": null + }, + { + "id": 63796, + "mapping_version_id": 416, + "enemy_pack_id": 12728, + "enemy_patrol_id": null, + "npc_id": 214066, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -156.69479452055, + "lng": 209.66575342466, + "kill_priority": null + }, + { + "id": 63797, + "mapping_version_id": 416, + "enemy_pack_id": 12728, + "enemy_patrol_id": null, + "npc_id": 214066, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -156.46684931507, + "lng": 201.58246575342, + "kill_priority": null + }, + { + "id": 63798, + "mapping_version_id": 416, + "enemy_pack_id": 12729, + "enemy_patrol_id": null, + "npc_id": 214066, + "floor_id": 301, + "mdt_id": 4, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.17643835616, + "lng": 214.4701369863, + "kill_priority": null + }, + { + "id": 63799, + "mapping_version_id": 416, + "enemy_pack_id": 12729, + "enemy_patrol_id": null, + "npc_id": 214066, + "floor_id": 301, + "mdt_id": 5, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.29917808219, + "lng": 209.68328767123, + "kill_priority": null + }, + { + "id": 63800, + "mapping_version_id": 416, + "enemy_pack_id": 12727, + "enemy_patrol_id": null, + "npc_id": 214066, + "floor_id": 301, + "mdt_id": 6, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -174.70246575342, + "lng": 202.62575342466, + "kill_priority": null + }, + { + "id": 63801, + "mapping_version_id": 416, + "enemy_pack_id": 12730, + "enemy_patrol_id": 3147, + "npc_id": 213954, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -135.66246575342, + "lng": 205.47506849315, + "kill_priority": null + }, + { + "id": 63802, + "mapping_version_id": 416, + "enemy_pack_id": 12729, + "enemy_patrol_id": null, + "npc_id": 213954, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -178.49863013699, + "lng": 211.80493150685, + "kill_priority": null + }, + { + "id": 63803, + "mapping_version_id": 416, + "enemy_pack_id": 12727, + "enemy_patrol_id": null, + "npc_id": 213954, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -178.61260273973, + "lng": 200.16219178082, + "kill_priority": null + }, + { + "id": 63804, + "mapping_version_id": 416, + "enemy_pack_id": 12726, + "enemy_patrol_id": null, + "npc_id": 224962, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.40383561644, + "lng": 198.82082191781, + "kill_priority": null + }, + { + "id": 63805, + "mapping_version_id": 416, + "enemy_pack_id": 12724, + "enemy_patrol_id": null, + "npc_id": 224962, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -143.4301369863, + "lng": 213.72493150685, + "kill_priority": null + }, + { + "id": 63806, + "mapping_version_id": 416, + "enemy_pack_id": 12728, + "enemy_patrol_id": null, + "npc_id": 224962, + "floor_id": 301, + "mdt_id": 3, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -156.58082191781, + "lng": 205.72054794521, + "kill_priority": null + }, + { + "id": 63807, + "mapping_version_id": 416, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 210108, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -99.059726027397, + "lng": 205.27342465753, + "kill_priority": null + }, + { + "id": 63808, + "mapping_version_id": 416, + "enemy_pack_id": 12731, + "enemy_patrol_id": null, + "npc_id": 210156, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -78.38340047509, + "lng": 309.198248805, + "kill_priority": 0 + }, + { + "id": 63809, + "mapping_version_id": 416, + "enemy_pack_id": 12732, + "enemy_patrol_id": null, + "npc_id": 213217, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -185.55775978643, + "lng": 80.624046114798, + "kill_priority": 0 + }, + { + "id": 63810, + "mapping_version_id": 416, + "enemy_pack_id": 12732, + "enemy_patrol_id": null, + "npc_id": 213216, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -195.57119908761, + "lng": 87.720482979725, + "kill_priority": 0 + }, + { + "id": 63811, + "mapping_version_id": 416, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213119, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -196.83088533784, + "lng": 205.84148893795, + "kill_priority": 0 + }, + { + "id": 63812, + "mapping_version_id": 416, + "enemy_pack_id": 12711, + "enemy_patrol_id": null, + "npc_id": 212403, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -98.972054794521, + "lng": 187.33589041096, + "kill_priority": null + }, + { + "id": 63813, + "mapping_version_id": 416, + "enemy_pack_id": 12711, + "enemy_patrol_id": null, + "npc_id": 212403, + "floor_id": 301, + "mdt_id": 2, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -106.21369863014, + "lng": 191.94739726027, + "kill_priority": null + }, + { + "id": 63814, + "mapping_version_id": 416, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 214049, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -168.43397260274, + "lng": 78.755068493151, + "kill_priority": null + }, + { + "id": 63815, + "mapping_version_id": 416, + "enemy_pack_id": null, + "enemy_patrol_id": null, + "npc_id": 213694, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -206.46575342466, + "lng": 101.73369863014, + "kill_priority": null + }, + { + "id": 63816, + "mapping_version_id": 416, + "enemy_pack_id": 12731, + "enemy_patrol_id": null, + "npc_id": 214443, + "floor_id": 301, + "mdt_id": 1, + "mdt_npc_id": null, + "mdt_scale": null, + "seasonal_type": null, + "seasonal_index": null, + "teeming": null, + "faction": "any", + "required": 0, + "skippable": 0, + "hyper_respawn": 0, + "enemy_forces_override": null, + "enemy_forces_override_teeming": null, + "dungeon_difficulty": null, + "lat": -88.398230206423, + "lng": 314.69083419636, + "kill_priority": 0 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thestonevault/1/enemy_packs.json b/database/seeders/dungeondata/tww/thestonevault/1/enemy_packs.json index 383ea4762..520e54f4a 100644 --- a/database/seeders/dungeondata/tww/thestonevault/1/enemy_packs.json +++ b/database/seeders/dungeondata/tww/thestonevault/1/enemy_packs.json @@ -2110,5 +2110,449 @@ "color_animated": null, "label": "Imported from MDT - group 27", "vertices_json": "[{\"lat\":-196.57119908761,\"lng\":79.624046114798},{\"lat\":-184.55775978643,\"lng\":79.624046114798},{\"lat\":-184.55775978643,\"lng\":88.720482979725},{\"lat\":-196.57119908761,\"lng\":88.720482979725}]" + }, + { + "id": 12696, + "mapping_version_id": 416, + "floor_id": 301, + "group": 1, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 1", + "vertices_json": "[{\"lat\":-45.177534246575,\"lng\":202.3797260274},{\"lat\":-39.995068493151,\"lng\":202.3797260274},{\"lat\":-39.995068493151,\"lng\":209.35945205479},{\"lat\":-45.177534246575,\"lng\":209.35945205479}]" + }, + { + "id": 12697, + "mapping_version_id": 416, + "floor_id": 301, + "group": 2, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 2", + "vertices_json": "[{\"lat\":-55.601643835616,\"lng\":202.43232876712},{\"lat\":-49.67397260274,\"lng\":202.43232876712},{\"lat\":-49.67397260274,\"lng\":208.36},{\"lat\":-55.601643835616,\"lng\":208.36}]" + }, + { + "id": 12698, + "mapping_version_id": 416, + "floor_id": 301, + "group": 3, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 3", + "vertices_json": "[{\"lat\":-66.727123287671,\"lng\":200.95068493151},{\"lat\":-61.027397260274,\"lng\":200.95068493151},{\"lat\":-61.027397260274,\"lng\":210.55178082192},{\"lat\":-66.727123287671,\"lng\":210.55178082192}]" + }, + { + "id": 12699, + "mapping_version_id": 416, + "floor_id": 301, + "group": -3, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group -3", + "vertices_json": "[{\"lat\":-81,\"lng\":196.86520547945},{\"lat\":-74.730410958904,\"lng\":196.86520547945},{\"lat\":-74.730410958904,\"lng\":202.94191780822},{\"lat\":-81,\"lng\":202.94191780822}]" + }, + { + "id": 12700, + "mapping_version_id": 416, + "floor_id": 301, + "group": 9, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 9", + "vertices_json": "[{\"lat\":-114.27123287671,\"lng\":256.63945205479},{\"lat\":-108.20328767123,\"lng\":256.63945205479},{\"lat\":-108.20328767123,\"lng\":262.17260273973},{\"lat\":-114.27123287671,\"lng\":262.17260273973}]" + }, + { + "id": 12701, + "mapping_version_id": 416, + "floor_id": 301, + "group": 13, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 13", + "vertices_json": "[{\"lat\":-103.52273972603,\"lng\":295.72328767123},{\"lat\":-96.437808219178,\"lng\":295.72328767123},{\"lat\":-96.437808219178,\"lng\":303.36931506849},{\"lat\":-103.52273972603,\"lng\":303.36931506849}]" + }, + { + "id": 12702, + "mapping_version_id": 416, + "floor_id": 301, + "group": 11, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 11", + "vertices_json": "[{\"lat\":-83.963287671233,\"lng\":283.19506849315},{\"lat\":-76.992328767123,\"lng\":283.19506849315},{\"lat\":-76.992328767123,\"lng\":290.58684931507},{\"lat\":-83.963287671233,\"lng\":290.58684931507}]" + }, + { + "id": 12703, + "mapping_version_id": 416, + "floor_id": 301, + "group": 5, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 5", + "vertices_json": "[{\"lat\":-85.734246575342,\"lng\":202.11671232877},{\"lat\":-83.611506849315,\"lng\":202.11671232877},{\"lat\":-83.611506849315,\"lng\":208.10575342466},{\"lat\":-85.734246575342,\"lng\":208.10575342466}]" + }, + { + "id": 12704, + "mapping_version_id": 416, + "floor_id": 301, + "group": 4, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 4", + "vertices_json": "[{\"lat\":-81.175342465753,\"lng\":211.26082191781},{\"lat\":-75.028493150685,\"lng\":211.26082191781},{\"lat\":-75.028493150685,\"lng\":217.09205479452},{\"lat\":-81.175342465753,\"lng\":217.09205479452}]" + }, + { + "id": 12705, + "mapping_version_id": 416, + "floor_id": 301, + "group": 15, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 15", + "vertices_json": "[{\"lat\":-116.25874786973,\"lng\":168.47306749044},{\"lat\":-111.96800753263,\"lng\":168.47306749044},{\"lat\":-111.96800753263,\"lng\":173.36983707325},{\"lat\":-116.25874786973,\"lng\":173.36983707325}]" + }, + { + "id": 12706, + "mapping_version_id": 416, + "floor_id": 301, + "group": 19, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 19", + "vertices_json": "[{\"lat\":-144.87726027397,\"lng\":147.49753424658},{\"lat\":-136.01260273973,\"lng\":147.49753424658},{\"lat\":-136.01260273973,\"lng\":153.81095890411},{\"lat\":-144.87726027397,\"lng\":153.81095890411}]" + }, + { + "id": 12707, + "mapping_version_id": 416, + "floor_id": 301, + "group": 6, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 6", + "vertices_json": "[{\"lat\":-104.45205479452,\"lng\":215.73205479452},{\"lat\":-96.402739726027,\"lng\":215.73205479452},{\"lat\":-96.402739726027,\"lng\":222.09808219178},{\"lat\":-104.45205479452,\"lng\":222.09808219178}]" + }, + { + "id": 12708, + "mapping_version_id": 416, + "floor_id": 301, + "group": 10, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 10", + "vertices_json": "[{\"lat\":-98.814794520548,\"lng\":279.96876712329},{\"lat\":-92.746849315068,\"lng\":279.96876712329},{\"lat\":-92.746849315068,\"lng\":286.2997260274},{\"lat\":-98.814794520548,\"lng\":286.2997260274}]" + }, + { + "id": 12709, + "mapping_version_id": 416, + "floor_id": 301, + "group": 12, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 12", + "vertices_json": "[{\"lat\":-91.634520547945,\"lng\":293.70684931507},{\"lat\":-89.634520547945,\"lng\":293.70684931507},{\"lat\":-89.634520547945,\"lng\":295.70684931507},{\"lat\":-91.634520547945,\"lng\":295.70684931507}]" + }, + { + "id": 12710, + "mapping_version_id": 416, + "floor_id": 301, + "group": 24, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 24", + "vertices_json": "[{\"lat\":-148.7698630137,\"lng\":130.6997260274},{\"lat\":-140.40493150685,\"lng\":130.6997260274},{\"lat\":-140.40493150685,\"lng\":137.97753424658},{\"lat\":-148.7698630137,\"lng\":137.97753424658}]" + }, + { + "id": 12711, + "mapping_version_id": 416, + "floor_id": 301, + "group": 14, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 14", + "vertices_json": "[{\"lat\":-107.21369863014,\"lng\":186.33589041096},{\"lat\":-97.332054794521,\"lng\":186.33589041096},{\"lat\":-97.332054794521,\"lng\":195.02520547945},{\"lat\":-107.21369863014,\"lng\":195.02520547945}]" + }, + { + "id": 12712, + "mapping_version_id": 416, + "floor_id": 301, + "group": 16, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 16", + "vertices_json": "[{\"lat\":-123.78085923213,\"lng\":156.19494590472},{\"lat\":-118.66986512684,\"lng\":156.19494590472},{\"lat\":-118.66986512684,\"lng\":161.17810539299},{\"lat\":-123.78085923213,\"lng\":161.17810539299}]" + }, + { + "id": 12713, + "mapping_version_id": 416, + "floor_id": 301, + "group": 20, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 20", + "vertices_json": "[{\"lat\":-172.23836356021,\"lng\":116.16632235391},{\"lat\":-164.97113239003,\"lng\":116.16632235391},{\"lat\":-164.97113239003,\"lng\":123.1621489367},{\"lat\":-172.23836356021,\"lng\":123.1621489367}]" + }, + { + "id": 12714, + "mapping_version_id": 416, + "floor_id": 301, + "group": 28, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 28", + "vertices_json": "[{\"lat\":-122.13875798782,\"lng\":135.96204812774},{\"lat\":-116.07525607113,\"lng\":135.96204812774},{\"lat\":-116.07525607113,\"lng\":143.15027030501},{\"lat\":-122.13875798782,\"lng\":143.15027030501}]" + }, + { + "id": 12715, + "mapping_version_id": 416, + "floor_id": 301, + "group": 21, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 21", + "vertices_json": "[{\"lat\":-170.59724325311,\"lng\":158.25008165728},{\"lat\":-164.61461853994,\"lng\":158.25008165728},{\"lat\":-164.61461853994,\"lng\":164.13863013699},{\"lat\":-170.59724325311,\"lng\":164.13863013699}]" + }, + { + "id": 12716, + "mapping_version_id": 416, + "floor_id": 301, + "group": 70, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 70", + "vertices_json": "[{\"lat\":-178.24883861308,\"lng\":137.59786898751},{\"lat\":-171.60374157139,\"lng\":137.59786898751},{\"lat\":-171.60374157139,\"lng\":144.16583320651},{\"lat\":-178.24883861308,\"lng\":144.16583320651}]" + }, + { + "id": 12717, + "mapping_version_id": 416, + "floor_id": 301, + "group": 7, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 7", + "vertices_json": "[{\"lat\":-113.83287671233,\"lng\":242.25260273973},{\"lat\":-103.81095890411,\"lng\":242.25260273973},{\"lat\":-103.81095890411,\"lng\":244.6295890411},{\"lat\":-113.83287671233,\"lng\":244.6295890411}]" + }, + { + "id": 12718, + "mapping_version_id": 416, + "floor_id": 301, + "group": 8, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 8", + "vertices_json": "[{\"lat\":-109.21260273973,\"lng\":266.80054794521},{\"lat\":-103.46904109589,\"lng\":266.80054794521},{\"lat\":-103.46904109589,\"lng\":272.29863013699},{\"lat\":-109.21260273973,\"lng\":272.29863013699}]" + }, + { + "id": 12719, + "mapping_version_id": 416, + "floor_id": 301, + "group": 18, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 18", + "vertices_json": "[{\"lat\":-132.84876712329,\"lng\":145.78794520548},{\"lat\":-123.37917808219,\"lng\":145.78794520548},{\"lat\":-123.37917808219,\"lng\":152.57479452055},{\"lat\":-132.84876712329,\"lng\":152.57479452055}]" + }, + { + "id": 12720, + "mapping_version_id": 416, + "floor_id": 301, + "group": 17, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 17", + "vertices_json": "[{\"lat\":-139.45917808219,\"lng\":155.20383561644},{\"lat\":-129.78794520548,\"lng\":155.20383561644},{\"lat\":-129.78794520548,\"lng\":158.42246575342},{\"lat\":-139.45917808219,\"lng\":158.42246575342}]" + }, + { + "id": 12721, + "mapping_version_id": 416, + "floor_id": 301, + "group": 26, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 26", + "vertices_json": "[{\"lat\":-152.55726027397,\"lng\":122.67780821918},{\"lat\":-143.24547945205,\"lng\":122.67780821918},{\"lat\":-143.24547945205,\"lng\":127.49205479452},{\"lat\":-152.55726027397,\"lng\":127.49205479452}]" + }, + { + "id": 12722, + "mapping_version_id": 416, + "floor_id": 301, + "group": 23, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 23", + "vertices_json": "[{\"lat\":-146.01698630137,\"lng\":140.2997260274},{\"lat\":-137.07342465753,\"lng\":140.2997260274},{\"lat\":-137.07342465753,\"lng\":146.58684931507},{\"lat\":-146.01698630137,\"lng\":146.58684931507}]" + }, + { + "id": 12723, + "mapping_version_id": 416, + "floor_id": 301, + "group": 22, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 22", + "vertices_json": "[{\"lat\":-160.71589245655,\"lng\":140.01610449988},{\"lat\":-154.49964778688,\"lng\":140.01610449988},{\"lat\":-154.49964778688,\"lng\":144.47582012199},{\"lat\":-160.71589245655,\"lng\":144.47582012199}]" + }, + { + "id": 12724, + "mapping_version_id": 416, + "floor_id": 301, + "group": 64, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 64", + "vertices_json": "[{\"lat\":-144.4301369863,\"lng\":208.63945205479},{\"lat\":-142.37753424658,\"lng\":208.63945205479},{\"lat\":-142.37753424658,\"lng\":214.72493150685},{\"lat\":-144.4301369863,\"lng\":214.72493150685}]" + }, + { + "id": 12725, + "mapping_version_id": 416, + "floor_id": 301, + "group": 29, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 29", + "vertices_json": "[{\"lat\":-114.14849315068,\"lng\":202.58136986301},{\"lat\":-112.08712328767,\"lng\":202.58136986301},{\"lat\":-112.08712328767,\"lng\":208.51780821918},{\"lat\":-114.14849315068,\"lng\":208.51780821918}]" + }, + { + "id": 12726, + "mapping_version_id": 416, + "floor_id": 301, + "group": 40, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 40", + "vertices_json": "[{\"lat\":-144.56164383562,\"lng\":197.82082191781},{\"lat\":-142.40383561644,\"lng\":197.82082191781},{\"lat\":-142.40383561644,\"lng\":203.74849315068},{\"lat\":-144.56164383562,\"lng\":203.74849315068}]" + }, + { + "id": 12727, + "mapping_version_id": 416, + "floor_id": 301, + "group": 34, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 34", + "vertices_json": "[{\"lat\":-179.61260273973,\"lng\":196.13753424658},{\"lat\":-173.70246575342,\"lng\":196.13753424658},{\"lat\":-173.70246575342,\"lng\":203.62575342466},{\"lat\":-179.61260273973,\"lng\":203.62575342466}]" + }, + { + "id": 12728, + "mapping_version_id": 416, + "floor_id": 301, + "group": 32, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 32", + "vertices_json": "[{\"lat\":-157.69479452055,\"lng\":200.58246575342},{\"lat\":-155.46684931507,\"lng\":200.58246575342},{\"lat\":-155.46684931507,\"lng\":210.66575342466},{\"lat\":-157.69479452055,\"lng\":210.66575342466}]" + }, + { + "id": 12729, + "mapping_version_id": 416, + "floor_id": 301, + "group": 35, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 35", + "vertices_json": "[{\"lat\":-179.49863013699,\"lng\":208.68328767123},{\"lat\":-173.17643835616,\"lng\":208.68328767123},{\"lat\":-173.17643835616,\"lng\":215.4701369863},{\"lat\":-179.49863013699,\"lng\":215.4701369863}]" + }, + { + "id": 12730, + "mapping_version_id": 416, + "floor_id": 301, + "group": 30, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 30", + "vertices_json": "[{\"lat\":-136.66246575342,\"lng\":204.47506849315},{\"lat\":-134.66246575342,\"lng\":204.47506849315},{\"lat\":-134.66246575342,\"lng\":206.47506849315},{\"lat\":-136.66246575342,\"lng\":206.47506849315}]" + }, + { + "id": 12731, + "mapping_version_id": 416, + "floor_id": 301, + "group": 25, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 25", + "vertices_json": "[{\"lat\":-89.398230206423,\"lng\":308.198248805},{\"lat\":-77.38340047509,\"lng\":308.198248805},{\"lat\":-77.38340047509,\"lng\":315.69083419636},{\"lat\":-89.398230206423,\"lng\":315.69083419636}]" + }, + { + "id": 12732, + "mapping_version_id": 416, + "floor_id": 301, + "group": 27, + "teeming": null, + "faction": "any", + "color": null, + "color_animated": null, + "label": "Imported from MDT - group 27", + "vertices_json": "[{\"lat\":-196.57119908761,\"lng\":79.624046114798},{\"lat\":-184.55775978643,\"lng\":79.624046114798},{\"lat\":-184.55775978643,\"lng\":88.720482979725},{\"lat\":-196.57119908761,\"lng\":88.720482979725}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thestonevault/1/enemy_patrols.json b/database/seeders/dungeondata/tww/thestonevault/1/enemy_patrols.json index 5226e8b64..96f2808fd 100644 --- a/database/seeders/dungeondata/tww/thestonevault/1/enemy_patrols.json +++ b/database/seeders/dungeondata/tww/thestonevault/1/enemy_patrols.json @@ -310,5 +310,83 @@ "weight": 2, "vertices_json": "[{\"lat\":-132.00657534246574,\"lng\":205.8608219178082},{\"lat\":-120.75835616438356,\"lng\":204.86136986301366},{\"lat\":-132.00657534246574,\"lng\":205.8608219178082},{\"lat\":-141.01041095890412,\"lng\":205.24712328767123},{\"lat\":-132.00657534246574,\"lng\":205.8608219178082}]" } + }, + { + "id": 3142, + "mapping_version_id": 416, + "floor_id": 301, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-92.08109589041095,\"lng\":294.70684931506844},{\"lat\":-97.54301369863013,\"lng\":297.7227397260274},{\"lat\":-92.08109589041095,\"lng\":294.70684931506844},{\"lat\":-84.453698630137,\"lng\":288.5961643835616},{\"lat\":-92.08109589041095,\"lng\":294.70684931506844}]" + } + }, + { + "id": 3143, + "mapping_version_id": 416, + "floor_id": 301, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-104.46904109589042,\"lng\":267.8005479452055},{\"lat\":-107.84438356164384,\"lng\":263.6887671232876},{\"lat\":-111.71068493150685,\"lng\":255.3249315068493},{\"lat\":-110.14136986301371,\"lng\":248.21479452054794},{\"lat\":-111.71068493150685,\"lng\":255.3249315068493},{\"lat\":-107.84438356164384,\"lng\":263.6887671232876},{\"lat\":-104.46904109589042,\"lng\":267.8005479452055}]" + } + }, + { + "id": 3144, + "mapping_version_id": 416, + "floor_id": 301, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-127.78082191780821,\"lng\":150.49643835616436},{\"lat\":-134.32109589041096,\"lng\":152.03068493150684},{\"lat\":-142.26410958904108,\"lng\":155.5112328767123},{\"lat\":-149.71616438356165,\"lng\":160.6049315068493},{\"lat\":-142.26410958904108,\"lng\":155.5112328767123},{\"lat\":-132.95342465753424,\"lng\":151.66246575342467},{\"lat\":-127.78082191780821,\"lng\":150.49643835616436}]" + } + }, + { + "id": 3145, + "mapping_version_id": 416, + "floor_id": 301, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-144.25424657534245,\"lng\":135.3117808219178},{\"lat\":-142.9567123287671,\"lng\":140.37917808219177},{\"lat\":-145.55178082191782,\"lng\":133.04109589041096},{\"lat\":-149.52328767123288,\"lng\":129.37643835616436},{\"lat\":-144.25424657534245,\"lng\":135.3117808219178}]" + } + }, + { + "id": 3146, + "mapping_version_id": 416, + "floor_id": 301, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-173.66794520547944,\"lng\":152.09205479452052},{\"lat\":-177.9550684931507,\"lng\":146.23561643835617},{\"lat\":-183.36438356164382,\"lng\":145.05205479452053},{\"lat\":-190.12383561643836,\"lng\":148.39232876712327},{\"lat\":-183.36438356164382,\"lng\":145.05205479452053},{\"lat\":-177.9550684931507,\"lng\":146.23561643835617},{\"lat\":-173.66794520547944,\"lng\":152.09205479452052},{\"lat\":-167.89917808219178,\"lng\":153.45972602739724},{\"lat\":-162.45479452054795,\"lng\":154.09972602739725},{\"lat\":-167.89917808219178,\"lng\":153.45972602739724},{\"lat\":-173.66794520547944,\"lng\":152.09205479452052}]" + } + }, + { + "id": 3147, + "mapping_version_id": 416, + "floor_id": 301, + "teeming": null, + "faction": "any", + "polyline": { + "color": "#003280", + "color_animated": null, + "weight": 2, + "vertices_json": "[{\"lat\":-132.00657534246574,\"lng\":205.8608219178082},{\"lat\":-136.99506849315068,\"lng\":205.39616438356163},{\"lat\":-141.01041095890412,\"lng\":205.24712328767123},{\"lat\":-144.8504109589041,\"lng\":205.6854794520548},{\"lat\":-147.72602739726025,\"lng\":205.78191780821916},{\"lat\":-150.79452054794518,\"lng\":205.78191780821916},{\"lat\":-147.72602739726025,\"lng\":205.78191780821916},{\"lat\":-144.8504109589041,\"lng\":205.6854794520548},{\"lat\":-141.01041095890412,\"lng\":205.24712328767123},{\"lat\":-136.99506849315068,\"lng\":205.39616438356163},{\"lat\":-132.00657534246574,\"lng\":205.8608219178082},{\"lat\":-125.58904109589041,\"lng\":205.39616438356163},{\"lat\":-121.6613698630137,\"lng\":205.49260273972604},{\"lat\":-125.58904109589041,\"lng\":205.39616438356163},{\"lat\":-132.00657534246574,\"lng\":205.8608219178082}]" + } } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thestonevault/1/map_icons.json b/database/seeders/dungeondata/tww/thestonevault/1/map_icons.json index 85c3e1468..61548eff2 100644 --- a/database/seeders/dungeondata/tww/thestonevault/1/map_icons.json +++ b/database/seeders/dungeondata/tww/thestonevault/1/map_icons.json @@ -89,5 +89,31 @@ "permanent_tooltip": 0, "seasonal_index": null, "is_admin": true + }, + { + "mapping_version_id": 416, + "floor_id": 301, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 10, + "lat": -31.372337844346, + "lng": 205.06289703556, + "comment": null, + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true + }, + { + "mapping_version_id": 416, + "floor_id": 301, + "dungeon_route_id": null, + "team_id": null, + "map_icon_type_id": 98, + "lat": -125.37641098595, + "lng": 137.29118691079, + "comment": "mapping.map_icons.tww.the_stonevault.imbued_iron_energy", + "permanent_tooltip": 0, + "seasonal_index": null, + "is_admin": true } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thestonevault/2/floor_union_areas.json b/database/seeders/dungeondata/tww/thestonevault/2/floor_union_areas.json index d9f4d7d76..70405025a 100644 --- a/database/seeders/dungeondata/tww/thestonevault/2/floor_union_areas.json +++ b/database/seeders/dungeondata/tww/thestonevault/2/floor_union_areas.json @@ -40,5 +40,12 @@ "floor_id": 308, "floor_union_id": 377, "vertices_json": "[{\"lat\":\"1.618969\",\"lng\":\"-1.079313\"},{\"lat\":\"-256.876489\",\"lng\":\"-1.618969\"},{\"lat\":\"-256.336832\",\"lng\":\"385.584561\"},{\"lat\":\"1.888798\",\"lng\":\"384.23542\"}]" + }, + { + "id": 378, + "mapping_version_id": 416, + "floor_id": 308, + "floor_union_id": 396, + "vertices_json": "[{\"lat\":\"1.618969\",\"lng\":\"-1.079313\"},{\"lat\":\"-256.876489\",\"lng\":\"-1.618969\"},{\"lat\":\"-256.336832\",\"lng\":\"385.584561\"},{\"lat\":\"1.888798\",\"lng\":\"384.23542\"}]" } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thestonevault/2/floor_unions.json b/database/seeders/dungeondata/tww/thestonevault/2/floor_unions.json index 88f6462d4..ee773b213 100644 --- a/database/seeders/dungeondata/tww/thestonevault/2/floor_unions.json +++ b/database/seeders/dungeondata/tww/thestonevault/2/floor_unions.json @@ -58,5 +58,15 @@ "lng": 176.97, "size": 292, "rotation": 0 + }, + { + "id": 396, + "mapping_version_id": 416, + "floor_id": 308, + "target_floor_id": 301, + "lat": -142.35, + "lng": 176.97, + "size": 292, + "rotation": 0 } ] \ No newline at end of file diff --git a/database/seeders/dungeondata/tww/thestonevault/npcs.json b/database/seeders/dungeondata/tww/thestonevault/npcs.json index 2769f540a..6a0b5e56b 100644 --- a/database/seeders/dungeondata/tww/thestonevault/npcs.json +++ b/database/seeders/dungeondata/tww/thestonevault/npcs.json @@ -23,6 +23,9 @@ "npc_characteristics": [ { "characteristic_id": 1 + }, + { + "characteristic_id": 19 } ], "npc_spells": [ @@ -83,6 +86,9 @@ "npc_characteristics": [ { "characteristic_id": 1 + }, + { + "characteristic_id": 19 } ], "npc_spells": [ @@ -94,6 +100,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17108, + "mapping_version_id": 416, + "npc_id": 210109, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 16907, "mapping_version_id": 400, @@ -140,7 +153,7 @@ "display_id": 118714, "encounter_id": 2579, "name": "Skarmorak", - "base_health": 139239345, + "base_health": 125533481, "health_percentage": null, "level": 80, "mdt_scale": 2, @@ -155,6 +168,9 @@ "npc_characteristics": [ { "characteristic_id": 1 + }, + { + "characteristic_id": 19 } ], "npc_spells": [ @@ -289,6 +305,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17107, + "mapping_version_id": 416, + "npc_id": 212389, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 16906, "mapping_version_id": 400, @@ -397,6 +420,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17115, + "mapping_version_id": 416, + "npc_id": 212400, + "enemy_forces": 4, + "enemy_forces_teeming": null + }, { "id": 16914, "mapping_version_id": 400, @@ -520,6 +550,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17123, + "mapping_version_id": 416, + "npc_id": 212403, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 16922, "mapping_version_id": 400, @@ -640,6 +677,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17116, + "mapping_version_id": 416, + "npc_id": 212405, + "enemy_forces": 1, + "enemy_forces_teeming": null + }, { "id": 16915, "mapping_version_id": 400, @@ -757,6 +801,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17109, + "mapping_version_id": 416, + "npc_id": 212453, + "enemy_forces": 7, + "enemy_forces_teeming": null + }, { "id": 16908, "mapping_version_id": 400, @@ -880,6 +931,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17112, + "mapping_version_id": 416, + "npc_id": 212764, + "enemy_forces": 3, + "enemy_forces_teeming": null + }, { "id": 16911, "mapping_version_id": 400, @@ -942,6 +1000,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -958,6 +1019,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17111, + "mapping_version_id": 416, + "npc_id": 212765, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 16910, "mapping_version_id": 400, @@ -1004,7 +1072,7 @@ "display_id": 119856, "encounter_id": 2582, "name": "Void Speaker Eirich", - "base_health": 159130680, + "base_health": 143466834, "health_percentage": null, "level": 80, "mdt_scale": 2, @@ -1106,6 +1174,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -1163,6 +1234,9 @@ { "characteristic_id": 1 }, + { + "characteristic_id": 19 + }, { "characteristic_id": 24 } @@ -1299,6 +1373,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17117, + "mapping_version_id": 416, + "npc_id": 213338, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 16916, "mapping_version_id": 400, @@ -1360,6 +1441,9 @@ "npc_characteristics": [ { "characteristic_id": 1 + }, + { + "characteristic_id": 19 } ], "npc_spells": [ @@ -1380,6 +1464,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17118, + "mapping_version_id": 416, + "npc_id": 213343, + "enemy_forces": 10, + "enemy_forces_teeming": null + }, { "id": 16917, "mapping_version_id": 400, @@ -1509,6 +1600,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17121, + "mapping_version_id": 416, + "npc_id": 213954, + "enemy_forces": 12, + "enemy_forces_teeming": null + }, { "id": 16920, "mapping_version_id": 400, @@ -1677,6 +1775,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17120, + "mapping_version_id": 416, + "npc_id": 214066, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 16919, "mapping_version_id": 400, @@ -1755,6 +1860,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17119, + "mapping_version_id": 416, + "npc_id": 214264, + "enemy_forces": 8, + "enemy_forces_teeming": null + }, { "id": 16918, "mapping_version_id": 400, @@ -1860,6 +1972,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17114, + "mapping_version_id": 416, + "npc_id": 214350, + "enemy_forces": 3, + "enemy_forces_teeming": null + }, { "id": 16913, "mapping_version_id": 400, @@ -1906,7 +2025,7 @@ "display_id": 37518, "encounter_id": 2579, "name": "Crystal Shard", - "base_health": 1591307, + "base_health": 1275261, "health_percentage": null, "level": 80, "mdt_scale": 1, @@ -1921,6 +2040,9 @@ "npc_characteristics": [ { "characteristic_id": 1 + }, + { + "characteristic_id": 19 } ], "npc_spells": [ @@ -2038,6 +2160,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17113, + "mapping_version_id": 416, + "npc_id": 221979, + "enemy_forces": 7, + "enemy_forces_teeming": null + }, { "id": 16912, "mapping_version_id": 400, @@ -2165,6 +2294,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17110, + "mapping_version_id": 416, + "npc_id": 222923, + "enemy_forces": 3, + "enemy_forces_teeming": null + }, { "id": 16909, "mapping_version_id": 400, @@ -2285,6 +2421,13 @@ } ], "npc_enemy_forces": [ + { + "id": 17122, + "mapping_version_id": 416, + "npc_id": 224962, + "enemy_forces": 5, + "enemy_forces_teeming": null + }, { "id": 16921, "mapping_version_id": 400, diff --git a/database/seeders/releases/v11.6.1.json b/database/seeders/releases/v11.6.1.json new file mode 100644 index 000000000..16cabc698 --- /dev/null +++ b/database/seeders/releases/v11.6.1.json @@ -0,0 +1,25 @@ +{ + "id": 259, + "release_changelog_id": 266, + "version": "v11.6.1", + "title": "Updated MDT version to 5.2.5", + "backup_db": 1, + "silent": 0, + "spotlight": 0, + "released": 0, + "created_at": "2024-11-05T12:32:34+00:00", + "updated_at": "2024-11-05T12:32:34+00:00", + "changelog": { + "id": 266, + "release_id": 259, + "description": null, + "changes": [ + { + "release_changelog_id": 266, + "release_changelog_category_id": 4, + "ticket_id": 2603, + "change": "Updated mapping to the latest MDT version." + } + ] + } +}